@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#contents-area .read {
	margin-bottom: 60px;
}

#contents * + section {
	margin-top: -120px;
}

#main-contents table {
	margin: 0 0 40px 0;
}

#main-contents table th {
	padding: 10px;
}

#main-contents table td {
	padding: 10px;
	text-align: right;
}

#main-contents table td.value {
	text-align: left;
	font-weight: bold;
}

#main-contents table td.value span {
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
}

/* override ------------------------------------------------ */

#lower-contents #main-contents h2 {
	font-size: 1.6rem;
	font-weight: bolder;
	padding-left: 30px;
}

#contents section {
	margin-bottom: 60px !important;
}

#lower-contents #main-contents .page-link {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

#lower-contents #main-contents .page-link li {
	display: block;
	margin-right: 0;
}

#contents-area section a {
	display: inline;
}

/* --------------------------------------------------------- */


.data__section {
	position: relative;
	margin-top: -120px;
	padding-top: 120px;
	pointer-events: none;
}

.data__section * {
	pointer-events: auto
}

.data__section:before {
	position: absolute;
	content: "";
	top: 90px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
}

.data__subsection {
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px dashed rgba(0,0,0,0.3);
}

.data__subsection__head-ttl {
	font-weight: bolder;
	color: #000;
	padding: 12px 0;
	font-weight: bolder;
	font-size: 1.4rem;
	line-height: 1.5 !important;
}

.data__subsection__body > *:last-child {
	margin-bottom: 0;
}

.data {
	
}

.data-inner {
	margin-bottom: 10px;
}

.data__ttl {
	padding: 12px 0;
	font-weight: bolder;
	font-size: 1.4rem;
	line-height: 1.5 !important;
}

.data-graph {
	background-color: rgba(0,0,0,0.05);
	border-radius: 2.5px;
}

.data-graph__bar {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	background-color: rgba(105,140,200,0.7);
	font-size: 1.4rem;
	line-height: 1.5;
	box-sizing: border-box;
	border-radius: 2.5px 0 0 2.5px
}

.data-graph__bar .num {
	padding: 0 10px;
}

.data-graph__bar .txt {
	padding: 0 10px;
	white-space: nowrap;
}

.data-graph__bar .num:empty,
.data-graph__bar .txt:empty {
	padding: 0;
}

.data-graph__bar.none {
	width: 100% !important;
	opacity: 0.75;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fff;
}

.data-graph__bar.none .num {
	display: none;
}

.data-graph__bar.none .txt {
	width: 100%;
	text-align: center;
}

.data-graph__bar.txt-only {
	width: 100% !important;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fff;
	font-weight: bolder;
}

.data-graph__bar.txt-only .txt {
	font-weight: bolder;
}

.data-outline {
	margin-top: 20px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.data__dl {
	width: 100%;
	color: #666;
}

.data__dl-g {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.data__dl dt {
	width: auto;
	margin: 0 auto 0 0;
}

.data__dl dd {
	width: 100px;
	text-align: right;
	font-weight: bolder;
}

/* ------------------------- */

.archive {
	
}

.archive .data__subsection__body {
	padding-top: 12px;
}

.archive__list {
	
}

.archive__list li {
	font-size: 100% !important;
}

.archive__list a {
	text-decoration: underline;
}

.archive__list a[href$=".pdf"]::after {
	content: "PDF";
	display: inline-block;
	background: rgb(241, 103, 135);
	border-radius: 0 5px 0 0;
	color: #fff;
	margin-left: 0.5em;
	font-size: 0.7em;
	padding: 0 0.25em;
	line-height: 1.6;
}


/* ------------------------- */

.section-index {
	margin-bottom: 40px;
}

.section-index li {
	
}

.section-index a {
	
}


@media screen and (min-width: 768px) {

	/* override ------------------------------------------------ */

	#lower-contents #main-contents .page-link {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#lower-contents #main-contents .page-link li {
		width: calc(33.33% - 10px);
	}

	/* --------------------------------------------------------- */

	.data-inner {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.data__head {
		width: 120px;
	}
	
	.data__body {
		width: calc(100% - 150px);
	}

	.data-outline {
		padding-left: 150px;
	}

}

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents .page-link li {
		width: calc(25% - 10px);
	}

	/* override ------------------------------------------------ */

	#lower-contents #main-contents h2 {
		font-size: 2rem;
	}

	/* --------------------------------------------------------- */

	.data__subsection {
		display: flex;
	}

	.data__subsection__head {
		width: 20%;
	}

	.data__subsection__body {
		width: 80%;
	}

	.data__ttl {
		text-align: right !important;
	}
}