@charset "UTF-8";


.pc{
    display: none;
}
.sp{
    display: block;
}

.volunteerHeader{
    width: 100%;
    margin: 30px auto 0;
    background-repeat: repeat-x;
}
.volunteerHeader img{
    width: 100%;
}
.volunteerHeader .copytextImg.sp{
   margin: 0 auto;
    width: 95%;
}
h2{
    float: none;
    width: 90%;
    margin: 0 auto;
}
.copytext{
    margin-bottom: 5px;
}
.volunteerHeaderInner{
    float: none;
    width: 95%;
    margin: 0 auto;
}
.headerText:after,.volunteerHeaderInner:after,.volunteerConts:before,.volunteerConts:after{
    display: none;
}
.headerText br{
    display: none;
}
.headerText br.br-sp{
    display:inherit;
}

/*概要・活動*/
.volunteerConts{
    width: 100%;
    background: none;
    padding: 0;
    margin: 30px 0 20px;
}
.volunteerContsTitle,.activiityBox .volunteerContsTitle{
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    border-bottom: 3px solid #DF747E;
    margin: 0 auto;
}
.volunteerContsInner{
    border: none;
    width: 100%;
    padding: 30px 0 0;
}
.volunteerContsInner ul{
    width: 100%;
}
.volunteerContsInner ul li{
    padding: 0 5% 15px 100px;
}
.volunteerContsInner ul li .item{
    font-size: 13px;
    top: 5px;
}
.volunteerContsInner ul li .detail{
    font-size: 13px;
}
.smallText,.volunteerContsInner ul li a{
    font-size: 12px;
}
.volunteerContsInner ul.detail li{
    font-size: 13px;
    line-height: 1.5;
}
.boldText,.redText{
    font-size: 16px;
    margin-bottom: 10px;
}
.aboutBox{
    margin-bottom: 20px;
}

/*中間画像*/
.betweenImg{
    width: 100%;
    margin-bottom: 30px;
}
.betweenImg img{
    width: 100%;
}

/*活動*/
.activiityLine{
    font-size: 13px;
    width: 100%;
    padding: 0 5% 20px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.activiityImg{
    width: 161px;
    height: auto;
    max-width: 161px;
}
.activiityIcon{
    position: static;
        display: block;
    width: 50px;
    margin: 0 auto 10px;
}
.activiityLine p{
    width: 100%;
    text-align: center;
    padding: 0 15px 0 0;
    letter-spacing: 0;
}

/*応募*/
.applyConts{
    padding: 30px 0 15px;
}
.applyConts .applyBtn{
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}
.applyText{
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
}

/*注意事項*/
.attentConts {
    width: 90%;
    margin: 30px auto;
}
.attentTitle{
    font-size: 16px;
    margin-bottom: 10px;
}
.attentConts ul {
    padding-left: 10px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.attentConts ul li{
    font-size: 12px;
    line-height: 1.8;
}
.attentText{
    font-size: 12px;
}
.contBtn{
    position: static;
    text-align: center;
    width: 140px;
    margin: 20px auto 0;
    display: block;
}
.attentConts a img{
    width: 100%;
}
