@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(4) > 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 */
.headingWrap {
	padding-top: 5px;
}
.boxSkin02 .headingWrap {
	margin-bottom: 43px;
}
.headingWrap .inner {
	height: 233px;
	margin-bottom: 15px;
	padding: 82px 0 0 7px;
	background: url(../img/bg_pc.png) no-repeat right bottom;
}
.headingWrap .inner + p {
	letter-spacing: -0.5px;
}

/* listPageLink */
.listPageLink {
	margin-left: -16px;
}
.listPageLink li {
	float: left;
	width: calc(50% - 16px);
	min-height: 220px;
	margin-left: 16px;
	margin-bottom: 23px;
	font-size: 1.3rem;
	text-align: center;
}
.listPageLink a {
	padding-top: 19px;
	padding-bottom: 14px;
	border: 1px solid #ebebeb;
	border-radius: 0 0 0 20px;
	box-shadow: 0 2px 1px 0px rgba(0,0,0,0.05);
}
.listPageLink a:after {
	border-width: 5px;
}
.listPageLink a img {
	display: block;
	margin: 0 auto 20px;
}
/* .listPageLink li:nth-child(1) img { width: 169px; }
.listPageLink li:nth-child(2) img { width: 106px;    margin-top: 4px; }
.listPageLink li:nth-child(3) img { width: 187px;    margin-bottom: 5px; }
.listPageLink li:nth-child(4) img { width: 185px;    margin: -3px auto 13px; } */

.boxSkin03 {
	margin-top: 10px;
	font-size: 1.3rem;
}
.boxSkin03 dt {
	float: left;
	width: 6.7rem;
	padding-bottom: 3px;
}
.boxSkin03 dd {
	padding-left: 6.8rem;
	padding-bottom: 3px;
}

.boxBtn {
	margin-top: 40px;
	margin-bottom: 15px;
}
.boxBtn .btnSkin01 {
	padding: 19px 53px 15px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	.secContentArea {
		padding: 15px 0 30px;
	}

	/* headingWrap */
	.headingWrap {
		padding-top: 0;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 10px;
		padding: 158px 0 0 0;
		background: url(../img/bg_sp.png) no-repeat center top;
		background-size: auto 158px;
	}
	.boxSkin02 .headingWrap {
		margin-bottom: 23px;
		padding-bottom: 21px;
	}
	.headingWrap h2 {
		padding-top: 17px;
		padding-left: 9px;
		letter-spacing: 0;
	}
	.headingWrap .inner + p {
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* listPageLink */
	.listPageLink {
		margin-left: -8px;
	}
	.listPageLink li {
		width: calc(50% - 8px);
		min-height: 160px;
		margin-left: 8px;
		margin-bottom: 10px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.listPageLink a {
		padding-top: 7px;
		padding-bottom: 7px;
		border-radius: 0 0 0 10px;
	}
	.listPageLink a img {
		margin: 0 auto 13px;
	}
	/* .listPageLink li:nth-child(1) img {
		width: 120px;
	}
	.listPageLink li:nth-child(2) img {
		width: 75px;
		margin-top: 3px;
	}
	.listPageLink li:nth-child(3) img {
		width: 115px;
		margin-bottom: 17px;
	}
	.listPageLink li:nth-child(4) img {
		width: 123px;
		margin: 1px auto 10px;
	} */

	.boxSkin03 {
		font-size: 1.1rem;
	}
	.boxSkin03 dt {
		width: 6.0rem;
		padding-bottom: 1px;
	}
	.boxSkin03 dd {
		padding-left: 6.0rem;
		padding-bottom: 1px;
	}
	.boxBtn {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.boxBtn .btnSkin01 {
		padding: 11px 45px 10px;
		line-height: 1.3;
	}

}

.relatedList.column03 li span {
	margin-left: 12px;
}