/*文字サイズ*/
.f08em{
	font-size:0.8em;
}
.f09em{
	font-size:0.8em;
}
.f10em{
	font-size:1em;
}
.f11em{
	font-size:1.1em;
}
.f12em{
	font-size:1.2em;
}
.f13em{
	font-size:1.3em;
}
.f14em{
	font-size:1.4em;
}
.f15em{
	font-size:1.5em;
}
/*rem*/
.f08rem{
	font-size:0.8rem;
}
.f09rem{
	font-size:0.9rem;
}
.f10rem{
	font-size:1rem;
}
.f11rem{
	font-size:1.1rem;
}
.f12rem{
	font-size:1.2rem;
}
.f13rem{
	font-size:1.3rem;
}
.f14rem{
	font-size:1.4rem;
}
.f15rem{
	font-size:1.5rem;
}
.f16rem{
	font-size:1.6rem;
}
.f17rem{
	font-size:1.7rem;
}
.f18rem{
	font-size:1.8rem;
}
.f19rem{
	font-size:1.9rem;
}
.f20rem{
	font-size:2.0rem;
}
ul li{
	list-style:none;
}
a{
    display: block;
}
a:hover{
    opacity: 0.7;
	transition : 1s;
}
figure{
	margin-bottom:0;
}
.pt-05{	padding-top:.5em!important;}.pt-1{padding-top:1em!important;}.pt-2{padding-top:2em!important;	
}.pt-3{padding-top:3em!important;}
.pt-5{padding-top:5em!important;}
.pt-6{padding-top:6em!important;}
.py-2{padding-top:2em!important;padding-bottom:2em!important;}
.py-3{padding-top:3em!important;padding-bottom:3em!important;}
.px-1{
	padding-left:1em;
	padding-right:1em;
}
.pb-1{padding-bottom:1em!important;	}
.pb-2{padding-bottom:2em!important;	}
.pb-3{
	padding-bottom:3em!important;	
}
.mt-0{
	margin-top:0!important;	
}
.mt-1{
	margin-top:1em!important;	
}
.mt-2{
	margin-top:2em!important;	
}
.mt-3{
	margin-top:3em!important;	
}
.mt-4{
	margin-top:4em!important;	
}
.mt-5{
	margin-top:5em!important;	
}
.mb-0{
	margin-bottom:0!important;	
}
.mb-1{
	margin-bottom:1em!important;	
}
.mb-2{
	margin-bottom:2em!important;	
}
.mb-3{
	margin-bottom:3em!important;	
}
.mb-4{
	margin-bottom:4em!important;	
}
.mb-5{
	margin-bottom:5em!important;	
}
.my-0{
	margin-bottom:0!important;
	margin-top:0!important;
}
.my-3{
	margin-bottom:3em!important;
	margin-top:3em!important;
}
.mx-5{
	margin-left:5%!important;
	margin-right:5%!important;
}
.px-5{		
	padding-left:5%;	
	padding-right:5%;	
}
.px-57{
	padding-left: 5.7%!important;
	padding-right: 5.7%!important;
}
.mx-minus-5{
	margin-left:-5.7%!important;
	margin-right:-5.7%!important;
}
.mt-minus-2{
	margin-top:-2em;
}
.pc{		
	display:block;	
}		
.sp{		
	display:none;	
}			
@media screen and (max-width:600px) {		
	.sp-mt-5{	
		margin-top:5em;
	}
	.sp-mt-minus-3{		
		margin-top:-3em!important;	
	}	
	.sp-px-5{
		padding-left:5%!important;
		padding-right:5%!important;
	}	
}	
@media screen and (max-width: 1024px){
	.pc{		
	display:block!important;	
}		
.sp{		
	display:none!important;
}			
}
@media (max-width: 600px){		
	.sp{	
		display:block!important;
	}	
	.pc{	
		display:none!important;
	}	
}
/* brタグ */		
.sp_br_430{		
display: none;		
}
.sp_br_867{		
display: none;		
}
@media (max-width: 867px){
	.sp_br_867{		
		display: block;		
	}
}
@media (max-width: 430px) {
.sp_br_430{		
display: block;		
}
}
/*リセットCSSの修正*/
@media screen and (max-width: 767px){
	section h2 span {
		font-size: 1em;
	}
}
/*レイアウト*/
.flex-center{
	justify-content:center;
}
.flex-between{
	justify-content:space-between;
}
.flex-al-center{
    align-items: center;
}
.al-c{
	text-align:center;
}
.m0auto{
	margin:0 auto;
}
.w96{
	max-width:960px;
	margin:0 auto;
}
.w80{
	width:80%;
}
@media screen and (max-width: 600px){
	.flex-sp-none{
		display:block;
	}
}

/* TOP お客様の声 */	
.voice-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	width: 100%;
	justify-content: space-between;
}
.voice-list li{
	display: flex;
	flex-direction: column;
	width: 32%;
	margin-bottom: 2%!important;
	border: 2px dashed var(--vividblue);
	height: 340px; /* 新しく追加 */
    overflow: hidden; /* 新しく追加 */
}
.voice-list li:nth-child(2n){
	margin-right: 0;
}
.voice-list li:last-child{
	position: relative;
}
.voice-list li:last-child::after {
    content: "";
    width: 31%;
    height: 0;
    margin: 5% 0 0 0;
}
.voice-list li .thumbnail{
	position: relative;
	margin-bottom: 10px;
	min-height: 170px;
	text-align:center;
}
.voice-list li .thumbnail img{
	height:170px;
	object-fit:contain;
}
.voice-list li .thumbnail::after{
	content: "";
	position: absolute;
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/finger.webp);
	background-size: contain;
    bottom: -37px;
    right: 5px;
    width: 35px;
    height: 65px;
    background-repeat: no-repeat;
}
.voice-list li .cat{
	background: var(--vividblue);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12.5px;
	letter-spacing: .025em;
	line-height: 1.6em;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
}
.voice-list li .ttl{
	font-size: 12.5px;
	font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.8em;
	margin-bottom: 15px!important;
    padding: 0 4%;
}
.voice-list li .ttl a{
	color: #7c7c7c;
	text-decoration: none;
}
.voice-list li .ttl a:hover{
	color: #746a43;
}
.voice-list li .excerpt{
	font-size: 13px;
    letter-spacing: .025em;
    line-height: 1.8em;
	text-align:justify;
	padding: 0 4% 15px;
    margin: 0;
}
.voice-list li .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: auto;
	display: none;
}
.voice-list li .bottom .date{
	color: #adadad;
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.6em;
}
.voice-list li .bottom .more{
	color: #505050;
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.6em;
	text-decoration: none;
}
.voice-btn {
	text-align: center;
	margin-top: 10px;
}

.voice-btn button {
	background: var(--blue);
	padding: 18px 40px;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Zen Maru Gothic', sans-serif;

}
.voice-btn button:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	border:none;
	color:#fff;
	margin-left:20px;
}
.voice-btn a, .voice-btn a:hover {
	color: white;
	padding:0;
}

.voice-set {
	margin-bottom: 25px;
}
@media (max-width: 768px) {
	.voice-list li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%!important;
	}
