@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none;
}

/* ヘッダー エリア */
#header_in .inner_left{
  position: absolute;
  left: 10px;
  top: 10px;
}

.home #header_in .inner_left{
  position: absolute;
  left: 10px;
  top: 10px;
}

#header_in .inner_right{
  width: 100%;
  overflow: hidden;
  height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}

#header_in .inner_nav{
  float: right;
}

#header_in .inner_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 33px;
  padding: 0 70px 0 0;
}

#header_in .inner_nav ul li.last{
  background-color: #222222;
  color: #fff;
  padding: 17px 40px;
  border-radius: 30px;
}

#header_in .inner_nav ul li.last a{
  color: #fff;
}

#header_in .inner_nav ul li a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #312a2a;
}

#header_in .inner_nav ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_nav ul li.last:hover{
  transition: 1.0s;
  background-color: #8f8f8f;
}

#header_in .inner_nav ul li.last:hover a{
  opacity: 1;
}

/* メインスライダー */
#main_visual_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 840px;
}

#main_visual_in img {
  width: 100%;
  object-fit: cover;
  height: 840px;
  transform: scale(1.2);
  transition: transform 8s ease-in-out;
}

#main_visual_in .bx-wrapper{
  width: 70%;
  float: right;
  margin: 0;
}

#main_visual_in .bx-wrapper .bx-pager{
  text-align: right;
  position: absolute;
  bottom: 150px;
  right: 130px;
  padding: 0;
}

#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a.active,
#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #5d5d5d;
}

/* メインテキスト */
#main_visual_in .text_box{
  position: absolute;
  top: 290px;
  left: 250px;
  z-index: 10;
}

#main_visual_in .text_box p.text span.white{
  font-size: 21px;
  letter-spacing: 4px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 6px 7px 9px 7px;
  margin: 0;
  line-height: 2.7;
}

#main_visual_in .text_box p.ttl{
  margin-bottom: 0;
}

#main_visual_in .text_box p.ttl span.white{
  font-size: 30px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 10px 0 13px 0;
  display: inline-block;
  margin: 0 0 20px;
  line-height: 1;
}

#main_visual_in .text_box p.ttl span.ttl{
  font-size: 63px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.3;
}

@media screen and (max-width: 1500px){
  #main_visual_in .text_box{
    left: 100px;
  }
  #main_visual_in{
    height: 750px;
  }
  #main_visual_in img{
    height: 750px;
  }
  #main_visual_in .bx-wrapper .bx-pager{
    bottom: 100px;
  }
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 1180px;
  margin: 0 auto;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

.cases-template-default #breadcrumb,
.page-template-default #breadcrumb {
  display: none;
}

/* コンテンツ エリア */
#content h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 35px;
  padding: 0.6em 0.5em;
  border-radius: 5px;
  background: linear-gradient(#444444 0%, #444444 50%, #373737 50%, #5b5b5b 100%);
}

#content h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
  margin: 10px 0 30px;
  padding: 17px 20px 20px 20px;
  position: relative;
  background-color: #444444;
  box-shadow: 0 0 0 0 #444444, 0 0 0 0 #444444, 3px 5px 5px -5px #444444;
}

#content h2::before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent;
  border-right-color: #444444;
}

#content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #2f2f2f;
  margin: 20px 0 20px;
  padding: 0.6em 0.4em 0.65em 0.8em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: solid 8px #444444;
  background-color: #f3f3f3;
}

#content h4,
#content h5,
#content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.0em;
  color: #2f2f2f;
  margin-bottom: 20px;
  padding-left: 1.5em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  left: 8px;
  bottom: 5px;
  border-radius: 50%;
  background-color: #444444;
  display: block;
}

#content h4::after,
#content h5::after,
#content h6::after { 
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 50%;
  background-color: #444444;
  display: block;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

p.pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #444444;
  border: 1px solid #ffffff;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 50px;
}

#footer .footer_nav .footer_menu{
  width: 23%;
}

#footer .footer_nav .footer_menu ul li{
  font-size: 15px;
  color: #fff;
  margin: 0 0 10px;
}

