@charset "UTF-8";

.row .inner{
    max-width:100%;
}
.row .inner.bgPageTitle{
    max-width: 1100px;
}
.row a:hover{
    opacity: .8;
}

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

.volunteerHeader{
    width: 1100px;
    background: url(../images/volunteer/mainBack.png) no-repeat bottom left;
    margin: 55px auto 0;
    padding-bottom: 35px;
}
h2{
    float: left;
    margin-left: 7px;
}
.volunteerHeaderInner{
    float: right;
    width: 553px;
    line-height: 2;
    letter-spacing: 0;
    position: relative;
}
.volunteerHeaderInner:after{
    content: "";
    background: url(../images/volunteer/mainDeco02.png) no-repeat;
    background-size: 309px 96px;
    width: 309px;
    height: 96px;
    position: absolute;
    right: -1px;
    bottom: -106px;
}
.copytext{
    margin: -11px 0 25px;
}
.headerText{
    position: relative;
    padding-left: 5px;
    line-height: 2.15;
    font-size: 1.6rem;
}
.headerText:after{
    content: "";
    position: absolute;
    background: url(../images/volunteer/mainDeco03.png) no-repeat;
    background-size: 43px 46px;
    width: 43px;
    height: 46px;
    right: 36px;
    top: 113px;
}

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

	概要・活動

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

.volunteerConts{
    background: url(../images/volunteer/contBack.png) repeat-y center center;
    position: relative;
    padding: 35px 0 100px;
    width: 1060px;
    margin: 20px auto 0;
}
.volunteerConts:before{
    content: "";
    position: absolute;
    background: url(../images/volunteer/contImg01.jpg) no-repeat;
    background-size: 356px 893px;
    width: 356px;
    height: 893px;
    right: -30px;
    top: 17px;
}
.volunteerConts:after{
    content: "";
    position: absolute;
    background: url(../images/volunteer/contImg02.jpg) no-repeat;
    background-size: 352px 777px;
    width: 352px;
    height: 777px;
    left: -30px;
    bottom: 75px;
}
.volunteerContsTitle{
    font-size: 45px;
    color: #DF747E;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 25px;
}
.volunteerContsInner{
    width: 680px;
    border:3px solid #DF747E;
    background: #fff;
    border-radius: 25px;
    padding: 45px 0 30px;
}
.volunteerContsInner ul{
    width: 600px;
    margin: 0 auto;
}
.volunteerContsInner ul li{
    border-bottom: 1px dotted #575748;
    width: 100%;
    position: relative;
    padding-left: 140px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display:block;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.volunteerContsInner ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.volunteerContsInner ul li .item{
    position: absolute;
    left: 24px;
    top:8px;
    font-size: 1.6rem;
    color: #DF747E;
    line-height: 1;
}
.volunteerContsInner ul li .detail{
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
}
.volunteerContsInner ul li a{
    font-size: 1.5rem;
    text-decoration: underline;
    color: #6BA1D6;
}
.volunteerContsInner ul.detail li{
    font-size: 1.6rem;
    border-bottom: none;
    margin: 0;
    line-height: 1.6;
    padding: 0 0 0 10px;
    width: auto;
}
.volunteerContsInner ul.detail li:before{
    content: "・";
    display: block;
    position: absolute;
    left: -6px;
}
.boldText{
    font-size: 2.0rem;
    color: #333;
    display: block;
    margin-bottom: 6px;
}
.smallText{
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-top: 10px;
    display: inline-block;
}
span + .smallText{
    margin-top: 0;
}
.redText{
    font-size: 2.0rem;
    color: #DF747E;
    display: block;
    margin-bottom: 8px;
}
.aboutBox{
    margin-bottom: 120px;
}
.activiityBox .volunteerContsTitle{
    text-align: right;
}
.activiityBox .volunteerContsInner{
    float: right;
}

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

	活動

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

.activiityLine{
    font-size: 1.9rem;
    border-bottom: 1px dotted #575748;
    padding-bottom: 16px;
    margin: 0 auto 16px;
    display: table;
    width: 600px;
}
.activiityLine:last-child{
    border: none;
    margin-bottom: 0;
}
.activiityLine p{
    display: table-cell;
    vertical-align: middle;
    width: 404px;
    padding-left: 150px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
}
.activiityIcon{
    position: absolute;
    left: 30px;
    top:17px;
}

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

	応募

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

.applyConts{
    width: 100%;
    text-align: center;
    background: #FAE6E8;
    padding: 60px 0 30px;
}
.applyConts .applyBtn{
    display: block;
    border-radius: 10px;
    width: 550px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    background: #DF747E;
    color: #fff;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    line-height: 100px;
    position: relative;
    border-bottom: 5px solid #E1CFD0;
    margin-bottom: 30px;
    text-decoration: none;
}
.applyConts .applyBtn:before{
    content: "";
    position: absolute;
    right: 20px;
    top:50%;
    margin-top: -9.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 14px;
    border-color: transparent transparent transparent #fff;
}
.applyConts .applyBtn:after{
    content: "";
    position: absolute;
    right: 24px;
    top:50%;
    margin-top: -9.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 14px;
    border-color: transparent transparent transparent #DF747E;
}
.applyText{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}

/**/

.finConts {
    padding: 50px;
    background: #FAE6E8;
    color: #666;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    line-height: 1.5em;
}


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

	注意事項

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

.attentConts{
    width: 940px;
    margin: 40px auto 65px;
    position: relative;
}
.attentTitle{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.attentConts ul{
    padding-left: 3px;
}
.attentConts ul li{
    list-style: none;
    font-size: 1.4rem;
    line-height: 2;
    position: relative;
    letter-spacing: 0;
}
.attentConts ul li:before{
    content: "・";
    position: absolute;
    left: -15px;
}
.attentText{
    margin-top: 15px;
    font-size: 1.3rem;
}
.contBtn{
    position: absolute;
    outline: none;
    top:13px;
    right: 0;
}

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

	Retina用背景画像の指定

=========================================*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .volunteerHeader{
    background: url(../images/volunteer/mainBack@2x.png) no-repeat bottom left;
    -webkit-background-size: 792px 19px;
    background-size: 792px 19px;
}
    .volunteerHeaderInner:after{
    background: url(../images/volunteer/mainDeco02@2x.png) no-repeat;
    -webkit-background-size: 309px 96px;
    background-size: 309px 96px;
}
    .headerText:after{
    background: url(../images/volunteer/mainDeco03@2x.png) no-repeat;
    -webkit-background-size: 43px 46px;
    background-size: 43px 46px;
}
.volunteerConts{
    background: url(../images/volunteer/contBack@2x.png) repeat-y center center;
    -webkit-background-size: 162px 10px;
    background-size: 162px 10px;
}
.volunteerConts:before{
    background: url(../images/volunteer/contImg01@2x.jpg) no-repeat;
    -webkit-background-size: 356px 893px;
    background-size: 356px 893px;
}
.volunteerConts:after{
    background: url(../images/volunteer/contImg02@2x.jpg) no-repeat;
    -webkit-background-size: 352px 777px;
    background-size: 352px 777px;
}
}
