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

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.kusgu {
	position: relative;
	overflow: hidden;
}

/*============================================================================================
↓ページアンカー =================================================================================
============================================================================================*/
.page-anchor span {
	line-height: 1.3em;
}

/*============================================================================================
↓動画 =======================================================================================
============================================================================================*/
.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================================================================================
↓取組 =================================================================================
============================================================================================*/
.efforts ol {
	font-size: 1.2em;
	padding-left: 2em;
	color: #d61826 !important;
}
.efforts ol li {
	list-style: decimal;
	margin-bottom: 1em;
}
.efforts ol li ul {
	font-size: 0.8em;
	padding-left: 1.4em;
	color: #5a4f4a;
}
.efforts ol li ul li {
	list-style: disc;
	margin-bottom: 0;
}

/*============================================================================================
↓体制図 =====================================================================================
============================================================================================*/
.system {
}
.system-img {
	padding: 2em 0em;
}
.system-img img{
	width: 100%;
	max-width: 960px;
}
#system-open a.active {
	color: #fff;
    background-image: none;
	background-color: #cdd7de !important;
	background-image: url(../img/ico-toggle-wh.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: right center;
}

/*============================================================================================
↓＜ボタン＞10年後の姿へ =====================================================================
============================================================================================*/
.goto-future {
	position: relative;
	width: 100%;
	width:100%;
	max-width: 500px;
	margin: 0 auto;
}
.goto-future a {
	display: block;
	padding: 1em 0em;
}
.goto-future .btn img {
	width:100%;
	max-width: 500px;
	height: auto;
	
}
.goto-future .ill img {
	width: 9em;
	max-width: 136px;
	height: auto;
	position: absolute;
	top: 0;
	left: 1em;
}