#footer .footer_nav .footer_menu ul li.ttl{
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}

#footer .footer_nav .footer_menu ul li:last-child{
  margin: 0;
}

#footer .footer_nav .footer_menu ul li a{
  color: #fff;
  text-decoration: none;
}

#footer .footer_nav .footer_menu ul li a:hover{
  color: #E8FF02;
}

.footer_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}

.footer_top .footer_left{
  width: 570px;
}

.footer_top .footer_left p{
  margin: 0 0 20px;
}

.footer_top .footer_left .footer_btn ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 30px;
}

.footer_top .footer_left .footer_btn ul li a{
  color: #292929;
  text-decoration: none;
  width: 260px;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  background-color: #E8FF02;
  font-weight: 600;
  position: relative;
}

.footer_top .footer_left .footer_btn ul li.li01 a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/footer_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_top .footer_left .footer_btn ul li.li02 a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/footer_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_top .footer_left .footer_btn ul li a:hover{
  transition: 1.0s;
  opacity: 0.3;
}

.footer_top .footer_left .company_data{
  margin: 0 0 20px;
}

.footer_top .footer_left .company_data dl{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_top .footer_left .company_data dl:last-child{
  margin: 0;
}

.footer_top .footer_left .company_data dl dt{
  width: 20%;
}

.footer_top .footer_left .company_data dl dd{
  width: 77%;
}

.footer_top .footer_left .company_data dl dt,
.footer_top .footer_left .company_data dl dd{
  font-size: 16px;
  color: #fff;
}

.footer_top .footer_left p.tel,
.footer_top .footer_left p.tel span{
  font-size: clamp(47px, 3.9vw, 54px);
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  color: #fff;
  z-index: 1;
}

.footer_top .footer_left p.tel span.yellow_line::after{
  bottom: 19px;
  height: 15px;
  z-index: -1;
  background-color: #b7c900;
}

.footer_top .footer_right{
  width: 50%;
}

#footer .copyright p{
  text-align: center;
  color: #fff;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
}

#sidebar #widget-area .widget-container a img:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container .side_menu {
  margin-bottom: 25px;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.0em 0;
  transform: rotate(.03deg);
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

#sidebar #widget-area .widget-container .side_menu p a {
  background-color: #444;
}

#sidebar #widget-area .widget-container .side_menu p a:hover {
  color: #ffffff;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  background-color: #3e9f74;
}

#sidebar #widget-area .widget-container .side_menu p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
  border: 1px solid #c3c3c3;
  border-top: none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 17px 17px 17px 33px;
  border-bottom: 1px dotted #c3c3c3;
  background-image: url("../../uploads/2025/02/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  position: relative;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li::before {
  content: '';
  background-image: url(images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

#sidebar #widget-area .widget-container ul li a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.0em;
  color: #666666;
  margin: 0;
  padding: 0;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
  float: none;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #444;
}

#sidebar #widget-area .widget-container ul li a:hover::after {
  transform: scale(1, 1);
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.0em 0;
  background-color: #444;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* 店舗情報（カスタムHTML） エリア */
.side_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
}

.side_info img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.side_info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 15px;
  padding: 0 10px;
}

.side_info p strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.0em;
  color: #444;
  margin-bottom: 5px;
  padding: 0;
  display: block;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* p */
.red{
  font-weight: bold;
  color: #ed2323;
}

.small{
  font-size: 13px;
}

.bold{
  font-weight: 700;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

/* 黄色下線 */
span.yellow_line{
  display: inline-block;
  position: relative;
  font-weight: 500;
}

span.yellow_line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  background-color: #e8ff02;
  z-index: -1;
}

/* テーブル */
table.table {
  width: 100%;
  overflow: hidden;
  border-spacing: 2px;
  border-collapse: separate;
  border: none;
}

table.table tr {
  border: none;
}

table.table th {
  background-color: #444;
  text-align: center;
  width: auto;
  border-radius: 5px;
  padding: 15px;
  border: none;
  width: 20%;
  color: #E8FF02;
}

