@charset "UTF-8";


.wide-bg section {
	background: #FFF;
	display: table;
	padding: 30px 0 30px 60px;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}
.division section {
	padding: 30px 0;
}
.wide-bg section:not([class]) > * ,
.division dl{
	vertical-align: top ;
	display: table-cell;
	box-sizing: border-box;
}
.wide-bg section h2 {
	padding: 5px 0 0;
}
.wide-bg section h2 span {
	font-size: 16px;
	display: block;
	margin-top: 12px;
}
.wide-bg section:not([class]) h2,
.wide-bg section h3 {
	width: 230px;
}
/* 20240301 add */
.wide-bg section:not([class]) h2 {
	box-sizing: content-box;
}
.wide-bg section h2:before {
	vertical-align: top;
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.wide-bg section h3,
.wide-bg section h4 {
	font-size: 125%;
	font-weight: bold;
}
.wide-bg section h4 {
	margin-bottom: 15px;
}
.wide-bg section dl + h4 {
	margin-top: 40px;
}
.wide-bg section dt {
	font: 600 100%/1 'Alegreya Sans SC', sans-serif;
	margin-bottom: 10px;
}
.wide-bg section .address {
	width: 480px;
}
.wide-bg section .address a {
	font-size: 87.5%;
	line-height: 36px;
	color: #646464;
	background: #EDEDED;
	text-align: center;
	display: block;
	height: 36px;
	width: 200px;
	margin-top: 12px;
	position: relative;
}
.wide-bg section .address a:hover,
.wide-bg section .address a:focus {
	color: #FFF;
	background: #e60000;
}
.wide-bg section .address a img {
	width: 12px;
	height: 11px;
	position: absolute;
	right: 12px;
	top: 13px;
}
.wide-bg section .tel {
	width: 210px;
	padding-left: 50px;
	border-left: 1px solid #EDEDED;
}
