@charset "UTF-8";
@media screen and (min-width: 1367px){
	#summary {
		margin-top: 60px;
	}
}
#summary table {
	margin: auto;
	max-width: 1200px;
	width: 90%;
}
#summary table tr {
	border: 2px solid #C0C0C0;
	line-height: 1.7;
}
#summary table th {
	background: #E7E7E7;
	font-weight: bold;
	padding-left: 2em;
	text-align: left;
	width: 9em;
}
#summary table td {
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 1em;
}
#summary table td .flex {
	justify-content: flex-start;
}
#summary table td .flex dt {
	width: 9em;
}
#summary table td .map {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px){
	#summary table {
		font-size: calc(32 / 1024 * 100vw);
	}
	#summary table th {
		padding-left: 1em;
		width: 8em;
	}
}
#decla {
	margin-top: 60px;
}
#decla .inner {
	margin: 0 auto 60px;
	max-width: 1200px;
	width: 90%;
}
#decla h3.tit {
	border-left: #005CA7 4px solid;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
	padding-left: 15px;
	position: relative;
}
#decla h3.tit:before {
    background: #2BA27C;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 6px;
}
#decla .text p {
	font-size: 18px;
	line-height: 1.7;
}
@media screen and (max-width: 1024px){
	#decla h3.tit {
		border-left: #005CA7 3px solid;
		font-size: calc(44 / 1024 * 100vw);
	}
	#decla h3.tit:before {
		width: 4px;
	}
	#decla .text p {
		font-size: calc(36 / 1024 * 100vw);
	}
}

/* 2025/02 */
.graph-tit {
	font-weight: bold;
}
.graph-container {
	display: flex;
	flex-wrap: wrap;
}
.graph-container li {
	width: 49%;
}
@media screen and (max-width: 1366px){
	.graph-container li {
		width: 100%;
	}
}