table.table td {
  background-color: #f3f3f3;
  width: auto;
  border-radius: 5px;
  padding: 15px;
  border: none;
}

/******************************************
 *
 * トップページ エリア
 *
*******************************************/
/* サブ英語 */
.sub_en{
  font-size: 23px;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

.sub_en02{
  font-size: clamp(53px, 3.9vw, 62px);
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

/* btn01 */
.btn01 a{
  font-family: trajan-pro-3, serif;
  border: solid 1px #070707;
  color: #070707;
  text-decoration: none;
  width: 300px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 15px 20px 13px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0px;
  font-size: 15px;
  transition: 1.0s;
}

.btn01 a::after {
  content: '+';
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-left: 8px;
  display: inline;
}

.btn01 a:hover{
  background-color: #E8FF02;
}

/* トップページ 料金 */
.top_first-plan{
  width: 900px;
  margin: 70px auto 130px;
  padding: 50px 0 63px;
  position: relative;
  box-shadow: 0px 0px 13px 0 rgb(0 0 0 / 13%);
  z-index: 1;
}

.top_first-plan p.p-text01{
  text-align: center;
  margin: 0 0 10px;
}

.top_first-plan p.p-text01 span{
  position: relative;
  display: inline-block;
  padding: 0 15px 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.top_first-plan p.p-text01 span::before,
.top_first-plan p.p-text01 span::after {
  content: '';
  background: #000;
  width: 2px;
  height: 24px;
  position: absolute;
  top: 50%;
}

.top_first-plan p.p-text01 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}

.top_first-plan p.p-text01 span::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}

.top_first-plan p.p-text02{
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 13px;
  letter-spacing: 3px;
}

.top_first-plan p.p-text03{
  text-align: center;
  font-size: 21px;
}

.top_first-plan p.p-text03 span{
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

/* トップページ お問い合わせ */
#top_contact{
  margin: 100px 0 0;
  padding: 100px 0;
  background: rgb(102,102,102);
  background: linear-gradient(180deg, rgba(102,102,102,1) 0%, rgba(80,80,80,1) 30%, rgba(93,92,92,1) 100%);
}

#top_contact .inner{
  width: 900px;
  position: relative;
}

#top_contact .text_box{
  margin: 0 0 40px;
  padding: 0 0 0 70px;
}

#top_contact .text_box p{
  color: #fff;
  margin: 0 0 20px;
  font-size: 18px;
  letter-spacing: 2px;
}

#top_contact .text_box p.img{
  width: 370px;
}

#top_contact .btn_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

#top_contact .btn_box a{
  position: relative;
  width: 430px;
  height: 140px;
  text-align: center;
  border: solid 3px #fff;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#top_contact .btn_box .tel a span{
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 0 30px;
}

#top_contact .btn_box .tel a{
  color: #292929;
  background: rgb(245,255,141);
  background: linear-gradient(180deg, rgba(245,255,141,1) 0%, rgba(232,251,44,1) 34%, rgba(184,201,4,1) 100%);
}

#top_contact .btn_box .contact a{
  background: rgb(49,152,233);
  background: linear-gradient(180deg, rgba(49,152,233,1) 0%, rgba(18,124,208,1) 34%, rgba(2,101,181,1) 100%);
}

#top_contact .btn_box a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

#top_contact .btn_box .tel a::before{
  background-image: url(images/top_contact_icon01.svg);
  left: 5%;
  top: 66%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
}

#top_contact .btn_box .contact a::before{
  background-image: url(images/top_contact_icon02.svg);
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

#top_contact .btn_box a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 48px;
  background-image: url(images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

#top_contact .btn_box .tel a::after{
  right: 10px;
  background-image: url(images/arrow_black.svg);
}

#top_contact .btn_box a:hover{
  transition: 1.0s;
  opacity: 0.3;
}

#top_contact .deco{
  position: absolute;
  right: 68px;
  bottom: 0;
  width: 340px;
  z-index: 0;
}

/* トップページ はじめのエリア */
#top_intro{
  padding: 100px 0;
}

#top_intro .top_intro_inner{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}

