@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(2) > 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: 41px;
	padding-bottom: 24px;
}
.headingWrap .inner {
	height: 75px;
	margin-bottom: 17px;
	padding: 2px 0 0 7px;
}
.headingWrap .inner + p {
	letter-spacing: -0.5px;
}

/* content */
.contentWrap .boxSkin02 {
	padding-bottom: 75px;
}

[class^=boxLifestyle] .fl {
	width: 375px;
}
.ttlSkin05 ~ .ttlSkin05 {
	margin-top: 25px;
}
.boxLifestyle01 .fr img {
	transform: translate(20px,-35px);
}
.boxLifestyle02 .fr img {
	transform: translate(20px,-37px);
}
.boxLifestyle03 .fr img {
	transform: translate(20px,-39px);
}
.boxLifestyle04 .fr img {
	transform: translate(20px,-40px);
}


.boxBtn {
	margin-top: 30px;
	margin-bottom: 5px;
}
.boxBtn .btnSkin01 {
	padding: 19px 68px 15px;
}

/* related */

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* headingWrap */
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
	}
	.boxSkin02 .headingWrap {
		margin-bottom: 16px;
		padding-bottom: 25px;
	}
	.headingWrap h2 {
		padding: 0 0 0 2px;
		border: none;
		box-shadow: none;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.headingWrap .inner + p {
		padding-top: 7px;
		padding-right: 7px;
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* content */
	.secContentArea {
		padding: 15px 0;
	}
	.ttlSkin04 {
		line-height: 1.4;
	}
	.ttlSkin05 {
		margin-top: 0;
	}
	.ttlSkin05 ~ .ttlSkin05 {
		margin-top: 34px;
	}
	[class^=boxLifestyle] > div {
		float: none;
		width: auto!important;
	}
	[class^=boxLifestyle] .fr img {
		width: 200px;
		transform: none;
	}
	[class^=boxLifestyle] .fl {
		padding: 15px 10px 0;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.contentWrap .boxSkin02 {
		padding-bottom: 45px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.boxBtn .btnSkin01 {
		padding: 7px 50px;
		line-height: 1.55;
	}

}
