@charset "utf-8";

@font-face {
    font-family: 'hannari';
    src: url('../fonts/hannari.eot');
    src: url('../fonts/hannari.eot?iefix') format('eot'),
         url('../fonts/hannari.woff') format('woff'),
         url('../fonts/hannari.ttf') format('truetype');
}

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		font-family:"游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#745e43;
		background: #fffbed;
		line-height:2.2em;
		font-size:15px;
		-webkit-text-size-adjust: 100%;
		position: relative;
}

html {   
		overflow-y:scroll;
}  


a {
		color:#e42585;
		text-decoration:underline;
}

a:hover {
		color:#e42585;
		text-decoration:none;
		opacity: 0.8;
}

img {
		border:0;
}

figure{
		padding: 0;
		margin: 0;
}

h1,h2,h3,h4,h5,h6,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;
}

.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;
		/**/
}

.bold{
		font-weight: bold;
}

.pink01{
		color: #e42585;
}

.red {
		color:#e00;
}

.strong01{
		color: #e42585;
		font-weight: bold;
		text-decoration: underline;
}


/*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;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}
.top30 {
		margin-top: 30px;
}

.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;
}

.marker{
	font-size: 1.5em;
	background: #f8e859;
	display: inline;
	font-weight: bold;
}


/*ヘッダー
----------------------------------------------------*/
#header{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
}

.h_copy{
	margin-top: 15px;
}

.h_copy h1{
	font-size: 12px;
	text-align: right;
	line-height: 1.5;
}


.h_top{
	margin-top: 20px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.h_telcotact{
	display: -webkit-flex;
	display: flex;
}

.h_reserve{
	margin-left: 15px;
}

#sp_head,
#sp_logo{
	display: none;
}

/*ナビ
----------------------------------------------------*/
.h_nav{
	margin-top: 40px;
}

.h_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 20px;
}

.h_nav .gnav_dropmenu{
	position: relative;
}

.h_nav .gnav_dropmenu_wrap{
	position: absolute;
	z-index: 9998;
	background: #fffbed;
	padding: 5px;
	border: 1px solid #583c1b;
	transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
	margin-top: 0px;
	transform: scale(0);
	opacity: 0;
	width: 150%;
	left: calc(-25% - 10px);
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open{
	margin-top: 15px;
	transform: scale(1);
	opacity: 1;
	transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open:before,
.h_nav .gnav_dropmenu_wrap.dropmenu_open:after{
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #583c1b;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
	transform: scaleX(1.5);
	
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open:after{
	border-bottom: 10px solid #fffbed;
	margin: 1px 0 0 0;
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open a{
	position: relative;
	
	
	text-align: center;
	text-decoration: none;
	
	line-height: 1.2;
	
	font-family: "hannari";
	font-weight: normal;
	letter-spacing: -0.1em;
	font-weight: bold;
	color: #583c1b;
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open a:before{
	content: "";
	display: block;
	border-bottom: 2px solid;
	transform: scaleX(0);
	transition: transform 0.2s ease 0s;
	transform-origin: 0 0 0;

	
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 7px;
	
	z-index: -1;
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open a:hover{
	opacity: 1;
}

.h_nav .gnav_dropmenu_wrap.dropmenu_open a:hover:before{
	transform: scaleX(1);
}


.h_nav .gnav_dropmenu_wrap p{
	margin-bottom: 10px;
	
	line-height: 1.5;
	text-align: center;
}

.h_nav .gnav_dropmenu_wrap p:last-of-type{
	margin-bottom: 0;
}

.h_nav .gnav_dropmenu_wrap p a{
	letter-spacing: -0.05em;
}

.h_nav .gnav_dropmenu_wrap p a:hover{
	opacity: 0.8;
}



/*main-image
----------------------------------------------------*/

#mainimage{
	position: relative;
	
	margin: 20px 0 50px;
}

.mainimage_btn{
	width: 100%;
	max-width: 1020px;
	height: 533px;
	margin: 0 auto;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.mainimage_trial{
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	
	z-index: 2;
}

.mainimage_trial a{
	opacity: 1;
}

.mainimage_trial a:hover{
	opacity: 1:
}

.mainimage_access{
	line-height: 0;

	position: absolute;
	right: 0;
	top: 115px;
	z-index: 2;
}

#mainimage .mainimage_bg{
	text-align: center;
}

#mainimage .mainimage_bg{
	background: url("../images/top/mainimage.png")  repeat-x center center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	width: 100%;
	height: 533px;
	
	animation: mainimage 100s linear infinite;
	transform: rotate(0.0001deg);
	
	display: block;
}

@keyframes mainimage {
	0% {background-position: 0px 0;}
	100% {background-position: -2315px 0;}
}

.mainimage_sp{
	display: none;
}


/*common
----------------------------------------------------*/
#mainconts{
	
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main,
#side_pc{
	display: block;
}

#side_sp{
	display: none;
}

#main{
	width: 715px;
}

#side_pc{
	width: 250px;
}

