@charset "utf-8";


#title{background: url(../img/title_bg.png) center top no-repeat;}

#contents{
	background: url(../img/bg.png) center top 200px no-repeat;
	background-size: 100% auto;
}

#contents .text{
	padding: 0 50px 115px;
	position: relative;
}
#contents .text>p{
	margin: 0 auto 1.6em;
}
#contents .text>p.mb{
	margin-bottom: 78px;
}
#contents .text>p:last-child{
	margin-bottom: 0;
}
#contents .text p.img1{
	position: absolute;
	top: 220px;
	right: 0;
	line-height: 0;
}
#contents .btn{
	text-align: center;
	line-height: 0;
}
#contents .btn>a{
	display: inline-block;
	background: #00468c;
	line-height: 46px;
	width: 300px;
	color: #fff;
	font-size: 1.4rem;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .btn>a:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



@media screen and (max-width:767px){
	#contents .text{padding: 0 10px 80px;}
	#contents .text p.img1{position: static;}
}