#top_intro h2.title{
  position: relative;
  font-size: clamp(40px, 2.8vw, 53px);
  line-height: 170%;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  margin: 2.4vw 0 3vw 3vw;
}

#top_intro h2.title::before{
  display: none;
}

#top_intro .img01{
  width: 35%;
  float: left;
  margin: 70px 0 0;
}

#top_intro .img02{
  width: 31%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#top_intro .text_box{
  position: absolute;
  left: 610px;
  z-index: 2;
  border-left: 1px solid #C0BDBC;
  padding: 30px 0 30px 4%;
}

#top_intro .text_box p{
  margin: 0 0 40px;
  line-height: 2.3;
}

#top_intro .text_box p:last-child{
  margin: 0;
}

#top_intro .text_box p span.span_text{
  font-size: 17px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 9px 0;
}

@media screen and (max-width: 1500px){
  #top_intro .top_intro_inner{
    max-width: 100%;
  }
}

/* トップページ aboutエリア */
#top_about{
  margin: 80px 0;
}

#top_about .top_about_inner{
  display: flex;
  justify-content: end;
  position: relative;
}

#top_about .top_about_image{
  position: absolute;
  top: 23%;
  left: 8%;
  width: 35%;
}

#top_about .top_about_content{
  background-color: #e3e3e3;
  padding: 4% 4% 6% 15%;
  width: 65%;
}

#top_about h2.title{
  position: relative;
  font-size: clamp(42px, 2.8vw, 48px);
  line-height: 170%;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  margin: 0 0 2.4vw 0;
}

#top_about h2.title::before{
  display: none;
}

#top_about .top_about_items{
  margin-top: 30px;
}

#top_about .top_about_item{
  margin-bottom: 25px;
  background: #f4f4f4;
  padding: 20px 30px;
}

#top_about .top_about_item_text{
  padding-left: 35px;
  position: relative;
  font-size: 16px;
}

#top_about .top_about_item_text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #444;
  border: 1px solid #444;
}

#top_about .top_about_item_text::after {
  position: absolute;
  content: "";
  top: 47%;
  left: 6px;
  -webkit-transform: translateY(-50%)  rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #E8FF02;
  border-bottom: 2px solid #E8FF02;
  width: 7px;
  height: 4px;
}

/* トップページ about02エリア */
#top_about02{
  margin: 100px 0 0;
}

#top_about02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top_about02 .left{
  width: 35%;
}

#top_about02 .left .sub_en{
  margin: 0 0 20px;
}

#top_about02 .right{
  width: 60%;
}

#top_about02 .right p{
  line-height: 2;
}

/* トップページ top_trialエリア */
#top_trial{
  margin: 100px 0 0;
}

#top_trial .box01{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top_trial .box01 .title_box{
  display: flex;
  flex-wrap: wrap;
  width: 35%;
  justify-content: center;
  align-items: center;
}

#top_trial .box01 .title_box h2.title,
#top_trial .box01 .title_box h2.title span{
  writing-mode: vertical-rl;
  font-size: clamp(30px, 2.7vw, 37px);
  letter-spacing: 6px;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#top_trial .box01 .title_box h2.title span.yellow_line::after{
  right: 13px;
  bottom: 0;
  height: 100%;
  width: 8px;
}

#top_trial .box01 .title_box h2.title::before{
  display: none;
}

#top_trial .box01 div.img_box{
  width: 60%;
}

#top_trial .box01 .sub_en02{
  position: absolute;
  left: 30px;
  bottom: -50px;
}

#top_trial .box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 0;
}

#top_trial .box02 .left{
  width: 60%;
}

#top_trial .box02 .left p{
  margin: 0;
  line-height: 2;
}

#top_trial .box02 .right{
  width: 35%;
}

#top_trial .box02 .right .sub_en{
  margin: 0 0 20px;
}

/* トップページ top_infoエリア */
#top_info{
  margin: 100px 0 130px;
}

#top_info .title_box{
  position: relative;
}

#top_info .title_box:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 27px;
  left: auto;
  right: 50%;
  width: 100%;
}

