@charset "UTF-8";

#main-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 92px;
	width: 100%;
	height: 200px;
	background-image: url(../images/mv_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
}
.mv_text01 {
	text-align: center;
}
#main-area:after {
	content: "";
	display: inline-block;
	width: 72px;
	height: 72px;
	background-image: url(../images/scroll_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

[class^="column"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h2 {
	text-align: center;
}

.sTitle {
	color: #223e6c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}



 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP max-width: 980px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 980px) {
	#main-area {
		padding-top: 33px;
		height: 142px;
		background-image: url(../images/mv_bg_sp.jpg);
		background-size: auto 100%;
	}
	.mv_text01 + .mv_text02 {
		margin-top: 8px;
	}
	#main-area:after {
		width: 36px;
		height: 36px;
		background-size: 100%;
		bottom: -17px;
	}
}

