@charset "utf-8";

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0 0 100px 0;
	clear: both;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width:1200px;
	margin:80px auto 0;
	padding:0;
	overflow:hidden;
}

.contents_innner {
    padding-top: 100px;
    margin-top:-100px;
}

section {
  margin-top: -100px;
	padding-top:100px;
	margin-bottom: 70px;
}

section:last-child {
	margin-bottom: 0px;
}

section.plink {
  margin-top: -100px;
	padding-top:100px;
	margin-bottom: 0px!important;
}

.link_Btn a{
	display: block;
	width: 300px;
	padding: 10px 0;
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	background: #D5AD58;
	box-shadow: 10px 10px rgba(238, 237, 235, 1);
}

.link_Btn2 a{
	display: block;
	width: 80%;
	padding: 10px 0;
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	background: #D5AD58;
	box-shadow: 10px 10px rgba(238, 237, 235, 1);
}

.link_Btn a:hover,
.link_Btn2 a:hover{
	text-decoration: none;
	background: #C69631;
}

.fb{font-weight: bold;}
.red{color: #B20C1F;}
.gold{color: #775600;}

.indent{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
}

.indent2{
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.info_ba_mg{margin-top: 50px;}

.mg_T0{margin-top: 0 !important;}
.mg_T20{margin-top: 20px !important;}
.mg_T30{margin-top: 30px !important;}
.mg_B30{margin-bottom: 30px !important;}

.txB{font-weight: bold;}
.txC{text-align: center;}

.font_sm{font-size: 15px;}
.linkTx a{text-decoration: underline;}
.linkTx a:hover{text-decoration: none;}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.content{width:90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#wrapper{margin:0 0 70px 0;}
.content{margin:80px auto 0;}

.link_Btn a{
	width: 60%;
	padding: 10px 0;
	margin: 40px auto 0;
}

.link_Btn2 a{
	width: 60%;
	padding: 10px 0;
	margin: 40px auto 0;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:950px){
#wrapper{margin:60px 0 70px 0;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.content{margin:80px auto 0;}

.link_Btn2 a{
	width: 85%;
	padding: 10px 0;
	margin: 40px auto 0;
}

.font_sm{font-size: 14px;}
.txC{text-align: left;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.content{margin:50px auto 0;}

section {
	margin-bottom: 50px;
}
}

/*-------------------------------------------------------------------
　sp tel
-------------------------------------------------------------------*/
#sp_tel_area{display: none;}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
#sp_tel_area{
	width: 350px;
	color: #907B4A;
	display: block;
	margin: 0 auto 70px;
}

#sp_telTx{
	font-size: 14px;
	text-align: center;
	margin-bottom: -5px;
}

#sp_tel{
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin: 0 0 10px 0;
}

#sp_tel i{margin: 6px 10px 0 0;}
#sp_tel a{color: #907B4A;}

#sp_mail{
	width: 100%;
	margin: 10px auto 0;
}

#sp_mail i{
	font-size: 18px;
	margin: 0px 7px 0 0;
}

#sp_mail a{
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #FFF;
	background: #907B4A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto 0;
}

#sp_mail a:hover{background: #76653C;}
}

/* ===== sp 400px ========= */
@media only screen and (max-width:400px){
#sp_tel_area{
	width: 90%;
	margin: 0 auto 45px;
}
}

/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom: 60px;
}

#page_hdTit{
	width: 1200px;
	margin: 0 auto;
}

