@charset "utf-8";
/*-----------------------------------------------------

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
/*mainimage*/
#top #mainimage {
	width: 100%;
	position: relative;
	border: none;
	margin: 0;
	height: 100vh;
	min-height: 480px;
  background-position: center;
}
#top .mv_wrapper {
	width: 100%;
	height: 100%;
}
#top .mv_wrapper .slick-list,
#top .mv_wrapper .slick-track {
	height: 100%;
}
#top .mv_item {
	width: 100%;
	height: 100%;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	position: relative;
}
#top .mv_item:before {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(66,48,28,0.2);
}
#top .mv_item .img_mv {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#top .mv_item .mv_item_cnt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	z-index: 20;
}

#top .mv_item .mv_txt {
	font-weight: 700;
	font-size: 60px;
	line-height: 1.3;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	z-index: 10;
}

/* @media screen and (max-width : 1199px ) {
	#top #mainimage {
		height: 70vh;
	}
} */
#top header .h_logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
}
#top header .h_right {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	z-index: 100;
}
/* #top header .mv_ttl {
    color: #fff;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
		line-height: 1.3;
		text-shadow: 1px 1px 12px rgba(0,0,0,0.4)
}

#top header .mv_ttl .main_ttl {
	font-weight: 700;
	font-size: 60px;

}
#top header .mv_ttl .sub_ttl {
	margin-top: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-style: italic;
} */

@media only screen and (min-width:767px) {
	#top header .h_line a:hover {
		    background-color: rgba(0,194,0,1);
	}
	#top header .h_contact .guide:hover {
		border-bottom: solid 1px #fff;
	}
}

/*    SECTION 01 about
-------------------------------*/
#top .about {
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
	/* z-index: -1; */
}
#top .about .about_wrap {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
#top .about .about_img {
	width: 40%;
	position: absolute;
	top: 80px;
	right: 0;
}
/* #top .about .about_wrap:before {
	content: 'About Us';
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	color: #ecdbb9;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
} */
#top .about .about_wrap .l_box {
	width: 60%;
}
#top .about .about_wrap .txt_box {
	text-align: center;
}
#top .about .about_wrap .txt_box:not(:first-of-type) {
	margin-top: 30px;
}
#top .about .about_wrap .txt_box .ttl {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0.5em;
	background: #cd0505;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 15px 25px;
}
#top .about .about_wrap .txt_box .txt {
	font-size: 20px;
	font-weight: 500;
}
#top .about .about_wrap .arrow_wrap {
	margin-top: 30px;
}
#top .about .about_wrap .arrow {
	position: relative;
}
#top .about .about_wrap .arrow:not(:first-child) {
	margin-top: 10px;
}
#top .about .about_wrap .arrow:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 75px 0 75px;
  border-color: #cd0505 transparent transparent transparent;
  display: block;
  margin: 0 auto;
}
#top .about .about_wrap .arrow02:before {
	opacity: 0.5;
}
#top .about .about_wrap .arrow03:before {
	opacity: 0.3;
}
#top .about .catch_txt {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	margin-top: 60px;
}
#top .about .catch_txt span {
	background: linear-gradient(transparent 60%, #fff95d 60%);
}
#top .about .case_box {
	max-width: 900px;
	margin: 50px auto 0;
	text-align: center;
}
#top .about .case_ttl {
	background: #42301c;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
#top .about .case_txt {
	font-size: 20px;
	padding: 1em;
	border: solid 1px #42301c;
}
/* #top .about .about_ttl {
	font-size: 30px;
	color: #42301c;
	line-height: 1.4;
	margin-bottom: 25px;
	font-weight: 500;
}
#top .about .about_wrap .l_box .txt_box p .strong{
	color: #cd0505;
	font-size: 25px;
	font-weight: 500;
	display: block;
}
#top .about .about_wrap .l_box .txt_box p {
	margin-top: 1em;
}
#top .about .about_wrap .list_bg {
	margin-bottom: 20px;
	border-bottom: solid 1px #765922;
	padding-bottom: 20px;
}

#top .about .about_wrap .l_box .list_bg li {
	font-size: 25px;
	color: #cd0505;
	line-height: 1.5;
	padding-left: 20px;
	margin-top: 14px;
	font-weight: 500;
		position: relative;
}
#top .about .about_wrap .l_box .list_bg li:first-child {
	margin-top: 0;
}
#top .about .about_wrap .l_box .list_bg li:before {
		content: '';
    width: 10px;
    height: 10px;
    background: url(../Image/common/list_disc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: contain;
}
#top .about .about_wrap .l_box .list_bg li span {
	font-weight: normal;
	font-size: 15px;
	display: block;
	color: #333;
}
#top .about .about_wrap .l_box .catch {
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	padding: 8px 25px 12px;
	margin: 23px 0;
	line-height: 1;
	border: solid 2px #42301c;
}
#top .about .about_wrap .l_box .catch span {
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
}
#top .about .about_wrap .l_box .list_sm {

}
#top .about .about_wrap .l_box .list_sm span {
	font-size: 20px;
	color: #cd0505;
	font-weight: 500;
}
#top .about .about_wrap .l_box .list_sm li {
	text-indent: -1em;
	padding-left: 1em;
} */
#top .about .about_wrap .r_box  {
	position: absolute;
	top: 0;
	right: -381px;
}

