@charset "UTF-8";


/* #container
-------------------------------------------------*/
#container {
	padding-top: 0;
}


/* #mainvisual
-------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 540px;
	background: url(../img/top/mainvisual.jpg) center top no-repeat;
}
#mainvisual .inner {
	width: 1002px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}
#mainvisual .inner h3 {
	position: absolute;
	left: 0;
	top: 20px;
}
#mainvisual .inner p {
	position: absolute;
	right: 9px;
	bottom: 13px;
}

.top_imgtxt{
	margin-top: -30px;
}

/* .cont1
-------------------------------------------------*/
.cont1 ul {
	display: flex;
	margin: 15px 0 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.cont1 ul li {
	width:33%;
}


/* .cont2
-------------------------------------------------*/
.cont2 h5 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.cont2 h5 span {
	font-size: 26px;
	font-weight: bold;
	color: #b6022b;
}
.cont2 dl {
	display: table;
	margin-bottom: 20px;
}
.cont2 dl dt {
	display: table-cell;
	background: url(../img/top/icon.png) left center no-repeat;
	padding-left: 25px;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
}
.cont2 dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #b6022b;
	text-decoration: underline;
	vertical-align: middle;
	line-height: 1;
}
.cont2 dl dd span {
	font-size: 28px;
	font-weight: bold;
	color: #b6022b;
}
.cont2 .caution {
	font-size: 16px;
	text-align: right;
	margin-bottom: 20px;
}


/* .cont3
-------------------------------------------------*/
.cont3 dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.cont3 dl dt {
	display: table-cell;
	width: 43px;
	vertical-align: middle;
	line-height: 1.5;
}
.cont3 dl dd {
	display: table-cell;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #b6022b;
	vertical-align: middle;
	line-height: 1.5;
}
.cont3 dl.last dd {
	border-bottom: none;
}


/* .cont4
-------------------------------------------------*/
.cont4 .photo {
	float: left;
}
.cont4 .box {
	width: 435px;
	float: right;
	margin-bottom: 20px;
}

/* 20180219追加
-------------------------------------------------*/
.banner {
  margin-bottom: 25px; 
}

.banner li {
  margin-top: 15px;
}

#container #side{
	margin-top: -4px;
}