.ttl01{
	border-top: 1px dashed #937f65;
	font-family: "hannari";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.085em;

	text-align: center;	
	padding: 15px 0;
	border-bottom: 1px dashed #937f65;
	
	margin-bottom: 30px;
}

.ttl02{
	background: #fff1be;
	border-radius: 5px;
	
	padding: 5px 20px;
	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #e42585;
	text-align: left;
	
	margin-bottom: 10px;	
}

.ttl03{
	font-family: "hannari";
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.085em;
	line-height: 1.2;
	
	margin-bottom: 30px;

}

.ttl03 strong{
	font-size: 49px;
	color: #e42585;
	line-height: 0;
}

.ttl03 span{
	position: relative;
	display: inline-block;
}

.ttl03 span:before{
	content: "";
	display: block;
	background: url("../images/common/icon_ttl03_l.png") no-repeat left center;
	
	width: 85px;
	height: 84px;
	
	position: absolute;
	left: -100px;
	top: 0;
}

.ttl03 span:after{
	content: "";
	display: block;
	background: url("../images/common/icon_ttl03_r.png") no-repeat right center;
	
	width: 85px;
	height: 84px;
	
	position: absolute;
	right: -100px;
	top: 0;
}

.ttl04{
	font-family: "hannari";
	font-size: 33px;
	font-weight: bold;
	color: #583c1b;
	letter-spacing: -0.1em;
	text-align: center;
	
	margin-bottom: 20px;
}

.ttl04 span{
	color: #e42585;
}

.ttl05{
	font-family: "hannari";
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 5px 0 10px;
	line-height: 1.2;
	
	background: url("../images/common/bg_ttl05.png") no-repeat left top;
	background-size: 85px auto;
	
	min-height: 60px;
	
	position: relative;
}

.ttl05:after{
	content: "";
	display: block;
	
	border-bottom: 2px solid;
	margin-top: 5px;
	
	position: absolute;
	left: 0;
	width: 100%;
}

.ttl06{
	border-top: 1px dashed #937f65;
	font-family: "hannari";
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.085em;
	
	padding: 10px 0;
	border-bottom: 1px dashed #937f65;
	
	margin-bottom: 15px;
}

.ttl07{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed;
	display: inline-block;
	line-height: 1.5;
}

.ttl08{
	font-size: 15px;
	font-weight: bold;
	color: #e42585;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 1.8;
}

.ttl09{
	font-family: "hannari";
	font-size: 24px;
	font-weight: bold;
	color: #583c1b;
	border-bottom: 2px dashed;
	padding-bottom: 7px;
	margin-bottom: 10px;
	letter-spacing: -0.1em;
}



/*トップページ
----------------------------------------------------*/
.youtube_bnr-sp{
	display: none;
}

.top_conts{
	margin-bottom: 50px;
}


/* このようなお悩み、当院で相談してみませんか？ */
.nayami_ttl01{
	text-align: center;
	margin-bottom: 20px;
}

.nayami_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nayami_text{
	width: calc(100% - 200px);
	margin-right: 30px;
}

.nayami_img{
	width: 200px;
}

.nayami_list li{
	background: url("../images/top/icon_nayami01.png") no-repeat left top;
	background-size: 30px 32px;
	padding-left: 40px;
	
	font-size: 17px;
	color: #583c1b;
	
	margin-bottom: 7px;
}

/* ファンクショナルマッサージ治療室藤沢院のご紹介 */
.top_infolist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_infoconts:nth-child(2){
	position: relative;
	left: -14px;
}

.top_infoconts figure img{
	width: auto;
	max-width: 100%;
}

/* 初めての方へ */
.top_voice_movie {
	text-align: center;
}