/*    SECTION 02 concept
-------------------------------*/
#top .concept .ttl {
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 55px;
}
#top .concept .ttl .inner {
	display: inline-block;
	line-height: 1;
	position: relative;
}
#top .concept .ttl .inner:before,
#top .concept .ttl .inner:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 60%;
	background: #333;
	left: -20px;
	bottom: 0;
	transform: rotate(-30deg);
}
#top .concept .ttl .inner:after {
	left: inherit;
	right: -20px;
	transform: rotate(30deg);
}
#top .concept .ttl .item01 {
	color: #cd0505;
	font-family: 'Poppins', sans-serif;
	font-size: 65px;
	font-weight: 500;
	font-style: italic;
	display: inline-block;
	    margin: 0 5px;
}
#top .concept .ttl .item02 {
	font-size: 48px;
	color: #cd0505;
}
#top .concept .concept_box {
	position: relative;
	display: flex;
	align-items: center;
	/* height: 450px; */
	margin-top: 70px;
	padding: 50px 0;
}
#top .concept .concept_box:nth-child(1) {
	margin-top: 0;
}
#top .concept .concept_box .img_box {
	position: absolute;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 53%;
	z-index: -1;
	height: 450px;
	height: 100%;
}
#top .concept .concept_box .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .concept .concept_box .img_box.r_box {
	right: 0;

}
#top .concept .concept_box .img_box.l_box {
	left: 0;

}
#top .concept .concept_box .txt_box {
	width: 600px;
	background: #fff;
	padding: 50px;
	margin-right: 600px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
	position: relative;
	z-index: 0;
}
#top .concept .concept_box .txt_box.r_box {
	margin-left: 600px;
}
#top .concept .concept_box .txt_box:after {
	/* content: '01'; */
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-size: 206px;
	color: #f5ead5;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	line-height: 72%;
}
#top .concept .concept_box .txt_box .strong {
	color: #765922;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#top .concept .concept_box:nth-child(1) .txt_box::after {
	content: '01';
}
#top .concept .concept_box:nth-child(2) .txt_box::after {
	content: '02';
}
#top .concept .concept_box:nth-child(3) .txt_box::after {
	content: '03';
}
#top .concept .concept_box .concept_ttl {
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 22px;
	line-height: 1;
}
/*    SECTION 03 menu
-------------------------------*/
#top .menu {
	background: #f8f9f2;
}
#top .menu .menu_list {
	display: flex;
	flex-wrap: wrap;

}
#top .menu .menu_list li {
	width: 366px;
	margin-right: 50px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.13);
	background: #fff;
	position: relative;
}
#top .menu .menu_list li:nth-child(3n) {
	margin-right: 0;
}
#top .menu .menu_list li:nth-child(n+4) {
	margin-top: 50px;
}
#top .menu .menu_list li:after {
		content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #ea2b1d transparent;
    position: absolute;
    right: 6px;
    bottom: 6px;
}
#top .menu .menu_list li a {
	display: block;
}

#top .menu .menu_list li.no_link a{
	pointer-events: none;
}

#top .menu .menu_list li.no_link:after{
	display: none;
}

#top .menu .menu_list .img_box {
	overflow: hidden;
	position: relative;
}

#top .menu .menu_list .img_box img {
	transition: 0.4s ease-in-out;
	position: relative;
}

#top .menu .menu_list .txt_box {

	padding: 20px 20px 30px;
}
#top .menu .menu_list .ttl {
	color: #42301c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

@media print, screen and (min-width : 767px ) {
#top .menu .menu_list li a:hover .img_box img {
	transform: scale(1.1);
	opacity: 0.7;
}

}
/*    SECTION 05 news
-------------------------------*/
#top .news_list {
	max-width: 960px;
	margin: 0 auto;
}
#top .news_list li {
	border-bottom: solid 1px #c9c9c9;
}
#top .news_list li:first-child {
	border-top: solid 1px #c9c9c9;
}
#top .news_list .inner {
	padding: 14px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
#top .news_list .inner:after {
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 12px 12px;
border-color: transparent transparent #ea2b1d transparent;
position: absolute;
right: 6px;
bottom: 6px;
}