.pageVisual h2{
	font-size: 60px;
	color: #FFF;
	line-height: 1.3;
	-webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.pageVisual h2 span{
	display: block;
	font-size: 25px;
	color: #FFF;
}

.pageVisual_title{
	font-size: 35px;
	color: #FFF;
	line-height: 1.3;
	-webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.pageVisual_logo{
	width: 450px;
	margin: 15px 0 5px;
}

.pV_wrap{
	width: 850px;
	padding: 50px 10px 10px 30px;
	background:rgba(255,255,255,0.8);
	box-sizing: border-box;
}

.pV_tit{
	font-size: 45px;
	color: #007A9B;
	line-height: 1.5;
	/*- -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
}

.pV_tit span{
	font-size: 100px;
	color: #FF8000;
	font-weight: bold;
}

span.txetEn{
	font-size: 45px;
	color: #FF8000;
	font-weight: bold;
}

.PVmi{
	font-size: 45px;
	color: #007A9B;
	line-height: 1;
	margin-top: -15px;
	/*- -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
	/*- text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); -*/
}

.PVmi span{font-size: 30px;}

.feeBg{background-image: url(../images/fee_bg.jpg);}
.impBg{background-image: url(../images/imp_bg.jpg);}
.doctorBg{background-image: url(../images/doctor_bg.jpg);}
.faqBg{background-image: url(../images/faq_bg.jpg);}
.contBg{background-image: url(../images/cont_bg.jpg);}
.thoughtBg{background-image: url(../images/thought_bg.jpg);}
.worryBg{background-image: url(../images/imp_bg.jpg);}
.reasonBg{background-image: url(../images/reason_bg.jpg);}
.counselingBg{background-image: url(../images/counseling_bg.jpg);}
.shinbiBg{background-image: url(../images/shinbi_bg.jpg);}
.clinicBg{background-image: url(../images/clinic_bg.jpg);}
.allon4Bg{background-image: url(../images/allon4_bg.jpg);}
.nightBg{background-image: url("../images/night_bg.jpg");}


/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
#page_hdTit{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.pageVisual{
	width:100%;
	height: 350px;
}

.pageVisual h2{font-size: 50px;}
.pageVisual h2 span{font-size: 20px;}

.pV_wrap{
	width: 690px;
	padding: 50px 10px 10px 30px;
}

.pV_tit{
	font-size: 35px;
	color: #007A9B;
	line-height: 1.6;
}

.pV_tit span{
	font-size: 70px;
	color: #FF8000;
}

span.txetEn{
	font-size: 35px;
	color: #FF8000;
}

.PVmi{font-size: 35px;}
.PVmi span{font-size: 25px;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.pageVisual{
	height: 270px;
	margin-bottom: 30px;
	background-position:center right;
}

.nightBg{background-position:center center;}


.pageVisual h2{font-size: 40px;}
.pageVisual h2 span{font-size: 20px;}
.pageVisual_title{font-size: 25px;}

.pageVisual_logo{
	width: 350px;
	margin: 15px 0 5px;
}

.pV_wrap{
	width: 430px;
	padding: 40px 10px 20px 20px;
}

.pV_tit{font-size: 25px;}
.pV_tit span{font-size: 40px;}

span.txetEn{font-size: 20px;}

.PVmi{
	font-size: 25px;
	line-height: 1.2;
	margin-top: -5px;
}

.PVmi span{font-size: 20px;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.pageVisual{
	height: 200px;
}

.pageVisual h2{font-size: 30px;}
.pageVisual h2 span{font-size: 16px;}
.pageVisual_title{font-size: 18px;}

.pageVisual_logo{
	width: 250px;
	margin: 10px 0 5px;
}

.pV_wrap{
	width: 100%;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.pV_tit{font-size: 18px;}
.pV_tit span{font-size: 25px;}
span.txetEn{font-size: 16px;}

.PVmi{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 0px;
}

.PVmi span{font-size: 16px;}
}

/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
.sliderBox{
	width: 100%;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	border:0px solid #000;
	box-sizing: border-box;
}

/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.subTit_sm{
	font-size: 23px;
	text-align: center;
	color: #CB7554;
	font-weight: bold;
}

.subTit{
	width: 100%;
	font-size: 35px;
	text-align: center;
	margin: 0 auto 40px auto;
	font-weight:bold;
	color: #CB7554;
	line-height: 1.4;
	overflow: hidden;
}

.ttl_1{
	width: 100%;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	margin: 0 auto 30px auto;
	line-height: 1.4;
	background: #6C5C53;
	border-radius: 7px;
	box-sizing: border-box;
}

.ttl_1 span{
	font-size: 28px;
}

.ttl_1sm{
	font-size: 20px;
	text-align: center;
	margin-top: 3px;
}

.ttl_2{
	width: 100%;
	font-size: 25px;
	color: #A07D00;
	text-align: center;
	padding: 10px 5px;
	margin: 40px auto 20px auto;
	line-height: 1.4;
	background: #F1F1E4;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
	box-sizing: border-box;
}

.ttl_3{
	width: 100%;
	font-size: 25px;
	color: #FFF;
	text-align: center;
	padding: 10px 5px;
	margin: 0px auto 30px auto;
	line-height: 1.4;
	background: #B7A15B;
	box-sizing: border-box;
	border-radius: 7px;
}

.ttl_glod{
	width: 100%;
	font-size: 28px;
	color: #5E4700;
	text-align: center;
	padding: 20px 5px;
	margin: 0 auto 40px auto;
	line-height: 1.4;
	background: #F5F5ED;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #8C6C00;
	box-sizing: border-box;
}

.all4_Tit{
	width: 100%;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	margin: 0 auto 30px auto;
	line-height: 1.4;
	background: #6C5C53;
	border-radius: 7px;
	box-sizing: border-box;
}

.all4_Tit_la{
	font-size: 28px;
	text-align: center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.subTit{
	font-size: 32px;
	margin: 0 auto 40px auto;
}

.ttl_1 span{
	font-size: 23px;
	display: block;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.subTit_sm{
	font-size: 20px;
}

.subTit{
	font-size: 28px;
	margin: 0 auto 40px auto;
}

.ttl_1{font-size: 24px;}
.ttl_1 span{font-size: 18px;}
.ttl_2{font-size: 22px;}
.ttl_3{font-size: 24px;}

.ttl_1sm{
	font-size: 16px;
	margin-top: 3px;
}

.ttl_glod{
	font-size: 24px;
	text-align: left;
	padding: 15px 5px 15px 15px;
	margin: 0 auto 40px auto;
}

.all4_Tit{font-size: 16px;}

.all4_Tit_la{
	font-size: 24px;
	margin-top: 3px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.subTit_sm{
	font-size: 16px;
}

.subTit{
	font-size: 20px;
	margin: 0 auto 20px auto;
}

.ttl_1{font-size: 18px;	padding: 14px 5px;}
.ttl_1 span{font-size: 15px;}
.ttl_2{font-size: 18px;}
.ttl_3{font-size: 18px;margin: 0px auto 20px auto;}

.ttl_glod{
	font-size: 18px;
	padding: 10px 5px 10px 15px;
	margin: 0 auto 20px auto;
}

.all4_Tit_la{
	font-size: 18px;
}
}


/*-------------------------------------------------------------------
　治療費
-------------------------------------------------------------------*/
.ser_arrow a{
	display: block;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto 50px;
	padding: 6px 15px;
	text-align: center;
	background-color: #907B4A;
	position: relative;
	text-decoration: none;
	color: #FFF;
}

.ser_arrow a::after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: skewX(45deg);
	position: absolute;
	right: 10%;
	top: 40%;
}

.ser_arrow a:hover{
	color: #FFF;
	background-color: #9A7526;
}

.ser_arrow a:hover::after{
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.pri_ba_Box{margin-bottom: 70px;}
.priBaTx{margin-top: 20px;}

.priTable a{text-decoration: underline;}
.priTable a:hover{text-decoration: none;}

.priTable {
	width: 100%;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #D8C0A8;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 40px 0;
	box-sizing: border-box;
}

.priTable th {
	padding: 10px 5px 10px 20px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #D8C0A8;
	box-sizing:border-box;
  background-color: #FAF3E6;
}

.priTable td {
	width: 28%;
	padding: 10px 10px 10px 5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color: #D8C0A8;
	text-align:right;
	box-sizing:border-box;
}

.priMg{margin-bottom: 0;}

.pri_midashi{
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.pri_midashi a{text-decoration: underline;}
.pri_midashi a:hover{text-decoration: none;}


#info_contents{
	width: 100%;
	margin: 70px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.infoBa{
	width: 48%;
	margin: 0 0 0 0;
}

/*-- 耐久表 -------*/
.table01Mi{display: none;}

table.table01 {
	width:100%;
	border:#D8C0A8 solid 1px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.table01 thead th {
	background:#FAF3E6;
	padding:10px 15px;
	border-right:#D8C0A8 solid 1px;
	border-bottom:#D8C0A8 solid 1px;
	text-align: center;
}

table.table01 thead th:last-child {
	border-right:#D8C0A8 solid 1px;
}

table.table01 tbody th {
	background:#FAF3E6;
	padding:10px 15px;
	border-bottom:#D8C0A8 solid 1px;
	vertical-align:top;
}

table.table01 tbody tr:last-child th {
	border-bottom:#D8C0A8 solid 1px;
}

table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#D8C0A8 solid 1px;
	border-bottom:#D8C0A8 solid 1px;
	vertical-align:top;
	text-align: center;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.priTable td {
	width: 30%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.ser_arrow a{
	width: 100%;
	font-size: 30px;
	margin: 0 auto 50px;
	padding: 6px 15px;
}

.priTable td {
	width: 35%;
}
}

/* ---- sp 800 ------------- */
@media only screen and (max-width:800px){
.ser_arrow a{
	font-size: 23px;
	margin: 0 auto 50px;
	padding: 15px 0px;
	line-height: 1.4;
}

.ser_arrow a::after{
	width: 50px;
	height: 10px;
	right: 15%;
	top: 40%;
}

.priTable {
	width: 100%;
	border-width: 1px 1px 0px 1px;
}

.priTable th {
	display: block;
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-width: 0px 0px 0px 0px;
}

.priTable td {
	display: block;
	width: 100%;
	padding: 10px 5px 10px 20px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #D8C0A8;
	text-align:left;
	box-sizing:border-box;
}

#info_contents{
	flex-direction: column;
}

.infoBa{
	width: 100%;
	margin: 0 0 7% 0;
}

/*-- 耐久表 -------*/
.table01Mi{
	display: block;
	margin-bottom: 10px;
}

table.table01 thead {
	display:none;
}

table.table01 tbody th {
	display:block;
}

table.table01 tbody td {
	display:block;
	font-size: 15px;
}

table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
}

table.table01 tbody td{
	text-align: left;
	border-left:#D8C0A8 solid 0px;
}

table.table01 tbody td p {
	padding-left:11em;
}

table.table01 tbody td:last-child {
	border-left:#D8C0A8 solid 0px;
	border-bottom:#D8C0A8 solid 0px;
}

.tableBorder{border-top:#D8C0A8 solid 1px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.ser_arrow a{
	font-size: 20px;
	margin: 0 auto 25px;
	padding: 15px 0px;
	line-height: 1.4;
}

.ser_arrow a::after{
	width: 30px;
	height: 10px;
	right: 10%;
	top: 40%;
}

.pri_ba_Box{margin-bottom: 40px;}
.pri_midashi{
	font-size: 18px;
	margin: 0 0 10px 0;
}

#info_contents{
	margin: 0px auto 0;
}
}


/*-------------------------------------------------------------------
　無料相談
-------------------------------------------------------------------*/
.consultation{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.consultation_ph{width: 38%;}
.consultation_tx{width: 58%;}

#cont_telArea{
	width: 100%;
	display: flex;
	align-items: baseline;
	color: #907B4A;
	margin: 40px 0 0 0;
}

#cont_tel{
	font-size: 40px;
	display: flex;
	align-items: baseline;
	margin: 0 0 0 0;
}

#cont_tel i{margin: 6px 10px 0 0;}
#cont_tel a{color: #907B4A;}
#cont_open{font-size: 20px;}

/*-- QA --*/
.qa-list{margin-top: 20px;}

.qa-list dl {
    position: relative;
    margin: 15px 0 0;
    cursor: pointer;
    border: 1px solid #D8C0A8;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
    position: absolute;
    top: 22px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 12px 20px 12px 60px;
    font-weight: bold;
    background: #FAF3E6;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #351504;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
		top:15px;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #351504;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 12px 20px 12px 60px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child{
    margin-top: 0;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.consultation_ph{width: 45%;}
.consultation_tx{width: 51%;}

#cont_telArea{
	flex-direction: column;
	margin: 20px 0 0 0;
}

#cont_open{
	font-size: 20px;
	margin-top: -10px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.consultation{flex-direction: column;}
.consultation_ph{width: 100%;margin-bottom: 20px;}
.consultation_tx{width: 100%;}

#cont_telArea{
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
}

/*-- QA --*/
.qa-list dl dt {
    padding: 12px 50px 12px 50px;
	line-height: 1.5;
}

.qa-list dl dt::before,
.qa-list dl dd::before{
    font-size: 20px;
    top: 15px;
    left: 15px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#cont_tel{font-size: 35px;}
#cont_open{font-size: 16px;}
}


/*-------------------------------------------------------------------
　選ばれる理由
-------------------------------------------------------------------*/
.reason_midashi{
	margin-bottom: 20px;
}

.reason_midashi h3 span{
	display: block;
	width: 180px;
	font-size: 18px;
	color: #FFF;
	padding: 2px 0;
	margin: 0 auto 5px;
	text-align: center;
	background: #8C7D3F;
	border-radius: 5px;
	box-sizing: border-box;
}

.reason_midashi h3{
	font-size: 30px;
	color: #351504;
	text-align: center;
	font-weight: bold;
}

.reasonBox{
	width: 100%;
 	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #CCC;
}

.reasonBox:last-of-type{
	width: 100%;
 	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: 0px dashed #CCC;
}

.reason01_bg{background: url(../images/row_reason_ph01.jpg) no-repeat left top;}
.reason02_bg{background: url(../images/row_reason_ph02.jpg) no-repeat left top;}
.reason03_bg{background: url(../images/row_reason_ph03.jpg) no-repeat left top;}
.reason04_bg{background: url(../images/row_reason_ph04.jpg) no-repeat left top;}
.reason05_bg{background: url(../images/row_reason_ph05.jpg) no-repeat left top;}
.reason06_bg{background: url(../images/row_reason_ph06.jpg) no-repeat left top;}
.reason07_bg{background: url(../images/row_reason_ph07.jpg) no-repeat left top;}
.reason08_bg{background: url(../images/row_reason_ph08.jpg) no-repeat left top;}

.reasonBox.box02{
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}

.reasonBox.box02:before {
  content:"";
  display: block;
  padding-top:45%;
}

.reasonBox.box02 .reasondet{
	width:90%;
	margin: 0 auto;
	background-color:#FFF;
	padding:20px 40px 20px;
	border:0px solid #CCC;
	box-sizing: border-box;
}

.reasonBox.box02 .reasondet h4{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0;
}

.reasonBox.box02 .reasondet a{
	text-decoration: underline;
}

.reasonBox.box02 .reasondet a:hover{
	text-decoration: none;
}

ol.merit{
	margin: 10px 0 0 20px;
	padding: 0;
}

ol.merit li{
	list-style: decimal;
	margin: 0;
	padding: 0 0 0 0;
}

ul.reasonList{
	margin: 20px 0 20px 20px;
	padding: 0;
}

ul.reasonList li{
	list-style: disc;
	margin: 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

.kiki_wrap{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.kikiBox{
	width: 23%;
}

.kikiBox img{
	display: block;
	width: 100%;
	height: auto;
}

.kikiBox h4{
	text-align: center;
	margin: 8px 0 5px;
	font-weight: bold;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.kiki_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 0px 0 0 0;
}

.kikiBox{
	width: 48%;
	margin-top: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.reason_midashi h3 span{
	width: 180px;
	font-size: 18px;
	padding: 2px 0;
	margin: 0 0 5px;
}

.reason_midashi h3{
	font-size: 25px;
	text-align: left;
	line-height: 1.5;
}

.kikiBox{
	width: 100%;
	margin-top: 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.reason_midashi h3 span{
	width: 120px;
	font-size: 14px;
	padding: 2px 0 3px;
}

.reason_midashi h3{
	font-size: 20px;
	text-align: left;
}

.reasonBox{
 	margin-bottom: 50px;
	padding-bottom: 20px;
}

.reasonBox.box02 .reasondet{
	width:95%;
	margin: 0 auto;
	background-color:#FFF;
	padding:20px 15px 20px;
	border:0px solid #CCC;
	box-sizing: border-box;
}

.reasonBox.box02 .reasondetTx{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 20px;
}
}


/*-------------------------------------------------------------------
　医院案内
-------------------------------------------------------------------*/
#rinen_tx{
	width: 80%;
	margin: 30px auto 0;
}

#acc_wrap{
	display: flex;
	justify-content: space-between;
}

.accPh,
.accTx{
	width: 48%;
}

.accPh img{
	border-radius: 5px;
}

.accTit{
	font-weight: bold;
	margin: 30px 0 5px;
	color:#8A6821;
}

#medical_info{
	display: flex;
	justify-content: space-between;
}

#openBox{width: 48%;}
#info_box{width: 48%;}

table#clinic_timeTb{
	width: 100%;
	color: #ED7A86;
	border-collapse: collapse;
	margin: 0 auto 15px;
	border: 1px solid #CB7453;
}