#top_info .title_box h2.title{
  background: none;
  box-shadow: none;
  color: #000;
  margin: 0 0 0 auto;
  padding: 0 0 0 25px;
  width: 50%;
  text-align: left;
}

#top_info .title_box h2.title span{
  font-size: 35px;
}

#top_info .title_box h2.title::before{
  display: none;
}

#top_info .top_info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0 0;
}

#top_info .top_info_box .left{
  width: 43%;
}

#top_info .top_info_box .left p.p_info{
  margin: 20px 0 20px;
  font-size: 21px;
  font-weight: 500;
}

.top_info_company_data{
  margin: 0 0 30px;
}

.top_info_company_data dl{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_info_company_data dl:last-child{
  margin: 0;
}

.top_info_company_data dl dt{
  width: 20%;
}

.top_info_company_data dl dd{
  width: 77%;
}

.top_info_company_data dl dt,
.top_info_company_data dl dd{
  font-size: 16px;
}

#top_info .top_info_box .left p.tel,
#top_info .top_info_box .left p.tel span{
  font-size: clamp(47px, 3.9vw, 54px);
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

#top_info .top_info_box .left p.tel span.yellow_line::after{
  bottom: 19px;
  height: 15px;
}

#top_info .top_info_box .right{
  width: 50%;
  padding: 0 0 0 5%;
}

#top_info .top_info_box .right p{
  margin: 0 0 30px;
}

#top_info .top_info_box .right p:last-child{
  margin: 0;
}

/* 対応症状一覧ページ エリア */
#cases_wrap .case-block span.case-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #444444;
  padding: 1.0em;
  display: block;
}

#cases_wrap .case-block span.case-title::before {
  color: #444444;
  margin-right: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block span.case-title::after {
  color: #444444;
  margin-left: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block ul {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

#cases_wrap .case-block li {
  width: calc(100% / 3);
  padding: 0.5em;
  float: left;
}

#cases_wrap .case-block a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1.0em;
  border-radius: 5px;
  background-color: #444;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  display: block;
}

#cases_wrap .case-block a span {
  font-size: 16px;
  font-weight: 500;
}

#cases_wrap .case-block a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #ffffff;
  display: inline-block;
}

#cases_wrap .case-block a:hover {
  transform: scale(0.9);
  opacity: 0.5;
}

/* 対応症状個別ページ エリア */
.single-cases .single_case {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single-cases .single_case .inner {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
  display: table;
}

.single-cases .single_case .type01 {
  margin-bottom: 45px;
}

.single-cases .single_case .inner img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
}

.single-cases .single_case .inner p {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  line-height: 2.0em;
  color: #000000;
  margin: 20px 0;
  padding: 0;
}

.single-cases .single_case .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.single-cases .single_case .inner ul li {
  width: 100%;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding-left: 30px;
  background-image: url("../../uploads/2025/02/check_icon.png");
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.single-cases .single_case .inner ul li:last-child {
  margin: 0;
}

.single-cases .single_case .inner ul li p {
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.single-cases .single_case .inner ul li p span {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  display: block;
}

/* 症例ページ下部　選ばれる理由 */
.single_reason {
  margin-top: 60px;
}

.single_reason_ttl {
  margin: 0 0 40px;
}

.single_reason_ttl strong {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 20px;
  display: block;
}

.single_reason_ttl img {
  display: block;
  margin: 0 auto 20px auto;
}

.single_reason_ttl strong span {
  color: #ff3c00;
  font-weight: 700;
}

.single_reason_box {
  margin: 0 0 60px;
}

.single_reason_box img {
  object-fit: cover;
  width: 100%;
  height: 330px;
  margin-bottom: 30px;
}

#content .single_reason_box h2 span.number {
  margin: 0 13px 0 0;
}

#content .single_reason_box h2 span.yellow {
  color: #ffff00;
}

/* 投稿ページ エリア */
.single p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 1.5em;
}