#top .news_list .badge {
	background-color: #a9894b;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	padding: 12px 0;
	min-width: 106px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
}
#top .news_list .date {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin-right: 40px;
	display: inline-block;
}
#top .news .btn_primary {
	margin: 0 auto;
}
@media print, screen and (min-width : 767px ) {
#top .news_list .inner:hover {
	background: #f5ead5;
}
}
/*    SECTION 05 line
-------------------------------*/
.line {
	background: #45b345;
	padding: 80px 0;
}
.line .line_box {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 70px 41px;
}
.line .line_box .ttl {
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 21px;
}
.line .line_box .ttl span {
	font-size: 30px;
	color: #45b345;
}
.line .line_box .txt_box p {
	line-height: 2;
}
.line .qr_box {
	width: 180px;
	text-align: center;
}
.line .qr_box .id {
	font-size: 21px;
	color: #45b345;
}
.line .tokuten {
	color: #fff;
	background: #cd0505;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	padding: 0 10px;
	margin-top: 15px;
}
/*    SECTION 05 sns
-------------------------------*/
.sns {
	background: #f8f9f2;
}
.sns .ttl_01 {
	margin-bottom: 50px;
}
.sns_wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
    margin: 0 auto;
}
.sns_wrap .fb_wrap {
	margin-right: 100px;
	width: 500px;
}
.sns_wrap .insta_wrap {
	width: 500px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
/*202210追加*/
#top .google_bnr {
	margin-top: 80px;
	text-align: center;
}
#top .google_bnr a {
	display: inline-block;
	padding: 20px 40px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
	color: #fff;
	transition: 0.4s ease-in-out;
}
#top .google_bnr .en {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-right: 5px;
}
.fixed_bnr {
	position: fixed;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: 0.4s ease-in-out;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	width: 500px;
}
.fixed_bnr.show {
	transform: scale(1);
}
.fixed_bnr a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 20px;
	display: block;
	line-height: 1.4;
	text-align: center;
	z-index: 100;
	position: relative;
	transition: 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.fixed_bnr a.line{
	background: #00c200;
}
.fixed_bnr a.ekiten{
	background: #ea2b1d;
}
.fixed_bnr a.diet {
	background: #ff9712;
	font-weight: 700;
	font-size: 17px;
	color: #ffff00;
	padding: 10px;
}
.fixed_bnr a:before {
	content: '';
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: solid 1px #fff;
	position: absolute;
	top: 8px;
	left: 8px;
}
.fixed_bnr a.diet:before {
	display: none;
}
.fixed_bnr a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.4s;
}
.fixed_bnr span {
	font-weight: 700;
}
.fixed_bnr_item {
	width: 50%;
}
.fixed_bnr_item.bnr_diet {
	width: 100%;
}
@media print, screen and (min-width : 767px ) {
	.google_bnr a:hover {
		opacity: 0.7;
	}
	.fixed_bnr a:hover:after{
		opacity: 1;
	}
}
/*-----------------------------------------------------

	下層共通CSS

------------------------------------------------------*/
.under {
	padding-top: 141px;
}
.under header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	min-width: 1250px;
}
.under header.fixed {
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
.under header .header_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
    margin: 0 auto;
		padding-bottom: 10px;
}
.under header .h_logo {
	padding-top: 15px;
	position: static;
}
.under header .nav_top {
	display: flex;
	justify-content: flex-end;
}
.under header .h_line {
	margin-left: 30px;
	margin-top: 0;
}
.under header .h_contact {
	padding: 10px 20px;
	background: rgba(66,48,28,1);
}
.under header .h_contact .tel {
	font-size: 24px;
}
.under header .h_contact .time {
	font-size: 14px;
}
.under header .nav_bottom {
	margin-top: 10px;
}
.under header .h_line a {
	background-color: rgba(0,194,0,1);
}
.under #mainimage {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;
	height: 260px;
	position: relative;
}

.under .mv_ttl {
	line-height: 1;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.under .mv_ttl .main {
	font-weight: 700;
	font-size: 42px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;

}
.under .mv_ttl .sub {
	display: block;
    font-size: 14px;
    font-weight: 500;
		margin-top: 10px;
}

.under .container {
	padding: 80px 0 100px;
}
.under .lead {
	text-align: center;
}
.under .lead p:not(:first-child) {
	margin-top: 15px;
}
@media screen and (min-width : 768px ) {

}
/*-----------------------------------------------------

当院について

------------------------------------------------------*/
#about #mainimage {
	background-image: url(../Image/about/img_mv.jpg);
}
#about .ttl_02 {
	line-height: 1.8;
}
#about .ttl_02 .strong {
	color: #cd0505;
	display: inline-block;
	font-size: 28px;
	font-weight: 900;
}
#about .concept {
	padding-top: 0;
}
#about .concept_box {
	display: flex;
	margin-top: 50px;
}
#about .concept_box:first-child {
	margin-top: 0;
}
/* #about .concept_box .l_box.txt_box {
	padding-right: 70px;
}
#about .concept_box .r_box.txt_box {
	padding-left: 70px;
} */
#about .concept_box .txt_box {
	width: 55%;
	padding-right: 70px;
	padding-top: 50px;
}
#about .concept_box .txt_box.r_box {
	padding-left: 70px;
	padding-right: 0;
}
#about .concept_box .txt_box p:not(:first-child) {
	margin-top: 15px;
}
#about .concept_box .txt_box p.space {
	margin-top: 45px;
}
#about .concept_box .txt_box .strong01 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f5ead5;
	padding: 10px;
}
#about .concept_box .txt_box .strong01 .t_indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#about .concept_box .txt_box .strong02 {
	font-size: 26px;
	font-weight: 700;
	color: #cd0505;
	display: inline-block;
	margin-top: 12px;
}
#about .concept_box .img_box {
	width: 45%;
}
#about .concept_box .img_box .img_s:nth-child(1) {
	margin-left: auto;
	width: 260px;
}
#about .concept_box .img_box .img_s:nth-child(2) {
	width: 230px;
	margin-top: 20px;
}
#about .strength {
	margin-top: 20px;
	background: #f8f9f2;
}
#about .strength_box {
	display: flex;
	flex-wrap: wrap;
}
#about .strength_box:not(:first-child) {
	margin-top: 70px;
}
#about .strength_box .ttl {
	    color: #cd0505;
			font-size: 26px;
    margin-bottom: 26px;
}
#about .strength_box .img_box {
	width: 45%;

}
#about .strength_box .txt_box {
	width: 55%;
	padding-left: 70px;
	padding-top: 50px;
}
#about .strength_box .txt_box.l_box {
	padding-right: 70px;
	padding-left: 0;
}
#about .strength_box .btn  a{
	margin-left: auto;
}
#about .greeting_box {
	align-items: flex-start;
}
#about .greeting_box .img_box {
	width: 45%;
}
#about .greeting_box .txt_box {
	width: 55%;
	padding-left: 100px;
	padding-top: 30px;
}
#about .greeting_box:nth-child(2) .txt_box {
	padding-left: 0;
	padding-right: 90px;
}
#about .greeting_box .name {
	font-size: 20px;
	font-weight: 500;
	/* margin-bottom: 8px; */
}
#about .greeting_box .qualification {
	margin-bottom: 20px;
}
#about .greeting_box .greeting_txt {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
#about .greeting_box .greeting_txt .bold {
	font-size: 24px;
	color: #cd0505;
}
#about .greeting_box .greeting_txt p:not(:first-child) {
	margin-top: 15px;
}
#about .greeting_box .greeting_txt p.space {
	margin-top: 45px;
}
#about .greeting_box .career_box {
	margin-top: 15px;
}
#about .greeting_box:nth-child(2) {
	margin-top: 30px;
	align-items: center;
}
#about .greeting_box .name_box {
	margin-top: 50px;
}
#about .greeting_box .sport {
	margin-top: 10px;
}
/*-----------------------------------------------------

トレーニング        training

------------------------------------------------------*/
#training #mainimage {
	background-image: url(../Image/training/img_mv.jpg);
}
#training .lead {
	font-size: 18px;
	font-weight: 500;
}
#training .point_box {
	padding: 0 50px 50px 50px;
	border: solid 3px #cd0505;
	max-width: 1000px;
	margin: 65px auto 0;
}
#training .point_box .ttl {
	font-size: 22px;
	color: #cd0505;
	text-align: center;
	position: relative;
	top: -23px;
}
#training .point_box .point_list {
	display: flex;
	flex-wrap: wrap;
}

