#page_title{
	background:#ff9100 url('../images/civil/pagetitle.webp') no-repeat top center;
}
#section2 iframe{
	width:100%;
}
summary{
	border:2px solid #fd4e01;
	padding:10px;
	border-radius:10px;
	line-height:40px;
	margin-bottom:20px;
}
#tenant_inner ul{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#tenant_inner ul li{
	width:calc((100% - 80px) / 3);
}

.more a{
	display:block;
	border:2px solid #fd4e01;
	padding:10px;
	border-radius:10px;
	line-height:40px;
	margin-bottom:20px;
	background:#fd4e01;
	color:#fff;
	text-decoration:none;
	max-width:300px;
	margin:30px 0 0;
	text-align:center;
}