@charset "utf-8";

/*基本設定
----------------------------------------------------*/
@font-face{
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	src:url(../fonts/GenJyuuGothicX-P-Bold.ttf) format('truetype'),
		url(../fonts/GenJyuuGothicX-P-Bold.eot) format('embedded-opentype'),
		url(../fonts/GenJyuuGothicX-P-Bold.woff) format('woff');
}

body {
		margin:0;
		padding:0;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#3a4744;
		line-height:2;
		font-size:15px;
		-webkit-text-size-adjust: 100%;
		position: relative;
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#f67b44;
		text-decoration:underline;
}

a:hover {
		color:#f67b44;
		text-decoration:none;
		opacity: 0.8;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li,dl,dt,dd {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

figure{
	margin: 0;
	padding: 0;
	line-height: 0;
}

.clear {
		clear:both;
}

.fix:after {
		content: "."; 
		display:block; 
		clear:both;
		height:0;
		visibility:hidden;
}

.fix {
		min-height:1px;
}

* html .fix {
		height:1px;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
}

.red {
		color:#f46245;
}

.orange{
		color:#f67b44;
}

.br{
	display: block;
}


/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}
.inner {
		width:100%;
}
.ml30 {
		margin-left: 30px;
}
.mr30{
		margin-right: 30px;
}

.btm0 {
		margin-bottom: 0!important;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px!important;
}

.btm20 {
		margin-bottom:20px!important;
}

.btm25 {
		margin-bottom:25px!important;
}

.btm30 {
		margin-bottom:30px!important;
}

.btm40 {
		margin-bottom:40px!important;
}

.top5 {
		margin-top:5px!important;
}

.top10 {
		margin-top:10px!important;
}

.top20 {
		margin-top:20px!important;
}
.top30 {
		margin-top: 30px!important;
}

.f10 {
		font-size:10px;
}

.f12 {
		font-size:12px!important;
}

.f13 {
		font-size: 13px!important;
}

.f14 {
		font-size:14px;
}

.f18 {
		font-size:18px!important;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.lh15{
		line-height: 1.5;
}

.hover a:hover{
 	   opacity: 0.7; 
 	   filter: alpha(opacity=70); 
  	  -moz-opacity: 0.7;
}

.list_disc{
		margin-left: 20px;
}

.list_disc li{
		list-style: disc;
}

.list_num{
		margin-left: 20px;
		margin-bottom: 20px;
}

.list_num li{
		list-style-type: decimal;
}

.list_num02{
	margin-bottom: 20px;
	counter-reset: num;
}

.list_num02 li{
	position: relative;
	margin-bottom: 8px;
	min-height: 24px;
	padding-left: 36px;
	padding-top: 1px;
}

.list_num02 li:last-of-type{
	margin-bottom: 0;
}

.list_num02 li:before{
	content: counter(num);
	counter-increment: num;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 2px;
	background: #f67b44;

	font-size: 16px;
	font-weight: bold;
	color: #fff;
}



.marker{
	font-size: 1.5em;
	background: #ffdd22;
	display: inline;
	font-weight: bold;
}

.strong01{
	font-weight: bold;
	color: #f67b44;
	border-bottom: solid 2px #f67b44;
}

.strong02{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px;
}

.strong03{
	font-weight: bold;
	color: #f67b44;
	text-decoration: underline;
}

.strong04{
	font-weight: bold;
	color: #f5384b;
	text-decoration: underline;
}

.strong05{
	font-weight: bold;
	color: #f67b44;
}

.strong06{
	font-weight: bold;
	color: #f5384b;
}

.strong07{
	font-size: 1.5em;
	font-weight: bold;
	color: #f5384b;
	text-decoration: underline;
	line-height: 1.5;
}

.strong08{
	font-weight: bold;
	color: #f67b44;
	text-decoration: underline;
	text-underline-offset: 7px;
}

.strong09{
	font-weight: bold;
	color: #ff7575;
}

.bold{
	font-weight: bold;
}

.pc_br{
	display: block;
}

.yellow {
	color: #ff0!important;
}

.list_link01{
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}

.list_link01 li{
	position: relative;
	padding-left: 16px;
}

.list_link01 li:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #f67b44;
	position: absolute;
	left: 0;
	top: 9px;
}

.bnr01{
	margin-top: 1em;
}

.bnr01 a{
	display: inline-block;
	box-sizing: border-box;
	background: #f67b44;
	box-sizing: border-box;
	padding: 12px 40px 12px 12px;
	border-radius: 4px;

	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.bnr01 a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: 8px;
	top: calc(50% - 7px);
}

.bnr01 a span{
	margin-left: 8px;
}

/*ヘッダー
----------------------------------------------------*/
#header{
	border-bottom: 3px solid #f67b44;
}

.h_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
}

.h_copy{
	margin-top: 7px;
	display: block;
}

.h_copy h1{
	font-size: 12px;
	line-height: 1.5;
	color: #a99e91;
}

.h_conts{
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_logo{
	/* align-self: center; */
	align-items: flex-start;
}

.h_logo p img{
	vertical-align: bottom;
}

.h_strong{
	display: -webkit-flex;
	display: flex;
}

.h_strong p{
	margin-left: 15px;
}

.h_strong p:first-of-type{
	margin-left: 0;
}

.h_strong p img{
	height: 27px;
}

.h_tel_contact{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.h_tel_num{
	line-height: 0;
	margin-bottom: 10px;
}

.h_tel_num img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* .h_tel_text p{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 12px;
}

.h_tel_text p:first-of-type{
	margin-top: 0;
} */

.h_tel_text{
	line-height: 1.5;
}

.h_tel_text p{
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.h_tel_contact dl{
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	line-height: 1.5;
}

.h_tel_contact dl dt{
	width: 5em;
}

.h_tel_text .h_tel_text-conts{
	margin-bottom: 8px;
}

.h_tel_text .h_tel_text-conts:last-of-type{
	margin-bottom: 0;
}

.h_tel_text .h_tel_text-conts dl {
	display: flex;
	/* margin-bottom: 8px; */
}

/* .h_tel_text .h_tel_text-conts dl:last-of-type {
	margin-bottom: 0;
} */

.h_tel_text .h_tel_text-conts dl dt,
.h_tel_text .h_tel_text-conts dl dd {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.h_tel_text .h_tel_text-conts dl dt {
	width: 4em;
}

.h_tel_text .h_tel_text-conts dl dd {
	width: calc(100% - 4em);
}

.h_contact{
	margin-left: 25px;
}

.h_contact_btn{
	display: block;
}

.h_contact_btn a img{
	vertical-align: bottom;
}

.h_map{
	background: url(../images/common/ico_h_map.png) 2px center no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	padding: 6px 0 6px 30px;
}

.h_access{
	background: url(../images/common/ico_h_access.png) left center no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0;
	padding: 6px 0 6px 30px;
}

#sp_head,
#sp_top{
	display: none;
}


/*ナビ
----------------------------------------------------*/

.h_nav{
	margin-top: 30px;
}

.h_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_nav ul li{
	width: calc(100% / 7 - 1px);
	border-left: 1px dotted #cbbcaa;
	text-align: center;
	padding: 5px 0;
}

.h_nav ul li:last-child{
	width: calc(100% / 7 - 2px);
	border-right: 1px dotted #cbbcaa;
}

.h_nav ul li a{
	color: #333;
	text-decoration: none;
}


/*ナビ　スクロール時
----------------------------------------------------*/
#scroll_menu{
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #f67b44;
	padding: 15px 0;
	height: 50px;
	position: fixed;
	top: -86px;
	z-index: 99999;
	opacity: 0;
	transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.scroll_logo p{
	line-height: 0;
}

.scroll_logo img{
	width: 100%;
	max-width: 220px;
	height: auto;
}

.scroll_menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.scroll_menu ul li{
	margin-left: 15px;
	line-height: 1.2;
}

.scroll_menu ul li a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}


/*メインイメージ
----------------------------------------------------*/

#mainimage{
	background: url(../images/top/mainimg_bg.jpg) top center repeat;
	width: 100%;
	max-height: 100%;
}

#mainimage p{
	text-align: center;
	line-height: 0;
}

#mainimage p img{
	width: 100%;
	max-width: 1250px;
}

.mainimage_sp{
	display: none;
}

.mainimage_sp_tel{
	display: none;
}


/*common
----------------------------------------------------*/
#main{
	position: relative;
}

.bg_orange{
	background: #fbebe2;
}

.bg_orange02{
	background: #fff7f2;
}

.bg_dorange{
	background: #ee6e35;
}

.mainconts{
	padding: 50px 0 60px;
}

