@charset "UTF-8";
/* メインイメージ */
.contentpage #header .bg {
	background-image: url(../images/mukokyu/m_img.jpg);
}





/* lead
------------------------------------------*/
.med_lead .lead{
	margin-bottom:85px;
}
.med_lead .lead_img{
	position:relative;
}
.med_lead .lead_img h4{
	font-size:165%;
	letter-spacing: 0.1em;
	max-width: 665px;
	position: relative;
	margin: 0 auto 40px auto;
}
.med_lead .lead_img h4::before,
.med_lead .lead_img h4::after{
	display:block;
	content: "";
	position: absolute;
	bottom:0;
	max-width: 14px;
	height: 29px;
	width: 5%;
}
.med_lead .lead_img h4::before{
	left:0;
	background:url(../images/mukokyu/lead_fkds_l@2x.png) no-repeat left bottom;
	background-size:100% auto;
}
.med_lead .lead_img h4::after{
	right:0;
	background:url(../images/mukokyu/lead_fkds_r@2x.png) no-repeat right bottom;
	background-size:100% auto;
}
.med_lead .lead_img .icon_list {
	max-width:820px;
	width: 68%;
	margin: 0 auto;
}
.med_lead .lead_img .icon_list li{
	float:left;
	width: 23%;
	margin-right: 2.666%;
}
.med_lead .lead_img .icon_list li:last-child{
	margin-right: 0;
}
.med_lead .lead_img .img_list li{
	position:absolute;
	bottom:0;
	width:16%;
	max-width: 175px;
}
.med_lead .lead_img .img_list li:nth-child(1){
	left: 0;}
.med_lead .lead_img .img_list li:nth-child(2){
	right: 0;}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_lead .lead{
	margin-bottom:50px;
}
.med_lead .lead_img h4{
	font-size:135%;
	max-width: 450px;
	margin: 0 auto 20px auto;
}
.med_lead .lead_img .img_list li{
	width:15%;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_lead .lead{
	margin-bottom:8%;
}
.med_lead .lead_img{
	position:relative;
}
.med_lead .lead_img h4{
	font-size:4.5vw;
	max-width: 100%;
	margin: 0 auto 4% auto;
}
.med_lead .lead_img h4::before,
.med_lead .lead_img h4::after{
	width:15%;
}
.med_lead .lead_img .icon_list {
	width: 45%;
}
.med_lead .lead_img .icon_list li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 6%;
}
.med_lead .lead_img .icon_list li:nth-child(even){
	margin-right: 0;
}
.med_lead .lead_img .img_list li{
	bottom:3%;
	width:22%;
}
}





/* 睡眠時無呼吸症（SAS）の治療方法 
------------------------------------------*/
.box01 .med_flt{
	margin-bottom:55px;
}
.box01 .chigai_box{
	margin-bottom:65px;}