.voice-list li .ttl{
	font-size: 12px;
	font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.8em;
    margin-bottom: 0;
}
	.voice-list li .thumbnail{
		min-height: 100px;
	}
	.voice-list li .thumbnail img{
		height:100px;
	}
	.voice-list li {
		height: 250px; /* 新しく追加 */
		overflow: hidden; /* 新しく追加 */
	}
	.voice-list li .excerpt {
		font-size: 12px;/* 文字サイズ変更 */
	}
}


/* お客様の声pickup */
.voice_title_pickup{
	position: relative;
	z-index: 1;
}
.voice_pickup_box{
	width: 100%;
    padding: 3% 3% 0;
	background-color: #fffaf1;
    border-radius: 5px;
    margin: -1% 0 4%;
	position: relative;
	z-index: 3;
	border: 1px solid var(--vividblue);
	justify-content: space-between;
}
.voice_pickup_box_img{
	width: 40%;
}
.voice_pickup_box_img img{
	object-fit: cover;
    /*height: 210px;*/
    object-position: top;
	width: 100%;
}
.voice_pickup_box_text{
	width: 55%;
}
.voice_pickup_box_text p{
    margin-bottom: 5%!important;
    font-size: 12px!important;
}
.voice_pickup_box_text p span{
	padding: 5px;
    background: var(--vividblue);
color: #fff;
	    margin: 1%;
    border-radius: 3px;
}
@media (max-width: 1024px) {
.voice_pickup_box_img {
    width: 100%;
}
.voice_pickup_box_text{
	width: 100%;
	margin-top: 2%;
}
.voice_pickup_box{
	width: 100%;
    padding: 5% 3%;
	}
	.voice_pickup_box_text h4{
		font-size: 1.6rem!important;
	}
}


/* 自動<p>タグの非表示 */
p:empty{display: none;}
/* 自動<p>タグの非表示 */

.writer{
    width: 90%;
    margin: 3em auto;
    padding: 2% 5%;
   background-color: #57b7cb0d;
    border: 1px solid #57b7cb87;
}
.writer .writer_title h5{
	color:var(--blue);
}
.writer_title{
    width: 100%;
}
.writer_flex_box{
    width: 100%;

}
.img_float{
    float: left;
    width: 40%;
    margin: 0 3% 10px 0;
    max-width: 170px;
}

.writer_text{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.writer_link {
    text-align: right;
}
.writer_link a{
	color:var(--blue);
	text-decoration:none;
}
@media screen and (max-width: 1024px){
    .img_float {
        width: 35%;
        margin: 0 3% 10px 0;
    }
    .writer_text p{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
}


/*H1出力*/

.top-h1 {
	background:var(--navy2);
	color:#fff;
}

.top-h1-write{
	max-width:1200px;
	margin:0 auto;
	padding:3px 10px 1px;
}

.top-h1-write h1 {
	font-weight:400;
	font-size:90%;
}

.keni-header_wrap {
	background-image:none!important;
	padding-top: 0!important;
}

.archive_title_wrap {
	font-size:20px;
	padding:25px 0 0 15px;
}

@media (max-width: 768px) {
	.top-h1-write h1 {
		font-size:70%;
	}
	.archive_title_wrap {
	font-size:16px;
	padding:0 0 0 5%;
	line-height:22px;
	}
}
/* brタグ */
.pc_br{
	display: block;
}
.sp_br{
    display: none;
}
@media (max-width: 768px) {
    .pc_br{
        display: none;
    }
    .sp_br{
        display: block;
    }
}
.pc-display{	
	display:block;
}	
.sp-display{	
	display:none;
}
@media (max-width: 768px){		
	.sp-display{	
		display:block;
	}	
	.pc-display{	
		display:none;
	}	
}		
/*若山追加*/
:root {
  	--navy:#162145;
	--navy2:#336073de;
	--gold:#dca732;
	--brown:#352b24;
	--linegreen:#08b43d;
	--blue:#1f4f81;
	--vividblue:#54b6c9a6;
	--pink:#ffbcd0;
	--pink2:#ce9ca4;
}
body{
	font-size:16px;
	font-family: 'Kiwi Maru', serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Shippori Mincho B1', serif;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
	background-color:#fffaf2!important;
}
.top-h1{background:var(--navy2)!important;color: #fff;}
@media (max-width: 768px) {
#main{
	font-size:15px;
}
}
#top{
	font-family:'Noto Sans JP', sans-serif;
}
ul{
	list-style:none;
}
p{
	line-height:1.7;
}
a:hover{
	text-decoration:none!important;
	font-weight: bold;
	opacity:0.7;
	transition :0.5s;
}
figure img:not(.strong-image img){
	width:100%;
}
p br {
	display: block;
	content: "";
	height: 7px;
}
#comments{
	display:none!important;
}
.mincho{
	font-family: 'Shippori Mincho B1', serif;
}
.flex{
	display:flex;
}
@media (max-width:1050px) {
	.flex{
		flex-direction:column;
	}
}
.pt-3{	
	padding-top:3em!important;
}	
.pt-5{	
	padding-top:5em!important;
}	
.py-2{	
	padding-top:2em!important;
	padding-bottom:2em!important;
}	
.pb-1{	
	padding-bottom:1em!important;
}	
.pb-2{	
	padding-bottom:2em!important;
}
.pb-0{	
	padding-bottom:0!important;
}	
.mt-1{	
	margin-top:1em!important;
}
.mt-3{	
	margin-top:3em!important;
}	
.mt-5{	
	margin-top:5em!important;
}
.mb-0{
	margin-bottom:0!important;
}
.px-5{	
	padding-left:5%;
	padding-right:5%;
}	
.pc-display{
	display:block;
}
.sp-display{
	display:none;
}
br.sma{
    display: none;
}
@media screen and (max-width:768px) {
	.mt-5{
		margin-top:0!important;
	}
	.sp-mt-5{
		margin-top:5em;
	}
	.sp-pb-3{
		padding-bottom:3em!important
	}
}
@media (max-width: 768px){
	.sp-display{
		display:block;
	}
	.pc-display{
		display:none;
	}
	br.sma{
        display: block;
		height:0;
    }
	.px-5-sp{
		padding-left:5%;
		padding-right:5%;
	}
}
/*タイトル*/
#main h2.main-title{
	font-family: 'Shippori Mincho B1', serif;
	background:transparent;
	text-align:center;
	color:var(--navy);
	position:relative;
	margin-bottom:2em;
	font-size: 2.3rem;
}
#main h2.main-title:after{
	content:'';
	position:absolute;
	bottom:-20%;
	left:50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width:100px;
	border-bottom: 2px solid;
    border-image: linear-gradient(to right, #45a2ac 0%, #22558d 100%);
    border-image-slice: 1;
}
/*ヘッダー*/
.header-right{
		margin-top:1em;
	}