.main_conts_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.main_conts_wrap p{
	margin-bottom: 25px;
}

.main_conts_wrap p:last-of-type{
	margin-bottom: 0;
}

.ttl01{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 50px;
}

.ttl01 span{
	display: inline;
	background: linear-gradient(transparent 92%, #3a4744 0%);
	position: relative;
}

.ttl01 span:before{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket_l.png") no-repeat left top;
	position: absolute;
	left: -90px;
	bottom: 0;
}

.ttl01 span:after{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket_r.png") no-repeat left top;
	position: absolute;
	right: -90px;
	bottom: 0;
}

.ttl02{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #3a4744;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ttl02_01{
	margin-bottom: 16px;
}

.ttl02_memo{
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

.ttl02_sub{
	border: 2px dotted #cbbcaa;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3a4744;
	margin-bottom:30px!important;
}

.ttl02_sub02{
	font-size: 20px;
	line-height: 1.6;
}

.ttl03{
	font-size: 18px;
	font-weight: bold;
	color: #f67b44;
	line-height: 1.5;
	border-bottom:1px solid #f67b44;
	padding-bottom:5px;
	margin-bottom: 20px;
}

.ttl04{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 50px;
}

.ttl05{
	display:inline-block;
	font-size: 20px;
	border-bottom: solid 2px;
	padding-bottom: 4px;
	line-height: 1;
	margin-bottom: 10px;
}

.ttl06{
	display: inline-block;
	color: #ee600a;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	padding-bottom: 4px;
	line-height: 1;
	margin: 40px 0 10px;
	position: relative;
}

.ttl07{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 36px;
	color: #ee600a;
}

.ttl07.mb0{
	margin-bottom: 20px;
}

.ttl07 span{
	padding: 0 16px;
}

.ttl07:before,
.ttl07:after{
	content: "";
    flex-grow: 1;
    background: #ee600a;
    height: 2px;
    display: flex;
    align-items: center;
}

.ttl08{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #3a4744;
	line-height: 1.5;
	margin-bottom: 24px;
}

.ttl09{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
	color: #ff7575;
}

.ttl09 span{
	padding: 0 16px;
}

.ttl09:before,
.ttl09:after{
	content: "";
    flex-grow: 1;
    background: #ff7575;
    height: 2px;
    display: flex;
    align-items: center;
}

.tbl01,
.tbl01 tbody{
	display: block;
}

.tbl01 tbody tr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	border-top:1px solid #e7e7e7;
}

.tbl01 tbody tr:last-of-type{
	border-bottom:1px solid #e7e7e7;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td{
	padding: 20px;
	font-size: 18px;
}

.tbl01 tbody tr th{
	width: 10em;
	background: #8dbd3e;
	color: #fff;
}

.tbl01 tbody tr td{
	background: #fff;
	width: calc(100% - 10em);
} 

.img01 img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.subconts01{
	margin-top: 24px;
}

.list01 li{
	position: relative;
	padding-left: 16px;
}

.list01 li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #ee6e35;
	border-radius: 100px;
}

/*トップページ
----------------------------------------------------*/

/* トップメッセージ */
.message_conts{
	margin-bottom: 50px;
}

.message_conts:last-child{
	margin-bottom: 0;
}

.message_conts .img_f-l{
	float: left;
	margin: 0 40px 40px 0;
}

.message_conts .img_f-r{
	float: right;
	margin: 0 0 40px 40px;
}

/* アンジェール */
.angeaile_maintext{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 16px !important;
}

.angeaile_subext{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 2px dotted #cbbcaa;
	border-bottom: 2px dotted #cbbcaa;
}

.angeaile_img01{
	margin-top: 48px;
	text-align: center;
	line-height: 0;
}

.angeaile_img01 img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.angeaile_btn a{
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;

	background: #f67b44;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 12px 8px;
	border-radius: 8px;
	
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.angeaile_btn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	right: 8px;
	top: calc(50% - 8px);
}

/* othersite */
.othersiteconts{
	margin-bottom: 56px;
}

.othersiteconts:last-of-type{
	margin-bottom: 0;
}

.othersiteconts p{
	margin-bottom: 1em;
}

.othersiteconts p:last-of-type{
	margin-bottom: 0;
}

.othersite_ttl{
	font-size: 28px;
	font-weight: bold;
	color: #f67b44;
	line-height: 1.5;
	border-bottom: 2px solid;
	padding-bottom: 6px;
	margin-bottom: 16px;
}

.othersite_comment{
	box-sizing: border-box;
	padding: 16px 20px;
	border-radius: 4px;
	border: 1px solid #f67b44;
	background: #fff;
}

.othersite_subttl{
	font-size: 18px;
	font-weight: bold;
	color: #f67b44;
}

/* ウィルス対策 */
.virus_bnr{
	margin: 20px auto;
	text-align: center;
}

.virus_bnr img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.virus_list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;

	counter-reset: virusnum;
}

.virusconts{
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
	margin-bottom: 24px;

	display: flex;
	flex-direction: column-reverse;
	
}

.virusconts:nth-of-type(3n){
	margin-right: 0;
}

.virus_ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 1.5em;
	margin-top: 10px;
	padding-top: 7px;
	
	position: relative;
}

.virus_ttl:before{
	content: counter(virusnum)".";
	counter-increment: virusnum;

	font-size: 24px;
	font-weight: bold;
	color: #F67B46;

	position: absolute;
	left: 0;
	top: 0;
}