.page_contact {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.single .page_contact {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: table;
}

.single .page_contact ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single .page_contact ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

.single .page_contact ul li:first-child {
  margin: 0;
}

.single .page_contact ul li:last-child {
  margin-bottom: 50px;
}

.single .page_contact ul li p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8em;
  color: #666666;
  margin-bottom: 1.5em;
}

.single .page_contact ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single .page_contact ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.single .page_contact .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #444444;
}

.post_inner .thum {
  width: 17.14285714%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 2px 5px;
  float: left;
  background-color: #444;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: none; 
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.3em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  text-decoration: none;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover,
.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* ワンカラム */
.page-template-page-one_column #wrapper,
.single-cases #wrapper{
  width: 100%;
}

.page-template-page-one_column #content,
.single-cases #content{
  width: 1200px;
  float: none;
  margin: 70px auto 0;
}

.page-template-page-one_column #content .post,
.single-cases #content .post{
  padding: 0;
}

.page-template-page-one_column #wrapper h1,
.single-cases #wrapper h1{
  text-align: center;
  font-size: 37px;
  font-weight: 500;
  background-color: #ededed;
  padding: 100px 0;
}

/* 初めての方へ　ページ */
.point{
  position: relative;
}

.point_img {
  margin: 0 -410px 0 -190px;
}

#content .point_h2{
  position: absolute;
  top: 300px;
  background: #fff;
  padding: 40px;
  border-radius: 40px 40px 0 0;
}

#content .point_h2 h2{
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 33px;
  letter-spacing: 3px;
}

#content .point_h2 h2 span{
  color: #c5b800;
  font-size: 47px;
  font-weight: 700;
}

#content .point_h2 h2::before{
  display: none;
}

.point_h2 p{
  font-size: 20px;
  font-weight: 600;
}

.point_in{
  padding: 100px 0 0;
}

.point_in ul li{
  position: relative;
  margin: 0 0 100px;
}

.point_in ul li::after {
  display: block;
  clear: both;
  content: "";
}

.point_in ul li .img_box{
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 1;
}

.point_in ul li .img_box img{
  width: 100%;
}

.point_in ul li .img_box p.icon{
  position: absolute;
  top: -30px;
  right: -33px;
}

.point_in ul li .text_box{
  float: right;
  width: 800px;
  min-height: 320px;
  padding: 51px 55px 55px 115px;
  box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.05);
  background: #fffad8;
}

.point_in ul li .text_box p{
  margin: 0 0 20px;
}

.point_in ul li .text_box p:last-child{
  margin: 0;
}

#content .point_in ul li .text_box h3{
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  font-size: 23px;
}

.point_in ul li:nth-child(even) .img_box{
  left: auto;
  right: 0;
}

.point_in ul li:nth-child(even) .text_box{
  float: left;
  padding: 51px 115px 55px 55px;
}

@media screen and (max-width: 1600px){
  .point_img {
    margin: 0 -7vw 0 -7vw;
  }

  .point_in {
    padding: 180px 0 0;
  }
}

.greeting{
  margin: 140px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greeting .img_box{
  width: 43%;
}

.greeting .text_box{
  width: 50%;
}

#content .greeting .text_box h2{
  background: none;
  border: 0;
  color: #444;
  font-size: 27px;
  padding: 0;
  box-shadow: none;
  margin: 0 0 30px;
}

#content .greeting .text_box h2::before{
  display: none;
}

.greeting .text_box p{
  margin: 0 0 30px;
}

.greeting .text_box p:last-child{
  margin: 0;
}

.greeting .text_box p.ttl{
  font-size: 23px;
  font-weight: 600;
}

.greeting .text_box p.ttl span{
  font-size: 18px;
  font-weight: 500;
}

/* 対応症状一覧 */
.symptom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.symptom_img{
  position: absolute;
  left: 370px;
}

.symptom_left{
  width: 300px;
}

.symptom_right{
  width: 300px;
}

.symptom_item{
  margin: 0 0 40px;
}

#content .symptom_item h3{
  padding: 0;
  margin: 0 0 20px;
  background: none;
  border: none;
  font-size: 23px;
}

ul.symptom_menu li{
  margin: 0 0 10px;
}

