/* ========================================================================

	volunteer
  
======================================================================== */
.box p {
	margin-bottom: 60px;
	line-height: 3;
}

.btn li {
	margin: 0 auto;
	width: 430px;
}

.btn li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../../images/module/top/btn01.png) no-repeat 0 0;
}

.btn li a:hover { background-position: 0 -50px; }


/*----------------------------------------------------------------------------------------------------------------- SP ----*/
@media screen and (max-width: 768px) {
	
.box p {
	margin: 0 auto 50px;
	line-height: 2.6;
	width: 96%;
}
	
.btn li { width: 90%; }
	
.btn li a {
	height: 0;
	padding-top: 11.6279%;
	background-size:100% auto;
}

.btn li a:hover { background-position: 0 100%; }

}