#training .point_box .ttl span {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
#training .point_box .point_list li {
	width: 50%;
	font-size: 18px;
	padding-left: 20px;
	position: relative;
}
#training .point_box .point_list li:before {
	content: '';
    width: 10px;
    height: 10px;
    background: url(../Image/common/list_disc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: contain;
}
#training .point_box .point_list li:nth-child(n+3) {
	margin-top: 10px;
}
#training .training_wrap {
	margin-top: 90px;
}
#training .training_box:first-of-type {
	margin-top: -141px;
}
#training .training_box {
	padding-bottom: 50px;
	border-bottom: solid 1px #eee;
	padding-top: 141px;
	margin-top: -61px;
}
#training .training_box .txt_box {
	width: 700px;
	padding-left: 70px;

}
#training .training_box .txt_box .txt .strong {
	display: block;
	font-size: 18px;
}
#training .training_box .txt_box.l_box {
	padding-left: 0;
	padding-right: 70px;
}
#training .training_box .txt_box .sub_ttl {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 13px;
	color: #42301c;
	font-weight: 500;
}
#training .training_box .img_box {
	width: 500px;
}
#training .training_box .img_box .thumb_box {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#training .training_box .img_box .thumb_box li {
	width: 160px;
}
#training .training_box .img_box .thumb_box li.current {
	border: solid 2px #cd0505;
}
#training .training_ttl {
	font-size: 26px;
	margin-bottom: 26px;
	/* line-height: 1; */
}
#training .training_ttl {
	color: #cd0505;
}
#training .training_ttl span {
	position: relative;
}
#training .training_ttl span:after {
    width: 98%;
    height: 15px;
    background: #cd0505;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: skew(-30deg) translateX(-50%);
    z-index: -1;
}
#training .monster_box {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #f5ead5;
	padding: 20px;
	display: inline-block;
	z-index: 100;

}
#training .monster_box .ttl {
	font-weight: 500;
	color: #644509;
	font-size: 18px;
	margin: 5px;
}
#training .monster_box .icon {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}


#training .training_bottom {
	margin-top: 50px;

}
#training .chart_box {
	position: relative;
	text-align: center;
  margin-top: 25px;
}

#training .chart_box .img_over {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: 0.8s ease-in-out;
}
#training .chart_box .img_base.inview_active .img_over {
	transform: translate(-50%,-50%) scale(1);
}
#training .recommend_box  {
	width: 50%;
	background: #fff;
	padding: 30px;
	position: relative;
	border: solid 1px #eee;
	text-align: center;
}
#training .recommend_box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f5ead5;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}
#training .recommend_in {
	display: inline-block;
	text-align: left;
}
#training .recommend_box .txt {
	font-size: 18px;
	color: #42301c;
}
#training .recommend_box .recommend_list {
	margin-top: 20px;
}
#training .recommend_box .recommend_list li {
	padding-left: 20px;
	position: relative;
	margin-top: 5px;
}
#training .recommend_box .recommend_list li:first-child {
	margin-top: 0;
}
#training .recommend_box .recommend_list li:before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../Image/common/list_disc.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-size: contain;
}
#training .img_thumbnail {
	display: flex;
	margin-top: 10px;
}
#training .img_thumbnail li {
	margin-right: 10px;
	position: relative;
}
#training .img_thumbnail li:last-child {
	margin-right: 0;
}
#training .img_thumbnail li:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	opacity: 1;
}
#training .img_thumbnail li.thumbnail-current:before {
	opacity: 0;
}

