@charset "utf-8";
#header_title { max-width: 2400px; min-width: 1400px; margin: 0 auto;}
/*.head_img_area { display: flex; justify-content: center; align-items: center; width: 100%; height: 300px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover; overflow: hidden;}*/
.head_title { display: inline-block; font-size: 30px; color: #088f5e; line-height: 110px; padding: 0 50px; background: #fff;}
/*維持管理の状況*/
#information { margin-top: 100px; margin-bottom: 100px;}
.info_area { width: 1000px; margin: 0 auto;}
.btn_iji a { display: block; width: 330px; line-height: 45px; text-align: center; text-decoration: none; color: #fff; background-color: #001661; background-image: url("../../img/btn_pdf.png"); background-size: 30px 30px; background-repeat: no-repeat; background-position: right 12px center; border-radius: 25px; margin: 0 auto 0; transition: background-color .5s;}
.btn_iji a:hover { background-color: #4D66AD;}

@media screen and (max-width: 768px) {
	#header_title { max-width: none; min-width: auto; margin: 0;}
/*	.head_img_area { width: 100%; height: 400px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover;}*/
	.head_title { font-size: 25px; line-height: 80px; padding: 0 30px; }
	/*維持管理の状況*/
/*維持管理の状況*/
#information { margin-top: 100px; margin-bottom: 100px;}
.info_area { width: 100%; margin: 0 auto;}

}