table#clinic_timeTb th {
	padding: 10px 5px;
	background: #CB7453;
	color: #fff;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #FBE3E6;
	border-style: solid;
}

table#clinic_timeTb td {
	color: #CB7453;
	padding: 20px 10px;
	background: #FFF;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #CB7453;
	border-style: solid;
}

ul.infoList{
	margin: 0;
}

ul.infoList li{
	list-style: none;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B09677;
	padding: 5px 5px;
}

ul.infoList li h4{
	font-weight: bold;
	color:#8A6821;
}

ul.infoList li:last-of-type{
	border-width: 0px 0 1px 0;
}

.card{
	width: 70%;
	margin: 10px 0 5px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#rinen_tx{
	width: 100%;
	margin: 30px auto 0;
}

#acc_wrap{
	display: flex;
	flex-direction:column-reverse;
}

.accPh{
	width: 100%;
	margin-bottom: 20px;
}

.accTx{width: 100%;}

#medical_info{
	flex-direction: column;
}

#openBox{width: 100%;margin-bottom: 20px;}
#info_box{width: 100%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
table#clinic_timeTb{
	font-size: 14px;
}

table#clinic_timeTb th {
	padding: 10px 5px;
}

table#clinic_timeTb td {
	padding: 20px 5px;
}

.card{
	width: 90%;
}
}


/*-------------------------------------------------------------------
　無料カウンセリング
-------------------------------------------------------------------*/
#counseling_wrap{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#counseling_ph{width: 40%;}
#counseling_tx{width: 55%;}
#counseling_ph img{border-radius: 5px;}

#counseling_cont{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#counseling_telBox{
	width: 46%;
	background: #D5AD58;
	color: #FFF;
	text-align: center;
	padding: 10px 5px;
	border-radius: 5px;
}

#counseling_telBox p,
#counseling_mailBox p{
	font-size: 15px;
}

#counseling_tel{
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-right: 20px;
}

#counseling_tel i{
	margin: 6px 5px 0 0;
}

#counseling_mailBox{
	width: 46%;
}

#counseling_mailBox a{
	display: block;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius: 5px;
	background: #907B4A;
}

#counseling_mailBox a:hover{background: #76653C;}

#counseling_mail{
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

#counseling_mail i{
	margin: 5px 10px 0 0;
}

.counseling_feature{
	margin-bottom: 30px;
}

.counseling_feature h4{
	font-size: 25px;
	font-weight: bold;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#counseling_tel{
	font-size: 25px;
	margin-right: 20px;
}

#counseling_mail{
	font-size: 23px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#counseling_wrap{
	flex-direction: column;
}

#counseling_ph{width: 100%;margin-bottom: 20px;}
#counseling_tx{width: 100%;}

#counseling_cont{
	width: 90%;
	margin: 20px auto 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.counseling_feature h4{
	font-size: 20px;
}
}

/* ---- sp 550 ------------- */
@media only screen and (max-width:550px){
#counseling_cont{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-direction: column;
}

#counseling_telBox{
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#counseling_mailBox{
	width: 100%;
}
}

/*-------------------------------------------------------------------
　治療の流れ
-------------------------------------------------------------------*/
.flowBox{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}

.flowBox:nth-child(odd){
	flex-direction:row;
}

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

.flow_img{
	width: 40%;
}

.flow_tx{
	width: 55%;
}