ul.symptom_menu li:last-child{
  margin: 0;
}

ul.symptom_menu li a{
  background: #dbdbdb;
  color: #000;
  text-decoration: none;
  padding: 15px 40px 15px 15px;
  display: block;
  position: relative;
}

ul.symptom_menu li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%; /* ←親要素の中央に */
  transform: translateY(-50%);
  background-image: url(images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

ul.symptom_menu li a:hover::after{
  transition: 1.0s;
  right: 7px;
}

/* 投稿ページ　お悩み */
.single_onayami{
  width: 900px;
  margin: 0 auto 0;
}

#content .single_onayami h2{
  text-align: center;
  background: none;
  box-shadow: none;
  border: none;
  color: #4b4b4b;
  font-size: 30px;
  padding: 0 0 20px;
  margin: 0 0 40px;
}

#content .single_onayami h2::before{
  content: "";
  width: 130px;
  height: 6px;
  border-radius: 2px;
  background-color: #e8ff02;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  transform: translateX(-50%);
  border: none;
}

.single_onayami_in{
  background: #f3f3f3;
  border-radius: 20px;
  padding: 40px;
}

.single_onayami_in ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}

.single_onayami_in ul li{
  font-size: 19px;
  font-weight: 500;
  color: #4b4b4b;
  width: 47%;
  position: relative;
  padding: 10px 20px 10px 40px;
  border-bottom: 2px dotted #9f9f9f;
  display: flex;
  align-items: center;
}

.single_onayami_in ul li:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* コンタクトフォーム7 */
#contact_bnr{
  margin: 0 0 50px;
}

#contact_bnr .tel{
  text-align: center;
  background: #a18f00;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 400px;
}

#contact_form{
  border: solid 1px #e3e3e3;
  padding: 50px 30px;
}

#contact_form .contact_form_in .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #e3e3e3;
}

#contact_form .contact_form_in .item .ttl{
  width: 48%;
}

#contact_form .ttl p{
  font-size: 17px;
  font-weight: 500;
}

#contact_form .ttl p span.span01{
  font-size: 14px;
  font-weight: 600;
  background: #c30000;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
  border-radius: 7px;
  margin: 0 0 0 10px;
}

#contact_form .ttl p span.span02{
  font-size: 14px;
  font-weight: 600;
  background: #838383;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
  border-radius: 7px;
  margin: 0 0 0 10px;
}

#contact_form .contact_form_in .item .text{
  width: 48%;
}

#contact_form .contact_form_in .item .text p.mini{
  font-size: 13px;
  font-weight: 500;
  color: #696969;
}

#contact_form .contact_form_in .radio .text p.mini{
  margin: 10px 0 0;
}

#contact_form input,
#contact_form select,
#contact_form textarea{
  width: 100%;
  border: solid 1px #e3e3e3;
  padding: 7px;
}

#contact_form .contact_form_btn{
  margin: 40px 0 0;
}

#contact_form .contact_form_btn p{
  text-align: center;
}

#contact_form span.wpcf7-form-control{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

#contact_form span.wpcf7-form-control input{
  width: auto;
  border: 0;
  padding: 0;
  vertical-align: middle;
}

#contact_form span .wpcf7-list-item{
  margin: 0;
}

#contact_form span .wpcf7-list-item label{
  vertical-align: middle;
}

#contact_form .contact_form_btn .ttl,
#contact_form .contact_form_btn .text{
  margin: 0 0 20px;
}

#contact_form .contact_form_btn .text .red{
  color: #c30000;
}

#contact_form .contact_form_btn p{
  text-align: left;
}

#contact_form .contact_form_btn .btn p{
  text-align: center;
}

#contact_form .contact_form_btn input{
  text-align: center;
  background: #bd0909;
  color: #fff;
  border: 0;
  width: 340px;
  margin: 0 auto 0;
  padding: 15px 0;
}

#contact_form .contact_form_btn input:hover{
  transition: 1.0s;
  opacity: 0.3;
}

#contact_policy {
  margin: 70px 0 0;
}

}