@charset "UTF-8";
/*----------------------------------------

	#news page
	- mv

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

.pageBottom .bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto 70px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.pageBottom .bnr a {
	width: calc((100% - 35px)/2);
	max-width: 400px;
}
.pageBottom .bnr a:first-child {
	margin-right: 40px;
}
.pageBottom .bnr figure img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#pageContents .pageBottom .bnr figure img {
	max-width: none;
	margin-bottom: 13px;
}
.pageBottom .bnr a:hover figure img {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.pageBottom .bnr {
		margin-bottom: 50px;
		padding-top: 40px;
	}
	.pageBottom .bnr,
	.pageBottom .bnr a {
		display: block;
	}
	.pageBottom .bnr a {
		width: 100%;
	}
	.pageBottom .bnr a:first-child {
		margin: 0 0 24px 0;
	}
	#pageContents .pageBottom .bnr figure img {
		margin-bottom: 8px;
	}
}