@charset "UTF-8";

/*******************************

学園のベルマーク運動Css

*******************************/
/*-----------------------------
command
-----------------------------*/
.campaign .wrap-common > p{
    max-width: 815px;
    margin: 60px auto 80px;
}

.campaign .flex{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

/***キャプション付き写真リスト***/
.list-img{
    margin-right: -40px;
}
.list-img li{
    margin-bottom: 30px;
    padding-right: 40px;
    width: 33.333%;
}
.list-img li.large{
    width: 50%;
}
.list-img figcaption{
    margin-top: 10px;
    text-align: left;
}

.list-img figcaption:before{
    content: "\f138";
    font-family: FontAwesome;
    color: #e68e68;
    margin-right: 5px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .list-img{
        margin-right: -30px;
    }
    .list-img li{
        width: 50%;
        padding-right: 30px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .list-img li{
        width: 100%;
    }
}

/***テキストのみリストブロック***/
.list-text {
    text-align: left;
    border: solid 1px #99b752;
    border-bottom: none;
}
.list-text li{
    border-bottom: solid 1px #99b752;
    padding: 10px 15px;
}


/***２カラムコンテンツ***/
.flex.col2{
    margin-right: -40px;
}
.flex.col2 .item{
    width: 50%;
    padding-right: 40px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .flex.col2 .item{
        width: 100%;
        margin-bottom: 20px;
    }
}


/*-----------------------------
.sec01
-----------------------------*/
.sec01 .label{
    color: #70941d;
    background: #f4f7ed;
    border: solid 1px #99b752;
    border-bottom: none;
    padding: 15px;
}

/*-----------------------------
.sec02
-----------------------------*/
.sec02 .list-img{
    margin-top: 30px;
}

