@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(2) > a {
	background: #e2efff;
	background: linear-gradient(to right, #e2efff 0%, #cfe4ff 100%);
}

/* headingWrap */
.boxSkin02 .headingWrap {
	margin-bottom: 30px;
	padding-right: 0;
	padding-bottom: 0;
}

.headingWrap .inner {
	height: 225px;
	margin-bottom: 12px;
	padding: 76px 0 0 7px;
	border: none;
	box-shadow: none;
	background: url(../img/bg_head-pc.png) no-repeat right bottom;
}
/* anchor list */
.listAnchorLink {
	margin-bottom: 30px;
}

.listAnchorLink li {
	float: left;
	margin-bottom: 8px;
	font-size: 1.5rem;
}

.listAnchorLink li:nth-child(3n+1) {
	clear: left;
	width: 230px;
}

.listAnchorLink li:nth-child(3n+2) {
	width: 198px;
}

/* content */
.secContentArea {
	padding: 35px 0 60px;
}

.contentWrap .boxSkin02 {
	padding-bottom: 55px;
}

.selfCare + .selfCare {
	margin: 55px 0 0;
}

.selfCare + .ttlSkin04 {
	margin-top: 53px;
}

.contentWrap .ttlLead {
	margin-bottom: 36px;
}

/* selfCare01 */
.selfCare01 {
	position: relative;
}
.selfCare01 h4,
.selfCare01 .text {
	width: 375px;
}
.selfCare01 .image {
	position: absolute;
	top: 0;
	right: -30px;
	width: 222px;
}

/* selfCare02 */
.contentWrap .selfCare02 {
	margin-top: 22px;
}

/* selfCare05 */
.selfCare05 {
	position: relative;
}

.selfCare05 .selfCareInner {
	padding-top: 22px;
}

.selfCare05 h4,
.selfCare05 .text {
	width: 375px;
}

.selfCare05 .image {
	position: absolute;
	top: 0;
	right: -50px;
	width: 250px;
}

/* selfCare08 */
.selfCare08 .textarea {
	width: 320px;
}

.selfCare08 .image {
	width: 198px;
	margin-top: -17px;
}

.boxBtn {
	margin-top: 40px;
	margin-bottom: 7px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	.secContentArea {
		padding: 15px 0 40px;
	}

	.secContentArea:last-of-type {
		padding-bottom: 10px;
	}

	/* headingWrap */
	.selfCare + .selfCare {
		margin-top: 33px;
	}

	.headingWrap h2 {
		padding-bottom: 27px;
	}

	.headingWrap .inner {
		height: auto;
		padding: 170px 0 0 0;
		background: url(../img/bg_head-sp.png) no-repeat center top;
		background-size: auto 170px;
	}

	.boxSkin02 .headingWrap {
		margin-bottom: 15px;
		padding-right: 15px;
	}

	/* .contentWrap */
	.contentWrap .fl,.fr {
		float: none;
	}

	.contentWrap .ttlLead {
		margin-bottom: 0;
	}

	.contentWrap .boxSkin02 {
		padding-bottom: 25px;
	}

	.contentWrap .ttlSkin05 {
		margin-left: 10px;
		margin-top: 30px;
	}

	/* selfCare01 */
	.selfCare01 h4,
	.selfCare01 .text {
		width: 100%;
	}

	.selfCare01 .image {
		position: static;
		width: 100%;
		max-width: 250px;
		margin: 0 auto 15px;
	}

	/* selfCare02 */
	.contentWrap .selfCare02 {
		margin-top: 22px;
	}

	/* selfCare05 */
	.selfCare05 .selfCareInner {
		padding-top: 0;
	}

	.selfCare05 h4,
	.selfCare05 .text {
		width: 100%;
	}

	.selfCare05 .image {
		position: static;
		width: 100%;
		max-width: 250px;
		margin: 0 auto 15px;
	}

	/* selfCare08 */
	.selfCare08 .textarea {
		width: 100%;
	}

	.selfCare08 .image {
		width: 100%;
		max-width: 148px;
		margin: 0 auto 10px;
	}

	.boxBtn {
		margin-top: 27px;
	}

}