/*-----------------------------------------------------

　　治療

------------------------------------------------------*/
#treatment #mainimage {
	background-image: url(../Image/treatment/img_mv.jpg);
}
#treatment #treatment01 {
	align-items: flex-start;
}
#treatment .treatment {
	padding-bottom: 0;
}
#treatment .treatment_ttl {
	color: #cd0505;
	font-size: 26px;
	margin-bottom: 26px;
}
#treatment .treatment_box .sub_ttl {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 13px;
    color: #42301c;
    font-weight: 500;
}
#treatment .treatment_box .txt_box {
    width: 700px;
    padding-left: 70px;
    padding-top: 50px;
}
#treatment .treatment_box .txt_box .txt .strong {
	font-weight: 500;
	font-size: 18px;
}
#treatment .treatment_box .txt_box .txt p:not(:first-child) {
	margin-top: 15px;
}
#treatment .treatment_box .img_box {
    width: 500px;
}
#treatment .treatment_list {
	margin-top: 70px;
}
#treatment .treatment_list li {
	margin-right: 50px;
	width: 366px;
	margin-top: 30px;
}
#treatment .treatment_list li:nth-child(3n) {
	margin-right: 0;
}
#treatment .treatment_list li:nth-child(-n+3) {
	margin-top: 0;
}
#treatment .treatment_list .treatment_ttl {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500;
}
#treatment .treatment_list .txt_box {
	margin-top: 30px;
}
#treatment .recommend_wrap {
	background: #f8f9f2;
	padding-bottom: 100px;
}
#treatment .recommend_box .img_box {
	width: 400px;
}

#treatment .recommend_box {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #eee;
}
#treatment .recommend_box:first-child {
	margin-top: 0;
}
#treatment .recommend_box .txt_box {
	padding-left: 70px;
	padding-top: 30px;
	max-width: 800px;
}
#treatment .recommend_box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#treatment .recommend_box:nth-child(even) .txt_box {
	padding-left: 0;
	padding-right: 70px;
}
#treatment .recommend_box .name {
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
#treatment .recommend_box .txt {
	margin-top: 15px;
}

/*-----------------------------------------------------

　　スタッフブログ			blog

------------------------------------------------------*/
#blog #mainimage {
	background-image: url(../Image/blog/img_mv.jpg);
}
#blog .news_wrap {
	display: flex;
}
#blog .news_main {
	width: 70%;
}

#blog .news_list li {
	width: 100%;
}
#blog .news_list li:nth-child(even) {
	margin-right: 0;
}
#blog .news_list li a {
	display: flex;
	border-bottom: solid 1px #eee;
padding: 30px;
overflow: hidden;
position: relative;
}
#blog .news_list li .img_box {
	width: 300px;
	overflow: hidden;
	position: relative;
	height: 225px;
}
#blog .news_list li .img_box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.4s ease-in-out;
}
#blog .news_list li .txt_box {
		margin-left: 50px;
    width: calc(100% - 350px);
}
#blog .news_list .badge {
	background: #a9894b;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	display: inline-block;
}
#blog .news_list .date {
	    font-family: 'Poppins', sans-serif;
			font-size: 15px;
			display: inline-block;
			margin-left: 20px;
}
#blog .news_list .news_ttl {
	font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
#blog .news_list .news_txt {
	margin-top: 20px;
}
#blog .news_side {
	width: 30%;
	padding-left: 50px;
}
#blog .news_side .side_box {
	margin-top: 60px;
}
#blog .news_side .side_box:first-child {
	margin-top: 0;
}
#blog .news_side .side_ttl {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #42301c;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
}
#blog .news_side .side_ttl span {
	display: block;
	font-size: 14px;
	color: #cea754;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-top: 10px;
}
#blog .news_side .side_list {
	border-top: solid 1px #765922;
}
#blog .news_side .side_list li {
	border-bottom: 1px solid #765922;
}
#blog .news_side .side_list li a {
	display: block;
	padding: 15px 20px;
}
#blog .blog_info {
	padding: 0 5%;
	display: flex;
    align-items: center;
}
#blog .blog_info .badge {
	background: #a9894b;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    display: inline-block;
}
#blog .blog_info .date {
		font-family: 'Poppins', sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-left: 20px;
}
#blog .single_wrap .blog_ttl {
	border-bottom: solid 1px #a2a2a2;
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 0 5% 10px;
	font-size: 25px;
	font-weight: 500;
}
#blog .single_wrap .content {
	padding: 0 5%;
}
#blog .single_wrap .voice_wrap .img_box {
	text-align: center;
}
#blog .single_wrap .voice_wrap .img_box img {
	max-width: 100%;
}
#blog .single_wrap .voice_wrap .content {
	margin-top: 30px;
}
#blog .single_wrap img {
	max-width: 100%;
	height: auto;
}
#blog .single_wrap h1 {
	font-size: 24px;
}
#blog .single_wrap h2 {
	font-size: 22px;
}
#blog .single_wrap h3 {
	font-size: 20px;
}
#blog .single_wrap ul li {
	list-style-type: disc;
}
#blog .single_wrap ol li {
	list-style-type: decimal;
}
@media print, screen and (min-width : 767px ) {
	#blog .news_list li a:hover .img_box img {
		transform: scale(1.1);
	}
	#blog .news_list li a:hover {
		opacity: 0.7;
	}
	#blog .news_side .side_list li a:hover {
		background: #f5ead5;
	}
}
/*-----------------------------------------------------

　　お問い合わせ          contact

------------------------------------------------------*/
#contact .container:first-of-type {
	padding: 0;
}
#contact #mainimage {
	background-image: url(../Image/contact/img_mv.jpg);
}
#contact .lead {
	text-align: center;
	margin-bottom: 40px;
}
#contact .form_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#contact .form_wrap tr:nth-child(odd) {
	background: #f5ead5;
}
#contact .form_wrap table th {
	width: 30%;
	padding: 20px;
	text-align: left;
	position: relative;
}
#contact .form_wrap table td {
	width: 70%;
	padding: 20px;
}
#contact .form_wrap input,
#contact .form_wrap textarea {
	border: solid 1px #ccc;
	border-radius: 3px;
	margin: 2px;
	vertical-align: middle;
	padding: 8px;
	font-family: 'Noto Sans JP', sans-serif;
}
#contact  .txt_confirm {
	font-size: 20px;
	text-align: center;
	color: #cd0505;
