@charset "UTF-8";

/* ************************************************************************
* 
*	---------
*
************************************************************************ */

#spCnt img {
	width: 100%;
}

.imgTtl {
	width:100%;
	margin:0;
	padding: 24% 0;
	border:0;
	background-image: url(/volunteer/s/spcontent/images/img_spcontent_mv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	color: #ffffff;
	text-align: center;
}


/* .kv
----------------------------------------------*/
.kv {
	width:89.33%;
	margin: 0 auto;
}
.kv .lead {
	color:#333;
	margin: 22px 0 40px 0;
}


/* .action
----------------------------------------------*/
.action {
	width: 81.33%;
	margin: 0 auto 45px;
}
.action-item {
	margin-top: 45px;
}
.action-item:first-of-type {
	margin-top: 0;
}
.action-item img {
	margin-bottom: 20px;
}
.action-item .ttl {
	margin-bottom: 8px;
	font-size:0.9375rem;
	color:#333;
}
.action-item .txt {
	font-size:0.75rem;
	line-height: 1.75;
	margin:0;
	margin-bottom: 15px;
}
.action-item .btn-large {
	width:100%;
}
.action-item.new{
 position: relative;
}
.action-item.new:after{
 content: "";
 display: block;
 width: 62px;
 height: 63px;
 background: url(/volunteer/s/spcontent/images/icon_new.png) no-repeat 0 0;
 background-size: 100% auto;
 position: absolute;
 top: 0;
 left: 0;
}
.action-item.new img{
 box-sizing: border-box;
 border: 2px solid #ce2f35;
}

.action-item > a{
	display: block;
	width: 100%;
	height: 100%;
}
.action-item > a:hover{
	opacity: 0.8;
}

.action-item.new > a{
	display: block;
	width: 100%;
	height: 100%;
}

.action-item.new> a:hover{
	opacity: 0.8;
}
/* .sns
----------------------------------------------*/
.sns {
	padding: 25px 0;
	background-color: #cfe6f4;
}
.btn-large.btn-sns {
	display: table;
	width: 92%;
	margin-top: 10px;
	background-color: #ffffff;
}
.btn-large.btn-sns:first-of-type {
	margin-top: 0;
}
.btn-icon-arrow.btn-sns:before {
	position: absolute;
	top: 50%;
	left: 5.8%;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.btn-icon-arrow.btn-sns.btn-sns-tw:before {
	background-image: url(/volunteer/s/spcontent/images/icon_spcontentSns_tw.png);
}
.btn-icon-arrow.btn-sns.btn-sns-fb:before {
	background-image: url(/volunteer/s/spcontent/images/icon_spcontentSns_fb.png);
}
.btn-icon-arrow.btn-sns.btn-sns-yt:before {
	background-image: url(/volunteer/s/spcontent/images/icon_spcontentSns_yt.png);
}
.btn-icon-arrow.btn-sns.btn-sns-insta:before {
	background-image: url(/volunteer/s/spcontent/images/icon_spcontentSns_insta.png);
}
.btn-icon-arrow.btn-sns.btn-sns-line:before {
	background-image: url(/volunteer/s/spcontent/images/icon_spcontentSns_line.png);
}
.btn-icon-arrow.btn-sns:after {
	border-color: #0077c0;
}
.btn-large.btn-sns .btn-txt {
	box-sizing: border-box;
	display: table-cell;
	height: 60px;
	padding: 3.62% 8.19% 3.62% 18%;
	color: #000000;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
}

.banner{
 margin-top: 40px;
 border-top: 1px solid #ccc;
 padding-top: 40px;
}