.mainVisual{
	background: url(../images/mv_bg.jpg) no-repeat top;
}

.mainVisualInner{
	min-width: 910px;
	padding: 8px 20px 5px;
	overflow: hidden;
}

.mv_imgLi li{
	margin-bottom: 10px;
}

.mv_txt{
	margin-top: 25px;
	margin-left: 53px;
}

.bannerArea{
	background: #f4f4f9;
	padding-top: 61px;
}

.bannerList{
	overflow: hidden;
	margin-bottom: 30px;
}

.bannerList li{
	margin-bottom: 50px;
}

.bannerList li:hover{
	opacity: 0.8;
}

.bannerArea ul li{
	position: relative;
	box-shadow: 0 0 15px 0 rgba(112,117,123,0.07);
}

.bannerList li a:hover::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #2e3092;
}

.bannerBottom li:hover{
	opacity: 0.8;
}

.bannerBottom{
	margin-bottom: 74px;
}

/* 201903追記 */

.notice{
    width: 950px;
    margin: 0px auto 50px;
    padding: 15px;
    font-size:18px;
    background: #fff;
    border: solid 1px #2e3092;
}

.bannerBottom li{
	width: 300px;
	height: 91px;
	margin-left: 25px;
}

.bannerBottom li:first-child{
	margin-left: 0;
}

.ja_btn{
	text-align: center;
	box-sizing: border-box;
}

.ja_btn a{
    display: block;
    height: 91px;
    padding: 20px 0;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    background: #93cec8;
    box-sizing: border-box;
}

.ja_btn a> span{
    font-size: 12px;
}