margin-bottom: 20px;
}
#contact .form_wrap input.middle {
	width: 50%;
}
#contact .form_wrap input.long {
	width: 90%;
}
#contact .form_wrap textarea {
	width: 90%;
}
#contact .form_wrap button {
	    font-family: 'Noto Sans JP', sans-serif;
}
#contact .privacy {
	    background: #f8f9f2;
}
#contact .privacy .privacy_box {
	max-width: 1000px;
	margin: 0 auto;
}
#contact .privacy .ttl_purpose {
	font-size: 18px;
	font-weight: 500;
}
#contact .privacy .subtxt {
	padding: 20px;
	background: #fff;
	margin-top: 15px;
}
#contact .form_wrap input.btn_submit {
	width: 300px;
	font-size: 16px;
	position: relative;
	padding: 24px 0;
	border: solid 1px #42301c;
	background: #42301c;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 0;
	line-height: 1;
	cursor: pointer;
	transition: 0.4s ease-in-out;
}
#contact .form_wrap input.btn_submit:hover {
	background: #cd0505;
	border-color: #cd0505;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
	color: #fff;
	background: #cd0505;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}
/* contact form 7 */
.wpcf7-form p {
	padding: 20px;
}
.wpcf7-form p:nth-of-type(odd) {
	background: #f5ead5;
}
.wpcf7-form p label {
	position: relative;
}
@media only screen and (min-width:767px) {

}
/*-----------------------------------------------------

料金について          price

------------------------------------------------------*/
#price #mainimage {
	background-image: url(../Image/price/img_mv.jpg);
}
#price .price_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#price .price_ttl {
	    font-family: 'Noto Sans JP', sans-serif;
			font-size: 28px;
}
#price .sec_ttl span {
	    font-family: 'Poppins', sans-serif;
}
#price .price_box {
	width: 70%;
	margin: 0 auto;
	margin-top: 70px;
}
#price .price_box:first-child {
	margin-top: 0;
}
#price .table_price tr {
	border-bottom: solid 1px #765922;
}
#price .table_price th,
#price .table_price td {
	width: 50%;
	padding: 20px;
}
#price .table_price th {
	text-align: left;
}
#price .table_price td {
	text-align: right;
}
#price .price_box .txt {
	margin-top: 15px;
}
#price .price_box .attention {
	padding: 20px;
	border: solid 2px #ecdbb9;
	margin-top: 15px;
	text-align: center;
}
#price .price_txt {
	margin-top: 70px;
    padding-top: 30px;
    border-top: solid 1px #eee;
}
#price .price_txt .inner {
	width: 700px;
	margin: 0 auto;
}
#price .contact_box {
	margin-top: 30px;
}
/*-----------------------------------------------------

　　よくある質問          faq

------------------------------------------------------*/
#faq #mainimage {
	background-image: url(../Image/faq/img_mv.jpg);
}
.contact_box {
	margin-top: 30px;
	align-items: center;
	justify-content: center;
	background: #f8f9f2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
		margin-top: 20px;
}
.contact_box .btn {
	margin-top: 0;
	margin-right: 20px;
}
.contact_box .tel {
	margin-left: 20px;
}
.contact_box .tel .tel_upper {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: italic;
}
#faq .faq_wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.faq_cate ul {
	display: flex;
	justify-content: center;
}
.faq_cate li {
	margin-right: 20px;
	padding: 10px 20px;
	position: relative;
}
.faq_cate li:not(:last-child):after {
	content: '/';
	position: absolute;
	right: -10px;
	color: #cd0505;
}
.faq_cate li:last-child {
	margin-right: 0;
}
.faq_box {
	margin-top: 50px;
}
.faq_box:first-of-type {
	margin-top: 0;
}
.faq_ttl {
	font-size: 22px;
	font-weight: 500;
	color: #cd0505;
	margin-bottom: 15px;
}
.faq_list .list_q {
    position: relative;
    padding: 20px 4em;
    cursor: pointer;
    border-top: solid 1px #d5d5d5;
		background: #f5ead5;
}
.faq_list .list_q:before {
    content: "Q";
    font-weight: bold;
    position: absolute;
    top: 50%;
		transform: translateY(-50%);
    left: 20px;
    color: #fff;
		width: 30px;
		height: 30px;
		text-align: center;
		background: #42301c;
}
.faq_list .list_q:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #e2ddd1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_list .list_q:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #e2ddd1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_list .list_q.open:after {
    content: "\f068";
}
.faq_list .list_q.open.close:after {
    content: "\f067";
}
.faq_list .list_a {
    position: relative;
    padding: 20px 4em;
}
.faq_list .list_a:before {
    content: "A";
    font-weight: bold;
    position: absolute;
		top: 50%;
		transform: translateY(-50%);
    left: 20px;
		color: #fff;
		width: 30px;
		height: 30px;
		text-align: center;
		background: #cd0505;
}
/*-----------------------------------------------------

	各フォーム共通CSS

------------------------------------------------------*/

