@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	ランキング
------------------------------------------------------------*/
p {
	margin-bottom: 15px;
	line-height: 1.8;
}

#main {
	padding-top: 20px;
}

#pagePath {
	margin: 0;
	padding: 12px 20px;
	font-size: 1.1em;
}

.mb60 {
	margin-bottom: 60px!important;
}

.section {
	margin-bottom: 30px;
}

.topImage {
	height: 280px;
	background: url(/img/ranking/nensyu/bg01.jpg) no-repeat center center;
}

.topImageTtl {
	margin: 40px 0 0 20px;
}

.topImageTtl h2 {
	color: #333;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 3.6em;
	line-height: 1.2;
}

.topImageTtl h2 span:nth-of-type(1) {
	color: #139da4;
	font-size: 1.389em;
}

.topImageTtl h2 span:nth-of-type(2) {
	font-size: 1.111em;
}

.topImageTtl h2 span:nth-of-type(3) {
	font-size: 1.278em;
}

.toc {
	margin: 15px 0 60px;
	padding: 10px 20px 12px;
	border: 1px solid #ddd;
	border-top: 2px solid #00a6ae;
}

.toc p {
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	color: #00a5ac;
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.5;
}

.toc ul {
	margin-left: 5px;
}

.toc li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/img/common/icon/16.gif) no-repeat left 4px;
}

.toc li:last-of-type {
	margin-bottom: 0;
}

.toc li a:hover {
	text-decoration: none;
}

.ttl01 {
	margin-bottom: 3px;
	padding-left: 20px;
	height: 50px;
	background: url(/img/ranking/nensyu/bg02.png) no-repeat center center;
	color: #fff;
	font-size: 1.750em;
	line-height: 40px;
}

.ttl02 {
	margin-bottom: 3px;
	padding-left: 20px;
	height: 50px;
	background: url(/img/ranking/nensyu/bg03.png) no-repeat center center;
	color: #666;
	font-size: 1.333em;
	line-height: 40px;
}

.ttl03 {
	margin-bottom: 5px;
	padding-top: 10px;
	color: #00a5ac;
	font-size: 1.333em;
	font-weight: bold;
}

.graphArea01 {
	margin-bottom: 10px;
	padding: 30px;
	border: 3px solid #f0f0f0;
}

.graphArea01 .graphName {
	margin-bottom: 7px;
	padding: 0 5px;
	background: #fff8d5;
	display: inline-block;
	color: #1f1f1f;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
}

.graphArea01 .graphInfo {
	margin-bottom: 10px;
	margin-left: 7px;
	color: #858585;
	font-weight: bold;
}

.graphArea01 .graphImg {
	text-align: center;
}

.graphArea02 {
	margin-top: 30px;
	display: flex;
}

.graphArea02:first-of-type {
	margin-top: 20px;
}

.graphArea02:nth-of-type(4) {
	margin-bottom: 10px;
}

.graphArea02 .graphTxt {
	margin-left: 25px;
	width: 275px;
	font-size: 1.167em;
	line-height: 1.8;
}

.graphArea02 .graphTxt .ttl {
	margin-bottom: 0;
	color: #00a5ac;
	font-size: 1.143em;
	font-weight: bold;
}

.graphArea03 {
	margin-bottom: 30px;
	padding: 10px 0 25px;
	border: 3px solid #f0f0f0;
	text-align: center;
}

.graphArea03 .graphName {
	margin-bottom: 10px;
	display: block;
	color: #1f1f1f;
	font-size: 1.5em;
	font-weight: bold;
}

.graphArea03 .graphMoney {
	margin-bottom: 10px;
	padding: 0 5px;
	background: #fff8d5;
	display: inline-block;
	color: #202020;
}

.graphArea03 .graphInfo {
	margin-bottom: 10px;
	color: #858585;
	font-weight: bold;
}

.graphNote {
	margin-bottom: 20px;
	color: #858585;
	font-weight: bold;
	text-align: right;
}

.textBox {
	margin-bottom: 10px;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #666;
	line-height: 1.8;
}

.textBox p {
	margin-bottom: 0;
}

.textBox .bold {
	font-weight: bold;
}

.textBox .blue {
	color: #00a5ac;
}

.textBox .list01 {
	display: flex;
	font-weight: bold;
}

.textBox .list01 dt {
	margin-right: 10px;
	color: #00a5ac;
}

.textBox .list01:first-of-type dt {
	margin-right: 16px;
}

.textBox .list02 {
	margin-top: 2px;
}

.textBox .list02 li {
	padding-left: 15px;
	position: relative;
	font-weight: bold;
}

.textBox .list02 li:before {
	margin: auto;
	width: 5px;
	height: 5px;
	background: #00a5ac;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	content: "";
}

.textBox .list02.check li {
	padding-left: 25px;
}

.textBox .list02.check li:before {
	width: 12px;
	height: 11px;
	background: url(/img/ranking/nensyu/icon02.png) no-repeat;
	-webkit-border-radius: 0;
	        border-radius: 0;
	top: -2px;
	left: 5px;
	content: "";
}

.tableBox {
	display: flex;
}

.table {
	margin-left: 30px;
	width: 100%;
	border-collapse: collapse;
}

.table table {
	margin-bottom: 5px;
	width: 100%;
}

.table th,
.table td {
	padding: 7px;
	width: 50%;
	border: 1px solid #e4e1db;
}

.table th {
	background: #ccedef;
	color: #00a5ac;
	font-size: 1.083em;
	font-weight: bold;
}

.table th:nth-child(2) {
	background: #efefef;
}

.tableNote {
	color: #858585;
	font-weight: bold;
	text-align: right;
}

.column {
	margin-bottom: 30px;
	padding: 0 5px 5px;
	background: #ccedef;
	border-radius: 4px;
}

.column p {
	margin-bottom: 0;
}

.column .columnTtl {
	padding: 10px 5px 10px 45px;
	background: url(/img/ranking/nensyu/icon01.png) no-repeat 5px 7px;
	color: #00a5ac;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.8;
}

.column .columnTxt {
	padding: 15px 20px 13px;
	background: #fff;
	border-radius: 4px;
}

.imgBox {
	margin-bottom: 10px;
}

.note {
	color: #858585;
	font-size: .917em;
}