.top_voice_movie iframe{
	width: calc(670px - 16px);
	height: 370px;
	border: 8px solid #fff;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

.top_info_pc{
	display: -webkit-flex;
	display: flex;
}

.top_info_sp{
	display: none;
}



/* 院長メッセージ */
.top_introduce_conts{
	text-align: center;
	margin-bottom: 30px;
}

.top_introduce_conts:last-of-type{
	margin-bottom: 0;
}

.introduce01 img{
	width: auto;
	max-width: 100%;
}

.introduce01-01{
	width: calc(100% - 20px);
	max-width: 665px;
	text-align: center;
	margin: -90px auto 0;
}

.introduce01-01 img{
	width: auto;
	max-width: 100%;
}

/* 当院に通われていた患者様の声 */

.top_message_conts{
	margin-bottom: 30px;
}

.top_voice_movie,
.message_movie{
	text-align: center;
	line-height: 0;
}

.message_movie{
	margin-bottom: 10px;
}

.message_movie img{
	width: auto;
	max-width: 100%;
}

.message_text{
	font-weight: bold;
	color: #745e43;
	line-height: 1.8;
}

.top_message_btn a{
	width: 100%;
	display: block;
	background: #e42585;
	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	
	padding: 8px 0;
	text-decoration: none;
	
	position: relative;
}

.top_message_btn a img{
	margin-right: 10px;
	
	position: relative;
	top: 5px;
}

.message_movie{
	margin-top: 30px;
}

.message_movie iframe{
	width: calc(670px - 16px);
	height: 370px;
	border: 8px solid #fff;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

/* スタッフ紹介 */
.staffinfo_conts{
	display: flex;
	margin-top: 40px;
}

.staffinfo_conts:first-of-type{
	margin-top: 32px;
}

.staffinfo_img{
	width: 100%;
	max-width: 240px;
}

.staffinfo_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.staffinfo_text{
	width: calc(100% - 272px);
	margin-left: 32px;
}

.staffinfo_ttl01{
	font-family: "hannari";
	border-bottom: 1px dashed #937f65;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}

.staffinfo_ttl01 span{
	margin-right: 16px;
}

.staffinfo_ttl01 ruby{
	font-size: 1.4em;
	margin-right: 8px;
}

.staffinfo_ttl01 ruby:last-of-type{
	margin-right: 0;
}

/* 実績 */
.top_results_conts{
	background: #fff1be;
	padding: 30px 20px;
}

.top_results_ttl01{
	font-family: "hannari";
	font-size: 43px;
	letter-spacing: -0.1em;
	text-align: center;
	line-height: 1.15;
	
	margin-bottom: 30px;
}

.top_results_ttl01 span{
	color: #e42585;
}

.results_conts{
	margin-bottom: 30px;
}

.results_conts:last-of-type{
	margin-bottom: 0;
}


.top_results_ttl02{
	background: url("../images/top/bg_top_results01.png") repeat left top;
	padding: 13px 10px;
	
	font-family: "hannari";
	font-size: 36px;
	color: #fff;
	letter-spacing: -0.1em;
	text-align: center;
	margin-bottom: 15px;
}

.top_results_01 figure{
	line-height: 0;
}

.top_results_01 figure img{
	width: auto;
	max-width: 100%;
}


.top_results_02{
	background: #fff;
	padding: 40px 20px;
}

.top_results_ttl03{
	text-align: center;
	
	font-family: "hannari";
	font-size: 45px;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
	
	position: relative;
}

.top_results_ttl03 span{
	position: relative;
	
	display: inline-block;
}

.top_results_ttl03 span:before{
	content: "";
	display: block;
	
	border-left: 2px solid #583c1b;
	width: 2px;
	height: 100px;	
	
	transform: rotate(-15deg);
	
	position: absolute;
	left: -20px;
	top: 0;
}

.top_results_ttl03 span:after{
	content: "";
	display: block;
	
	border-left: 2px solid #583c1b;
	width: 2px;
	height: 100px;	
	
	transform: rotate(15deg);
	
	position: absolute;
	right: -20px;
	top: 0;
}

.top_results_ttl03 span strong{
	line-height: 1.3;
	
	font-size: 58px;
	color: #e42585;
}

.results02_img{
	text-align: center;
	line-height: 0;
	margin-bottom: 30px;
}

.results02_img img{
	width: auto;
	max-width: 364px;
	margin: 0 auto;
}

.results02_topage{
	border: 1px solid #583c1b;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
}

.results02_topage_age{
	font-size: 20px;
	font-weight: bold;
	color: #583c1b;
	
	padding: 0 5px;
	display: inline-block;
	
	background: linear-gradient(transparent 60%, #fff1be 60%);
}

.results02_topage_age span{
	color: #e42585;
	font-size: 23px;
	margin-left: 2px;
}

.results02_topage_age span strong{
	font-size: 32px;
}

.results02_topage_memo{
	text-align: center;
}

.results02_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 20px;
}

.results02_conts_text{
	width: calc(100% - 200px);
	margin-right: 20px;
}

.results02_conts_text p{
	font-size: 15px;
	line-height: 1.8;
}

.results02_conts_img{
	width: 180px;
}

.results02_conts_img img{
	width: auto;
	max-width: 100%;
}

.results_memo{
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	
	border-top: 1px dashed #583c1b;
	padding-top: 7px;
}

.results_memo li{
	padding-left: 1em;
}

.results_memo li:before{
	content: "※";
	margin-left: -1em;
}


.top_results_03{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl04{
	text-align: center;
	
	font-family: "hannari";
	font-size: 41px;
	letter-spacing: -0.075em;
	
	border-bottom: 2px solid #583c1b;
	padding-bottom: 10px;
}

.top_results_ttl04 img{
	width: auto;
	max-width: 67px;
	height: auto;
	max-height: 60px;
	vertical-align: middle;
	
	position: relative;
	top: -4px;
	
	margin-right: 5px;
}

.top_results03_conts{
	display: -webkit-flex;
	display: flex;
	
	margin-top: 20px;
}

.top_results03_img{
	width: 180px;
	height: auto;
}

.top_results03_img img{
	width: auto;
	max-width: 100%;
}

.top_results03_text{
	width: calc(100% - 200px);
	margin-left: 20px;
	line-height: 1.8;
	
	font-size: 15px;
}

.top_results03_stepconts{
	margin-top: 40px;
}

.top_results_ttl05{
	
	font-family: "hannari";
	font-size: 40px;
	
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 15px 0;
	text-align: center;
	letter-spacing: -0.025em;
	
	margin-bottom: 25px;
}

.top_results03_step dl{
	display: -webkit-flex;
	display: flex;
	
	margin-bottom: 20px;
	
	position: relative;
}

.top_results03_step dl:after{
	content: "";
	display: block;
	
	width: 5px;
	height: 20px;
	background: #e7a2a0;
	
	position: absolute;
	left: 47px;
	bottom: -20px;
}

.top_results03_step dl:last-of-type{
	margin-bottom: 0;
}

.top_results03_step dl:last-of-type:after{
	content: none;
}

.top_results03_step dl dt,
.top_results03_step dl dd{
	font-family: "hannari";
	letter-spacing: -0.025em;
	padding: 10px 0;
}

.top_results03_step dl dt{
	width: 100px;
	background: #e7a2a0;
	color: #fff;
	
	font-size: 40px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	
}

.top_results03_step dl dd{
	width: calc(100% - 120px);
	background: #fddedd;
	
	font-size: 25px;
	
	padding: 10px;
	border-radius: 0 5px 5px 0;
}

.top_results_04{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl06{
	background: url("../images/top/bg_top_results06.png") no-repeat 40% center;
	background-size: contain;
	
	font-family: "hannari";
	font-size: 33px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	text-align: center;
	
	margin-bottom: 30px;
}

.top_results_ttl06 span{
	color: #e42585;
	border-bottom: 2px solid;
}

.top_results_ttl07{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.results04_memo{
	margin-bottom: 10px;
}

.results04_imgconts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.results04_imgconts figure{
	width: 310px;
}

.results04_imgconts figure img{
	width: auto;
	max-width: 100%;
}

.results04_imgconts a{
	color: inherit;
	text-decoration: none;
}

.results04_imgconts figure figcaption{
	line-height: 1;
}

.results04_text{
	border: 1px solid #583c1b;
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
}

.top_results_ttl08{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.results04_text p:last-of-type{
	margin-bottom: 0;
}

.top_results_05{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl09{
	font-family: "hannari";
	font-size: 42px;
	font-weight: bold;
	color: #e42585;
	border-bottom: 2px solid;
	letter-spacing: -0.15em;
	line-height: 1.2;
	padding-bottom: 8px;
}

.top_results_ttl09 span{
	background: linear-gradient(transparent 60%, #fffa6a 60%);
}

.top_results05_img{
	text-align: center;
	margin: 20px auto;
}

.top_results05_img img{
	width: auto;
	max-width: 100%;
}

.top_results05_btn{
	display: block;
	
}

.top_results05_btn a{
	display: block;
	background: #e7a2a0;
	
	border-radius: 5px;
	text-align: center;
	
	color: #fff;
	
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0;
}

.top_results05_btn a:after{
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	
	position: absolute;
	left: 5px;
	top: 5px;
	
	border: 2px solid #fff;
	border-radius: 5px;
}

.top_results05_btn a .fas{
	margin-left: 10px;
}


/* 卒業された患者様からのメッセージ */
.top_voice_conts{	
	padding-bottom: 15px;
	border-bottom: 2px dashed #b19a7e;
	margin-bottom: 30px; 
}

.top_voice_conts:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}

.voice_imgtext{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_voice_img{
	width: 220px;
}

.top_voice_img a{
	text-decoration: none;
}

.top_voice_img figure{
	line-height: 0;
}

.top_voice_img figure img{
	width: auto;
	max-width: 100%;
}

.voice_btn{
	background: #e42585;
	display: block;
	color: #fff;
	text-align: center;
	
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
	
	font-weight: bold;
}

.voice_btn a{
	text-decoration: none;
}

.voice_btn a .fas{
	margin-right: 5px;
}

.top_voice_text{
	width: calc(100% - 240px);
	margin-left: 20px;
}

.top_voice_textmain{
	border: 1px solid #583c1b;
	padding: 10px;
	border-radius: 5px;
	
	position: relative;
}

.top_voice_textmain:before{
	content: "";
	position: absolute;
	top: 30px;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fffbed;
 	z-index: 2;
}

.top_voice_textmain:after{
	content: "";
	position: absolute;
	top: 30px;
	left: -26px;
 	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #583c1b;
 	z-index: 1;
}

.top_voice_textmain p{
	display: inline;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.voice_user{
	margin-bottom: 5px;
}

.voice_user span{
	background: #e7a2a0;
	padding: 5px 10px;
	
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}

.voice_conts{
	margin-top: 25px;
}

.voice_conts:first-of-type{
	margin-top: 0;
}

.voice_ttl01{

	display: inline;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	padding: 3px 0;
	border-bottom: 1px dashed;
	
	display: inline;
	
}

.voice_ttl02{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

.voice_voice p{
	font-size: 14px;
	line-height: 1.8;

	margin-bottom: 20px;
}

.top_voice_koe{
	margin-top: 25px;
	
	background: #fff;
	padding: 40px 25px 5px;
	border-radius: 5px;
	
	position: relative;
}

.top_voice_koe:before{
	content: "";
	display: block;

	background: url("../images/common/voice_logo.png") no-repeat center center;
	width: 79px;
	height: 51px;
	
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	
	margin: 0 auto;
	
	opacity: 0.8;
}


/* 特徴 */

.top_feature{
	counter-reset: num;
}

.top_feature_conts{
	counter-increment: num;
	
	margin-bottom: 30px;
}

.top_feature_conts:last-of-type{
	margin-bottom: 0;
}

.top_feature_ttl01{
	
	font-size: 24px;
	font-weight: bold;
	color: #583c1b;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	margin-left: 45px;
	margin-bottom: 15px;
}

.top_feature_ttl01:before{
	content: counter(num);
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	background: #e42585;
	color: #fff;
	font-size: 22px;
	
	font-family: inherit;
	
	width: 35px;
	height: 35px;
	border-radius: 100px;
	
	margin-left: -35px;
	
	position: relative;
	top: -3px;
	left: -10px;
}

.top_feature_img{
	line-height: 0;
	margin-bottom: 15px;
}

.top_feature_conts p{
	line-height: 2;
}

.top_feature_link{
	background: #fddedd;
	padding: 20px;
	
	margin-top: 50px;
}

.feature_link_pc{
	display: block;
}

.feature_link_sp{
	display: none;
}

.top_feature_ttl02{
	position: relative;
	margin-top: -45px;
}

.top_feature_ttl02 img{
	width: 100%;
	max-width: 621px;
	height: auto;
}

.top_feature_linklist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 20px;
}

.top_feature_linklist p{
	width: 215px;
	line-height: 0;
}

.top_feature_linklist p img{
	width: auto;
	max-width: 100%;
}


/* 選ばれる理由 */
.select_ttl01{
	font-size: 24px;
	font-weight: bold;
	color: #583c1b;
	letter-spacing: 0.015em;
	padding-left: 47px;
	margin-bottom: 20px;
	
	position: relative;
}

.select_ttl01 span{
	font-size: 60px;
	color: #e42585;
	
	position: absolute;
	top: 0px;
	left: 0;
}

.top_select_conts{
	margin-bottom: 30px;
}

.select_inline figure{
	float: left;
	margin-right: 30px;
}

.select_inline p{
	font-weight: bold;
}

.select4_media_conts{
	margin-top: 20px;
}

.select4_media_book{
	background: #fff;
	border-radius: 10px;
	padding: 30px 40px 5px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.select4_media_book_conts{
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 25px;
}

.select4_media_book_conts:nth-child(2n){
	width: calc(50% - 10px);
	margin-right: 0;
	margin-left: 10px;
}

.select4_media_book_conts figure{
	width: 90%;
	padding: 0 5%;
	text-align: center;
	
	line-height: 0;
	margin-bottom: 10px;
}

.select4_media_book_conts figure img{
	width: auto;
	max-width: 100%;
}

.media_book_ttl,
.media_book_sub{
	font-family: "hannari";
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.2;
}

.media_book_ttl{
	font-size: 18px;
}

.media_book_sub{
	font-size: 16px;
	margin-top: 5px;
}

.select4_media_other{
	margin-top: 30px;
	
	display: -webkit-flex;
	display: flex;
}

.select4_media_other{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.select4_media_other_conts{
	width: calc(50% - 15px);
	margin-right: 15px;
}

.select4_media_other_conts:nth-child(2n){
	margin-left: 15px;
	margin-right: 0;
}

.select4_media_other_conts figure{
	line-height: 0;
	margin-bottom: 0;
}

.select4_media_other_conts figure img{
	width: auto;
	max-width: 100%;
}

.select4_media_pdf_zoom{
	text-align: center;
	
	display: block;
	background: #e42585;
	color: #fff;
	font-weight: bold;
}

.select4_media_pdf a{

} 

.select4_media_pdf_zoom .fas{
	margin-right: 5px;
}

.faq_conts{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	
	margin-bottom: 15px;
}

.faq_conts dt{
	font-size: 18px;
	font-weight: bold;
	
	background: url("../images/common/icon_faq_q.png") no-repeat left 2px;
	border-bottom: 1px dashed;
	
	padding: 5px 0 5px 50px;
}

.faq_conts dd{
	background: url("../images/common/icon_faq_a.png") no-repeat left 12px;
	
	padding: 10px 0 5px 50px;
}

.imglist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.imglist li{
	width: 205px;
	margin-left: 15px;
	line-height: 0;
}

.imglist li:first-child{
	margin-left: 0;
}


.imglist li img{
	width: auto;
	max-width: 100%;
}

.faq_memo{
	display: block;
	text-align: right;
}

.top_contact_btn a{
	width: 100%;
	display: block;
	background: #e42585;
	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	
	padding: 8px 0;
	text-decoration: none;
	
	position: relative;
}

.top_contact_btn a img{
	margin-right: 10px;
	
	position: relative;
	top: 3px;
}

/* スタッフからみなさまへ */
.staff_conts_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 30px;
}

.staff_text{
	font-size: 14px;
	
	color: #583c1b;
}

.staff_text p{
	font-weight: bold;
}



/* バナー */
.bannar_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bannar_conts{
	width: 100%;
	max-width: 348px;
}

.bannar_conts figure{
	line-height: 0;
}

.bannar_conts figure img{
	width: auto;
	max-width: 100%;
}

/* 新着情報・ブログ */
.infoblog_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.infoblog_conts{
	width: 100%;
	max-width: 348px;
}

.infoblog_list{
	
}

.infoblog_list li{
	border-bottom: 1px dashed;
	margin-bottom: 20px;
}

.infoblog_date{
	display: block;
	
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.infoblog_ttl{
}

.infoblog_list li a{
	color: #583c1b;
	text-decoration: none;
}

/* プライバシーポリシー */
.privacy_conts{
	margin-bottom: 20px;
}


/*wordpress
----------------------------------------------------*/

/* 記事一覧ページ */
.cat_conts ul li{
	display: -webkit-flex;
	display: flex;
	
	border-bottom: 1px dashed;
	margin-bottom: 10px;
	
	font-size: 16px;
}

.cat_conts ul li span{
	width: 6em;
}

.cat_conts ul li a{
	text-decoration: none;
	font-weight: bold;	
}

.wp-pagenavi{
	text-align: center;
	margin-top: 15px;
}


/* 記事詳細ページ */
.single_conts h4{
	border-top: 1px dashed #937f65;
	font-family: "hannari";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.085em;
	
	padding: 8px 0;
	border-bottom: 1px dashed #937f65;
	
	margin-bottom: 15px;
}

.single_conts h5{
	background: #fff1be;
	border-radius: 5px;
	
	padding: 5px 20px;
	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #e42585;
	text-align: left;
	
	margin-bottom: 10px;
	margin-top: 20px;
}

.single_conts p img{
	width: auto;
	max-width: 100%;
}



/*サイド
----------------------------------------------------*/
.side_bnr{
	margin-bottom: 20px;
}

.side_bnr p{
	line-height: 0;
}

.side_info{
	background: #f4ecdb;
	padding: 15px;
}

.side_info img{
	width: auto;
	max-width: 100%;
}


.side_info_ttl{
	background: url("../images/common/icon_info.png") no-repeat left 1px;
	
	font-family: "hannari";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.085em;
	color: #583c1b;
	line-height: 1;
	padding: 0 0 10px 35px;
	
	border-bottom: 1px dashed;
	margin-bottom: 15px;
}

.side_info_ttl span{
	display: block;
}

.side_info_dl{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
}

.side_info_dl:last-of-type{
	margin-bottom: 5px;
}

.side_info_dl dt{
	color: #583c1b;
}

.side_info_dl dt:before{
	content: "●";
	color: #90806c;
	font-size: 10px;
}

.side_info_dl dd{
	color: #583c1b;
}



.side_infomap,
.side_infomap p img{
	line-height: 0;
}


.side_info02{
	background: #f4ecdb;
	padding: 15px;
	
	margin-top: 20px;
	margin-bottom: 20px;
}


.side_info_ttl02{
	background: url("../images/common/icon_sidettl02.png") no-repeat left 0;
	
	font-family: "hannari";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.085em;
	color: #583c1b;
	line-height: 1.5;
	padding: 0 0 10px 35px;
	
	border-bottom: 1px dashed;
	margin-bottom: 15px;
}

.side_list01{
	margin: 15px 0 0;
}

.side_list01 li{
	background: url("../images/common/icon_sidelist01.png") no-repeat left 2px;
	
	border-bottom: 1px dotted;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	
	font-size: 14px;
}

.side_list01 li a{
	color: #583c1b;
	text-decoration: none;
}


/*サイドボタン
----------------------------------------------------*/
#side_btn{
	position: fixed;
	right: -48px;
	top: 10%;
	
	transition: all 0.15s linear 0s;
	
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

#side_btn img{
	width: 48px;
	height: auto;
}

.side_btn_sp{
	display: none;
}

.sp_checkbtn{
	display: none;
}

/*ページトップ
----------------------------------------------------*/
#pagetop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}



/*お問い合わせ
----------------------------------------------------*/
.conts_contact{
	background: url("../images/common/bg_contact.png") no-repeat center center;
	background-size: cover;
	padding: 80px 0;	
}

.contact_wrap{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
}

.contact_ttl01{
	text-align: center;
	margin-bottom: 30px;
}

.contact_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.contact_l,
.contact_r{
	margin: 0 5em;
}

.contact_l p{
	font-family: "hannari";
	font-size: 22px;
	letter-spacing: -0.08em;
	color: #fff;
}

.contact_tel{
	line-height: 0;
	margin-bottom: 10px;
}

.contact_open{
	color: #fff;
	line-height: 1.5;
	
	position: relative;
	left: 45px;
}

.required{
	background: #e42585;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	
	padding: 0 5px;
}

.tbl_contact tbody tr th{
	width: 12em !important;
}

.tbl_contact tbody tr td{
	width: calc(100% - 12em - 20px) !important;
}


/*下層ページ
----------------------------------------------------*/
#second #mainimage{
	width: 100%;
	height: 280px;
	
	background: url("../images/second/bg_mainimage.jpg") no-repeat center center;
	background-size: cover;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	
	margin-bottom: 0;
}

#second .mainimage_wrap{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	
	text-shadow: 
    #fff 2px 0px 10px,  #fff -2px 0px 10px,
    #fff 0px -2px 10px, #fff 0px 2px 10px,
    #fff 2px 2px 10px, #fff -2px 2px 10px,
    #fff 2px -2px 10px, #fff -2px -2px 10px,
    #fff 1px 2px 10px,  #fff -1px 2px 10px,
    #fff 1px -2px 10px, #fff -1px -2px 10px,
    #fff 2px 1px 10px,  #fff -2px 1px 10px,
    #fff 2px -1px 10px, #fff -2px -1px 10px;
}

#second .mainimage_ttl{
	
	font-size: 50px;
	font-family: "hannari";
	letter-spacing: -0.08em;
	color: #583c1b;
	text-align: center;
	line-height: 1.3;
}

#second .mainimage_sub{
	font-size: 24px;
	color: #583c1b;
	margin-top: 20px;
	line-height: 1.5;
	display: block;
	text-align: center;
}

#breadcrumb {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 20px;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
}

#breadcrumb ul li{
	font-size: 14px;
}

#breadcrumb ul li:after{
	content: ">";
	padding: 0 5px;
}

#breadcrumb ul li:last-child:after{
	content: none;
}

#second #mainconts{
	margin-bottom: 50px;
}

.second_conts{
	margin-bottom: 30px;
}

.second_conts p{
	margin-bottom: 15px;
}


.list01{
	border: 1px solid #583c1b;
	padding: 10px 15px;
	border-radius: 5px;
}

.list01 li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8;
}

.list01 li:before{
	content: "";
	display: block;
	
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #e42585;
	
	position: absolute;
	left: 0px;
	top: 8px;
}

.list01 li:last-child{
	margin-bottom: 0;
}

.list02{
	background: #fff1be;
	padding: 10px;
	border-radius: 5px;
	
	display: -webkit-flex;
	display: flex;
	
	margin-bottom: 15px;
}

.list02 li{
	margin-right: 15px;
	font-weight: bold;
}

.list03{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list03 li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8;
	
	margin-right: 20px;
}

.list03 li:before{
	content: "";
	display: block;
	
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #e42585;
	
	position: absolute;
	left: 0px;
	top: 8px;
}

.img_r{
	float: right;
	margin-left: 20px;
}

.img_r img{
	border: 5px solid #fff;
	width: auto;
	max-width: 280px;
}

/* 施術の流れ */
.flow_conts{
	margin-bottom: 30px;
}

.flow_ttl01{
	font-size: 24px;
	font-family: "hannari";
	letter-spacing: -0.085em;
	font-weight: bold;
	border-bottom: 2px dotted;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.flow_ttl01 span{
	font-size: 1.7em;
	margin-right: 10px;
	
	position: relative;
	top: 3px;
}

.flow_img{
	float: left;
	margin-right: 20px;
}

.flow_img img{
	border: 5px solid #fff;
	width: auto;
	max-width: 280px;
}


/* 院内紹介 */
.gallery_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery_conts{
	margin-right: 14px;
}

.gallery_conts figure{
	width: 100%;
	max-width: 229px;
	line-height: 0;
}

.gallery_conts figure img{
	width: calc(100% - 10px);
	border: 5px solid #fff;
}

.gallery_conts p{
	margin-top: 0;
}

.gallery_conts:nth-child(3n){
	margin-right: 0;
}

/* 治療メニュー・料金 */
.tbl01{
	margin-top: 0px;
}

.tbl01,
.tbl01 tbody{
	display: block;
}

.tbl01 tbody tr{
	display: -webkit-flex;
	display: flex;
	background: #fff;
	border-top: 1px solid #583c1b;
	line-height: 1.8;
}

.tbl01 tbody tr:last-of-type{
	border-bottom:  1px solid #583c1b;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td{
	display: block;
}

.tbl01 tbody tr th{
	width: 10em;
	padding: 10px;
	text-align: left;
	background: #fff1be;
}


.tbl01 tbody tr td{
	width: calc(100% - 10em - 20px);
	padding: 10px;
}

/* アクセス */
.map_conts iframe{
	width: 100%;
	height: 400px;
}

/* 妊活無料動画 */
.movie_conts {
	text-align: center;
}

.movie_conts iframe{
	width: calc(670px - 16px);
	height: 370px;
	border: 8px solid #fff;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}


/* お問い合わせ */
.contact_conts{
	margin-top: 20px;
}

.contact_tel_conts{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.contact_tel_conts span{
	margin-left: 5px;
	font-size: 1.5em;
	
}

.contact_reserve_btn a{
	display: block;
	padding: 10px;
	text-align: center;
	
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #e42585;
}

.contact_reserve_btn a .fas{
	margin-right: 5px;
}

.contact_line_btn a{
	display: flex;
	align-items: center;
	justify-content: center;

	background: #06c755;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;

	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.contact_line_btn a img{
	width: auto;
	height: auto;
	max-height: 22px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}


.tbl_contact tbody tr th,
.tbl_contact tbody tr td{
	padding: 20px 10px;
	display: block;
}

.tbl_contact input,
.tbl_contact textarea{
	width: calc(100% - 1em);
}

.tbl_contact textarea{
	height: 200px;
}

.tbl_contact input[type=checkbox]{
	width: 1em;
}

.form_name{
	max-width: 20em;
}

.form_tel{
	max-width: 15em;
}

.form_mail{
	max-width: 30em;
}

.form_confirm{
	margin-top: 30px;
}

.form_confirm input{
	background: #e42585;
    border: medium none;
    border-radius: 100px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 300px;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    
    -webkit-appearance: none;
}

.form_confirm input:disabled{
	opacity: 0.5;
}


/* サイトマップ */
.sitemap_conts{
	margin-bottom: 20px;
}


/* スタッフ紹介 */
.staff_conts{
	margin-bottom: 40px;
	border-bottom: 2px dashed #b19a7e;
	padding-bottom: 20px;
}

.staff_conts:last-of-type{
	border-bottom: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.staff_info_lr{
	display: -webkit-flex;
	display: flex;
}

.staff_info_img{
	width: 270px;
}

.staff_info_img img{
	width: auto;
	max-width: 100%;
}

.staff_info_text{
	width: calc(100% - 300px);
	margin-left: 30px;
}

.staff_name{
}

.staff_name_position{
	font-family: "hannari";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0 !important;
	line-height: 1.5;
}

.staff_name_ttl{
	font-family: "hannari";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.5;
}

.staff_name_ttl span{
	margin-left: 10px;
	font-size: 17px;
	color: #72532e;
}

.staff_text_conts{
	margin-top: 20px;
}

.staff_text_ttl{
	line-height: 1.5;
	position: relative;
}

.staff_text_ttl:before{
	content: "";
	display: block;
	
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted;
	
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	
	z-index: -1;
}

.staff_text_ttl span{
	background: #fffbed;
	font-family: "hannari";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.025em;


	position: relative;
	z-index: 2;
}


/*フッター
----------------------------------------------------*/
#footer{
	padding: 50px 0 0;
}

.f_wrap{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 50px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f_logo{
	margin-bottom: 20px;
}

.f_address{
	font-size: 14px;
	color: #583c1b;
	line-height: 1.5;
}

.f_link {
	display: -webkit-flex;
	display: flex;
}

.f_link li{
	background: url("../images/common/icon_f_list.png") no-repeat left 2px;
	line-height: 1;
	padding-left: 15px;
	margin-right: 15px;
}

.f_link li a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #583c1b;
}

.f_conts_r{
	
}

.f_open{
	padding: 10px;
	background: #ebe0cc;
}



.f_tbl_open{
	border-collapse: collapse;
}

.f_open_sp{
	display: none;
}

f_tbl_open tbody tr{
	padding: 15px;
}

.f_tbl_open thead tr th,
.f_tbl_open tbody tr td{
	font-weight: bold;
	border-left: 1px solid;
}

.f_tbl_open thead tr th:first-of-type,
.f_tbl_open tbody tr td:first-of-type{
	border-left: none;
}

.f_tbl_open tbody tr td{
	border-top: 1px solid;
	padding: 10px;
}

.f_open_memo{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}

.cr{
	background: #e42585;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
