@charset "utf-8";

/* nav */
.sideNav.cause > li:nth-child(3) li:nth-child(5) a {
	background: #e2efff;
	background: -moz-linear-gradient(left, #e2efff 0%, #cfe4ff 100%);
	background: -webkit-linear-gradient(left, #e2efff 0%,#cfe4ff 100%);
	background: linear-gradient(to right, #e2efff 0%,#cfe4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2efff', endColorstr='#cfe4ff',GradientType=1 );
}

/* headingWrap */
.boxSkin02 .headingWrap {
	margin-bottom:42px;
}
.headingWrap {
	position: relative;
	padding-bottom: 22px;

}
.headingWrap:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 358px;
	height: 226px;
	background-image: url(../img/bg_head_sleep-pc.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.headingWrap .inner {
	position: relative;
	height: 226px;
	margin-bottom: 23px;
	padding: 33px 0 0 7px;
}
.headingWrap .inner + p {
	letter-spacing: -0.5px;
}
.linkWrap {
	margin-top: 10px;
}

/* content */
.boxSkin02 {
	padding-bottom: 45px;
}
.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 60px;
}
.ttlSkin05 ~ .ttlSkin05 {
	margin-top: 55px;
}
.ttlSkin04 + .ttlSkin05 {
	margin-top: 30px;
}
.boxSkin03 {
	margin-top: 22px;
	font-size: 1.3rem;
}
.boxSkin03 ~ .boxSkin03 {
	margin-top: 30px;
}

.boxBtn {
	margin-top: 40px;
	margin-bottom: 6px;
}
.boxBtn .btnSkin01 {
	padding: 19px 70px 15px;
}

/* related */


/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* headingWrap */
	.headingWrap:before {
		background-image: url(../img/bg_head_sleep-sp.png) no-repeat right top;
		background-size: auto 148px;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 142px 0 0 0;
		background-size: auto 140px;
		background-position: center 2px;
	}
	.boxSkin02 .headingWrap {
		margin-bottom: 21px;
		padding-bottom: 22px;
	}
	.headingWrap h2 {
		padding-top: 17px;
		padding-left: 9px;
		letter-spacing: 0;
	}
	.headingWrap .inner + p {
		padding-top: 15px;
		padding-right: 7px;
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* content */
	.secContentArea {
		padding: 15px 0;
	}
	.ttlSkin04 ~ .ttlSkin04 {
		margin-top: 33px;
	}
	.ttlSkin04 + .ttlSkin05 {
		margin-top: 20px;
	}
	.ttlSkin05 ~ .ttlSkin05 {
		margin-top: 22px;
	}
	.spIndent10 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.boxSkin03 {
		margin-top: 17px;
		padding-bottom: 17px;
	}
	.boxSkin03 ~ .boxSkin03 {
		margin-top: 22px;
	}
	.boxSkin03 p:not(.title) {
		font-size: 1.3rem;
	}
	.linkWrap {
		margin-top: 6px;
		padding-right: 10px;
		font-size: 1.3rem;
		text-align: right;
	}
	.boxSkin02 {
		padding-bottom: 23px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.boxBtn .btnSkin01 {
		padding: 12px 28px;
		line-height: 1.3;
	}

}
