@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 5em auto;}
.btn_iji a {
    display: block;
    width: 500px;
    line-height: 25px;
    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-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    transition: background-color .5s;
    padding-top: 10px;
    padding-bottom: 10px;
}
.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: 35px; padding: 20px 30px; }
/*維持管理の状況*/
#information { margin-top: 50px; margin-bottom: 10px;}
.info_area { width: 100%; margin: 0 auto 4em auto;}
.btn_iji a {
    width: 360px;
}

}