.SeibiBox {
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}

.SeibiBox h4 {
	font-size:1.6em;
	line-height:1.6;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	color:#00A0E2;
}

.SeibiBox p span {
	color:#00A0E2;
	display:inline-block;
	padding-right:3px;
}


.SeibiBox p i {
	color:#999;
	padding-right:3px;
}


.SeibiBox h5 {
	font-size:1.2em;
	border-left:5px solid #00A0E2;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:10px;
}

.SeibiBox ul {
	overflow:hidden;
	list-style:disc;
}

.SeibiBox li {
	line-height:1.5;
	font-size:0.85em;
	margin-left:1.2em;
	padding-bottom:10px;
}

.SeibiBox li em {
	font-size:0.9em;
	display:block;
	text-indent:-0.5em;
}

#SeibiPhotoWrapper {
	padding-top:20px;
	overflow:hidden;
}

.SeibiPhoto {
	width:33%;
	float:left;
	padding-right:1px;
	padding-left:1px;
}

.SeibiPhoto img {
	width:100%;
}

.MapBox {
	width:45%;
	float:right;
	padding-left:20px;
}

.SeibiCompanyBox {
	overflow:hidden;
	padding-bottom:5px;
}

.SeibiCompanyBox img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:4px;
}

.SeibiCompanyBox p {
	line-height:1.5;
	padding-bottom:10px;
}

.SeibiCaption {
	background:#F1F1F1;
	padding:10px;
	line-height:1.5;
	padding-bottom:5px;
	border-radius:3px;
	clear:both;
}

.SeibiCaption li {
	font-size:0.75em;
	padding-bottom:5px;
}


.SeibiShitenWrapper {
	overflow:hidden;
	margin-top:-15px;
	padding-bottom:60px;
	margin-left:-2%;
}

.SeibiShitenBox {
	width:48%;
	box-sizing:border-box;
	float:left;
	margin-left:2%;
	overflow:hidden;
}

.SeibiShitenBox img {
	max-width:100%;
}

.SeibiShitenPhoto {
	width:40%;
	float:right;
}

.SeibiShitenText {
	width:58%;
	float:left;
}

.SeibiShitenBox h6 {
	font-size:0.9em;
	font-weight:700;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	line-height:1.4;
}

.SeibiShitenText p {
	padding-bottom:10px;
}

.SeibiShitenBox i,
.SeibiCompanyBox i {
	opacity:0.7;
	padding-right:5px;
}

.SeibiShitenText a,
.SeibiCompanyBox a {
	background:#00A0E2;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	border-radius:4px;
	font-size:0.85em;
}

.SeibiShitenText a:hover,
.SeibiCompanyBox a:hover {
	opacity:0.7;
}

/* その他の事業の各タイトル */
.ContBox .other_ttl h3 {
background: #00A0E2;
padding: 15px;
font-size: 1.6em;
font-weight: 700;
letter-spacing: 0.05em;
color: #FFF;
border-bottom: 5px solid #F1F1F1;
margin-bottom: 15px;
line-height: 1.2;
}

/* その他の事業のアンカーリンク */
.other_link {
text-align:center;
}

.other_link li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

.other_link li a {
color: #00A0E2;
}

.other_link li a i {
padding-right: 3px;
opacity: 0.5;
}

.ContBox .more_btn {
	padding: 20px 0;
	max-width: 400px;
}

.ContBox .more_btn a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 0;
	padding: 25px 0;
	text-align: center;
	border-radius: 4px;
	background-color: #004081;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.ContBox .more_btn a:hover {
	opacity: 0.4;
}

.ContBox .more_btn a span::after {
	content: "";
	width: 20px;
	height: 11px;
	display: inline-block;
	background-image: url(/img/icon_newwin_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}