/* 「入力例」デザイン */
.form_wrap .example {
	font-size: 14px;
    color: #737373;
    margin: 0 0 0 8px;
}

/*  Mailform pro Reset CSS
-------------------------------*/

/*ボタンデザイン*/
div.btn_submit {
	max-width: 300px;
	position: relative;
	z-index: 5;
	margin: 50px auto 0;
	padding: 0;
}
.mfp_element_submit,
.mfp_element_button {
	border-radius: 0;
    background: transparent;
	padding: 17px 0;
    border: solid 1px #222;
    text-shadow: none;
    display: block;
    line-height: 1;
    width: 100%;
	font-size: 16px;
	color: #222;
	max-width: 300px;
	transition: 0.3s;
	overflow: hidden;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.mfp_element_submit:after,
.mfp_element_button:after {
	content: '';
    background: url(../Image/common/btn_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: 10px;
    height: 15px;
    transition: 0.3s ease-in-out;
}
.mfp_element_submit:before,
.mfp_element_button:before {
	content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.3s ease-in-out;
    background: #009900;
    z-index: -1;
}
#mfp_button_send:after {
	background: url(../Image/common/arrow_wh.png) no-repeat;
}
#mfp_button_send:before {
	background: #fff;
}
.mfp_element_button {
	display: inline-block;
}


form#mailformpro label.mfp_not_checked {
	border: none;
	padding: 0;
}
form#mailformpro label.mfp_checked {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

/*確認画面送信ボタン*/
#mfp_button_send {
	background: #009900;
	color: #fff;
	border-color: #009900;

}
/*確認画面キャンセルボタン*/

@media screen and (min-width : 768px ) {
	.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
		background: none;
		box-shadow: none;
		color: #fff;
		border-color: #009900;
	}
	#mfp_button_send:hover {
		color: #009900;
		background: transparent;
	}
	.mfp_element_submit:hover:before,
	.mfp_element_button:hover:before {
		width: 100%;
	}
	.mfp_element_submit:hover:after,
	#mfp_button_cancel:hover:after {
    transform: translateY(-50%) translateX(4px);
    background: url(../Image/common/arrow_wh.png) no-repeat;
}
	#mfp_button_send:hover:after {
		background: url(../Image/common/arrow_gr.png) no-repeat;
	}

}

/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
	background: none;
	padding-left: 0;
	color: #909090;
	font-weight: bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
	background-color: #888787;
}
/* 入力OKのエフェクト */
div.mfp_ok {
	background-color: #ff7500;
	border-color: #ff7500;
	font-size: 12px;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table {
	width: 100%;
	margin: 0 auto 40px;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table tr {
	border-bottom: 1px solid #C4C4BD;
}

table#mfp_confirm_table tr th {
	width: 25%;
	font-size: 16px;
	padding: 30px 20px 20px;
	border-bottom: solid 2px #009900;
	border-top: none;
}
table#mfp_confirm_table tr td {
	font-size: 16px;
	padding: 30px 20px;
	border-bottom: solid 2px #e6e6e6;
	border-top: none;
}
table#mfp_confirm_table tr.mfp_colored, table#mfp_confirm_table tr.mfp_achroma {
	background-color: transparent;
}
div#mfp_phase_confirm .mfp_buttons button:nth-child(1) {
	margin-right: 15px;
}
div#mfp_phase_confirm .mfp_buttons {
	font-size: 0;
}
div#mfp_phase_confirm h4 {
	color: #009900;
	font-size: 24px;
	padding: 0;
	margin-bottom: 20px;
}
form#mailformpro {
	padding: 0px;
}

/*-----------------------------------------------------

	送信完了画面			　thanks

------------------------------------------------------*/
#thanks #mainimage .mv_inner {
	background: url(../Image/contact/img_mv.jpg);
}
#thanks .gInner_second {
	text-align: center;
}
#thanks .ttl_04 {
	text-align: center;
	margin-bottom: 30px;
}
#thanks .ttl_04 span {
	padding-left: 30px;
	position: relative;
}
#thanks .ttl_04 span:before {
	    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    display: inline-block;
    position: absolute;
     left: 0;
    top: 50%;
    margin-top: -1.5px;
}
#thanks .ttl_04:before {
	display: none;
}
#thanks .txt_box {
	display: inline-block;
	text-align: left;
}
#thanks .btn_primary {
	margin: 50px auto 0;
}

@media only screen and (min-width:767px) {

}
/*新着詳細*/

/*-----------------------------------------------------
	WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 70px;
}
.wp-pagenavi * {
    display: inline-block;
	width: 40px;
    line-height: 40px;
    text-decoration: none;
	transition: 0.3s linear;
	margin-right: 0.5em;
	transform: scale(0.8);
}
.wp-pagenavi *:not(.extend) {
	color: #42301c;
	border: solid 1px #42301c;
}
.wp-pagenavi .current {
    background-color: #42301c;
    color: #fff;
	transform: scale(1);
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    padding: 0 0.5em;
	    box-sizing: content-box;
}
/* 矢印（ < とか > ）のデザイン */
/*.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	background: none;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}
.wp-pagenavi .previouspostslink:before {
	content: "\f104";
	font-family: FontAwesome
}
.wp-pagenavi .nextpostslink:before {
	content: "\f105";
	font-family: FontAwesome
}*/

@media screen and (min-width : 768px ) {
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
	color: #fff;
	background: #42301c;
}
}
#not-found #mainimage {
	background-image: url(../Image/common/mv_404.jpg);
}
#not-found .message {
	text-align: center;
}
#not-found .btn {
	margin-top: 40px;
}

