@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(3) > a {
	background: #e2efff;
	background: linear-gradient(to right, #e2efff 0%, #cfe4ff 100%);
}


/* pagetitle */
.secPagetitle h1 {
	padding-top: 33px;
	padding-bottom: 20px;
}
.secPagetitle h1 span {
	display: block;
	font-size: 1.9rem;
}
.secPagetitle h1 sup {
	font-size: 90%;
}
.secPagetitle .note {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	color: #666666;
	font-size: 1.0rem;
	text-align: center;
}

/* headingWrap */
.boxSkin02 .headingWrap {
	margin-bottom: 43px;
}
.headingWrap .inner {
	height: 223px;
	margin-bottom: 15px;
	padding: 72px 0 0 7px;
	background: url(../img/bg_head_frequency-pc.png) no-repeat 234px bottom;
}
.headingWrap .inner + p {
	letter-spacing: -0.5px;
}
.headingWrap .note {
	color: #666;
	font-size: 1.1rem;
}

/* content */
.contentWrap > .boxSkin02 {
	padding-bottom: 35px;
}
.graphWrap {
	padding-top: 9px;
	margin-bottom: 17px;
}
.graphWrap .image {
	width: 320px;
}
.graphWrap .text {
	width: 230px;
}
.graphWrap li {
	margin-top: 1px;
}
.graphWrap li:after {
	display: block;
	content: "";
	clear: both;
}
.graphWrap .point {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}
.graphWrap .point.col01 { background-color: #ed86b3; }
.graphWrap .point.col02 { background-color: #f2a8c8; }
.graphWrap .point.col03 { background-color: #f6c8dd; }
.graphWrap .point.col04 { background-color: #fae5ee; }
.graphWrap .point.col05 { background-color: #cfe8f7; }
.graphWrap .point.col06 { background-color: #b7dff4; }
.graphWrap .point.col07 { background-color: #9bd5f2; }
.graphWrap .num {
	float: right;
}
.boxSkin03 {
	margin-bottom: 35px;
	padding: 20px 25px 18px 30px;
}
.boxSkin03 + .boxSkin05 {
	margin-top: 40px;
}
.boxSkin05 li {
	margin-bottom: 20px;
}


.boxBtn {
	margin-top: 40px;
	margin-bottom: 15px;
}
.boxBtn .btnSkin01 {
	padding: 19px 68px 15px;
}

/* related */
.relatedList li:nth-child(2) a {
	padding-right: 0;
}
.relatedList li:nth-child(2) span {
	margin-left: 13px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	.secContentArea {
		padding: 15px 0 30px;
	}

	/* pagetitle */
	.secPagetitle h1 {
		padding-top: 9px;
		padding-bottom: 6px;
	}
	.secPagetitle h1 span {
		font-size: 1.2rem;
	}

	/* headingWrap */
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 165px 0 0 0;
		background: url(../img/bg_head_frequency-sp.png) no-repeat center top;
		background-size: auto 165px;
	}
	.boxSkin02 .headingWrap {
		margin-bottom: 30px;
		padding-bottom: 27px;
	}
	.headingWrap h2 {
		padding-top: 17px;
		padding-left: 9px;
		letter-spacing: 0;
	}
	.headingWrap .inner + p {
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* content */
	.ttlSkin05 {
		position: relative;
		margin-left: 10px;
		padding-left: 14px;
		border-left: none;
		line-height: 1.3;
	}
	.ttlSkin05:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 4px;
		height: 20px;
		background: #333695;
	}
	.graphWrap {
		margin-bottom: 10px;
		padding: 5px 10px 0;
	}
	.graphWrap .image,
	.graphWrap .text {
		float: none;
		width: auto;
	}
	.graphWrap .image {
		text-align: center;
	}
	.graphWrap .text {
		padding: 8px 15px 0 5px;
	}
	.boxSkin03 {
		margin-bottom: 30px;
		padding: 15px;
		font-size: 1.3rem;
		line-height: 1.48;
	}
	.boxSkin03 + .boxSkin05 {
		margin-top: 30px;
		padding-top: 15px;
		padding-left: 20px;
		padding-bottom: 0;
	}
	.boxSkin05 .title {
		margin-bottom: 15px;
	}
	.boxSkin05 li span {
		font-size: 1.1rem;
	}

	.boxBtn {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.boxBtn .btnSkin01 {
		padding: 6px 59px 5px;
		line-height: 1.3;
	}
}
