@charset "UTF-8";

/* メインイメージ 
---------------------------------------------------------*/
.contentpage .m_img_inbox {
    background-image: url("../images/sleep/m_img@2x.jpg");}



/* box1
---------------------------------------------------------*/
.box1 .note_box{
	font-size: 105%;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	font-weight: bold;
	border: 1px solid #8d564f;
	padding: 1.5em 4%;
}
.box1 .note_box p{
	padding-left: 3.4em;
	max-width: 1060px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.box1 .note_box p::before{
	position: absolute;
	content: "";
	background: url(../images/sleep/icon_note.svg) no-repeat left center;
	background-size: 100% 100%;
	width: 1.667em;
	height: 1.667em;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .note_box{
	letter-spacing: 0.1em;
	padding:5%;
}
.box1 .note_box p{
	padding-left: 0;
	padding-top: 2.4em;
	max-width: 100%;
}
.box1 .note_box p::before{
	background-position: center top;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(0);
}
.box1 .med_check_box .med_check_title dd span{
	display: block;
}
.box1 .med_check_box .med_check_title dd span::before{
	display: block;
	left: calc(50% + 1em);
}
}


/* box3
---------------------------------------------------------*/
.box3 .med_flt_colorbox {
    background: #bf998a;
}
.box3 .comparison{
	background-color: #e6f0f5;
	padding: 65px 4% 110px;
}
.box3 .comparison .inbox{
	max-width: 1010px;
	margin: 0 auto;
}
.box3 .comparison .inbox .tit{
	font-size: min(100%,2vw);
	letter-spacing: 0.18em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 3em;
}
.box3 .comparison .inbox .tit p{
	margin-bottom: 1em;
}
.box3 .comparison .inbox .tit h4{
	font-size: 235%;
	letter-spacing: 0.15em;
	line-height: 1em;
	position: relative;
}
.box3 .comparison .inbox .tit h4::before{
	position: absolute;
	content: "";
	background: #3d2715;
	width: 1px;
	height: 1.1em;
	right: calc(50% + 5.2em);
	bottom: -0.25em;
	transform: rotate(-25deg);
}
.box3 .comparison .inbox .tit h4::after{
	position: absolute;
	content: "";
	background: #3d2715;
	width: 1px;
	height: 1.1em;
	left: calc(50% + 5.2em);
	bottom: -0.25em;
	transform: rotate(25deg);
}
.box3 .comparison .inbox .tit h4 span{
	letter-spacing: -0.35em;
}
.box3 .comparison .inbox .rel{
	position: relative;
	font-size: min(100%,1.7vw);
}
.box3 .comparison .inbox .list{
	display: flex;
	justify-content: space-between;
}
.box3 .comparison .inbox .list > li{
	max-width: 485px;
	width: 48.5%;
	border: 3px solid #fff;
	padding: 2.65em 7%;
	box-sizing: border-box;
}
.box3 .comparison .inbox .list > li dl{
	max-width: 300px;
	margin: 0 auto;
}
.box3 .comparison .inbox .list > li dl dt{
	text-align: center;
}
.box3 .comparison .inbox .list > li dl dt h5{
	font-size: 176.5%;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 0.3em;
}
.box3 .comparison .inbox .list > li:first-child dl dt h5{
	color: #2e83c2;
}
.box3 .comparison .inbox .list > li:last-child dl dt h5{
	color: #73655e;
}
.box3 .comparison .inbox .list > li dl dt p{
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.18em;
	line-height: 1em;
	padding: 0.8em 1em;
	border-radius: 1.3em;
	margin-bottom: 0.6em;
}
.box3 .comparison .inbox .list > li dl dt .img{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.box3 .comparison .inbox .list > li:first-child dl dt p{
	background-color: #2e83c2;
}
.box3 .comparison .inbox .list > li:last-child dl dt p{
	background-color: #73655e;
}
.box3 .comparison .inbox .list > li dl dd{
	font-weight: bold;
	letter-spacing: 0.18em;
	line-height: 1.8em;
}
.box3 .comparison .inbox .list > li dl dd li{
	padding: 1.95em 0;
	border-bottom: 2px solid #fff;
}
.box3 .comparison .inbox .list > li dl dd li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.box3 .comparison .inbox .list > li dl dd li .sp_abs{
	display: none;
}
.box3 .comparison .inbox .abs{
	font-size: 124%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0.8em;
	width: 5.62em;
}
.box3 .comparison .inbox .abs li{
	width: 5.5838em;
	height: 5.5838em;
	background-color: rgba(113,168,196,0.8);
	border-radius: 5.5838em;
	margin-top: 0.65em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box3 .comparison .inbox .abs li:first-child{
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .comparison{
	padding: 6.5% 4% 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .comparison{
	padding: 10% 5% 10%;
}
.box3 .comparison .inbox{
	max-width: 100%;
}
.box3 .comparison .inbox .tit{
	font-size: 85%;
	letter-spacing: 0.1em;
	margin-bottom: 9%;
}
.box3 .comparison .inbox .tit h4{
	font-size: 230%;
	letter-spacing: 0.1em;
}
.box3 .comparison .inbox .tit h4::before{
	right: calc(50% + 4.85em);
}
.box3 .comparison .inbox .tit h4::after{
	left: calc(50% + 4.85em);
}
.box3 .comparison .inbox .rel{
	position: relative;
	font-size:85%;
}
.box3 .comparison .inbox .list{
	display: block;
}
.box3 .comparison .inbox .list > li{
	max-width: 100%;
	width: 100%;
	padding: 2em 5% 1.3em;
}
.box3 .comparison .inbox .list > li:first-child{
	margin-bottom: 5%;
}
.box3 .comparison .inbox .list > li dl{
	max-width: 100%;
}
.box3 .comparison .inbox .list > li dl dt{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.box3 .comparison .inbox .list > li dl dt .img{
	margin-bottom: 1em;
}
.box3 .comparison .inbox .list > li dl dd{
	letter-spacing: normal;
}
.box3 .comparison .inbox .list > li dl dd li{
	padding-left: 6.7em;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	border-bottom: none;
	position: relative;
}
.box3 .comparison .inbox .list > li dl dd li:last-child{
	padding-bottom: 1.95em;
}
.box3 .comparison .inbox .list > li dl dd li::before{
	position: absolute;
	content: "";
	background: #fff;
	width: calc(100% - 6.7em);
	height: 2px;
	right: 0;
	bottom: 0;
}
.box3 .comparison .inbox .list > li dl dd li:last-child::before{
	position: static;
	background: none;
	display: none;
}
.box3 .comparison .inbox .list > li dl dd li .sp_abs{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	width: 5.3em;
	height: 5.3em;
	background-color: rgba(113,168,196,0.8);
	border-radius: 5.3em;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	display: flex;
    justify-content: center;
    align-items: center;
	
}
.box3 .comparison .inbox .abs{
	display: none;
}
}