/*-----------------------------------------------------

　　酵素ドリンク          enzyme-drink

------------------------------------------------------*/
#enzyme-drink #mainimage {
    background-image: url(../Image/enzyme-drink/img_mv);
		position: relative;
}
#enzyme-drink #mainimage:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
#enzyme-drink .lead {
    font-size: 18px;
    font-weight: 500;
}
#enzyme-drink .lead .list {
	display: inline-block;
}
#enzyme-drink .lead .list {
	text-align: left;
}
#enzyme-drink .treatment_list {
	margin-top: 70px;
}
#enzyme-drink .treatment_list li {
	margin-right: 50px;
	width: 366px;
	margin-top: 30px;
}
#enzyme-drink .treatment_list li:nth-child(3n) {
	margin-right: 0;
}
#enzyme-drink .treatment_list li:nth-child(-n+3) {
	margin-top: 0;
}
#enzyme-drink .treatment_list li .txt_link {
	text-decoration: underline;
	color: #765922;
}
#enzyme-drink .treatment_list .treatment_ttl {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500;
}
#enzyme-drink .treatment_list .txt_box {
	margin-top: 30px;
}

/*-----------------------------------------------------

　　ラジオ波治療  radiofrequency  202211追加

------------------------------------------------------*/
#radiofrequency #mainimage {
	background-image: url(../Image/radiofrequency/img_mv.jpg);
}
#radiofrequency .radio_box:not(:first-child) {
	margin-top: 60px;
}
#radiofrequency .radio_box .txt_box {
	width: 700px;
  padding-left: 70px;
  padding-top: 50px;
}
#radiofrequency .radio_box:nth-child(even) .txt_box {
	padding-left: 0;
	padding-right: 70px;
}
#radiofrequency .radio_box .radio_ttl {
	color: #cd0505;
  font-size: 26px;
  margin-bottom: 26px;
}
#radiofrequency .radio_box .img_box {
	width: 500px;
}
#radiofrequency .radio_box .box_bg {
	margin-top: 1em;
}

/*-----------------------------------------------------

交通事故治療          202211追加

------------------------------------------------------*/
#accident #mainimage {
	background-image: url(../Image/radiofrequency/img_mv.jpg);
}
#accident .accident {
	padding-bottom: 0;
}
#accident .sec_ttl .strong {
	color: #cd0505;
	display: inline-block;
}
#accident .sec_ttl .strong01 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-style: italic;
  margin: 0 5px;
}
#accident .sec_ttl .strong02 {
	font-size: 40px;
	font-weight: 700;
}
#accident .top_img {
	margin-top: 30px;
	text-align: center;
}
#accident .point_wrap,
#accident .treatment_wrap,
#accident .relief_wrap {
	margin-top: 70px;
}
#accident .point_box,
#accident .treatment_box {
	width: calc((100% - 60px) / 3);
}
#accident .point_box {
	position: relative;
	padding: 40px 20px 20px;
}
#accident .point_box .icon_wrap {
	text-align: center;
}
#accident .point_box .icon_wrap img {
	max-width: 75px;
}
#accident .deco_num {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #cd0505;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}
#accident .ttl_04 {
	color: #cd0505;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px;
}
#accident .sec02,
#accident .sec03 {
	padding-top: 20px;
}
#accident .sec02 .sec_ttl {
	margin-bottom: 0;
}
#accident .sec02 .ttl_02 {
	color: #fff;
	background: #42301c;
	display: inline-block;
	padding: 15px 20px;
	margin-bottom: 0;
}
#accident .sec02 .list_wrap {
	text-align: center;
	max-width: 900px;
	margin: -29px auto 0;
	border: solid 3px #42301c;
	padding: 60px 20px 30px;
}
#accident .sec02 .list {
	display: inline-block;
	text-align: left;
}
#accident .sec02 .list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
}
#accident .sec02 .list li:before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../Image/common/list_disc.png) no-repeat center / contain;
	display: block;
	margin-right: 10px;
}
#accident .sec02 .catch_txt {
	margin-top: 40px;
	text-align: center;
}
#accident .sec02 .catch_txt .arrow:not(:first-child) {
	margin-top: 10px;
}
#accident .sec02 .catch_txt .arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 75px 0 75px;
	border-color: #cd0505 transparent transparent transparent;
	display: block;
	margin: 0 auto;
}
#accident .sec02 .catch_txt .arrow02:before {
	opacity: 0.5;
}
#accident .sec02 .catch_txt .arrow03:before {
	opacity: 0.3;
}
#accident .sec02 .catch_txt .txt_box {
	margin-top: 30px;
}
#accident .sec02 .catch_txt .txt {
	font-weight: 500;
	font-size: 28px;
	color: #42301c;
	position: relative;
}
#accident .sec02 .catch_txt .txt span {
	background: linear-gradient(transparent 60%, #fff95d 60%);
}
#accident .treatment_box {
	position: relative;
}
#accident .treatment_ttl {
	margin-top: 10px;
}
#accident .treatment_txt {
	padding: 0 20px 20px;
}
#accident .relief_box {
	width: calc((100% - 30px) / 2);
	position: relative;
	padding: 40px 20px 20px;
	background: #fff;
}
#accident .relief_box:nth-child(n+3) {
	margin-top: 50px;
}
#accident .sec04 {
	padding-bottom: 80px;
	background: #f8f9f2;
}


.top_test #contents #mainimage {
	display: none;
}