.flow_tx h3{
	font-size: 28px;
	color: #361604;
	border-bottom: 1px dashed #C0C0C0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.flow_tx h3 span{
	font-size: 18px;
	color: #FFF;
	background-color: #B7A053;/*-- #8C7D3F --*/
	padding: 0px 12px 2px;
	margin: 0 15px 0 0;
	border-radius: 5px;
	font-weight: normal;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.flowBox{
	flex-direction: column;
	margin-bottom: 50px;
}

.flowBox:nth-child(odd){
	flex-direction:column;
}

.flow_img{
	width: 100%;
	margin-bottom: 20px;
}

.flow_tx{
	width: 100%;
}

.flow_tx h3{font-size: 24px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.flow_tx h3{font-size: 20px;}

.flow_tx h3 span{font-size: 14px;}
}

/*-------------------------------------------------------------------
お悩み　
-------------------------------------------------------------------*/
.worryBox{margin-bottom: 70px;}
.worryBox:last-child{margin-bottom: 0;}

.worryDet{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.worry_ph{width: 40%;}
.worry_tx{width: 55%;}

.worryTit{
	font-size: 23px;
	color: #361604;
	margin-bottom: 5px;
	font-weight: bold;
}

.worryTit_mg{
	font-size: 23px;
	color: #361604;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

.worryImg{
	width: 80%;
	margin: 40px auto;
}

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

.merit_item{
	width: 48%;
	font-size: 22px;
	font-weight: bold;
	background: #FAF1E0;
	padding: 15px 5px;
	text-align: center;
	margin-top: 10px;
}

#woryy_all4_img{
	width: 80%;
	margin: 20px auto 20px;
}

.woryy_allon4_banner{
	margin: 50px 0 0 0;
}


/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.worryDet{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
}

.worry_ph{width: 80%;margin:0 auto 20px;}
.worry_tx{width: 100%;}

.meritBox{
	flex-direction: column;
}

.merit_item{
	width: 100%;
	font-size: 22px;
	padding: 15px 20px;
	text-align: left;
	margin-top: 10px;
	box-sizing: border-box;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.worryTit{font-size: 20px;}

.worryTit_mg{
	font-size: 20px;
	margin-top: 20px;
}

#woryy_all4_img{
	width: 100%;
	margin: 20px auto 20px;
}

.merit_item{
	font-size: 18px;
	padding: 15px 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.worryTit{
	font-size: 18px;
	letter-spacing: -0.1em;
}

.worryTit_mg{
	font-size: 18px;
	margin-top: 20px;
}

.worryImg{
	width: 100%;
	margin: 20px auto;
}

.worry_ph{width: 100%;margin:0 auto 20px;}

.merit_item{
	font-size: 16px;
	padding: 15px 20px;
}
}

/*-------------------------------------------------------------------
　インプラント＆審美
-------------------------------------------------------------------*/
.impBox{
	border:0px solid #EEE;
	margin-bottom: 70px;
}

.impBox:last-child{
	border:0px solid #EEE;
	margin-bottom: 0;
}

.impDet{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.imp_ph{width: 42%;}
.imp_tx{width: 55%;}

.imp_tx h4.impTit_mg{
	font-size: 23px;
	color: #663300;
	font-weight: bold;
	margin: 25px 0 15px;
	line-height: 1.4;
}

.imp_tx h4.impTit_mg0{
	font-size: 23px;
	color: #663300;
	font-weight: bold;
	margin: 0px 0 15px;
}

.imp_tx h5.imp_caption{
	font-size: 20px;
	font-weight: bold;
	color: #775C00;
	padding: 2px 10px;
	margin: 0px 0 15px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #8C6C00;
	background: #F5F5ED;
	box-sizing: border-box;
}

.imp_tx h5.imp_caption_mg{
	font-size: 20px;
	font-weight: bold;
	color: #775C00;
	padding: 2px 10px;
	margin: 25px 0 15px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #8C6C00;
	background: #F5F5ED;
	box-sizing: border-box;
}

.imp_priTit{
	font-size: 40px;
	color: #B20C1F;
	font-weight: bold;
}

.imp_priTit span{
	font-size: 25px;
}

.imp_redTit{
	font-size: 20px;
	color: #B20C1F;
	font-weight: bold;
	margin-bottom: 15px;
}

.imp_greenTit{
	font-size: 20px;
	color: #00661A;
	font-weight: bold;
	margin: 20px 0 5px;
}

.imp_fb{
	margin-top: 20px;
	font-weight: bold;
}

.imp_border{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 30px;
}

/*-- allon4 --*/
#allon4{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 30px 50px;
	background: #FFFFF4;
	border:3px solid #8C6C00;
	box-sizing: border-box;
}

#allon4 h4{
	font-size: 25px;
	color: #775C00;
	margin-bottom: 5px;
	font-weight: bold;
}

#allon4_ph{width: 30%;}
#allon4_tx{width: 66%;}


/*----- 審美 ------*/
.shinbi_pri{
	font-weight: bold;
	margin: 20px 0 20px;
}

.guradiaTit{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.guradia_img{
	width: 25%;
	margin-right: 10px;
}

.guradiaTx{
	width: 70%;
	font-size: 25px;
	color: #B20C1F;
	font-weight: bold;
	line-height: 1.4;
}

.shinbi_tx{margin-bottom: 25px;}

/*----- 審美 素材TB -----*/
.shinbi_TB_767dis{display: none;}

.shinbi_TB_wrap {
	width: 100%;
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 20px;
}

.shinbi_TB{
	width: 100%;
	border: 1px solid #D8C0A8;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 17px;
}

.shinbi_TB th{
	width: 100px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D8C0A8;
	background-color: #FAF3E6;
	padding: 10px 0;
}

.shinbi_TB td{
	border: 1px solid #D8C0A8;
	padding: 10px 10px;
	vertical-align: middle;
}

.shinbi_TB th.shinbi_Item{
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #FAF3E6;
}

.shinbi_TB td.shinbi_center{
	text-align: center;
}

/*----- 審美 コアTB -----*/
.coaTB_480dis{display: none;}

.coaTB_wrap {
	width: 100%;
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 20px 0;
}

.coaTB {
	width: 100%;
	border: 1px solid #D8C0A8;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.coaTB th {
	width: 80px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D8C0A8;
	background-color: #FAF3E6;
	padding: 10px 0;
}

.coaTB th.coa_Item{
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #FAF3E6;
}

.coaTB td {
	border: 1px solid #D8C0A8;
	padding: 10px 10px;
	vertical-align: middle;
	text-align: center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.impDet{
	flex-direction: column-reverse;
}

.imp_ph{width: 100%;}
.imp_tx{width: 100%;margin-bottom: 40px;}

/*-- allon4 --*/
#allon4{
	flex-direction: column-reverse;
	padding: 30px 50px;
}

#allon4_ph{width: 100%;}
#allon4_tx{width: 100%;margin-bottom: 30px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.imp_tx h4.impTit_mg{
	font-size: 20px;
	margin: 20px 0 10px;
}

.imp_tx h4.impTit_mg0{
	font-size: 20px;
	margin: 0px 0 10px;
}

.imp_tx h5.imp_caption{
	font-size: 18px;
	margin: 0px 0 10px;
}

.imp_tx h5.imp_caption_mg{
	font-size: 18px;
	margin: 25px 0 10px;
}

/*----- 審美 ------*/
.guradiaTx{
	width: 70%;
	font-size: 20px;
}

.shinbi_tx{margin-bottom: 20px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){

/*----- 審美 素材TB -----*/
.shinbi_TB_767dis{
	display: block;
	margin-top: 15px;
}

.shinbi_TB th{
	width: 160px;
	text-align: center;
	padding: 10px 0;
}

.shinbi_TB th.shinbi_Item{
	width: 120px;
	text-align: center;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.imp_tx{margin-bottom: 30px;}

.imp_tx h4.impTit_mg{
	font-size: 18px;
	margin: 20px 0 10px;
}

.imp_tx h4.impTit_mg0{
	font-size: 18px;
	margin: 0px 0 10px;
}

.imp_tx h5.imp_caption{
	font-size: 17px;
	margin: 0px 0 10px;
}

.imp_tx h5.imp_caption_mg{
	font-size: 17px;
	margin: 25px 0 10px;
}

.imp_priTit{
	font-size: 30px;
	color: #B20C1F;
	font-weight: bold;
}

.imp_priTit span{
	font-size: 20px;
}

.imp_redTit{
	font-size: 18px;
	margin-bottom: 15px;
}

.imp_greenTit{
	font-size: 18px;
	margin: 20px 0 5px;
}

#allon4{
	flex-direction: column-reverse;
	padding: 20px 20px;
}

#allon4 h4{
	font-size: 20px;
}

/*----- 審美 ------*/
.guradia_img{
	width: 35%;
	margin-right: 10px;
}

.guradiaTx{
	width: 60%;
	font-size: 18px;
}

.shibi_TB_480dis{
	display: block;
	margin: 20px 0 15px;
}

/*----- 審美 コアTB -----*/
.coaTB_480dis{
	display: block;
	margin: 20px 0 0;
}

.coaTB th {
	width: 100px;
}

.coaTB th.coa_Item{
	width: 140px;
}
}


