@charset "utf-8";
/*topイメージ*/
.top_img_area2 { position: relative; width: 100%; background: url("../img/header_photo.png") no-repeat; background-size: cover; max-width: 1400px; min-width: 1180px; margin: 20px auto 0 auto;}
.top_img_area2:before { content:""; display: block; padding-top: 28.64%; }
.top_img2 { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: flex; justify-content: center; align-items: center;}
.main_title_area { width: 100%;}
.main_title {max-width: 480px; width: 100%; height: 60px; line-height: 60px; background: #009944; text-align: center; color: #fff; font-size: 28px; font-weight: 500; border-radius: 50px; margin: 0 auto; letter-spacing: 2px;}

/*維持管理の状況*/
.sub_title_area { margin: 100px 0 50px 0; }
#ijikanri { width: 800px; margin: 0 auto; }
.kiji_area li { border-bottom: dotted 2px #CECEBF; margin: 0;}
.kiji_area li:first-of-type { border-top: dotted 2px #CECEBF; margin-top: 30px; }
.kiji { display: flex; padding: 10px 0; }
.kiji dt { width: 31px; height: 37px; }
.kiji dd { width: 769px; margin-top: 10px; padding-left: 20px; text-decoration: underline; }
.kiji dd a { color: #222; }




@media screen and (max-width: 800px) {
	/*topイメージ*/
	.top_img_box { padding: 0 2%;  margin-top: 20px;}
	.top_img_area2 { position: relative; width: 100%; background: url("../img/header_photo_m.png") no-repeat; background-size: cover; max-width: 800px; min-width: 100%; margin: 0px; }
	.top_img_area2:before { content:""; display: block; padding-top: 61.35%; }
	.top_img2 { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
	.main_title_area { padding: 0 20%;}
	.main_title {max-width: 350px; height: 45px; line-height: 45px; font-size: 17px; font-weight: 500;}
	
	/*維持管理の状況*/
	.sub_title_area { margin: 0px 0 50px 0; }
	#ijikanri { max-width: 640px; width: 100%; margin: 0 auto;}
	.kiji_area li { }
	.kiji_area li:first-of-type { }
	.kiji { padding: 10px 3%; }
	.kiji dt { }
	.kiji dd { width: auto; padding-left: 20px; line-height: 140%; font-size: 12px }
	.kiji dd a { }





}