ul.sns-link li{
		margin-left:1em;
	}
	ul.sns-link li img{
		width:30px;
		height:30px;
		object-fit:contain;
}
@media (min-width: 768px){
	.keni-header_inner{
/* 		height:12vw;
		max-height:140px; */
	}
	.keni-header_inner {
    display: flex;
    justify-content: space-between;
}
	.keni-header_cont{
		display:flex;
		align-items:flex-end;
		justify-content: flex-end;
/* 		height:12vw;
		max-height:140px; */
		margin: 0 0 0 auto;
	}
	body .keni-header .site-title, .keni-header_col1 .site-title {
		max-width:30%;
/* 		height: 12vw;
		max-height:140px; */
		display: table;
	}
	.site-title > a {
		display: table-cell;
		vertical-align: bottom;
	}
	.header-center{
		width:50%;
		margin-right:2em;
	}
	.header-right{
		width:50%;
	}
	
	ul.sns-link.flex{
		display:flex;
		flex-direction:row;
		justify-content: flex-end;
		margin-bottom:0;
	}
}
/*ヘッダーの右側スマホ時非表示*/
@media (max-width: 768px){
	.keni-header_cont{
		display:none!important;
	}
}
/*FVとmainのすきま*/
@media (max-width: 768px){
	#main .keni-main_inner {
    	padding: 0;
	}
}
/*グロナビ*/
body .keni-gnav_wrap{
	background-color:var(--navy);
	padding: 1em 0;
}
ul.keni-gnav_cont{
	background:var(--navy);
	margin:0 auto;
}
ul.keni-gnav_cont li.menu-item a{
	color:#fff;
	border-bottom:none;
	border-left:1px dashed #fff;
	padding: 0px 20px;
}
body .keni-gnav ul .keni-gnav-child_btn_icon-open > a, body .keni-gnav ul .keni-gnav-child_btn_icon-close > a {
    padding-right: 30px;
}
body .keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before, body .keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
	line-height:0;
}
ul.keni-gnav_cont li.menu-item:nth-last-child(2) a{
	border-right:1px dashed #fff;
}
body .keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before {
    color: #fff;
}
@media (min-width: 768px){
	.sub-menu {
    	width: 400px;
    	background: transparent;
		border: none !important;
	}
	/*ブログのところだけ横並びにしない*/
	#menu-item-3173 .sub-menu {
    	width: unset;
	}
	.keni-gnav_inner #menu li .sub-menu li {
    	width: 200px;
	}
	.keni-gnav_inner #menu .sub-menu a {
    	padding-left: 1em;
    	border-right: 0.5px solid #ffffff3d;
		border-left: 0.5px solid #ffffff3d;
	}

	.keni-gnav_inner li ul a {
		line-height:42px;
	}
}
/*スマホグロナビ*/
@media (max-width: 768px){
	.keni-gnav_inner ul.keni-gnav_cont li.menu-item a {
		color: #fff;
		border-bottom: none;
		border-left: none;
		padding: 20px;
	}
	.keni-gnav_inner ul.sub-menu a{
		background:var(--blue);
	}
	ul.keni-gnav_cont li.menu-item:nth-last-child(2) a{
		border-right:none;
	}
	body .keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before, body .keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
		line-height:70px;
	}
	body .keni-gnav_wrap{
		padding:0;
	}
	.keni-gnav_btn_wrap .keni-gnav_btn{
		z-index:205;
		background:linear-gradient(to bottom, #45a2acad 0%, #22558da8 100%);
	}
	.keni-gnav_btn_wrap .keni-gnav_btn span.keni-gnav_btn_icon-open,.keni-gnav_btn_wrap .keni-gnav_btn span.keni-gnav_btn_icon-open:before,.keni-gnav_btn_wrap .keni-gnav_btn span.keni-gnav_btn_icon-open:after{
		background-color:#fff;
	}
	.keni-gnav_btn_wrap .keni-gnav_btn_icon-close::before{
		color:#fff;
	}
	.menu-search{
		display:none;
	}
}
/*サイドメニュー*/
.widget_nav_menu ul,#text-3 ,#text-4{
	border:1px solid var(--navy);
}
#secondary .widget_nav_menu .sub-section_title,#text-3 .sub-section_title,#text-4 .sub-section_title{
	text-align:center;
	height:50px;
	line-height:2;
	background:var(--navy);
}
#secondary .widget_nav_menu .keni-section ul li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	content: "\f138";
	border:none;
	color:var(--navy);
	position:unset;
	margin-right: 10px;
}
.side-access p{
	font-size:1.4rem;
	margin-bottom:0.5em;
}
#block-2.keni-section_wrap{
	background:transparent;
}
@media (max-width: 950px){
	#secondary{
		width:245px;
	}
}
@media (max-width: 768px){
	#secondary{
		display:none;
	}
}
/*モバイルの時のフッターの上の余白*/
#main .behind-article-area{
	margin-top:0;
}
/*mainとasideがfloatになってるのを修正*/
@media (max-width: 1100px){
	/*TOPと各症状ページと各メニュー*/
	.home #main .keni-section_wrap ,.parent-pageid-27 #main .keni-section_wrap, .parent-pageid-25 #main .keni-section_wrap,.page-id-25 #main .keni-section_wrap{
		padding: 0px;
	}
	#main .keni-section_wrap {
		padding: 30px 5%;
	}
}
@media (min-width: 768px){
	.keni-main_outer{
		display: flex;
		flex-flow: row-reverse;
	}
	#main{
		max-width: 900px;
		margin-left:0;
		margin-top:20px;
		margin-bottom:20px;
		padding-left:0;
		background:#fff;
	}
	#main .keni-section_wrap {
    	padding: 0 5%;
		margin:0;
	}
}
@media (max-width:768px){
	#main .keni-section_wrap{
		margin:0;
	}
	.px-sm-5{
		margin-left:5%;
		margin-right:5%;
	}
}
/*おすすめ症状*/
@media (max-width:768px){
	section.recommend-sejutu {
		padding-top:3em;
	}
}
/*症状ボタン*/
.symptoms-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 3em;
}
.banner-link {
    margin: 0 1% 0 0;
    width: 31%;
}
.banner-link img{
	width:100%;
}
@media screen and (max-width: 768px){
	.symptoms-contents {
		width:100%;
	}
	.banner-link {
    	margin: 0 1% 0 0;
    	width: 48%;
	}
}
/*白背景シャドウフレーム*/
.shadow-frame{
	box-shadow: rgba(170, 170, 170, 0.2) 0px 2px 8px 0px;
	padding:3em 5% 1em;
}
@media screen and (max-width: 768px){
	.shadow-frame{
		box-shadow:none;
		padding:3em 5% 0;
	}
}
/*施術方法*/
section.howto-sejutu,.shoujou-description,.how-to-sejutsu-section{
	font-family: 'Kosugi Maru', sans-serif;
	background:#3460730d;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding:3em 5% 1em;
}
.howto-img img{
	width:234px;
	height:234px;
	object-fit:cover;
}
.howto-img{
	width:40%; 
	padding-top: 40%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/kou-135-scaled.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.howto-img.second-img{
	width:40%; 
	padding-top: 40%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/kou-151-scaled.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
}
.howto-img.last-img{
	width:20%; 
	margin-left:5%;
	padding-top: 20%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/nurse.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.howto-txt{
	width:60%;
	text-align:justify;
}
.first-txt{
	padding-left:1.5em;
} 
.last-wrap .howto-txt{
	width:75%;
}
.sejutu-image{
	width:80%;
	margin:0 auto 2em;
}
@media (max-width:1050px) {
	.howto-txt, .howto-img, .howto-img.second-img{
		width:100%;
		margin-bottom:1em;
	}
	.howto-img.second-img{
		margin-left:0;
		margin-bottom:0;
	}
	.flex.last-wrap{
		flex-direction:row;
	}
	.first-txt{
		padding-left:0;
	}
}
@media (max-width:500px) {
	.flex.last-wrap{
		flex-direction:column;
		align-items:flex-end;
	}
	.last-wrap .howto-txt{
		width:100%;
	}
	.sejutu-image{
		width:100%;
	}
	.howto-img.last-img{
		margin:0;
	}
	
}
.second-img{
	margin-left: 1.5em;
}
.howto-wrap {
	padding-bottom:2em;
 	border-bottom: 1px solid;
    border-image: linear-gradient(to right, #45a2ac 0%, #22558d 100%);
    border-image-slice: 1; 
}
.last-wrap{
	border:none;
}
span.pink-marker{
	background: linear-gradient(transparent 30%, #ffdde1 100%)
}
/*点線グラデーション*/
.dashed-gradation-border {
  display: inline-block;
  position: relative;
  padding-bottom: 2em;
}

.dashed-gradation-border::before,
.dashed-gradation-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.dashed-gradation-border::after {
  height: 2px;
  background: linear-gradient(to right, #45a2ac, #22558d);
}

.dashed-gradation-border::before {
  z-index: 1;
  height: 3px;
  background-image: linear-gradient(to right, transparent, transparent 5px, #fff 5px, #fff 10px);
  background-size: 10px 3px;
	background-repeat: repeat-x;
}
/*選ばれるポイント*/
section.erabare-point{
	 counter-reset: blockPoint;
}
h3.strong-title {
	display: inline-block;
    position: relative;
	margin:1em;
    padding: 0 0 0 2em;
	border-bottom:none;
	border-top:none;
    font-size:1.9rem;
    font-weight: bold;
	font-family: 'Shippori Mincho B1', serif;
	text-align:center;
}
h3.strong-title::before {
	content: '';
    position: absolute;
    bottom: 0%;
    left: 1%;
    width: 16px;
    border-bottom: 1px solid var(--navy);
}
h3.strong-title::after {
    content: '0'counter(blockPoint);
    counter-increment: blockPoint;
    position: absolute;
	font-family: 'Noto Serif JP', serif;
    top: 50%;
	left:0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (max-width:768px) {
	section.erabare-point{
	 	padding-bottom:2em;
	}
h3.strong-title.br-strong-title::before {
    bottom: 26%;
}
}
.point-wrap{
	padding:2em 0;
}
.strong-img{
	width:30%; 
}
.strong-txt{
	width:70%;
	padding-left:1.5em;
	text-align:justify;
	font-family: 'Kosugi Maru', sans-serif;
}
.strong-icon{
	margin:0 0 2em;
}
.strong-icon img{
	width:30px;
}
.five.dashed-gradation-border::after,.five.dashed-gradation-border::before{
	display:none;
}
@media (max-width:1050px) {
	.strong-img,.strong-txt{
		width:100%;
	}
	.strong-txt{
		padding-left:0;
		padding-top:1em;
	}
	.point-wrap:last-child{
		padding: 2em 0 0;
	}
}
/*施術の流れ*/
section.flow-sejutu, .introduce-table{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background:#57b7cb0d;
	padding:3em 2em 1em 3.5em;
	position:relative;
	counter-reset: flowPoint;
}
.flow-sejutu .flex{
	margin:4em 0;
}
.flow-sejutu .flex:last-child{
	margin:4em 0 0;
}
.side-line:before{
 	content: '';
    position: absolute;
    left: 3.2em; 
    border-left: 1px solid;
    border-image: linear-gradient(to bottom, #45a2ac 0%, #22558d 100%);
    border-image-slice: 1;
    top: 10em;
    height: 72%; 
}
.flow-left{
	width:80%;
	padding:0 2.5em;
}
.flow-right{
	width:20%;
}
h3.flow-title{
	border-top:none;
	color:var(--navy);
	border-bottom-color:#d3d3d3!important;
	position:relative;
	font-family: 'Shippori Mincho B1', serif;
	font-size:1.9rem;
	padding: 0 0 0.5em;
}
/* h3.flow-title::before {
    content: '0'counter(flowPoint);
    counter-increment: flowPoint;
    position: absolute;
	color:#fff!important;
	font-family: 'Noto Serif JP', serif;
    top: 50%;
	left:-2.9em;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	text-align:center;
	z-index:2;
} */
h3.flow-title::after{
	content:'';
	position: absolute;
    top: 50%;
	left:-3.5em;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 50px;
    width: 50px;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/b1.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
h3.flow-title.flow-2::after{
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/b2.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
h3.flow-title.flow-3::after{
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/b3.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
h3.flow-title.flow-4::after{
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/b4.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
h3.flow-title.flow-5::after{
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/b5.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
.flow-txt{
	text-align:justify;
	font-family: 'Kiwi Maru', serif;
	line-height:1.5;
}
@media (max-width:1050px) {
	.flow-sejutu .flex{
		flex-direction:row;
	}
}
@media (max-width:768px){
	section.flow-sejutu {
    	padding: 3em 5% 1em 5%;
	}
	.flow-sejutu .flex{
		flex-direction:column;
		align-items:center;
	}
	.flow-left{
		width:100%;
		padding:0 0 1em 3em;
	}
	.flow-right{
		width:30%;
		padding:0 0 0 2em;
	} 
	h3.flow-title::before{
		left:-2.8em;
	}
	.side-line:before{
		left:7%;
		height:75%;
	}
	h3.flow-title::after{
		left:-3.2em;
	}
	h3.flow-title::before{
		left:-2.3em;
	}
}
@media (max-width:445px){
	.side-line:before{
		left:8%;
		height:74%;
	}
}
/*アクセス*/
table tbody tr{
	border-bottom: 1px solid #eee;
}
table tbody th{
	background: transparent;
    border: none;
    color: var(--navy);
    text-align: center;
	min-width:100px;
}
table tbody td{
	border:none;
}
table th, table td {
    padding: 1.5em 0.75em;
	font-size:1.5rem;
}
.schedule{
	width:80%;
	margin: 0 auto;
}
@media (max-width:768px){
	.schedule{
		width:100%;
	}	
}
/*フッター*/
.keni-footer .keni-section .sub-section_title{
	background:var(--navy)!important;
}
.keni-container .keni-footer_wrap {
    background: var(--navy);
}
.keni-footer_wrap .keni-section_wrap{
	background-color:transparent;
}
.keni-footer_wrap .widget_nav_menu .keni-section ul li{
	border:none;
}
.keni-footer_wrap .widget_nav_menu .keni-section ul li a{
	color:#fff;
}
.keni-footer_wrap .widget_nav_menu .keni-section ul li a::before{
	display:none;
}
.keni-footer_wrap .keni-footer-cont_wrap > .keni-footer-cont {
	display:flex;
	width:50%;
}
.keni-footer_wrap .keni-footer-cont:first-child{
	display:flex;
	width:46%;
}
#nav_menu-5{
	padding-top:12px;
}
.keni-footer_wrap .widget_nav_menu{
	width:33%;
}
@media(max-width: 768px){
	.keni-footer_wrap .keni-footer-cont_wrap > .keni-footer-cont ,.keni-footer_wrap .keni-footer-cont:first-child{
		width:100%;
	}
	.keni-footer_wrap .widget_nav_menu .keni-section ul li a{
		padding:10px;
		font-size:1.3rem;
	}
}
.keni-footer_wrap .widget_nav_menu .keni-section ul li a:hover,.keni-footer_wrap .widget_nav_menu .keni-section ul li a:active,.keni-footer_wrap .widget_nav_menu .keni-section ul li a:focus{
	color:var(--gold)!important;
	opacity:0.9;
}
.keni-footer_wrap .keni-copyright_wrap{
	border-top:none;
}
.keni-footer_wrap .keni-copyright{
	text-align:center;
	color:#fff;
}
#media_image-2 {
    	margin: 0;
}
.keni-footer-cont:first-child{
	display:flex;
	flex-direction:column;
}
.link-left{
	padding-left:20px;
}
.link-left p{
	margin-bottom:0;
}
.link-left a{
	color:#fff;
	text-decoration:none;
}
@media (max-width: 1050px){
	.sns-link.flex{
		flex-direction:row;
    	margin: 0.5em 20px;
	}
	ul.sns-link li:first-child{
		margin-left:0;
	}
}
/*モバイルフッターパネル*/
.keni-footer-panel ul{
	background: linear-gradient(to bottom, #45a2ac 0%, #22558d 100%);
}
#sp-fixed-menu img{
	width: 30%;
	margin:10px auto;
}
#sp-fixed-menu li a{
	display:flex;
	flex-direction:column;
	color:#fff;
	padding-top:10px;
}
/*to top*/
p.page-top{
	background: linear-gradient(to bottom, #45a2ac 0%, #22558d 100%);
	border-radius:50px;
	box-shadow: rgba(170, 170, 170, 0.2) 0px 2px 8px 0px;
}
@media(max-width: 768px){
	.page-top{
		display:none!important;	
	}
}
/*お問い合わせバナーボタン*/
section.toiawase figure{
	margin:0;
}
section.toiawase .flex a{
	width:47%;
	padding:0.5em;
}
section.toiawase .flex{
	justify-content:space-around;
}
section.toiawase .flex {
		flex-direction:row;
}
@media(max-width: 768px){
	section.toiawase .flex {
		flex-direction:column;
	}
	section.toiawase .flex a{
		width:100%;
	}
}
/*お悩みありませんか*/
section.onayami figure{
	margin-bottom:0;
	box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*初めての方へ 院長挨拶*/
section.incho .thoughts-wrap{
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/back.png);
    background-size: cover;
	background-position:40%;
    background-color: rgba(255,255,255,0.3);
	color:#000;
    padding-top: 4em;
	padding-bottom:1em;
    text-shadow: 0 0 8px #fff;
}
section.incho .thoughts{
	margin: 0 auto 0 2em;
}
section.incho .thoughts.w65{
	width:62%;
}
section.incho .thoughts.w90{
	width:90%;
}
section.incho h3.first-title{
	font-family:'Shippori Mincho B1', serif;
	font-size:3rem;
	text-align:center;
	text-shadow: 0 0 8px #fff;
	border:none;
	margin:0 0 2em;
}
.thoughts .text{
	text-align:justify;
	line-height:1.8;
}
.thoughts .text{
	margin-bottom:1.8em;
}
.thoughts .text br{
	height:0;
}
span.yellow-marker{
	background: linear-gradient(transparent 30%, #fff290 100%);
}
span.blue-marker{
	background: linear-gradient(transparent 65%, #cae8ec 100%);
}
@media(max-width: 768px){
	section.incho .thoughts-wrap{
		background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/back.png);
		background-size:contain;
		background-position:0 55px;
	}
	section.incho .thoughts.w65,section.incho .thoughts.w90{
		width:100%;
		margin:0;
	}
	section.incho h3.first-title {
		font-size:2.3rem;
	}
}
/*院内紹介*/
.inside-photo{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin-left:0;
}
.inside-photo li {
	margin: 0.5em 0 0 0.5em;
}
.inside-photo figure {
    margin:0;
}
.inside-photo li figure img{
	width:235px;
	height: 235px;
    object-fit: cover;
}
@media screen and (max-width: 1169px){
	.inside-photo li figure img{
		width:200px;
		height: 200px;
    }	
}
@media screen and (max-width: 1065px){
	.inside-photo li figure img{
		width:165px;
		height:165px;
    }	
}
@media screen and (max-width: 960px){
	.inside-photo li figure img{
		width:235px;
		height:235px;
    }	
}
@media screen and (max-width: 849px){
	.inside-photo li figure img{
		width:200px;
		height:200px;
    }	
}
@media screen and (max-width: 709px){
	.inside-photo li figure img{
		width:160px;
		height:160px;
    }	
}
@media screen and (max-width: 560px){
	.inside-photo li figure img{
		width:100%;
		height:auto;
    }	
}
/*スタッフ紹介*/
.image-header{
	position:relative;
	margin: 1em -5.5% 3em;
}
.image-header figure{
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.introduce-table{
	padding: 3em 3em 5em 3em;
	width: 100%;
    margin:0 auto;
}
.introduce table tbody tr{
	border-bottom: 1px dashed var(--vividblue);
}
.interview {
	margin:3em 0;
}
.interview li{
	position:relative;
	margin-bottom:3em;
}
ul.interview li:nth-child(even) .flex{
	flex-direction:row-reverse;
	justify-content:space-between;
}
.interview li::after{
	content:'';
	position: absolute;
    bottom: 0;
	left:0;
    height: 140px;
    width: 230px;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/f7de6d4898ae0788f2d8b62b958e06ce.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity: 0.4;
}
.interview li::before{
	content:'';
	position: absolute;
    top: 0;
	right:0;
    height: 165px;
	width: 166px;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/d069fa77a0458068c5e32446a0d7c92b.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.4;
}
/* .interview li:nth-child(even)::before{
	content:'';
	position: absolute;
    bottom: 0;
	left:0;
    height: 165px;
	width: 166px;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/flame.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.4;
}
.interview li:nth-child(even)::after{
	content:'';
	position: absolute;
    top: 0;
	right:0;
    height: 140px;
    width: 230px;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/flame2.png);
	background-size:contain;
	background-repeat:no-repeat;
} */
.interview-txt{
	padding:0 0 0 2em;
}
ul.interview li:nth-child(even) .interview-txt{
	padding:0 2em 0 0;
}
ul.interview li p{
	margin-bottom:1em;
}
section.introduce li figure img{
		width:auto;
		max-width:130px;
	}
h3.interview-title{
	border:none;
	padding-left:54px;
	position:relative;
}
h3.interview-title::before{
	content: "";
    width: 40px;
    height: 4px;
    display: block;
    top: 27px;
    left: 80px;
    position: absolute;
    z-index: auto;
    background: linear-gradient(270deg,#D1913C 0,#FFD194);
    transform: translate3d(-80px,0,0);
    backface-visibility: hidden;
    transition: transform 1s cubic-bezier(.165,.84,.44,1);
}
@media (max-width: 1050px){
	ul.interview li .flex{
		flex-direction:row;
}
}
@media(max-width: 768px){
	.introduce-table {
		padding: 0.5em 1em 2em 1em;
	}
	section.introduce table th, section.introduce table td {
    	padding: 1.5em 1em 1em 0;
	}
	ul.interview li .flex ,ul.interview li:nth-child(even) .flex{
		flex-direction:column-reverse;
		align-items:flex-end;
	}
	section.introduce ul li .flex .interview-txt{
		padding:0 0 0 0;	
	}
}
/*施術メニュー・料金*/
section.menuprice h3.menu-title{
	background:var(--navy2);
	color:#fff;
	text-align:center;
	border-radius:3px;
}
section.menuprice .flex{
	flex-wrap:wrap;
	margin:2em 0;
}
.menu-container{
	width:49%;
}
.menu-container:nth-child(even){
	margin-left:2%;
}
table.menu-table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table.menu-table th,table.menu-table td{
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
	vertical-align:middle;
}
table.menu-table th{
  background-color: var(--gold);
  color: white;
	vertical-align:middle;
	width:45%;
	height:97px;
}

table.menu-table td{
  background-color: #fff;
  border:solid 2px #eee;
}
.mt-table{
	margin-top:1em;
}
.menu-txt{
    background: #3460730d;
    padding: 1.5em 5%;
}
.menu-txt.sango-menu-txt{
	
}
.menu-container .menu-txt p{
	margin-bottom:1em;
}
.kouka{
	background: #fff;
    border-radius: 10px;
    border: solid 3px var(--vividblue);
	padding: 1em 5% 1.5em;
    font-size: 1.3rem;
    line-height: 1.2;
}
section.menuprice p.kouka-title{
	margin-bottom: 1.5em;
	padding-bottom: 0.2em;
    font-weight: bold;
    border-bottom: 2px var(--vividblue) dotted;
}
.kouka ul{
	margin:0;
	display: flex;
    flex-wrap: wrap;
}
.kouka li{
	margin-bottom:1em;
	margin-right:5%;
	width:47%;
}
.kouka li:nth-child(even){
	margin-right:0;
}
.shuccho-container{
	border:4px solid var(--navy2);
	padding:2em 1em 3em;
}
.article-body .shuccho-container p{
	margin-bottom:0;
}
#main .shuccho-container h2.main-title:after{
	display:none;
}
.shuccho-container .flex{
	justify-content:center;
}
.shuccho-menu-wrap{
	width:15%;
	margin-right:10%;
}
.shuccho-menu-wrap:last-child{
	margin-right:0;
}
.shuccho-menu {
	text-align:center;
 	padding: 0.5rem 0;
    border-bottom: 3px dotted var(--gold);
}
@media(max-width: 1050px){
	section.menuprice .flex {
    	 flex-direction: row;
	}		
}
@media(max-width: 768px){
	section.menuprice .flex {
    	 flex-direction: column;
	}
	.menu-container{
		width:100%;
	}
	.menu-container:nth-child(even){
		margin-left:0%;
	}
	section.menuprice .shuccho-container .flex {
		flex-direction: row;
	}
	.shuccho-menu-wrap {
    	width: 26%;
    	margin-right: 10%;
	}
	table.menu-table{
		margin-top:4.1em;
	}
	table.first-table{
		margin-top:0;
	}
	.kouka li{
	margin-bottom:1em;
	margin-right:0;
		width:100%;
	}
}
/*症状ページ*/
.parent-pageid-27 .keni-main_inner, .parent-pageid-25 .keni-main_inner{
	padding:0;
}
@media(min-width: 1101px){
	figure.shojo-fv{
		margin:0 -5.5%;
	}
}
@media(max-width: 768px){
	figure.shojo-fv{
		margin:0;
	}	
}
h2.image-title{
	background:transparent!important;
	text-align:center;
}
@media (max-width:768px) {
	.keni-section h2.image-title{
		margin-top:0;
	}
}
figure.worries-bottom{
    margin: 0 -5.5% -1em;
}
@media (max-width:1100px){
	figure.worries-bottom{
    	margin: 0 0 -1em;
	}	
}
@media (max-width:768px){
	figure.worries-bottom{
    	margin: 0 -5.5% 0;
	}	
}
.worries{
	background: url(http://seitai-aoi.seitai-works.xyz/wp-content/uploads/2024/05/AdobeStock_178046530-scaled.jpeg) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.4);
	background-blend-mode:lighten;
	padding-top:5em;
}
.keni-section .worries h2.image-title{
	margin-bottom:0;
}
.worries-wrap{
	width:100%;
	display:flex;
	justify-content:center;
}
.gojukata.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/gojukata-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}
.sango.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/sangoback.png) no-repeat bottom right;
    background-size: cover;
	background-color: rgba(255,255,255,0.88);
	background-blend-mode:lighten;
}
.jiko.worries {
    background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/kubi.png) no-repeat bottom;
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
}
.zakotu.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/zakotuback-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
.hizatu.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/hizaback-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.88);
	background-blend-mode:lighten;
}
.helnia.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/10/helnia-back-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}
.kokansetsu.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/10/kokansetu-back2-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.88);
	background-blend-mode:lighten;
}
.sekichu.worries{
	background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/10/seikichu-back2-scaled.webp) no-repeat bottom;
    background-size: cover;
	background-color: rgba(255,255,255,0.75);
	background-blend-mode:lighten;
}
.worries-list{
	display:inline-block;
	margin: 3em auto;
}
.worries-list li{
	position:relative;
	list-style: none;
    margin: 0 0 4px;
    padding: 10px 0 8px 30px;
    border-bottom: dashed 1px #eee;
	font-weight:bold;
	letter-spacing: 0.14em;
	font-family:serif;
	font-size:  22px;
}
@media (max-width: 1440px) { 
	.worries-list li{
		font-size: calc((100vw - 320px) / 187 + 16px)!important;/* 22px~16px */
	}
}
.worries-list li::before{
	content: '';
    display: inline-block;
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
    background: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/07/checkbox.webp) no-repeat bottom center;
    background-size: contain;
	position: absolute;
    left: -.5em;
	top: .3em;
}
@media screen and (max-width: 768px){
	.worries{
		padding: 5em 5% 5%;
	}
.worries-list{
	margin:0 auto;	
}
	.worries-list li::before{
		top:unset;
	}
}
ul.genin-list {
    margin: 1em 0 1.5em 2.5em;
}
@media screen and (max-width: 768px){
	ul.genin-list {
    	margin: 1em 0 1.5em 0;
	}
}
ul.genin-list li{
    margin-bottom: 4em;
}
ul.genin-list li figure{
	width:30%;
	margin:0;
}
ul.genin-list li p{
	width:70%;
	margin-bottom:0;
}
@media (max-width: 1050px){
	ul.genin-list li .flex{
		flex-direction:row;
	}
}
@media (max-width: 768px){
	ul.genin-list li .flex{
		flex-direction:column-reverse;
	}
	ul.genin-list li figure{
		width:100%;
		margin:1em 0 0 auto;
	}
	ul.genin-list li figure img{
		object-fit: cover;
    	height: 160px;
	}
	ul.genin-list li p{
		width:100%;
	}
}
.article-body .shoujou-description p,section.hochi-description .txt{
	padding-left:2em;
	margin-bottom:1.5em;
}
@media screen and (max-width: 620px){
	.article-body .shoujou-description p,section.hochi-description .txt{
		padding-left:0;
	}
}
.how-to-sejutsu-section h3.flow-title{
	padding-left:45px;
	border-bottom:3px dotted;
}
.how-to-sejutsu-section h3.flow-title::after{
	left:0;
}
.how-to-sejutsu-section .howto-wrap{
	border-bottom:none;
}
@media screen and (max-width: 1050px){
	.shojo .howto-wrap{
		padding-bottom:0;
	} 
	.shojo .howto-img{
		margin-bottom:2em;
	} 
}
.article-body .howto-txt p{
	margin-bottom:0;
}
.article-body .hochi-description p,.genin-list li p{
	text-align:justify;
	margin-bottom:1em;
}
/*まるまるふきだし*/
p.hukidashi {
    position: relative;
	margin-bottom:50px!important;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #9CC7CE;
    color: white;
	text-align:center!important;
	width:45%;
}
@media screen and (max-width: 620px){
	p.hukidashi {
		width:80%;
	}
}
p.hukidashi:before,
p.hukidashi:after {
    position: absolute;
    border-radius: 50%;
    background-color: #9CC7CE;
    content: "";
}

p.hukidashi:before {
    top: 110%;
    left: 40px;
    height: 15px;
    width: 15px;
}

p.hukidashi:after {
    top: 150%;
    left: 50px;
    height: 10px;
    width: 10px;
}
p.hukidashi.pinkver{
	 background-color: var(--pink2);
}
p.hukidashi.pinkver:before,
p.hukidashi.pinkver:after {
    background-color: var(--pink2);
}
/*ひし形リスト*/
ul.sample1{
	margin:0 0 1.5em 1.5em;
  padding: 0;
  list-style: none;
	display:inline-block;
}
@media screen and (max-width: 990px){
	ul.sample1{
		width:100%;
	}
}
@media screen and (max-width: 990px){
	ul.sample1{
		margin: 0 0 1.5em;
	}
}
ul.sample1 li{
  position: relative;
  padding: 0.5em 2em 0.5em 2.3em;
  margin-bottom:5px;
  color: #9CC7CE;
  font-size: 15px;
  border-bottom: 1px solid #9CC7CE;
}
ul.sample1 li:after,
ul.sample1 li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.sample1 li:before{
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(129,194,250,0.5);
}
ul.sample1 li:after{
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
ul.sample1.pinkver li{
	color:var(--pink2);
	border-bottom: 1px solid var(--pink2);
}
ul.sample1.pinkver li:after{
	background: #ce9ca48c;
}
ul.sample1.pinkver li:before{
	border:2px solid var(--pink2);
}
/*よくある質問*/
.question-section{
	margin-bottom: 3em;
	font-family:'Yu Gothic', YuGothic;
}
.question-section ul{
	margin: 1em 0 1em 0;
}
.question-section li{
	padding: 2em 0 0 0;
}
.qestion-wrap{
	display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgb(209, 209, 209);
}
.question{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px;
    background-color: rgb(243, 243, 243);
}
.question span{
	display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 50%;
}
.question-section .question p{
	flex: 1 1 0%;
    margin: 0 0 0 1em;
    font-weight: bold;
    line-height: 1.35;
}
.answer{
	display: flex;
    padding: 16px;
    border-top: 1px solid rgb(209, 209, 209);
}
.answer span{
	display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-weight: bold;
	border: 1px solid var(--vividblue);
    border-radius: 50%;
    color: var(--vividblue);
}
.question-section .answer p{
	flex: 1 1 0%;
    margin: 0 0 0 1em;
    line-height: 1.6;
	font-weight: 500;
}
.qestion-wrap p br {
    height: 0; 
}
@media screen and (max-width: 769px){
	.question-section li{
		padding: 2em 0 0 0;
	}
	.question-section li:first-child{
		padding-top:1.5em;
	}
	.question-section ul{
		margin: 0 0 4em 0;
	}	
}
.question-section .button{
	color: var(--black);
	border: 1px solid rgb(209, 209, 209);
}
.question-section .button::before {
	background: rgb(243, 243, 243);
}
.question-section .button:link,.question-section .button:active,.question-section .button:visited{
    color: var(--black);
}
.button-wrap{
	margin: 2.5em 0 7em;
}
/*ボタン内の矢印*/
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/*施術の流れ（写真のみ）*/
section.flow-only-photo {
	padding:3em 2em 1em;
}
section.flow-only-photo .flex{
	flex-wrap:wrap;
	margin:0;
}
section.flow-only-photo .flow-wrap{
	width:32%;
	margin-right:2%;
}
section.flow-only-photo .flow-wrap:nth-of-type(3n){
	margin-right:0;
}
h3.flow-title.flow-minititle{
	height:55px;
	margin:0.5em 0;
	padding:0 0 0.5em 2.5em;
	line-height:50px;
}
h3.flow-title.flow-5.flow-minititle{
	font-size: 14px;
    line-height: 1.6;
}
.flow-minititle.flow-title::after{
	left:0;
	width:32px;
	height:30px;
}
@media (max-width: 768px){
	section.flow-only-photo{
		padding: 3em 5% 1em;
	}
	section.flow-only-photo .flex {
		flex-direction: row;
	}
	section.flow-only-photo .flow-wrap{
		width:48%;
		margin-right:3%;
	}
	section.flow-only-photo .flow-wrap:nth-of-type(3n){
		margin-right:3%;
	}
	section.flow-only-photo .flow-wrap:nth-of-type(2n){
		margin-right:0;
	}
}
/*パンくずリスト*/
@media (max-width: 768px){
		.keni-breadcrumb-list ol.keni-breadcrumb-list_inner li{
		font-size:11px;	
	}
}
/*産後骨盤矯正*/
.sango-how-to .howto-img{
	width: 40%;
    padding-top: 25%;
}
.sango-how-to .howto-img.last-img{
	width: 20%;
    padding-top: 20%;
}
@media (max-width:1050px) {
	 .sango-how-to .howto-img, .sango-how-to .howto-img.second-img{
		width:100%;
		 padding-top:40%;
	}
}
/*交通事故*/
section.jiko-point .four.dashed-gradation-border::after, section.jiko-point .four.dashed-gradation-border::before{
	display:none;
}
.jiko-point .strong-icon img{
	width:50px;
}
.jiko-how-to .howto-img{
	width:30%;
	background-image: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/08/jiko1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
	padding-top:0;
}
.howto-img.second-img{
	background-image: url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/kou-151-scaled.webp);
    background-repeat: no-repeat;
/*     background-size: contain; */
    background-position: top;
	padding-top:0;
}
.jiko-how-to .howto-txt{
	width:70%;
}
.jiko-how-to h3.flow-title.flow-minititle {
    height: 60px;
    line-height: 60px;
}
@media (max-width:1050px) {
	.jiko-how-to .howto-txt{
		width:100%;
	}
	.jiko-how-to .howto-img {
		width: 70%;
		padding-top: 40%;
		background-size: cover;
		background-position: center;
		text-align: center;
		margin: 0 auto 2em;
	}
}
@media (max-width:768px) {
	section.seitai-menu.jiko-how-to h3.flow-title.flow-minititle {
    	line-height: 60px;
	}
}
.article-body .jiko-how-to p {
    margin-bottom: 15px;
	line-height:2.2;
	text-align:justify;
}
/*事故　施術の流れ*/
.jiko-flow .side-line:before{
	height:78%;
}
@media (max-width:768px) {
	.jiko-flow .side-line:before{
		height:75%;
	}	
}
@media (max-width:495px) {
	.jiko-flow .side-line:before{
		height:77%;
	}	
}
/*事故大切な４つのポイント*/
#main .jiko-important h2.main-title {
	
}
.jiko-point{
	display: flex;
    flex-flow: row wrap;
	margin:0;	
	justify-content:center;
}
.article-body .jiko-point p{
	margin-bottom:1em;
	text-align:justify;
}
.cardBox {
    position: relative;
    padding: 4em 3em 2em;
    border: 3px solid var(--navy);
	border-radius: 20px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	width: 100%;
	margin: 3em 10px;
}
.cardBox figure{
	width:30%;
	margin-right:3%;
}
.cardWrap{
	width:70%;
}
.cardBox img {
    display: block;
}
section.jiko-important h3.cardTtl {
	color:var(--navy);
	border:none;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.cardNumber {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 70px;
    height: 70px;
    color: var(--navy);
    font-size: 160%;
    line-height: 1;
    padding-top: 15px;
    border: 3px solid var(--navy);
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 0;
	text-align:center;
}
@media (max-width: 1050px){
	.jiko-important .flex {
		flex-direction: row;
	}
}
@media (max-width:768px) {
	.jiko-important .flex {
		flex-direction: column;
	}
	section.jiko-important h3.cardTtl {
		text-align:center;
	}
	.cardBox{
		width:95%;
		padding: 1em;
		margin:3em 5%;
	}
	.cardBox:last-child{
		margin: 3em 5% 0;
	}
	.cardBox figure{
		width:100%;
		margin:2em 0 0;
	}
	.cardWrap{
		width:100%;
	}
}
/*左上にずらした背景色ありタイトル（慰謝料についての例）*/
.box74{
margin: 3em auto 2em; /* ボックスの余白 */
background-color: #fafafa; /* ボックス背景色 */
padding:4em 2em 1em; /* ボックス内側余白 */
position:relative; /* 配置(ここを基準に)*/
border: 1px solid #5a728b;	/* ボックスの線 (太さ　種類　色)*/
}
.box74 .box-title {
background-color:#5a728b; /* タイトル背景色 */
font-size: 16px;/* タイトル文字の大きさ */
color: #fff ; /* タイトル文字色 */
padding: 7px 10px;/*タイトルの余白*/
line-height: 1.9;/*タイトルの行の高さ*/
position:absolute;	/* 配置(ここを動かす) */
top: -23px; /*上から（0px）移動*/
left: 20px; /*左から(0px)移動*/
}
@media (max-width:980px) {
	.box74 .box-title{
		font-size:13px;
	}
}
@media (max-width:768px) {
	.box74 .box-title{
		top:0;
		left: 0;
    	width: 100%;
	}
	.box74{
		padding: 6em 1em 1em;
	}
}
/*推薦者の声（事故）*/
/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1em 0 4em;
  overflow: hidden;
	display:flex;
	align-items:center;
}
.balloon5.reverse{
	flex-direction:row-reverse;
}
.balloon5 .faceicon {
  margin-right: 1em;
  width: 30%;
}
.balloon5.reverse .faceicon {
  margin-right: 0;
	margin-left:1em;
}
.balloon5 .faceicon img{
  width: 100%;
  height: auto;
/*   border: solid 3px #d7ebfe; */
  border-radius: 50%;
}
.balloon5 .chatting {
  width: 70%;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 0;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
	width: 100%;
    text-align: center;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px; 
  left: -19px;
  border: 10px solid transparent;
  border-right: 10px solid #d7ebfe;
}
.balloon5.reverse .says:after {
	left:unset;
	right:-9px;
	border-left: 10px solid #d7ebfe;
	border-right:0;
}
.article-body .says p {
	font-family: 'Kosugi Maru', sans-serif;
	font-size:2.0rem;
	font-weight:bold;
  margin: 1em;
  padding: 0;
}
.article-body p.recommend-name{
	color:var(--navy2);
	font-weight:bold;
	margin:0 0 0.5em;
	line-height:1.1;
}
@media (max-width:768px) {
	.article-body .says p {
		font-size:1.5rem;
		margin:0;
	}
	.article-body .says p br{
		height:0;
	}
	.article-body p.recommend-name{
		text-align:center!important;
	}
}
/*坐骨神経痛*/
.shoujou-description-flex-img{
	width:30%;	
	margin:0;
}
.shoujou-description-flex-txt{
	width:70%;
}
@media (max-width:768px) {
	.shoujou-description-flex-img{
	width:100%;	
		margin: 0 0 1em;
}
.shoujou-description-flex-txt{
	width:100%;
}
	.access.shadow-frame{
		padding-bottom:0!important;
	}
	.site-title img{
		width:50%;
	}
}
/**/
.seitai-menu-kouka .four.dashed-gradation-border::after, .seitai-menu-kouka .four.dashed-gradation-border::before{
	display:none;
}
.seitai-menu .howto-img{
	width:40%; 
	padding-top: 40%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/menu1-scaled.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top;
}
.seitai-menu .howto-img.second-img{
	width:40%; 
	padding-top: 40%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/menu2-scaled.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top;
}
.seitai-menu .howto-img.last-img{
	width:40%; 
	padding-top: 40%;
	background-image:url(https://www.kou-sekkotsu.com/wp/wp-content/uploads/2023/09/menu3-scaled.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top;
}
@media (max-width:1050px) {
	section.seitai-menu .howto-wrap .howto-img{
		width:100%;
		background-size:cover;
		padding-top:65%;
	}
}
.brownback_frame {
    color: #fff !important;
    font-size: 24px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    background: var(--brown);
    border: 3px solid var(--gold);
    border-radius: 36px;
    height: 72px;
    width: 100%;
    margin: 0 auto;
    padding: 0 19px;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    letter-spacing: -1px;
}
.bottom-linebtn {
    padding: 2em 0;
    width: 80%;
    margin: 0 auto;
}

a.morebtn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
 background: linear-gradient(to bottom, #45a2ac 0%, #22558d 100%);
  padding: 10px 48px;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
	text-decoration:none;
}
a.morebtn:hover {
  animation: pulsation .7s alternate infinite;
	color:#fff;
}

@keyframes pulsation {
  0% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1.1); }
}