/*-------------------------------------------------------------------
　院長挨拶
-------------------------------------------------------------------*/
.doctor{
	width: 100%;
	margin-top: 70px;
}

.doctor_bg{
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.doctor_bg::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 40%;
	height: 80%;
	background: #F1E9D9;
	display: block;
	z-index: 1;
}

.doctor_In{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: reverse;
	position: relative;
	z-index: 100;
}

.doctor_Ph{width: 50%;}
.doctor_Det{width: 40%;}

.katagaki{line-height: 1.4;}

.doctor_name{
	font-size: 40px;
	color: #CB7554;
}

.doctor_name span{
	font-size: 20px;
	margin-left: 20px;
}

.doctorTit{
	font-size: 28px;
	color: #361604;
	font-weight: bold;
	margin-bottom: 20px;
}

ul.greeList{
	margin: 20px 0 0px 0;
}

ul.greeList li{
	font-weight: bold;
	list-style-type: disc;
	margin-left: 25px;
}

.career_wrap{
	width: 100%;
	background: #F4F4F6;
	margin: 70px 0;
	padding: 70px 0;
	box-sizing: border-box;
}

.careerIn{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.career_ph{width: 45%;}
.career_det{width: 50%;}

.career_det h3{
	font-size: 25px;
	color: #FFF;
	background: #B7A15B;
	text-align: center;
	margin-bottom: 20px;
}

dl.careerList{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

dl.careerList dt{width: 15%;}
dl.careerList dd{width: 85%;}

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

.staffBox_ph{width: 45%;}
.staffBox_det{width: 50%;}

.st_katagaki{line-height: 1.4;}
.st2_katagaki{line-height: 1.4;}

.st_name1{
	font-size: 30px;
	color: #CB7554;
	margin-bottom: 20px;
}

.st_name1 span{
	font-size: 16px;
	margin-left: 20px;
}

.st_career{
	margin-top: 20px;
}

.staffIn{
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.st_ph{width: 35%;}
.st_det{width: 60%;}

.st_name2{
	font-size: 25px;
	color: #CB7554;
	margin-bottom: 20px;
}

.st_name2 span{
	font-size: 15px;
	margin-left: 10px;
}

/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
.doctor_In{width:90%;}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.careerIn{width: 90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.doctor_bg::before{
	width: 100%;
	height: 30%;
}

.doctor_In{
	flex-direction: column;
}

.doctor_Ph{width: 90%;margin: 0 auto 20px;}
.doctor_Det{width: 100%;}

.katagaki{text-align: center;}

.doctor_name{
	font-size: 30px;
	text-align: center;
}

.doctor_name span{
	font-size: 17px;
	margin-left: 20px;
}

.careerIn{
	flex-direction: column;
}

.career_ph{width: 90%; margin: 0 auto 20px;}
.career_det{width: 90%; margin: 0 auto;}

.staffBox{flex-direction: column;}
.staffBox_ph{width: 90%; margin: 0 auto 20px;}
.staffBox_det{width: 100%;}

.st_name1{text-align: center;}
.st_katagaki{text-align: center;}

.staffIn{
	width: 100%;
	margin-bottom: 60px;
}

.staffIn:last-child{
	margin-bottom: 0px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.doctor_name{
	font-size: 25px;
	text-align: center;
}

.doctor_name span{
	font-size: 15px;
	margin-left: 20px;
}

.doctor_Ph{width: 100%;}

.doctorTit{
	font-size: 24px;
	margin-bottom: 20px;
}

.career_wrap{
	margin: 30px 0;
	padding: 70px 0;
}

.career_ph{width: 100%;}
.career_det{width: 100%;}

.career_det h3{
	font-size: 22px;
}

.staffBox_ph{width: 100%;}

.staffIn{
	width: 100%;
	flex-direction: column;
}

.st_ph{width: 100%; margin-bottom: 20px;}
.st_det{width: 100%;}

.st_name1{font-size: 25px;}
.st_name2{font-size: 22px;text-align: center;}
.st2_katagaki{line-height: 1.4;text-align: center;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.doctor{
	width: 100%;
	margin-top: 70px;
}

.doctor_bg{
	width: 100%;
	position: relative;
	padding: 50px 0 30px;
}

.doctor_Ph{width: 95%;margin: 0 auto 20px;}

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

dl.careerList dt{width: 20%;}
dl.careerList dd{width: 80%;}

.staffIn{
	width: 100%;
	flex-direction: column;
}

.st_name2{font-size: 20px;text-align: center;}
.st2_katagaki{text-align: center;}
}


/*-------------------------------------------------------------------
　注意点・想い
-------------------------------------------------------------------*/
.thought_fl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.thoughtBox{margin-bottom: 70px;}
.thoughtBox:last-child{margin-bottom: 0;}

.thought_ph{width: 40%;}
.thought_det{width: 55%;}

ol.thoughtList {
  margin: 0;
  padding: 0
}

ol.thoughtList li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.thought_mi{
	font-size: 23px;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 30px;
}

.thought_mi:first-child{
	margin-top: -10px;
}

.thoughtBox2{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 70px;
	flex-wrap: wrap;
}

.thoughtBox2:nth-child(odd){
	flex-direction: row-reverse;
}

.thoughtBox2:last-child{
	margin-bottom: 0;
}

.thought2_ph{width: 40%;}
.thought2_det{width: 55%;}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.thought_fl{flex-direction: column;}
.thoughtBox{margin-bottom: 30px;}

.thought_ph{width: 100%;margin-bottom: 20px;}
.thought_det{width: 100%;}
.thought_mi{font-size:20px;}

.thoughtBox2{
	flex-direction: column;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.thought2_ph{width: 100%;margin-bottom: 20px;}
.thought2_det{width: 100%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.thought_mi{
	font-size:18px;
	margin-top: 20px;
}

.thought_mi:first-child{
	margin-top: 0px;
}
}

/*-------------------------------------------------------------------
　オールオン4
-------------------------------------------------------------------*/
#tocBox{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #CB7554;
}

.tocTit {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #CB7554;
	margin-bottom: 25px;
}

.tocTit:before,
.tocTit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #CB7554;
}

.tocTit:before {margin-right: 1rem;}
.tocTit:after {margin-left: 1rem;}

#tocList_wrap{
	display: flex;
	justify-content: space-between;
}

.tocLsit{
	width: 47%;
}

.tocLsit ol{
	margin-left: 1em;
}

.tocLsit ol li{
	list-style: decimal;
}

#all4_reco{
	width: 100%;
	border: 1px solid #D8C0A8;
	box-sizing: border-box;
}

#all4_reco h3{
	background: #FAF3E6;
	text-align: center;
	font-size: 28px;
	color: #341404;
	padding: 10px 10px;
	font-weight: bold;
}

#all4_recoIn{
	width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.all4List{
	width: 47%;
}

.all4List ul{
	margin-left: 1em;
}

.all4List ul li{
	list-style-type: disc;
}

.under{background: linear-gradient(transparent 60%, #FFEFC2 60%);}

.all4Box{
	margin-bottom: 70px;
}

.all4Box:last-child{
	margin-bottom: 0;
}

.all4Det{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.all4_ph{width: 42%;}
.all4_tx{width: 55%;}

.all4_mi{
	width: 120px;
	font-size: 18px;
	background: #CB7252;
	padding: 2px 10px;
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
}

.all4_Ttl{
	font-size: 23px;
	color: #361604;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.all4_merit_tit{
	font-size: 23px;
	font-weight: bold;
	color: #775C00;
	padding: 2px 10px;
	margin: 0px 0 15px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #8C6C00;
	background: #F5F5ED;
	box-sizing: border-box;
	text-align: center;
}

.all4_meritBox{margin-bottom: 70px;}
.all4_meritBox:last-child{margin-bottom: 0;}

.all4_meritBox ul li{
	list-style-type: none;
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.all4_meritBox ul li:last-child{
	list-style-type: none;
	border-bottom: 0px dashed #DDDDDD;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.all4_meritBox ul li h5{
	font-size: 23px;
	color: #361604;
	margin-bottom: 10px;
	font-weight: bold;
}

.sic_all4box{
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.sic_all4box:last-of-type{
	border-bottom: 0px dashed #DDDDDD;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.sic_all4box h5{
	font-size: 23px;
	color: #361604;
	margin-bottom: 10px;
	font-weight: bold;
}

.coverBox{margin-top: 40px;}

.coverMi{
	font-size: 23px;
	color: #5E4600;
	margin-bottom: 20px;
	font-weight: bold;
}

.coverBox h5{
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	background-color: #FAF1E0;
	padding: 10px;
	text-align: center;
}

.coverPri{
	color: #CB7252;
	font-weight: bold;
	margin-top: 10px;
}

#all4_gree{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#all4_greePh{width: 40%;}
#all4_greeTx{width: 55%;}

.all4_flowBox{
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.all4_flowBox:last-of-type{
	border-bottom: 0px dashed #DDDDDD;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.all4_flowBox h5{
	font-size: 23px;
	color: #361604;
	margin-bottom: 10px;
	font-weight: bold;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#all4_recoIn{
	width: 90%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#tocBox{
	width: 65%;
	padding-bottom: 40px;
}

#tocList_wrap{
	flex-direction: column;
}

.tocLsit{
	width: 80%;
	margin: 0 auto;
}

.all4Det{flex-direction: column-reverse;}
.all4_ph{width: 100%;}
.all4_tx{width: 100%; margin-bottom: 40px;}

#all4_gree{flex-direction: column;}
#all4_greePh{width: 100%;margin-bottom: 40px;}
#all4_greeTx{width: 100%;}}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.tocTit {
	font-size: 24px;
	margin-bottom: 15px;
}

#tocBox{
	width: 90%;
	padding-bottom: 30px;
}

.tocLsit{
	width: 90%;
}

#all4_reco h3{
	font-size: 24px;
	line-height: 1.3;
}

#all4_recoIn{
	width: 90%;
	margin: 20px auto;
	flex-direction: column;
}

.all4List{
	width: 100%;
}

.all4_Ttl{font-size: 20px;}
.all4_merit_tit{font-size: 20px;}
.all4_meritBox ul li h5{font-size: 20px;}
.sic_all4box h5{font-size: 20px;}
.coverMi{font-size: 20px;}
.all4_flowBox h5{font-size: 18px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.tocLsit{margin: 0 auto 15px;}
.tocLsit:last-child{margin: 0 auto 0px;}

.tocTit {font-size: 18px;}

.tocLsit ol li,
.all4List ul li{
	line-height: 1.5;
	margin-bottom: 15px;
}

.tocLsit ol li:last-child,
.all4List ul li:last-child{
	margin-bottom: 0px;
}

#all4_reco h3{font-size: 18px;}

.all4_tx{margin-bottom: 30px;}
.all4_Ttl{font-size: 18px;}

.all4_mi{
	width: 120px;
	font-size: 16px;
	padding: 2px 10px;
}

.all4_meritBox{margin-bottom: 40px;}
.all4_merit_tit{font-size: 18px;}
.all4_meritBox ul li h5{font-size: 18px;}
.sic_all4box h5{font-size: 18px;}
.coverMi{font-size: 18px;}

.coverBox h5{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 20px;
}
}


/*-------------------------------------------------------------------
　ナイトレーズ
-------------------------------------------------------------------*/
/*-- comonn title -----*/
.band_tit{
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #002060;
	padding: 10px 5px;
	margin-bottom: 40px;
	line-height: 1.4;
	box-sizing: border-box;
}

.night_tit35{
	font-size: 35px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}

.night_tit30{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}

.night_line_Tit{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #002060;
	border-width: 3px 0;
	border-style: solid;
	border-color: #002060;
	padding: 5px;
	margin-bottom: 40px;
	line-height: 1.4;
}

.night_indent{
	padding-left: 1em;
	text-indent: -1em;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.band_tit{font-size: 32px;}
.night_tit35{font-size: 32px;}
.night_tit30{font-size: 23px;}

.night_line_Tit{
	font-size: 32px;
	margin-bottom: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.band_tit{font-size: 28px;}
.night_tit35{font-size: 28px;text-align: left;}
.night_tit30{font-size: 23px;text-align: left;}
.night_line_Tit{font-size: 28px;}
.night_indent{margin-bottom: 10px;}

}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.band_tit{
	font-size: 20px;
	margin-bottom: 20px;
}

.night_tit35{
	font-size: 20px;
	margin-bottom: 20px;
}

.night_tit30{
	font-size: 18px;
	margin-bottom: 20px;
}

.night_line_Tit{
	font-size: 20px;
	margin-bottom: 20px;
}
}

/*-----------------------------------
　btn & キャンペーン
-----------------------------------*/
.night_btn_box{
	width: 970px;
	margin: 80px auto 0;
}

.night_btn_box ul{
	display: flex;
	justify-content: space-between;
}

.night_btn_box ul li{
	width: 450px;
}

.night_btn_box ul li a{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	border:2px solid #002060;
	border-radius: 50px;
	padding: 10px 0;
}

.night_btn_box ul li a:hover{
	color: #FFF;
	background: #002060;
}

.campaign_tit{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #002060;
	margin-bottom: 40px;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.campaign_tit span{
	display: block;
	margin-bottom: 15px;
	color: #775600;
}

.campaign_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.campaign_Box{
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
}

.campaign_bg01{	background: #ECEFF4;}
.campaign_bg02{	background: #080322;}

.campaign_In01{
	width: 370px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	background: #FFF;
	border:3px solid #002060;
}

.campaign_In01 span{font-size: 20px;}

.campaign_In02{
	width: 370px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #080322;
	border:3px solid #FFF;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.night_btn_box{width: 90%;}
.night_btn_box ul li{width: 48%;}

.night_btn_box ul li a{
	width: 100%;
	margin: 0 auto;
}

.campaign_In01,
.campaign_In02{
	width: 100%;
	margin: 0 auto;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.campaign_Box{
	width: 50%;
	padding: 40px 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.night_btn_box ul li a{font-size: 20px;}

.campaign_tit{
	font-size: 24px;
	margin-bottom: 40px;
	text-align: left;
}

.campaign_tit span{text-align: center;}

.campaign_wrap{flex-direction: column;}

.campaign_Box{
	width: 100%;
	padding: 40px 30px;
}

.campaign_In01,
.campaign_In02{
	font-size: 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.night_btn_box{margin: 50px auto 0;}
.night_btn_box ul{flex-direction: column;}

.night_btn_box ul li{
	width: 100%;
	margin-bottom: 30px;
}

.night_btn_box ul li:last-child{margin-bottom: 0;}
.night_btn_box ul li a{padding: 15px 0;}

.campaign_tit{font-size: 20px;}
.campaign_Box{padding: 30px 30px;}

.campaign_In01,
.campaign_In02{
	font-size: 27px;
}
}

/*-----------------------------------
　ナイトレーズ・テーブル
-----------------------------------*/
.night_TB_wrap {
	width: 100%;
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.night_TB01{
	width: 100%;
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.night_TB01 th{
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #5B9BD5;
	padding: 10px 0;
}

.night_TB01 td{
	border: 1px solid #CCCCCC;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.night_TB01 td.item{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #EEEEEE;
}

.night_TB01 th.nd{background: #002060;}

.night_TB01 th.nd span{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: bold !important;
	margin-left: 2px;
}

.night_TB01 td.pink{color: #F868A6;}

.night_TB_480dis{display: none;}

.supplement{
	font-size: 15px;
	margin-top: 20px;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.supplement{
	font-size: 14px;
	margin-top: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.night_TB_480dis{
	display: block;
	margin-bottom: 15px;
}
}

/*-----------------------------------
　いびきに関するこんなお悩み
-----------------------------------*/
.snoreTit{
	font-size: 35px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
	line-height: 1.4;
}

.snoreTit span{font-size: 45px;}
.snoreTit span.pinkTit{color: #F868A6;}

.snoreBox{
	width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border:0px solid #EEE;
	box-sizing: border-box;
}

.snoreBox:last-child{
	flex-direction: row-reverse;
	margin-bottom: 0;
}

.snore_Ph{width: 320px;}
.r_img{margin-right: 50px;}
.l_img{margin-left: 50px;}

.snoreBox ul li{
	display: flex;
	align-items: center;
	font-size: 25px;
}

.material-symbols-outlined{
	margin-right: 10px;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.snoreBox{width: 100%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.snoreTit{font-size: 32px;}
.snoreTit span{font-size: 42px;}

.snoreBox{
	width: 100%;
	margin: 0 auto 30px;
}

.snore_Ph{width: 250px;}
.r_img{margin-right: 30px;}
.l_img{margin-left: 30px;}

.snoreBox ul li{font-size: 20px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.snoreTit{font-size: 28px;}
.snoreTit span{font-size: 38px;}

.snoreBox{
	width: 100%;
	flex-direction: column;
	margin-bottom: 50px;
}

.snoreBox:last-child{
	flex-direction: column;
}

.snore_Ph{
	width: 300px;
	margin-bottom: 20px;
}

.r_img{margin-right: 0;}
.l_img{margin-left: 0;}

.snoreBox ul li{
	width: 340px;
	font-size: 18px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.snoreTit{font-size: 20px;}
.snoreTit span{
	font-size: 30px;
	margin-bottom: 20px;
}

.snore_Ph{
	width: 70%;
	margin-bottom: 20px;
}

.snoreBox ul{
	width: 100%;
	box-sizing: border-box;
}

.snoreBox ul li{
	width: 100%;
	line-height: 1.5;
	margin-bottom: 5px;
	box-sizing: border-box;
}
}

/*-----------------------------------
　いびきは家族やパートナーの〜
-----------------------------------*/
.snore_main02{
	width: 100%;
	background: #EAF6FC;
	margin: 100px 0 0;
	padding-bottom: 100px;
}

.snore_main02_Visual{
	width: 100%;
	background: url("../images/nightrays/snore_main02_bg.jpg") no-repeat center center / cover;
	font-size: 28px;
	line-height: 1.4;
	color: #FFF;
	padding: 50px 0;
	text-align: center;
}

.snore_main02_Visual h3{
	font-size: 40px;
	margin-top: 20px;
}

.snore_main02_Visual h3 span {background: linear-gradient(transparent 90%, #FFF130 90%);}

.damage_wrap{
	width:1200px;
	margin:100px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.damage_Box{
	width: 31%;
	text-align: center;
	box-sizing: border-box;
}

.damage_Box:not(:nth-child(3n+3)) {margin-right: 3.5%;}
.damage_Box:nth-child(n+4) {margin-top: 3.5%;}

.damage_ph{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.damage_caption{
	width: 65%;
	position: absolute;
	left:17.5%;
	bottom: 0;
	background: rgba(0, 32, 96, .8);
	padding: 5px;
	box-sizing:border-box;
	text-align:center;
	color: #FFF;
}

.damage_Box h3{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;	
	padding-bottom: 10px;
	border-bottom: 3px solid #E5340B;
	background-color: #FFF;
	margin: 15px 0 25px;
}

.damageTit{
	font-size: 35px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
	line-height: 1.4;
}

.damageTit span.fbig{font-size: 45px;}
.underline{background: linear-gradient(transparent 90%, #FFF130 90%);}

.damage_mi{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #002060;
}

.damage_lineTit{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #002060;
	border-width: 3px 0;
	border-style: solid;
	border-color: #002060;
	padding: 5px;
	margin-bottom: 40px;
	line-height: 1.4;
}

ul.apnea{
	display: flex;
	flex-wrap: wrap;
}

ul.apnea li{
	width: 23.5%;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	background: #002060;
	border-radius: 10px;
	padding: 7px 0;
}

ul.apnea li:not(:nth-child(4n+4)) {margin-right: 2%;}
ul.apnea li:nth-child(n+5) {margin-top: 2%;}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.damage_wrap{width:90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.damage_wrap{
	width:90%;
	justify-content: space-between;
}

.damage_Box{
	width: 48%;
	text-align: center;
	box-sizing: border-box;
}

.damage_Box:not(:nth-child(3n+3)) {margin-right: 0%;}
.damage_Box:nth-child(n+4) {margin-top: 0%;}
.damage_Box:nth-child(n+3) {margin-top: 40px;}

.damageTit{font-size: 32px;}
.damageTit span.fbig{font-size: 42px;}
.damage_mi{font-size: 23px;}

.damage_lineTit{
	font-size: 32px;
	margin-bottom: 30px;
}

ul.apnea li{font-size: 23px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.snore_main02_Visual{
	font-size: 24px;
	padding: 50px 0;
}

.snore_main02_Visual h3{
	font-size: 30px;
	margin-top: 20px;
}

.damage_caption{
	width: 80%;
	left:10%;
	padding: 5px;
}

.damageTit{font-size: 28px;}
.damageTit span.fbig{font-size: 38px;}
.damage_mi{text-align: center;}
.damage_lineTit{font-size: 28px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.snore_main02{
	margin: 60px 0 0;
	padding-bottom: 60px;
}

.snore_main02_Visual{
	font-size: 20px;
	padding: 50px 0;
}

.snore_main02_Visual h3{
	font-size: 25px;
	margin-top: 20px;
}

.damage_wrap{
	margin:60px auto 0;
	flex-direction: column;
}

.damage_Box{width: 100%;}
.damage_Box:nth-child(n+3) {margin-top: 0;}
.damage_Box:nth-child(n+2) {margin-top: 40px;}

.damageTit{font-size: 20px;margin-bottom: 20px;}
.damageTit span.fbig{font-size: 30px;}
.damage_mi{font-size: 20px;}

.damage_lineTit{
	font-size: 20px;
	margin-bottom: 20px;
}

ul.apnea li{
	width: 31%;
	font-size: 18px;
	padding: 7px 0;
}

ul.apnea li:not(:nth-child(4n+4)) {margin-right: 0%;}
ul.apnea li:nth-child(n+5) {margin-top: 0%;}
ul.apnea li:not(:nth-child(3n+3)) {margin-right: 3.5%;}
ul.apnea li:nth-child(n+4) {margin-top: 3.5%;}
}

/*-----------------------------------
　いびきのお悩みをお持ちのあなたに
-----------------------------------*/
.snore_main03_Visual{
	width: 100%;
	background: url("../images/nightrays/snore_main03_bg.jpg") no-repeat center center / cover;
	line-height: 1.4;
	color: #FFF;
	padding: 70px 0;
	text-align: center;
}

.snore_main03_Visual h3{font-size: 40px;}

.snore_main03_Visual p.arrow{
	width: 450px;
	margin: 0 auto;
}

#method{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.method_Box{width: 46%;}

.method_Box h3{
	font-size: 25px;
	color: #FFF;
	background: #002060;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 40px;
}

.nd_treatment_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.treatment_ph{
	width: 270px;
	margin-right: 20px;
}

.treatment_tit{
	font-size: 23px;
	text-align: center;
	font-weight: bold;
}

.treatment_tit h3{
	font-size: 28px;
	text-align: center;
	border:0px solid #000;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.treatment_tit h3 span{
	display: block;
	font-size: 40px;
	color: #002060;
}

.treatment_det_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.treatment_det_box{
	width: 31%;
	background: #E6E8F4;
	border: 1px solid #1D2B56;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px 20px;
}

.treatment_det_box:not(:nth-child(3n+3)) {margin-right: 3.5%;}
.treatment_det_box:nth-child(n+4) {margin-top: 3.5%;}

.treatment_det_box h3{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #002060;
	margin-bottom: 10px;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.treatment_txC{text-align: center;}

#night_about{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#night_aboutPh{width: 320px;}
#night_aboutTx{width: 800px;}

#new_laser_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.new_laser_photo{
	width: 100%;
	margin: 10px auto 0;
}

.new_laser_Box{width: 46%;}

.new_laser_Box h3{
	font-size: 25px;
	color: #FFF;
	background: #002060;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 20px;
}

.new_laser_Box h4{
	font-size: 20px;
	color: #002060;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
}

.new_laserTx{margin: 15px 0 0 0;}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#night_aboutPh{width: 30%;}
#night_aboutTx{width: 65%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.nd_treatment_wrap{flex-direction: column;}

.treatment_ph{
	width: 300px;
	margin: 0 0 20px 0;
}

.treatment_tit{font-size: 20px;}
.treatment_tit h3{font-size: 23px;}
.treatment_tit h3 span{font-size: 40px;}

.treatment_det_wrap{
	justify-content: space-between;
}

.treatment_det_box{
	width: 48%;
	padding: 30px 20px;
}

.treatment_det_box:not(:nth-child(3n+3)) {margin-right: 0%;}
.treatment_det_box:nth-child(n+4) {margin-top: 0%;}
.treatment_det_box:nth-child(n+3) {margin-top: 40px;}

#night_aboutPh{width: 40%;}
#night_aboutTx{width: 55%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.snore_main03_Visual h3{font-size: 30px;}
.snore_main03_Visual p.arrow{width: 350px;}

#method{
	flex-direction: column;
	margin-top: 50px;
}

.method_Box{
	width: 100%;
	margin-bottom: 50px;
}

.method_Box:last-child{margin-bottom: 0;}

.method_Box h3{
	font-size: 23px;
	margin-bottom: 40px;
}

.treatment_tit{font-size: 18px;}
.treatment_tit h3{font-size: 20px;}
.treatment_tit h3 span{font-size: 30px;}
.treatment_det_wrap{flex-direction: column;}

.treatment_det_box{
	width: 100%;
	padding: 30px 20px;
}

.treatment_det_box h3{
	font-size: 23px;
	margin-bottom: 10px;
}

.treatment_txC{text-align: center;}

.treatment_det_box:not(:nth-child(3n+3)) {margin-right: 0%;}
.treatment_det_box:nth-child(n+4) {margin-top: 0%;}
.treatment_det_box:nth-child(n+3) {margin-top: 0;}
.treatment_det_box:nth-child(n+2) {margin-top: 40px;}

#night_about{flex-direction: column;}
#night_aboutPh{width: 100%; margin-bottom: 30px;}
#night_aboutTx{width: 100%;}

#new_laser_wrap{
	flex-direction: column;
	margin-top: 50px;
}

.new_laser_Box{
	width: 100%;
	margin-bottom: 50px;
}

.new_laser_Box:last-child{margin-bottom: 0;}

.new_laser_Box h3{
	font-size: 23px;
	margin-bottom: 40px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.snore_main03_Visual{padding: 40px 0 30px;}
.snore_main03_Visual h3{font-size: 25px;}
.snore_main03_Visual p.arrow{width: 300px;}

.method_Box{
	width: 100%;
	margin-bottom: 50px;
}

.method_Box h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.nd_treatment_wrap{margin-bottom: 20px;}

.treatment_ph{width: 250px;}
.treatment_tit{font-size: 16px;}
.treatment_tit h3{font-size: 18px;}

.treatment_tit h3 span{
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.treatment_det_box h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.treatment_det_box:nth-child(n+2) {margin-top: 30px;}

.new_laser_Box{
	width: 100%;
	margin-bottom: 50px;
}

.new_laser_Box h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.new_laser_Box h4{
	font-size: 18px;
	margin-bottom: 30px;
}
}

/*-----------------------------------
　最新ナイトレーズNd 6つの特徴
-----------------------------------*/
#night_features{
	width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto 30px;
}

#night_features_ph{width: 400px;}
#night_features_ph img{transform: rotate(12deg);}
#night_features_Tx{width: 300px;}
ul#night_features_list{margin-left: 20px;}

ul#night_features_list li{
	font-size: 28px;
	font-weight: bold;
	list-style-type: disc;
	line-height: 1.6;
}

.plus_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 30px;
	background: #002060;
	border-radius: 50%;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

#night_features_phBox{
	width: 1000px;
	margin: 0 auto 20px;
}

#night_comparison{
	width: 1000px;
	margin: 0 auto 50px;
}

/* ---- 1200px ------------- */
@media only screen and (max-width:1200px){
#night_comparison{width: 100%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#night_features{width: 100%;}
ul#night_features_list li{font-size: 23px;}
#night_features_ph{width: 350px;}
#night_features_phBox{width: 100%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#night_features{flex-direction: column;}

#night_features_ph{
	width: 300px;
	margin-bottom: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#night_features_ph{
	width: 250px;
	margin: 20px 0;
}

ul#night_features_list li{font-size: 20px;}

#night_comparison{
	margin: 0 auto 30px;
}
}

/*-----------------------------------
　いびき治療の流れ
-----------------------------------*/
#snore_flow_wrap{
	width: 100%;
	background: #EEF0F1;
	margin:80px auto 0;
	padding: 80px 0;
}

#snore_flowIn{
	width: 1200px;
	margin: 0 auto;
}

ul#snore_flow_list{
	display: flex;
	flex-direction: column;
}

ul#snore_flow_list li{
	display: flex;
	width: 450px;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 15px;
}

.flow_step{
	font-size: 25px;
	color: #FFF;
	text-align: center;
	background: #F868A6;
	padding: 0 20px;
	margin: 0 20px 0 0;
	border-radius: 10px;
}

#counseling_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}

#counseling_btn a{
	font-size: 28px;
	font-weight: bold;
	color: #002060;
	text-align: center;
	border:2px solid #002060;
	border-radius: 50px;
	padding: 10px 30px;
}

#counseling_btn a:hover{
	color: #FFF;
	background: #002060;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#snore_flowIn{width:90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
ul#snore_flow_list li{font-size: 23px;}
.flow_step{font-size: 23px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#counseling_btn a{font-size: 20px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#snore_flow_wrap{
	margin:50px auto 0;
	padding: 50px 0;
}

ul#snore_flow_list li{
	display: flex;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 15px;
}

.flow_step{
	font-size: 18px;
	margin: 0 20px 0 0;
}

#counseling_btn{
	margin: 20px auto 0;
}

#counseling_btn a{
	width: 60%;
	padding: 10px 30px;
	line-height: 1.4;
}
}

/*-----------------------------------
　ナイトレーズ よくある質問
-----------------------------------*/
.night_qa-list{margin-top: 20px;}

.night_qa-list dl {
    position: relative;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #707070;
}

.night_qa-list dl:first-child {
  margin-top: 0;
}

.night_qa-list dl::after {
    position: absolute;
    top: 22px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.night_qa-list .open::after {
    transform: rotate(-45deg);
}

.night_qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 12px 20px 12px 60px;
    font-weight: bold;
    background: #FFF;
}

.night_qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #351504;
}

.night_qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
		top:15px;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #351504;
}

.night_qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 12px 20px 20px 60px;
}

.night_qa-list dl dd p {margin: 30px 0 0;}
.night_qa-list dl dd p:first-child{margin-top: 0;}

ul.night_qa_indent{
	margin-left: 20px;
}

ul.night_qa_indent li{
	list-style-type: disc;
	margin-bottom: 10px;
}

/* ---- sp 767 -------------------------- */
@media only screen and (max-width:767px){
.night_qa-list dl dt {
	padding: 12px 50px 12px 50px;
	line-height: 1.5;
}

.night_qa-list dl dt::before,
.night_qa-list dl dd::before{
    font-size: 20px;
    top: 15px;
    left: 15px;
}
}

/*-----------------------------------
　お客様よりご質問いただく最新レーザー
-----------------------------------*/
.laser_TB_wrap {
	width: 100%;
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.laser_TB{
	width: 100%;
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.laser_TB th{
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #5B9BD5;
	padding: 10px 0;
}

.laser_TB td{
	border: 1px solid #CCCCCC;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.laser_TB td.laserItem{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #EEEEEE;
}

.laser_TB_480dis{display: none;}

.laser_supplement{
	font-size: 15px;
	margin-top: 20px;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.laser_supplement{
	font-size: 14px;
	margin-top: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.laser_TB_480dis{
	display: block;
	margin-bottom: 15px;
}
}

/*-----------------------------------
　ナイトレーズ・料金表
-----------------------------------*/
.night_price_tit{
	font-size: 25px;
	font-weight: bold;
	color: #002060;
}

.night_price_TB_wrap {
	width: 100%;
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.night_price_TB{
	width: 100%;
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.night_price_TB th{
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #5B9BD5;
	padding: 10px 0;
}

.night_price_TB td{
	border: 1px solid #CCCCCC;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.night_price_TB td.night_pri_Item{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #EEEEEE;
}

.night_priceBox{
	display: flex;
	align-items: center;
	margin: 30px 0 10px;
}

.night_priceTx{
	margin-left: 20px;
	font-size: 25px;
	font-weight: bold;
}

.night_priceTx_right{
	text-align: right;
	margin-top: 5px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.night_price_tit,
.night_priceTx{
	font-size: 23px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.night_price_tit{
	font-size: 20px;
	margin-bottom: 5px;
}

.night_price_TB th{
	width: 100px;
}

.night_priceBox{
	flex-direction: column;
	align-items: flex-start;
	margin-top: 20px;
}

.night_priceTx{
	margin: -10px 0 0 0;
	font-size: 20px;
}

.night_priceTx_right{
	font-size: 15px;
	text-align: right;
	margin-top: 15px;
}
}



