#page_title{
	background:url('../images/h2_branches.webp') no-repeat top center;
}
main section{
	margin:0 auto;
}
main section h3{
	font-size:35px;
	color:#ad1417;
	text-align:center;
	margin:0 auto 100px;
}
main h4{
	border-bottom:2px solid #ad1417;
	padding:0 0 10px;
	margin:0 0 20px;
	font-size:28px;
}
main article{
	margin:0 auto 100px;
}
.message,
.info{
	display:flex;
	gap:40px;
}
main section article .comment{
	width:calc(65.57% - 40px);
	flex:none;
}
main section article .comment table{
	width:100%;
}
main section article .comment th{
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #b1b1b1;
	padding:10px 30px 10px 10px;
}
main section article .comment td{
	vertical-align:top;
	border-bottom:1px solid #b1b1b1;
	padding:10px 20px 10px 20px;
}
main section article .comment td dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
main section article .comment td dl dt{
	width:50%;
}
main section article .comment td dl dd{
	width:50%;
}
main section > article > figure{
	width:34.43%;
	flex:none;
}
main section > article > figur img{
	display:block;
}
main section article .comment .service ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
main section article .comment .service ul li{
	width:105px;
	line-height:36px;
	background:#8a8a8a;
	color:#fff;
	text-align:center;
	border-radius:5px;
}
.access{
	margin:0 auto 100px;
}
.access iframe{
	display:block;
	width:100%;
	height:500px;
}