#page_title{
	background:url('../images/h2_branches.webp') no-repeat top center;
}
#subnav ul{
	flex-wrap:wrap;
}
main section{
	margin:0 auto 80px;
}
main h3{
	border-bottom:2px solid #ad1417;
	padding:0 0 10px;
	margin:0 0 20px;
	font-size:28px;
}
main section article{
	display:flex;
	gap:40px;
}
main section .fll{
	width:calc(65.57% - 40px);
	flex:none;
}
main section .fll table{
	width:100%;
}
main section .fll th{
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #b1b1b1;
	padding:10px 30px 10px 10px;
}
main section .fll td{
	vertical-align:top;
	border-bottom:1px solid #b1b1b1;
	padding:10px 20px 10px 20px;
}
main section .fll td dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
main section .fll td dl dt{
	width:50%;
}
main section .fll td dl dd{
	width:50%;
}
main section .flr{
	width:34.43%;
	flex:none;
}
main section .flr img{
	display:block;
	margin:0 auto 20px;
}
main section .flr iframe{
	display:block;
	max-width:100%;
	height:320px;
	margin:0 auto 20px;
}
.more a{
	display:block;
	line-height:48px;
	color:#000;
	text-decoration:none;
	border:1px solid #ad1417;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
}
.more a:hover{
	color:#fff;
	background:#ad1417;
}
.service ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.service ul li{
	width:105px;
	line-height:36px;
	background:#8a8a8a;
	color:#fff;
	text-align:center;
	border-radius:5px;
}
#official{	
	padding:50px 0;
	background:url('../images/index/bg1.webp') no-repeat center center;
	background-size:cover;
}
#official article{
	display:block;
}
#official  a{
	display:block;
	width:200px;
	line-height:98px;
	color:#000;
	text-decoration:none;
	border:1px solid #ad1417;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
	font-weight:700;
}