@charset "UTF-8";

/*======*/
.access{max-width:1200px;width:100%;height:auto;padding:40px 0px 80px 0px;}
	@media all and (max-width: 1024px) {
		.access{width:95%;padding:20px 0px 60px 0px;}
	}
/*======*/
.info_dl{width:100%;height:auto;padding-bottom:30px;}
.info_dl dl{width:100%;height:auto;padding-top:20px;border-bottom: 1px solid #1f1714;}
.info_dl dl div{width:100%;height:auto;padding:10px 0px;border-top:1px solid #1f1714;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.info_dl dl dt{width:25%;height:auto;margin:0px 5% 0px 0px;}
.info_dl dl dt h3{width:100%;height:auto;background:rgb(103,97,90,0.6);padding:5px 0px;}
.info_dl dl dd{width:70%;height:auto;padding:5px 0px;}
.info_dl dl dd p{width:100%;height:auto;text-align:left;}
	@media all and (max-width: 1024px) {
		.info_dl dl dt{width:100%;margin:0px auto;}
		.info_dl dl dd{width:100%;margin:0px auto;}
	}