.box01 .chigai_box li{
	/*float:left;
	width: 49%;*/
	max-width: 1100px;
	background: url(../images/mukokyu/chigai_bg@2x.png) no-repeat center center;
	background-size:cover;
	text-align: center;
}
/*.box01 .chigai_box li:nth-child(2){
	float:right;
}*/
.box01 .chigai_box li .inbox{
	padding:50px 3%;
	width: 94%;
	margin: 0 auto;
}
.box01 .chigai_box li h5{
	font-size:115%;
	color:#ffffff;
	padding: 16px 0;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	background: #009c8a;
}
/*.box01 .chigai_box li:nth-child(2) h5{
	background: #009c8a;
}*/
.box01 .chigai_box li dt{
	line-height:1.6em;
	margin: 30px 0;
}
.box01 .chigai_box li dd{
	font-weight:bold;
	letter-spacing: 0.07em;
	font-size:97%;
	padding: 10px 0;
	/*border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666666;*/
	border-top:1px solid #009c8a;
	border-bottom:1px solid #009c8a;
	color:#009c8a;
}
.box01 .chigai_box li div.inbox div{
	float: left;
	width: 40%;
	margin: 0 3% 0 0;
}
.box01 .chigai_box li div.inbox dl{
	float: right;
	width: 57%;
}
.box01 .med_checkbox{
	margin-bottom:60px;
}
.box01 .med_checkbox .check_list li:nth-child(1),
.box01 .med_checkbox .check_list li:nth-child(2){
	width:100%;
	max-width: 100%;
}
.box01 .med_box2{
	padding-top:75px;
	padding-bottom:75px;
}
.box01 .med_box2 .img_item{
	max-width:290px;
	width: 31%;
}
.box01 .med_box2 .txt{
	width:65%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .med_flt{
	margin-bottom:35px;
}
.box01 .chigai_box{
	margin-bottom:45px;}
.box01 .chigai_box li .inbox{
	padding:20px 5%;
	width: 90%;
}
.box01 .chigai_box li .img_box{
	max-width:370px;
	width: 80%;
	margin: 0 auto;
}	
.box01 .chigai_box li h5{
	padding: 10px 0;
}
.box01 .chigai_box li dt{
	margin: 20px 0;
}
.box01 .chigai_box li dd{
	padding: 7px 0;
}
.box01 .med_checkbox{
	margin-bottom:30px;
}
.box01 .med_box2{
	padding-top:30px;
	padding-bottom:30px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box01 .med_flt{
	margin-bottom:7%;
}
.box01 .chigai_box{
	margin-bottom:8%;}
.box01 .chigai_box li{
	float:none;
	width: 100%;
	max-width: 100%;
}
.box01 .chigai_box li:nth-child(2){
	float:none;
	margin-top: 6%;
}
.box01 .chigai_box li .inbox{
	padding:5%;
	width: 90%;
	max-width: 100%;
}
.box01 .chigai_box li .img_box{
	max-width:370px;
	width: 80%;
	margin: 0 auto;
}
	
.box01 .chigai_box li h5{
	font-size:110%;
	padding: 4% 0;
}
.box01 .chigai_box li dt{
	margin: 5% 0;
}
.box01 .chigai_box li dd{
	padding: 3% 0;
}
.box01 .med_checkbox{
	margin-bottom:8%;
}
.box01 .med_box2{
	padding-top:4%;
	padding-bottom:4%;
}
.box01 .med_box2 .img_item{
	width: 55%;
}
.box01 .med_box2 .txt{
	width:100%;
}
.box01 .chigai_box li div.inbox div{
	float: none;
	width: 60%;
	margin: 0 auto 3% auto;
}
.box01 .chigai_box li div.inbox dl{
	float: none;
	width: 100%;
}
}





/* CAT AIR
------------------------------------------*/
#sicatair{
	margin-bottom:100px;
	background: #009c8a;
	color:#ffffff;
}
#sicatair .bdrbox{
	position: relative;
}
#sicatair .bdrbox::before,
#sicatair .bdrbox::after{
	display:block;
	content: "";
	position: absolute;
	right: 16px;
	bottom:16px;
	background: #ffffff;
	z-index:3;
}
#sicatair .bdrbox::before{
	width:1px;
	height:94%;
}
#sicatair .bdrbox::after{
	width: 97%;
	height: 1px;
}
#sicatair .col_r{
	position:absolute;
	right: 0;
	top: 0;
	width: 45%;
	max-width: 540px;
	z-index: 1;
}
#sicatair .col_l{
	max-width:630px;
	width:53%;
	margin: 0 auto 0 0;
	padding: 65px 0 50px 95px;
	position: relative;
	z-index: 2;
}
#sicatair .col_l .txt_box h6{
	font-size:115%;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
#sicatair .col_l .txt_box{
	margin-bottom:35px;
}
#sicatair .col_l .flow_box dt{
	background:url(../images/mukokyu/mouthpiece_icon@2x.png) no-repeat left center;
	background-size:14px 14px;
	padding-left: 25px;
	color:#ffffc2;
	font-size:90%;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
/*PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#sicatair .col_l{
	padding: 65px 0 50px 50px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#sicatair{
	margin-bottom:80px;
}
#sicatair .bdrbox::before,
#sicatair .bdrbox::after{
	right: 10px;
	bottom:10px;
}
#sicatair .bdrbox::before{
	height:95%;
}
#sicatair .bdrbox::after{
	width: 97%;
}
#sicatair .col_l{
	padding: 30px 0 30px 30px;
	width:57%;
}
#sicatair .col_l .txt_box h6{
	font-size:108%;
	line-height: 1.7em;
}
#sicatair .col_l .txt_box{
	margin-bottom:15px;
}
#sicatair .col_l .flow_box dt{
	background-size:10px 10px;
	padding-left: 18px;
	margin-bottom: 7px;
}
#sicatair .col_l .flow_box 	dd{
	width:80%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#sicatair{
	margin-bottom:10%;
}
	#sicatair .bdrbox{
		padding-bottom:5%;
	}	
#sicatair .bdrbox::before,
#sicatair .bdrbox::after{
	right: 10px;
	bottom:10px;
}
#sicatair .bdrbox::before{
	height:97%;
}
#sicatair .bdrbox::after{
	width: 93%;
}
#sicatair .col_r{
	position:static;
	width: 100%;
	max-width: 640px;
	margin: 0 0 0 auto;
}
#sicatair .col_l{
	max-width:100%;
	width:90%;
	padding: 5% 2% 0 5%;
}
#sicatair .col_l .txt_box h6{
	font-size:110%;
	margin-bottom: 3%;
}
#sicatair .col_l .txt_box{
	margin-bottom:5%;
}
#sicatair .col_l .flow_box dt{
	background:url(../images/mukokyu/mouthpiece_icon@2x.png) no-repeat left center;
	background-size:14px 14px;
	padding-left: 25px;
	color:#ffffc2;
	font-size:90%;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
}



/*睡眠時無呼吸症（SAS）の治療の流れ
---------------------------------------------------------*/
.box02{
	margin-bottom: 75px;
}
.box02 .vertical_flow .com_btn2{
	max-width: 400px;
	margin: 1em auto 0;
	width: 90%;
}
.vertical_flow.icon6 dl {
    width: 100%;
    float: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box02{
	margin-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box02{
	margin-bottom: 8%;
}
.box02 .vertical_flow .com_btn2{
	margin: .5em auto 0;
	width: 95%;
}
}