.virusconts figure img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* VSL */
.vsl_conts{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.vsl_ttl{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 80px;
	position: relative;
}

.vsl_ttl:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 120px solid transparent;
	border-top: 40px solid #ffdccc;
	position: absolute;
	bottom: -176px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.vsl_movie{
	text-align: center;
	margin: 24px auto;

	box-sizing: border-box;
	padding: 10px;
	border: 4px solid #ffdccc;
	line-height: 0;
}

.vsl_conts iframe{
	width: 100%;
	max-width: 900px;
	min-height: 490px;
	margin: 0 auto;
	line-height: 0;
	background: #ddd;
}

.vsl_img{
	margin: 24px auto;
}

.vsl_img-main{
	margin-bottom: 8px !important;
	line-height: 0;
}

.vsl_img-memo{
	font-size: 12px;
	text-align: center;
}

.vsl_btnconts-wrap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.vsl_btn{
	width: calc(50% - 12px);
	margin-right: 24px;
}

.vsl_btn:last-of-type{
	margin-right: 0;
}

.vsl_btn a{
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: clamp(20px, 2.6vw, 28px);
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 18px 16px;
	text-decoration: none;
	line-height: 1.5;
}

.vsl_btn a img{
	width: auto;
	max-width: 34px;
	height: auto;
	margin-right: 8px;
	position: relative;
	top: -3px;
}

.vsl_btn-tel a{
	background: #ee6e35;
}

.vsl_btn-line a{
	background: #1dcd00;
}

/* メディア掲載 */
.media{
	padding: 50px 0;
}

.media_pc,
.media_sp{
	display: block;
	text-align: center;
}

.media_sp{
	display: none;
}

.media_pc img,
.media_sp img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.media_img{
	text-align: center;
}

.media_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.media_section{
	margin-top: 80px;
}

.media_section:first-of-type{
	margin-top: 0;
}

/* こんな悩みはありませんか？ */
.nayami_wrap{
	padding-bottom: 0 !important;
}

.nayami_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nayami_img{
	width: 100%;
	max-width: 280px;
	margin-left: 30px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.nayami_img img{
	width: 100%;
}

.nayami_list{
	margin-bottom: 50px;
}

.nayami_list ul li{
	background: url("../images/top/ico_list01.png") no-repeat left top;
	padding-left: 40px;
	margin-bottom: 18px;	
}

/* snsコンテンツ */
.sns_btn-warp{
	display: flex;
	justify-content: center;
}

.sns_btnconts{
	margin-right: 40px;
}

.sns_btnconts:last-of-type{
	margin-right: 0;
}

.sns_btnconts img{
	width: auto;
	max-width: 100px;
	height: auto;
}

.sns_btn-text{
	background: #f67b44;
	box-sizing: border-box;
	padding: 20px 12px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 24px;
	color: #fff;

	width: 100%;
	max-width: 640px;
	margin: 32px auto 0;

	position: relative;
}

.sns_btn-text:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-bottom: 18px solid #f67b44;
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	margin: 0 auto;
}

.sns_btn-text p{
	line-height: 1.6;
	font-weight: bold;
}

/* YouTubeでも妊活のお役立ち情報を発信中 */
.youtube_conts{
	display: flex;
	flex-wrap: wrap;
}

.youtube_movieconts{
	width: calc(100% / 2 - 12px);
	margin-right: 24px;
	margin-bottom: 24px;
}

.youtube_movieconts:nth-of-type(2n){
	margin-right: 0;
}

.youtube_movieconts iframe{
	width: 100%;
	min-height: 300px;
	box-sizing: border-box;
	background: #fbebe2;
	padding: 10px;
}

/* 当院にお任せください */
.omakase_list{
	margin: 25px auto;
}

.omakase_conts .img_f-r{
	float: right;
	margin: 0 0 40px 40px;
}


.omakase_list ul li{
	background:  url("../images/top/ico_list02.png") no-repeat left 11px;
	padding-left: 20px;
	line-height: 2;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.omakase_conts .list_disc{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

/* 実際に卵子が良くなった報告もいただいております！ */
.reaction_conts{
	display: flex;
	flex-direction: column;
}

.reaction_img{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.reaction_img figure{
	width: calc(25% - 8px);
	max-width: 255px;
	margin-right: 10px;
}

.reaction_img figure:last-of-type{
	margin-right: 0;
}

.reaction_img figure img{
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}


/* 子宮と卵巣の働きを整える食事法もお伝えしております。 */
.reaction02_conts{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.reaction02_img{
	width: 250px;
	margin-left: 32px;
}

.reaction02_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.reaction02_text{
	width: calc(100% - 250px);
}

/* 体外受精の時も鍼灸を受けていただくのがオススメです！ */
.reaction03_conts{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.reaction03_img{
	width: 250px;
	margin-right: 32px;
}

.reaction03_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.reaction03_text{
	width: calc(100% - 250px);
}

.reaction03_text p{
	margin-bottom: 1em;
}

/* セミナー */
.seminar_img{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 24px;
}

.seminar_img ul{
	display: flex;
	justify-content: center;
}

.seminar_img ul li{
	width: calc(50% - 20px);
	margin-right: 40px;
	line-height: 0;
}

.seminar_img ul li:last-of-type{
	margin-right: 0;
}

.seminar_img ul li img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* もちろん女性一人でも通いやすい環境 */
.reaction05_wrap{
	display: flex;
	justify-content: center;
}

.reaction05_conts{
	width: 50%;
	max-width: 280px;
	margin-right: 64px;
}

.reaction05_conts:nth-of-type(2n){
	margin-right: 0;
}

.reaction05_conts-text{
	margin-top: 24px;
}

.reaction05_conts-text p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

/* 圧倒的な妊娠率を誇る矢野鍼灸整骨院の実績 */
.result_ttl{
	background: url("../images/top/result_ttl-bg01.png") no-repeat top center;
	padding-top: 18px;
	margin-bottom: 48px;
}

.result_conts{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 32px;

	width: 100%;
	max-width: 820px;
	margin: 32px auto 0;
}

.result_list ul{
	display: flex;
	flex-direction: column;
}

.result_list ul li{
	background: url(../images/top/ico_list01.png) no-repeat left top;
    padding-left: 40px;
    margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}

.result_list ul li span.strong09{
	font-size: 1.25em;
	color: #ee6e35;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 6px;
	text-decoration-thickness: 4px;
}

.result_memo{
	margin-top: 12px;
}

/* 外部提携も積極的に行っています */
.reaction06_wrap{
	display: flex;
	flex-direction: row;
}

.reaction06_img{
	width: auto;
	max-width: 250px;
}

.reaction06_text{
	width: calc(100% - 250px);
	margin-left: 56px;
}

.reaction06_text ul li{
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 4px;
}

.reaction06_text ul li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #3a4744;
	position: absolute;
	left: 0;
	top: 14px;
	border-radius: 100px;
}

.reaction06_text ul li:last-of-type{
	margin-bottom: 0;
}


/* 生理日管理アプリのパイオニア、ルナルナ様と提携 */
.reaction07_wrap{
	display: flex;
	flex-direction: row-reverse;
}

.reaction07_img{
	width: auto;
	max-width: 250px;
}

.reaction07_text{
	width: calc(100% - 250px);
	margin-right: 64px;
}

.reaction07_text p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.reaction07_text p:last-of-type{
	margin-bottom: 0;
}

/* 医療費控除対象 */
.deducation_conts{
	display: flex;
	flex-direction: row;
}

.deducation_img{
	width: 100%;
	max-width: 250px;
}

.deducation_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.deducation_text{
	width: calc(100% - 250px);
	margin-left: 40px;
}

/* 治療の効果 */
.effect{
	background: #fff;
	padding: 50px 0 60px
}

.effect_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.effect_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.effect_img{
	margin:0 auto;
	text-align:center;
}

.effect_img img{
	width: 100%;
	max-width: 800px;
}

.effect_text{
	margin-left: 30px;
	width: calc(100% - 430px);
}

.effect_text ul{
	margin-top: 25px;
}

.effect_text ul li{
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.effect_text ul li a{
	color: #3a4744;
	text-decoration: none;
	border-bottom: solid 1px;
	font-size: 1.2em;
}

.effect_text ul li a::before{
	content: '●';
	margin-left: -20px;
}


/* 患者様の声　一番上 */
.main_voice_wrap{
	width: calc(100% - 40px);
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.mainvoice{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.mainvoice_ttl{
	margin: 0 auto;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #64cccb;
	text-align: center;
}

.mainvoice_movie{
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
}

.mainvoice_movie iframe{
	width: 100%;
	max-width: 700px;
	height: 350px;
}

.mainvoice dl{
	margin-bottom: 30px;
}

.mainvoice dl:last-of-type{
	margin-bottom: 15px;
}

.mainvoice dt{
	font-size: 16px;
	background: #f1f9ff;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.mainvoice dt:before{
	content: "Q";
	font-size: 1.2em;	
	color: #64cccb;	
	line-height: 1;	
	margin-right: 5px;	
	margin-left: -20px;
}

/* 当院の針治療について */
.info_hari {
	text-align: center;
}

.info_hari iframe{
	line-height: 0;
	width: 100%;
	max-width: 800px;
	height: 67vw;
	max-height: 400px;
}

/* 患者様の声 */
.voice_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_conts{
	width: calc(50% - 20px);
	max-width: 495px;
	background: #fff;
	box-shadow: 0 1px 5px #e0dbd6;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 40px;
}

.voice_conts:nth-child(1),
.voice_conts:nth-child(2){
	margin-top: 0;
}

.voice_conts:nth-child(2n){
	margin-right: 0;
	margin-left: auto;
}

.voice_ttl{
	background: #f67b44;
	padding: 15px 15px 10px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.voice_ttl span{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	width: 100%;
}

.voice_ttl span::before{
	content:'';
	display: block;
	width:100%;
	margin: 10px auto;
	border-top: 1px solid #dd6e3d;
}

.voice_img{
	padding: 20px 23px;
}

.voice_img img{
	width: 100%;
}

.voice_img iframe{
	width: 100%;
	height: 27vw;
	max-height: 293px;
}

.voice_btn-conts{
	display: none;
}

.voice_btn{
	display: block;
	background: #fff;
	color: #f67b44;

	width: calc(100% - 40px);
	padding: 8px;
	text-align: center;
	border: solid 1px #f67b44;
	margin: 0 20px 15px;

	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;	

	position: relative;
}

.voice_btn:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #f67b44;
	border-radius: 2px;

	position: relative;
	vertical-align: middle;
	left: 8px;
	top: 1px;
}

.voice_btn.open:after{
	border: 8px solid transparent;
	border-bottom: 10px solid #f67b44;
	top: -5px;
}

.voice_text{
	padding: 0 20px 10px;
}

.voice_q{
	font-size: 16px;
	background-color: #fff;
	padding: 10px 10px 10px 35px;
	border: 2px dotted #f67b44;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.voice_q:before{
	content: "Q";
	font-size: 1.5em;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	line-height: 20px;
	color: #f67b44;
	margin-left: -23px;
	margin-right: 5px;
}

.voice_text p{
	margin-bottom: 1em !important;
	padding: 0 15px 0;
}

.voice_text p:last-of-type{
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.voice_memo{
	width: calc(100% - 60px);
	border-top: 1px dashed #ccc;
	margin: 0 30px;
	padding-bottom: 20px;
	padding-top: 8px;
	font-size: 12px;
}

.kj {
	font-size: 90%;
	color: #888;
}

div.kj {
	margin:30px 0;
}

p.kj {
	margin-top: -8px;
}

.voice_linkbtn{
	width: 100%;
	margin-top: 40px;
}

.voice_linkbtn p a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
	padding: 16px 16px 12px;
	border: 3px solid #f67b44;
	color: #f67b44;

	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	position: relative;

	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.voice_linkbtn p a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #f67b44;
	position: absolute;
	right: 12px;
	top: calc(50% - 8px);
}

/* 不妊治療の専門クリニック・英ウィメンズクリニック様と提携しております */
.alliance_conts{
	display: flex;
	flex-direction: row;
}

.alliance_img{
	width: 400px;
}

.alliance_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.alliance_text{
	width: calc(100% - 432px);
	margin-left: 32px;
}

/* 基礎体温の分析をおこなっています */
.analysis_conts{
	display: flex;
	flex-direction: row-reverse;
}

.analysis_img{
	width: 400px;
}

.analysis_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.analysis_text{
	width: calc(100% - 432px);
	margin-right: 32px;
}

.analysis_text p{
	margin-bottom: 0;
}

.analysis_list01{
	margin: 1em 0;
	display: flex;
	flex-wrap: wrap;
}

.analysis_list01 li{
	padding-left: 16px;
	position: relative;
	margin-bottom: 4px;
	margin-right: 24px;
}

.analysis_list01 li:last-of-type{
	margin-bottom: 0;
}

.analysis_list01 li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #f67b44;
	border-radius: 100px;

	position: absolute;
	left: 0;
	top: 10px;
}

/* 不妊の大敵「ストレス」も改善されます！ */
.stress_graph{
	margin: 32px auto;
}

.stress_graph{
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
	border: 2px solid #f67b44;
}

.stress_graph-ttl{
	font-size: 32px;
	font-weight: bold;
	color: #f67b44;
	text-align: center;
	margin-bottom: 8px;
}

.stress_graph-text01{
	border-top: 1px solid;
	border-bottom: 1px solid;
	
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 32px !important;
	font-weight: bold;
	text-align: center;
}

.stress_graph-text02{
	text-align: right;
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px dashed #ccc;
}

.stress_graphlist-tbl{
	display: block;
}

.stress_graphlist-tbl tbody{
	display: block;
}

.stress_graphlist-tbl tbody tr{
	display: flex;
}

.stress_graphlist-tbl tbody tr th,
.stress_graphlist-tbl tbody tr td{
	box-sizing: border-box;
	padding: 0 0 12px;
}

.stress_graphlist-tbl tbody tr:last-of-type th,
.stress_graphlist-tbl tbody tr:last-of-type td{
	padding-bottom: 0;
}

.stress_graphlist-tbl tbody tr th{
	width: 11em;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.stress_first{
	color: #ff887c;
}

.stress_graphlist-tbl tbody tr td{
	width: calc(100% - 11em);
	border-left: 2px solid;
}

.stress_graphlist-tbl tbody tr td span{
	display: block;
	width: 100%;
	background: lemonchiffon;
	box-sizing: border-box;
	padding: 8px 16px;

	font-size: 20px;
	color: #f67b44;
	font-weight: bold;
}

.stress69{
	max-width: 69%;
	padding: 12px !important;
	color: #fff !important;
	background: #ff887c !important;
}

.stress64{
	max-width: 64%;
}

.stress62{
	max-width: 62%;
}

.stress55{
	max-width: 55%;
}

.stress51{
	max-width: 51%;
}

.stress50{
	max-width: 50%;
}

.stress49{
	max-width: 49%;
}

.stress_list01{
	margin: 1em auto;
}

.stress_list01 p{
	margin-bottom: 0 !important;
}

.stress_list01 ul{
	margin: 1em 0;
}

.stress_list01 ul li{
	font-size: 16px;
	font-weight: bold;
	padding-left: 22px;
	position: relative;
	
}

.stress_list01 ul li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #ff887c;
	position: absolute;
	left: 0;
	top: 9px;
}


/* 当院の妊活鍼灸によって妊娠までの期間を半分に短縮できるかも知れません！ */
.accent01_conts{
	margin-bottom: 24px;
}

.accent01_conts:last-of-type{
	margin-bottom: 0;
}

.accent01_img{
	margin-top: 40px;
}

.accent_voice{
	width: 100%;
	max-width: 832px;
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;

}

.accent_voice-conts{
	width: calc(50% - 16px);
	margin-right: 32px;
	box-sizing: border-box;
}

.accent_voice-conts:nth-of-type(2n){
	margin-right: 0;
}

.accent_voice-img{
	margin: 0 auto;
	padding: 0;
}

.accent_voice-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.accent_voice-text{
	box-sizing: border-box;
	padding: 16px;
	border-radius: 8px;
	background: #f67b44;
	margin-top: 28px;
	position: relative;
}

.accent_voice-text:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-bottom: 16px solid #f67b44;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.accent_voice-text p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}

/* 基礎体温が改善してホルモンバランスも安定 */
.accent02_img-pc{
	margin-top: 40px;
}

.accent02_img-sp{
	display: none;
}

/* 矢野鍼灸整骨院オリジナル葉酸サプリプレゼント！ */
.campaign_sup{
	display: flex;
	justify-content: space-between;
}

.campaign_sup-img{
	width: 100%;
	max-width: 280px;
	margin-right: 40px;
}

.campaign_sup-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.campaign_sup-text{
	width: calc(100% - 320px);
}

/* よもぎ蒸し */
.yomogi_img{
	margin-bottom: 8px !important;
	line-height: 0;
}

.yomogi_memo{
	font-size: 12px;
	text-align: center;
}

/* 院長紹介 */
.profile_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.profile_img{
	width: 250px;
	margin-left: 40px;
}

.profile_text{
	width: calc(100% - 290px);
}

.profile_text-btn{
	display: none;
	background: #f67b44;
	color: #fff;

	width: 100%;
	padding: 8px;
	text-align: center;
	border: none;
	margin:  0;

	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;	

	position: relative;
}

.profile_text-btn:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	border-radius: 2px;

	position: relative;
	vertical-align: middle;
	left: 8px;
	top: 2px;
}

.profile_text-btn.open{
	margin-top: 15px;
}

.profile_text-btn.open:after{
	content: "×";
	border: none;
	top: -6px;
	left: 0;

	width: 1em;
	height: 1em;

	font-size: 28px;
}

.profile_name{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.profile_name span{
	font-size:1.3em;
}

.profile_license{
	margin-top:30px;
}

.profile_license img{
	margin-bottom:10px;
}



.profile_recommend{
	width: calc(100% - 10px);
	max-width: 1050px;
	margin: 50px auto 0;
	border: 5px solid #64cccb;
	background: #fff;
	border-radius: 10px;
}

.profile_recommend_wrap{
	width: calc(100% - 100px);
	padding: 30px 50px;
}

.profile_recommend_ttl{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	color: #64cccb;
	margin-bottom: 75px;
	position: relative;
}

.profile_recommend_ttl:after{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 2px dashed #64cccb;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
}

.profile_recoomend_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.profile_recommend_img{
	width: 100%;
	max-width: 245px;
}

.profile_recommend_text{
	width: calc(100% - 245px);
	margin-left: 30px;
}

.reccomend_memo{
	border-top: 1px dashed #ccc;
	padding-top: 4px;
	font-size: 13px;
	margin-top: 8px;
}

.profile_recommend_ttl02{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 3px solid;
	margin-bottom: 13px;
}

.profile_recommend_profile span{
	font-size: 1.4em;
	font-weight: bold;
}


/* スタッフ紹介 */
.staff_wrap{
	margin-top: 50px;
}

.staff_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 50px;
}

.staff_img{
	width: 277px;
}

.staff_img img{
	width: auto;
	max-width: 100%;
}

.staff_info{
	width: calc(100% - 307px);
	margin-left: 30px;
}

.staff_voice{
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	
	margin-bottom: 10px;
	
	font-size: 26px;
	font-weight: bold;
	color: #f9a109;
	line-height: 1.5;
	
	position: relative;
}

.staff_voice:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	
	position: absolute;
	left: -27px;
	top: 14px;
}

.staff_name{
	font-size: 24px;
	font-weight: bold;
}

.staff_info dl{
	display: -webkit-flex;
	display: flex;
}

.staff_info dl dt{
	margin-right: 5px;
}

/* 当院ならではの特徴 */
.feature{

}

.feature_conts_wrap{
	counter-reset: featurenum;
}

.feature_conts{
	margin-top: 80px;
	counter-increment: featurenum;
}

.feature_conts:first-of-type{
	margin-top: 40px;
}

.feature_ttl01{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f67b44;
	color: #fff;
	padding: 16px;
	border-radius: 5px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.35;
	position: relative;
	padding-left: 72px;
	min-height: 64px;
	box-sizing: border-box;
}

.feature_ttl01:before{
	display: flex;
	align-items: center;
	justify-content: center;

	content: counter(featurenum);
	background: #fff;

	font-size: 28px;
	font-weight: bold;
	color: #f67b44;
	line-height: 1;

	position: absolute;
	left: 16px;
	top: 12px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.feature_conts_inline{
	display: flex;
	justify-content: space-between;
	
}

.feature_conts_lr{
	flex-direction: row-reverse;
}

.feature_conts_rl{
	flex-direction: row;
}


.feature_conts_lr .feature_img,
.feature_conts_rl .feature_img{
	width: 250px;
}

.feature_img img{
	width: auto;
	max-width: 100%;
}

.feature_conts_lr .feature_text{
	width: calc(100% - 280px);
	margin-right: 30px;
}

.feature_conts_rl .feature_text{
	width: calc(100% - 280px);
	margin-left: 30px;
}

.feature_text .bold{
	font-size:1.1em;
}

.feature_conts_tb{
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.feature_conts_tb .feature_img{
	margin-top: 30px;
	min-height: 0%;
}

.feature_conts_tb .feature_img ul{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.feature_conts_tb .feature_img ul li{
	margin-left: 30px;
	width: calc(100% / 3 - 20px);
}

.feature_conts_tb .feature_img ul li:first-child{
	margin-left: 0;
}

.feature_subconts{
	margin-top: 24px;
}

.certificate .feature_img{
	width: 353px;
	max-width: 100%;
}

.certificate .feature_text{
	width: calc(100% - 383px);
	margin-right: 30px;
}

.feature_recommend{
	border: 3px solid #8dbd3e;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 選ばれる理由 */
.select_conts_wrap{
	counter-reset: selectnum;
}

.select_conts{
	margin-top: 80px;
	counter-increment: selectnum;
}

.select_conts:first-of-type{
	margin-top: 40px;
}

.select_ttl01{
	background: #cbb396;
	color: #fff;
	padding: 17px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 118px;
	line-height: 1.5;
}

.select_ttl01:before{
	content: "理由" counter(selectnum);
	background: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	margin-right: 1em;
	margin-left: -88px;
	font-weight: bold;
	color: #f67b44;
}

.select_conts .ttl06::before{
	content:url(../images/top/arrow_d.png);
	width:24px;
	height:26px;
	position: absolute;
	left: 0;
	top: -40px;
}

.select_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

.select_conts_lr{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.select_conts_rl{
	-webkit-flex-direction: row;
	flex-direction: row;
}


.select_conts_lr .select_img,
.select_conts_rl .select_img{
	width: 250px;
}

.select_img img{
	width: auto;
	max-width: 100%;
}

.select_conts_lr .select_text{
	width: calc(100% - 280px);
	margin-right: 30px;
}

.select_conts_rl .select_text{
	width: calc(100% - 280px);
	margin-left: 30px;
}

.select_text .bold{
	font-size:1.1em;
}

.select_conts_tb{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.select_conts_tb .select_img{
	margin-top: 30px;
	min-height: 0%;
}

.select_conts_tb .select_img ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.select_conts_tb .select_img ul li{
	margin-left: 30px;
	width: calc(100% / 3 - 20px);
}

.select_conts_tb .select_img ul li:first-child{
	margin-left: 0;
}

.select_subconts{
	margin-top: 24px;
}

.certificate .select_img{
	width: 353px;
	max-width: 100%;
}

.certificate .select_text{
	width: calc(100% - 383px);
	margin-right: 30px;
}

.select_recommend{
	border: 3px solid #8dbd3e;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.recommend_voice{
	background: #8dbd3e;
	padding: 15px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
	position: relative;
}

.recommend_voice:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 20px solid #8dbd3e;
	position: absolute;
	left: -30px;
	top: 10px;
}


/* 施術時間について */
.service_time{
	width: calc(100% - 62px);
	max-width: 780px;
	margin: 0 auto;
	background:#e9f6ee;
	padding: 30px;
	border-radius: 10px;
	display:-webkit-flex;
	display:flex;
}

.service_time_img{
	width:90px;
}

.service_time_text{
	width: calc(100% - 90px);
	margin-left: 40px;
}

.service_time_ttl01{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #1ea955;
	margin-bottom: 15px !important;
	line-height: 1.5;
}

.service_time_text p{
	margin-bottom:0;
}

.service_time_conts{
	margin-top: 20px;
	color: #64cccb;
}

.service_time_conts:first-of-type{
	margin-top: 0;
}

.service_time_ttl02{
	font-size: 24px;
	font-weight: bold;
	color: #64cccb;
	letter-spacing: 0.04em;
	margin-bottom: 0 !important;
}


/* 治療の流れ */
.flow_conts_wrap{
	counter-reset: num;
}

.flow_conts{
	margin-top: 30px;
}

.flow_ttl01{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
}

.flow_ttl01:before{
	content: counter(num);
	counter-increment: num;
	font-size: 1.2em;
	line-height: 1.4;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	margin-right: 20px;
	background-color: #f67b44;
	color: #fff;
	padding: 0px 14px;
}

.flow_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-top: 30px;
}

.flow_img{
	width: 100%;
	max-width: 350px;
}

.flow_text{
	width: calc(100% - 350px);
	margin-left: 30px
}

.flow_text .step{
	position: relative;
}

.flow_text .step::after{
	content: '';
	background: url(../images/top/arrow_d.png) no-repeat left top;
	width: 24px;
	height: 26px;
	position: absolute;
	bottom: -25px;
	left: 0;
}

/* 生理日管理アプリのパイオニア、ルナルナ様と提携しました */
.lunaluna_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
}

.lunaluna_text{
	margin-right: 30px;
	width: calc(100% - 280px);
}

.lunaluna_img{
	margin:0 auto;
	text-align:center;
}

.lunaluna_img img{
	width: 100%;
	max-width: 250px;
}

/* 遠方からもたくさんの方々が来院されています！ */
.enpou{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.enpou_img{
	margin-left: 32px;
}

.enpou_text p{
	margin-bottom: 1em;
}

.enpou_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.75em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.5em;
}

.enpou_list:first-of-type{
	border-top: 1px dashed #ccc;
	padding-top: 0.5em;
}

.enpou_list:last-of-type{
	margin-bottom: 1.5em;
}

.enpou_list dt{
	width: 4.5em;
}

.enpou_list dd{
	width: calc(100% - 4.5em);
}


/*通院期間*/
.period_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.period_text{
	margin-left: 30px;
	width: calc(100% - 280px);
}

.period_img{
	margin:0 auto;
	text-align:center;
}

.period_img img{
	width: 100%;
	max-width: 250px;
}


/*プレゼント*/
.present_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.present_text{
	margin-right: 30px;
	width: calc(100% - 280px);
}

.present_img{
	margin:0 auto;
	text-align:center;
}

.present_img img{
	width: 100%;
	max-width: 250px;
}




/* 推薦の声 */
.recommend_conts{
	background: #fff;
	border: 4px solid #cbb396;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 40px;
}

.recommend_conts:last-of-type{
	margin-bottom: -;
}

.recommend_ttl01{
	background: #cbb396;
	box-sizing: border-box;
	padding: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 24px;
}

.recommend_wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.recommend_img{
	width: 100%;
	max-width: 260px;
}

.recommend_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.recommend_profile{
	margin-top: 12px;
}

.recommend_name{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.recommend_list{
	border: 1px solid #8d744c;
	box-sizing: border-box;
	padding: 16px;
	border-radius: 4px;
}

.recommend_list li{
	padding-left: 16px;
	position: relative;
	line-height: 1.6;
	margin-bottom: 4px;
}

.recommend_list li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #8d744c;
	border-radius: 100px;

	position: absolute;
	left: 0;
	top: 7px;
}

.recommend_list li:last-of-type{
	margin-bottom: 0;
}

.recommend_link{
	margin-top: 16px;
}

.recommend_link a{
	display: flex;
	justify-content: center;
	background: #f67b44;
	box-sizing: border-box;
	padding: 8px;
	

	width: 100%;

	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 1.7;

	position: relative;
}

.recommend_link a:after{
	content: "";
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	border-radius: 2px;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto;
}

.recommend_text{
	width: calc(100% - 260px);
	margin-right: 40px;
}

/* 施術料金値上げについて */
.price_change-ba{
	margin: 24px auto;
}

.price_change-ba .price_tbl tbody tr th{
	background: #fff;
}

.price_change-ba .price_tbl tbody tr th,
.price_change-ba .price_tbl tbody tr td{
	padding: 15px;
}

.price_change-ba .price_tbl tbody tr.change th,
.price_change-ba .price_tbl tbody tr.change td{
	color: #f67b44;
	font-weight: bold;
	font-size: 1.5em;
}

.price_change-text02{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0.75em auto !important;
}

.price_change-campaign{
	margin: 24px auto;
	background: #fff;
	box-sizing: border-box;
	padding: 24px;
	border: 2px solid #f67b44;
}

.price_change-campaign-ul01{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price_change-campaign-ul01 li{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-left: 1.25em;
}

.price_change-campaign-ul01 li:before{
	content: "✨";
	position: absolute;
	left: 0;
}

.price_change-campaign-textarea01{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.price_change-campaign-textarea01 p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.price_change-campaign-text01{
	font-size: 28px;
	font-weight: bold;
	margin: 1em auto 0.5em !important;
	line-height: 1.5;
	
	text-align: center;
}

.price_change-campaign-text01 span{
	color: #ee6e35;
	text-decoration: underline;
}

.price_change-campaign-text02{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	
}

.price_change-campaign-text02 span{
	font-size: 1.5em;
	text-decoration: underline;
	text-decoration-thickness: 45%;
    text-decoration-color: #ff6;
    text-underline-offset: -45%;
	color: #ee6e35;
}

.price_change-campaign-text03{
	font-size: 18px;
	text-align: center;
}

.price_change-subconts{
	margin-top: 56px;
	padding-top: 56px;
	border-top: 2px dotted #cbbcaa;
}

.price_change-textarea01{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.price_change-textarea01 p{
	/* margin-bottom: 1em; */
	margin-bottom: 0;
}

.price_change-text01{
	font-size: 18px;
	text-align: center;
}

.price_change-text03{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.price_change-text04{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.price_info{
	border: 4px solid #ee6e35;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 8px;
	line-height: 2.2;
	margin-bottom: 40px;
}

.price_info:last-of-type{
	margin-bottom: 0;
}

.price_info .ttl02{
	color: #ee6e35;
}

.price_info p{
	margin-bottom: 0;
}

.price_info-list{
	list-style-type: disc;
}

.price_info-list li{
	position: relative;
	padding-left: 16px;
	font-weight: bold;
}

.price_info-list li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #ee6e35;
	position: absolute;
	left: 0;
	top: 12px;
}

.price_info-list02 li{
	font-size: 1.4em;
	color: #ee6e35;
}

.price_info-list02 li:before{
	top: 18px;
}

.price_info-strong01{
	font-size: 1.6em;
	color: #ee6e35;
	font-weight: bold;
	text-decoration: underline;
}

.price_info-num p{
	font-size: 2em;
	color: #ee6e35;
	font-weight: bold;
}

.price_info-num-strong01{
	display: inline-block;
	font-size: 1.5em;
	background:linear-gradient(transparent 60%, #fdfb5b 60%);
	padding: 0 4px;
	line-height: 1;
	color: #fa3913;
}

.price_info-text{
	margin-bottom: 1em;
}

.price_info-text p{
	margin-bottom: 4px;
}

.price_info-text p:last-of-type{
	margin-bottom: 0;
}

.price_info-text:last-of-type{
	margin-bottom: 0;
}

.price_info-num-br:before{
	content: "、";	
}

/* 施術料金 */
.price_tbl{
	border-collapse: collapse;
}


.price_tbl tr{
	/* display: -webkit-flex;
	display: flex; */
	border: 1px solid #cbbcaa;
	border-top: none;
}

.price_tbl tr:first-of-type{
	border-top: 1px solid #cbbcaa;
}

.price_tbl tr th{
	width: 15em;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	background: #fbece2;
	border-right: 1px solid #cbbcaa;
	font-size: 18px;
	box-sizing: border-box;
}

.price_tbl tr td{
	width: calc(100% - 15em);
	padding: 20px;
	font-size: 18px;
	background: #fff;
	box-sizing: border-box;
}

/* たんぽぽ茶 キャンペーン　*/
.tanpopo_conts{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.tanpopo_img{
	width: 100%;
	max-width: 280px;
	margin-left: 32px;
}

.tanpopo_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* 妊活よもぎ蒸し　キャンペーン */
.yomogi_pricelist{
	margin-top: 40px;
}


/* 初回限定価格 */
.price_monitor{
	margin: 48px auto;
	background: #fff7f2;
	box-sizing: border-box;
	padding: 32px;
}

.price_monitor p{
	font-size: 18px;
}

.price_offer{
	margin-top: 50px;
	margin-bottom: 32px;
}

.price_offer_text01{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px!important;
}

.price_offer_text01 span{
	color: #ee6e35;
	background: linear-gradient(transparent 60%, #ffc9aa 60%);
}

.price_offer_text02{
	text-align: center;
	line-height: 1.9;
	margin-bottom: 40px!important;
}

.price_offer_text02 span{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: inline;
	background: linear-gradient(transparent 90%, #f67b44 0%);
}

.price_offer-ouen{
	margin: 64px auto;
}

.price_offer-ouen-wrap{
	background: #ffebf1 url("../images/top/price_offer-ouen-bg.png") no-repeat right bottom / contain;
	box-sizing: border-box;
	padding: 32px;
}

.price_offer-ouen-text01{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.price_offer-ouen-list{
	margin: 24px 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background: #fff;
	box-sizing: border-box;
	padding: 16px 24px;
	position: relative;
	margin-bottom: 40px;
	border-radius: 10px;
}

.price_offer-ouen-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 32px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -72px;
	margin: 0 auto;
}

.price_offer-ouen-list p{
	margin-bottom: 0 !important;
}


.price_offer-ouen-list ul li{
	font-size: 24px;
	font-weight: bold;
	list-style-type: disc;
}

.price_offer-ouen-list-text01{
	font-size: 28px;
	font-weight: bold;
}

.price_offer-ouen-list-text02{
	font-size: 32px;
	font-weight: bold;
	color: #ff7575;
	text-decoration: underline;
}

.price_offer-ouen-otoku{
	margin-bottom: 12px;
}

.price_offer-ouen-otoku-text01{
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.price_offer-ouen-otoku-text01 .strong09{
	font-size: 1.5em;
}

.price_offer-ouen-text02 p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 0 !important;
}

.price_limit{
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25em;
}

.price_limit span{
	display: inline-block;
	position: relative;
	padding: 0 0.35em;
}

.price_limit span::before,
.price_limit span::after{
	content: '';
	display: block;
	/* width: 3vw; */
	width: 0;
	max-width: 68px;
	/* height: 5vw; */
	/* height: 4vw; */
	/* max-height: 114px; */
	/* max-height: 60px; */
	
	position: absolute;
	bottom: 0;
	/* bottom: 10px; */

	border-left: 3px dotted #3a4744;
	height: 100%;
}

.price_limit span::before{
	/* background: url(../images/top/bracket_l.png) no-repeat left top;
	background-size: contain; */
	
	transform: rotate(-35deg);
	left: -0.5em;
}

.price_limit span::after{
	/* background: url(../images/top/bracket_r.png) no-repeat right top;
	background-size: contain; */
	transform: rotate(35deg);
	right: -0.5em;
}

.price_limitnow{
	padding: 16px 24px;
	border: 2px solid #ee6e35;
	box-sizing: border-box;

	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.price_limitnow .price_limitnow-strong01{
	font-size: 1.3em;
	font-weight: bold;
	color: #ee6e35;
	text-decoration: underline;
	letter-spacing: 0.02em;
}

.price_limitnow .limitnow_close{
	text-decoration: line-through;
}

.price_limitnow .limitnow_strong{
	font-size: 1.2em;
	color: #ee6e35;
	background: linear-gradient(transparent 60%, #fff498 60%);
	padding-left: 8px;
}

.price_offer_ttl{
	margin: 48px auto 0;
	text-align: center;
	position: relative;
	padding-bottom: 4px;
}

.price_offer_ttl img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.price_offer_img{
	margin: 20px auto 0;
	text-align: center;
}

.price_offer_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.price_offer_limit02{
	font-size: 30px;
	font-weight: bold;
	color: #282624;
	text-align: center;
	line-height: 1.5;
	
	background: #fff5cc;
	display: block;
	width: calc(100% - 40px);
	padding: 20px;
	border-radius: 5px;
}

.member_num_close{
	text-decoration: line-through;
}

.member_num_limit{
	font-size: 1.5em;
	text-decoration: underline;
	color: #f73609;
}

.offer_conts_line{
	margin-top: 30px;
}

.offer_conts_line_pc img{
	width: auto;
	max-width: 100%;
}

.offer_conts_line_sp{
	display: none;
}

/* たんぽぽ茶プレゼント */
.tanpopo_tea-wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.tanpopo_tea-img{
	width: 100%;
	max-width: 320px;
	margin-left: 32px;
}

.tanpopo_tea-text{
	width: 100%;
}

.tanpopo_tea-text p{
	margin-bottom: 0;
}

.tanpopo_tea-list ul{
	margin: 1em 0;
}

.tanpopo_tea-list ul li{
	position: relative;
	background: url(../images/top/ico_list01.png) no-repeat left 0px;
	background-size: 24px auto;
    padding-left: 36px;

	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.5;
	
}

.tanpopo_tea-list ul li strong{
	color: #ee6e35;
}

.tanpopo_tea-text01{
	margin-top: 1em;
}

.tanpopo_tea-text01 p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

.tanpopo_tea-text01 p:last-of-type{
	margin-bottom: 0;
}

/* 妊活オールインワンサプリ */
.suppli_text01{
	/* font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.65; */

	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.suppli_text01-img{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.suppli_text01-img img{
	width: auto;
	max-width: 250px;
	height: auto;
	margin-left: 16px;
}

.suppli_text01-img img:first-of-type{
	margin-left: 0;
}

.suppli_text01-text{
	/* width: calc(100% - 320px); */
	width: 100%;
	margin-right: 40px;
}

.suppli_text01-text p{
	margin-bottom: 1em;
}

.suppli_text01-text ul{
	margin-bottom: 1em;
}

.suppli_list{
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cbbcaa;
	box-sizing: border-box;
	padding: 8px 20px;
	margin: 1em 0;
}

.suppli_list ul li{
	position: relative;
	font-size: 16px;
	padding-left: 16px;
	font-weight: bold;
	color: #f67b44;
}

.suppli_list ul li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #f67b44;
	position: absolute;
	left: 0;
	top: 10px;
}

/* 妊活よもぎ */
.yomogi_voicelist{
	margin-top: 48px;
}

.yomogi_voicelist ul{
	display: flex;
}

.yomogi_voicelist ul li{
	width: calc(25% - 10px);
	margin-right: 14px;
}

.yomogi_voicelist ul li:nth-of-type(4n){
	margin-right: 0;
}

.yomogi_voicelist ul li img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.yomogi_voicelist-memo{
	margin-top: 12px;
	font-weight: bold;
	text-align: center;
}

/* たんぽぽ茶 */
.tanpopo_text{
	p{
		margin-bottom: 0 !important;
	}
}

/* 返金保障 */
.moneyback_wrap{
	display: flex;
	justify-content: space-between;
}

.moneyback_img{
	width: 100%;
	max-width: 301px;
}

.moneyback_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.moneyback_text{
	width: calc(100% - 333px);
	margin-left: 32px;
}

.moneyback_text p{
	font-size: 20px;	
	line-height: 2.15;
}

.moneyback_text p.moneyback_memo{
	font-size: 15px;
}


/* なぜ、初回は */
.conts_divide{
	margin: 40px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.conts_divide_l,
.conts_divide_r{
	width: 47.5%;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.conts_divide_ttl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #1ea955;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}

.conts_divide_text{
	padding: 20px;
}

.conts_divide_false li{
	background: url("../images/top/ico_false.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_false li:last-child{
	margin-bottom: 0;
}

.conts_divide_true li{
	background: url("../images/top/ico_true.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_true li:last-child{
	margin-bottom: 0;
}

.first_recall{
	margin-top: 50px;
}


/* 来院特典 */
.specialgift{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}

.specialgift li{
	width:30%;
	text-align: center;
}

.specialgift li figure img{
	width:auto;
	max-width:100%;
	margin:0 auto;
}

.specialgift_ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #1ea955;
	display: block;
	margin: 20px 0;
}

.specialgift_text p{
	text-align:left;
}


/* オファー */
.offer_conts01_ttl{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	display: block;
}

.offer_conts01_ttl span{
	position:relative;
}

.offer_conts01_ttl span::before{
	content:'';
	display:block;
	width:68px;
	height:114px;
	background: url(../images/top/offer_ttl_l.png) left center no-repeat;
	position:absolute;
	top:5%;
	left:-15%;
}

.offer_conts01_ttl span::after{
	content:'';
	display:block;
	width:68px;
	height:114px;
	background:url(../images/top/offer_ttl_r.png) right center no-repeat;
	position:absolute;
	top:5%;
	right:-15%;
}

.offer_conts01_img{
	margin: 30px auto;
	text-align: center;
	width:100%;
}

.offer_conts01_img img{
	width: auto;
	max-width: 100%;
}

.offer_conts02{
	width: calc(100% - 42px);
	background: #fff;
	color: #282624;
	padding: 10px 20px;
	margin: 30px auto;
}

.offer_conts02 p{
	font-size: 42px;
	color: #282624;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.offer_conts02 p span{
	font-size: 1.3em;
	color: #f73609;
}

.offer_conts03_pc,
.offer_conts03_img{
	position: relative;
}

.offer_conts03_sp{
	display: none;
}

.offer_conts03_img img{
	width: auto;
	max-width: 100%;
}

.offer_telbtn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: absolute;
	bottom: 6%;
	right: 4.7%;
}

.offer_telbtn{
	width: 61.9%;
}

.offer_telbtn img{
	width: auto;
	vertical-align: bottom;
	max-width: 100%;
}

.offer_conts04{
	color: #fff;
	margin-top: 30px;
}

.offer_conts04 p{
	font-size: 13px;
	line-height: 2;
	margin-bottom: 0;
}


/* 施術メニュー */
.menulist_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 50px;
}

.menulist_conts:first-of-type{
	margin-top: 0;
}

.menulist_img{
	width: 200px;
}

.menulist_text{
	width: calc(100% - 230px);
	margin-left: 30px;
}


/* 院の紹介 */
.info-gaikan{
	margin: 30px 0 50px;
}

.info-gaikan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.info-gaikan ul li{
	width: calc(100% - 25px);
	margin-right: 50px;
}

.info-gaikan ul li:last-child{
	margin-right: 0;
}

.info-gaikan ul li img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.info-naikan{
	margin-top: 30px;
}

.info-naikan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.info-naikan ul li{
	width: calc(100% / 3);
	max-width: 330px;
	margin-right: 30px;
}

.info-naikan ul li:last-child{
	margin-right: 0;
}

.info-naikan ul li figure{
	margin-bottom: 10px;
}

.info-naikan ul li figure img{
	width: auto;
	max-width: 100%;
}

.info-naikan ul li p{
	line-height: 1.8;
}


/* アクセス */
.access_info_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.access_map{
	width: 100%;
	max-width: 540px;
}

.access_map iframe{
	width: 540px;
	height: 395px;
}

.access_mapinfo{
	width: calc(100% - 540px);
	margin-left: 50px;
}

.access_map_conts{
	margin-bottom: 20px;
}

.access_map_conts p{
	margin-bottom: 0;
}

.access_mapinfo dl{
	display: -webkit-flex;
	display: flex;
}

.access_mapinfo dl dt{
	width: 5em;
}

.access_mapinfo dl dd{
	width: calc(100% - 5em);
}

.access_map_conts-subconts{
	margin-bottom: 8px;
}

.access_map_conts-subconts:last-of-type{
	margin-bottom: 0;
}

.access_map_conts-subconts p{
	line-height: 1.5;
}

.access_map_ttl01{
	font-size: 15px;
	font-weight: bold;
}

.access_route{
	margin-top: 50px;
}


.access_routelist{
	margin-top: 40px;
	counter-reset: guidenum;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access_routelist li{
	width: calc(100% / 3 - 50px);
	max-width: 300px;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
	vertical-align: top;
	margin-left: 75px;
}

.access_routelist li:nth-child(3n+1){
	margin-left: 0;
}


.access_routelist li:before {
	content: url("../images/top/arrow_r.png");
	width:26px;
	height:24px;
	position: absolute;
	left: -49px;
	top: 36%;
}

.access_routelist li:first-child:before,
.access_routelist li:nth-child(3n+1):before{
	content: none;
}

.access_routelist li img{
	width: auto;
	max-width: 100%;
}

.access_routelist_text{
	line-height: 1.5;
	margin: 10px 0 0 2em;
	text-align: left;
}

.access_routelist_text:before{
	color: #f67b44;
	content: counter(guidenum) ".";
	counter-increment: guidenum;
	font-size: 24px;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	line-height: 1;
	margin-left: -1.25em;
	padding:0 10px 0 0;
}


/* よくある質問 */
.faq_conts{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}

.faq_ttl{
	color: #ee600a;
	font-size:18px;
	font-weight: bold;
	line-height:30px;
	padding-left:60px;
	position:relative;
	margin-bottom:25px;
}

.faq_ttl::before{
	content:'';
	background:url(../images/top/ico_q.png) left center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-5px;
	left:0;
}

.faq_text{
	padding-left:60px;
	position:relative;
}

.faq_text::before{
	content:'';
	background:url(../images/top/ico_a.png) left center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-5px;
	left:0;
}


/* 最後に... */
.last_conts_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.last_conts_img{
	width: 250px;
	margin: 0 40px 40px 0;
}

.last_conts_text{
	width: calc(100% - 290px);
}

.last_choice_wrap{
	margin-top: 40px;
}

.last_choice{
	counter-reset: guidenum;
	margin-bottom:30px;
}

.last_choice li{
	padding-left:40px;
	margin-bottom:10px;
}

.last_choice li::before{
	color: #1ea955;
	content: counter(guidenum) ".";
	counter-increment: guidenum;
	font-size: 28px;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	line-height: 1;
	margin-left:-40px;
	margin-right:15px;
}


/* pagetop */
#pagetop{
	position: absolute;
	bottom: 10px;
	right: 2.5%;
	line-height: 0;
}

#pagetop img{
	width: auto;
	max-width: 100%;
}


/*下層ページ
----------------------------------------------------*/
#breadcrumb{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 5px auto 0;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	font-size: 13px;
}

#breadcrumb ul li:before{
	content: ">";
	margin: 0 5px;
}

#breadcrumb ul li:first-child:before{
	content: none;
}


.contact_tel,
.contact_mail{
	margin-top: 40px;
}

.contact_tel p{
	margin-bottom: 5px;
}

.contact_telnum a{
	font-size: 1.5em;
	font-weight: bold;
}

.contact_tel dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.contact_tel dl dt{
	width: 5em;
}

.contact_tel dl dd{
	width: calc(100% - 5em);
}


.contact_lineconts{
	margin-top: 40px;
	}

.contact_lineconts-friend a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	background: #00b900;
	box-sizing: border-box;
	padding: 8px 12px;
	border-radius: 8px;

	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.contact_lineconts-friend a img{
	width: auto;
	max-width: 28px;
	height: auto;
	margin-right: 8px;
}

.cotnact_lineconts-qr{
	text-align: center;
	margin: 32px auto 0;
	line-height: 0;
}

.cotnact_lineconts-qr img{
	width: auto;
	max-width: 100%;
	height: auto;

	box-sizing: border-box;
	border: 1px solid #999;
	padding: 20px;
}


.contact_form{
	width: calc(100% - 80px);
	background: #fbebe2;
	padding: 30px 40px;
	margin-top: 40px;
}


.form_tbl tr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbcaa;
	margin-bottom: 20px;
}

.form_tbl tr th{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}

.form_tbl tr td{
	width: 100%;
	display: block;
}

.form_tbl tr td input{
	font-size: 17px !important;
}

.required{
	background: #f67b44;
	padding: 0 5px;
	font-size: 0.8em;
	color: #fff;
	margin-left: 10px;
	display: inline-block;
}


.form_name{
	display: block;
	width: 100%;
	max-width: 25em;
}

.form_mail{
	display: block;
	width: 100%;
	max-width: 30em;
}

.form_tel{
	display: block;
	width: 100%;
	max-width: 10em;
}

.form_reserve01,
.form_reserve02,
.form_reserve03{
	width: 100%;
	max-width: 20em;
}

.form_textarea{
	display: block;
	width: 100%;
	min-height: 200px;
}

.form_confirm{
	font-size: 16px;
	text-align: center;
}

.form_submit{
	margin-top: 15px;
	text-align: center;
}

.form_submit input{
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	border: none;
	background: #f67b44;
	border-radius: 100px;
	-webkit-appearance: none;
	box-shadow: 0 4px 0 0 #dd6e3d;
}

.form_submit input[disabled]{
	background: #ccc;
	box-shadow: 0 4px 0 0 #aeaeae;
}


/*wordpress
----------------------------------------------------*/
.blog_conts{
	width: 95%;
	max-width: 1050px;
	padding: 20px 2.5%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_main{
	width: calc(80% - 71px);
}

.single_date{
	background: #afc727 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 1px 10px;
}

.s_ttl01{
	color: #f67b44;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
	text-align: left;
}

.blog_cat{
	border-bottom: 1px dashed #cbbcaa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.blog_side{
	width: 20%;
	max-width: 250px;
	border-left: 1px solid #cbbcaa;
	padding-left: 35px;
	margin-left: 35px;
}

.side_blog_ttl{
	color: #3a4744;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.blog_single p{
	margin-bottom: 15px;
}

.blog_single img{
	width: auto;
	max-width: 100%;
	height: 100%;
}

.blog_single img.alignright{
	float: right;
	margin-left: 10px;
}

.blog_single img.alignleft{
	float: left;
		margin-right: 10px;
}


.blog_single .single_date{
	margin-bottom: 0;
}

.single_ttl{
	color: #f67b44;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
	text-align: left;
	border-bottom: 1px dashed #cbbcaa;
}

.single_cat{
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbcaa;
	margin-bottom: 40px;
	line-height: 1;
}

.single_cat p{
	float: left;
}

.blog_single h3{
	border-left: 10px solid #f67b44;
	border-bottom: 1px solid #f67b44;
	font-size: 1.6em;
	font-weight: bold;
	color: #3a4744;
	margin: 50px auto 25px;
	padding: 10px 0 10px 15px;
}

.blog_single h4{
	border-bottom: 1px dashed #ffc9aa;
	font-size: 1.4em;
	font-weight: bold;
	color: #f67b44;
	margin: 30px auto 15px;
	padding-bottom: 5px;
}

.blog_single ul{
	margin-bottom: 20px;
}

.blog_single li{
	list-style-type: disc;
	margin-left: 1em;
}

.blog_single p {
	margin-bottom: 20px;
}

.wp-pagenavi{
	text-align: center;
}

.side_menu{
	margin-bottom: 30px;
}

.side_menu ul{
	border-top: 2px solid #f67b44;
	border-bottom: 1px solid #cbbcaa;
	padding: 5px 10px;
}

.side_menu li{
	border-bottom: 1px dashed #cbbcaa;
	margin-top: 8px;
	padding-bottom: 5px;
	padding-left: 1.3em;
	line-height: 1.6;
}

.side_menu li:before{
	content: url("../images/common/ico_list03.png");
	margin-left: -1.3em;
	margin-right: 5px;
	padding-top: 2px;
	vertical-align: middle;
}

.side_menu li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.side_menu li a{
	text-decoration: none;
}



/*フッター
----------------------------------------------------*/

#sp_pagebtm{
	display: block;
	width: 100%;
	line-height: 0;
	opacity: 1;
	position: fixed;
	left: 0;
	bottom: -200px;
	transition: all 0.4s linear 0s;
}

.sp_pagebtm_wrap{
	background: rgba(255,255,255,0.6);
	width: 95%;
	padding: 2.5vw 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sp_btm_tel{
	margin-right: 10px;
	width: 54%;
}

.sp_btm_tel img{
	width: 100%;
	max-width: 390px;
	height: auto;
}

.sp_btm_line{
	width: 44%;
}

.sp_btm_line img{
	width: 100%;
	max-width: 320px;
	height: auto;
}

#footer{
	border-top: 6px solid #fff;
	background: #f9f4ee;
}

.f_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 40px 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f_conts_l{
	font-size: 13px;
	color: #9c8e7e;
	line-height: 1.5;
}

.f_logo{
	margin-bottom: 20px;
}

.f_logo a:hover{
	opacity: 1;
}

.f_conts_l dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}

.f_conts_l dl dt{
	width: 6em;
}

.f_conts_l dl dd{
	width: calc(100% - 4em);
}

.f_conts_r{
	display: -webkit-flex;
	display: flex;
	font-size:13px;
}

.f_conts_r dl {
	margin-left: 50px;
}

.f_conts_r dl dt{
	font-size: 14px;
	font-weight: bold;
	color: #9c8e7e;
}

.f_conts_r dl dd a{
	background: url("../images/common/ico_list03.png") no-repeat left 3px;
	padding-left: 20px;
	color: #9c8e7e;
	text-decoration: none;
}

.f_cr{
	width: 100%;
	font-size: 13px;
	color: #9c8e7e;
	background: #f0e7dd;
	text-align: center;
	padding: 5px 0;
}


/* お知らせ機能 */
.newsconts {
	padding: 24px 0;
}

.newsconts_conts {
	margin-bottom: 32px;
	border: 2px solid #e71717;
	box-sizing: border-box;
	padding: 24px;
	background: #fff;
}

.newsconts_conts:last-of-type {
	margin-bottom: 0;
}

.news_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #e71717;
	margin-bottom: 16px !important;
	line-height: 1.5;
}

.news_textarea {
	text-align: center;
	color: #e71717;
}