@import url(common.css);
@import url(common_header.css);
@import url(slick.css);

/*------------------------------------------------
総理からの挨拶
------------------------------------------------*/
.bg.mountain {
	margin-left: -50%;
	width: 100%;
}

.section {
	padding-bottom: 50px;
	padding-bottom: 4.883%;
}
.section .title {
	margin: 11.23% auto 0;
	width: 28.711%;
}
.section .body .slider {
	margin: 45px 0 0 340px;
	margin: 4.395% 0 0 33.2%;
	width: 510px;
	width: 49.8%;
}
.section .body .slider_ctrl {
	text-align: right;
	letter-spacing: -.40em;
	width: 100%;
	position: absolute;
	right: 85px;
	right: 8.3%;
	bottom: 30px;
	bottom: 5.357%;
}
.section .body .slider_ctrl button {
	letter-spacing: normal;
	border-width: 0;
	border-radius: 0;
	background: none;
	margin: 0 10px;
	padding: 0;
	width: 43px;
	width: 4.2%;
	/*height: 60px;*/
	-webkit-appearance: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.section .body .slider_ctrl button.slick-disabled {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.section .body .slider_ctrl button:hover {
	bottom: 2px;
}
