@charset "UTF-8";

/*sec01*/
#sec01{
	padding: 80px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
}
#sec01 h2{
	position: relative;
	padding-bottom: 0.8em;
	margin-bottom: 1.5em;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
#sec01 h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 1.8em;
	height: 3px;
	margin: auto;
	background: #1E3F7B;
}
#sec01 .box{
	border: 2px solid #1E3F7B;
	border-radius: 10px;
	overflow: hidden;
}
#sec01 .box + .box{
	margin-top: 40px;
}
#sec01 .box h3{
	padding: 0.5em 1em 0.7em;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	background: #1E3F7B;
}
#sec01 .box .txt{
	padding: 38px 30px;
	background: #fff;
}
#sec01 .box .txt p{
	font-size: 1.6rem;
	line-height: 1.9;
	font-weight: normal;
}
#sec01 .box .btn a{
	width: 400px;
	margin: 50px auto 0;
	box-shadow: none;
}

@media screen and (max-width: 840px){
	#sec01{
		padding: 10% 0;
		background: url(../img/index/bg03.jpg) repeat-y center top;
		background-size: 400% auto;
	}
	#sec01 h2{
		font-size: 2rem;
	}
	#sec01 h2:after{
		height: 2px;
	}
	#sec01 .box + .box{
		margin-top: 5%;
	}
	#sec01 .box h3{
		font-size: 1.6rem;
	}
	#sec01 .box .txt{
		padding: 5%;
	}
	#sec01 .box .txt p{
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#sec01 .box .btn a{
		width: 100%;
		margin: 2em auto 0;
		box-shadow: none;
	}
}