@charset "utf-8";
p.pagetit_sp{display: block; font-size: 1.4em; font-weight: bold; color: var(--green); background-color: #fff; border: 2px solid var(--green); border-radius: 10px; padding: 15px 15px 15px 170px; width: 100%; position: relative; margin-bottom: 40px;}
p.pagetit_sp span{display:inline-block;}
p.pagetit_sp{display: none;}
.titimage{position: absolute; width: 200px; height: auto; bottom: -60px; left:-30px;}

@media print {
p.pagetit_sp{padding: 15px 15px 15px 190px;}
.titimage{left:0; bottom: -60px;}
p.pagetit_sp{display: block;}
}

.id71{display:flex; justify-content:space-around; align-items:stretch; flex-wrap: wrap; font-size: 1rem;}
.id71 h4,.id71 ul li:nth-child(1){color: #fff; background-color: #1500e2; border-radius: 8px; padding: 0.5em 1em; text-align: center; width: 100%;}
.id71 ul{width: 32%; font-weight: bold;}
.id71 ul li:nth-child(1){display: none;}
.id71 ul li:nth-child(2),.id71 ul li:nth-child(3){background-color: #d9e5ed; border-radius: 8px; padding: 0.2em 1em; text-align: center; width: 100%; margin-top: 60px; position: relative;}
.id71 ul li:nth-child(2)::before,.id71 ul li:nth-child(3)::before{content: ""; margin: 0; position: absolute; left: calc(50% - 23px); top: -55px; width:46px; height:50px; background-image: url("../images/sleep/arrow.svg"); background-size: 46px 50px; background-repeat: no-repeat; background-position: top center; }
.id71 ul li:nth-child(2){color:#1500e2; min-height: 5em; display:flex; justify-content:center; align-items:center; flex-wrap: wrap;}
.id71 ul li:nth-child(3){color:#e61d4a; min-height: 6em; display:flex; justify-content:center; align-items:center; flex-wrap: wrap;}
.id71 ul li small{display: block; font-weight: normal; color: #000; width: 100%;}

#ac62 .leftimg,#ac64 .rightimg,#ac66 .rightimg{width: 220px;}
#ac63 .leftimg,#ac65 .leftimg{width: 260px;}
#ac63 .centerimg,#ac67 .centerimg,#ac68 .centerimg,#ac69 .centerimg{width: 540px;}
#ac70 .rightimg{width: 200px;}

/***********************************/
/* タブレット縦 **********************/
@media screen and (max-width:840px)  {
p.pagetit_sp{display: block;}
.id71 h4{display: none;}
.id71 ul li:nth-child(1){display: block;}
.id71 ul{width: 100%;}
.id71 ul.second_ul,.id71 ul.third_ul{margin-top: 30px;}
#ac63 .leftimg{width: 300px;}
#ac67 .centerimg,#ac68 .centerimg,#ac69 .centerimg{width: 400px;}
}

/***********************************/
/* スマホ縦 **********************/
@media screen and (max-width:440px) {
p.pagetit_sp{font-size: 1.4em; padding: 15px; text-align: center;}
.titimage{position: relative; width: 170px; display: block; margin: 0 auto; left:auto; bottom: auto;}	
	
#ac63 .centerimg,#ac67 .centerimg,#ac68 .centerimg,#ac69 .centerimg{width: 360px;}
}






