@charset "UTF-8";

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

学園のベルマーク運動Css

*******************************/
.list .wrap-common > p{
    max-width: 815px;
    margin: 60px auto 80px;
    text-align: center;
}

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


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.list .wrap-common > p{
    text-align: left;
}
}


/*-----------------------------
ul
-----------------------------*/
.list-wrap li{
    padding: 40px 5%;
}

.list-wrap li:nth-child(odd){
    background: #f4fbf5;
}

.list-wrap dl {
    width: 55%;
    text-align: left;
}
.list-wrap dt {
    font-size: 110%;
    margin-bottom: 10px;
}
.list-wrap dt:before{
    content: "\f111";
    font-family: FontAwesome;
    color: #77b574;
    margin-right: 5px;
}

.list-wrap dt span{
    display: inline-block;
    padding-left: 20px;
    color: #77b574;
}

.list-wrap dd {
    line-height: 1.5;
}
.list-wrap figure {
    margin: 0;
    width: 35%;
    text-align: right;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.list-wrap dl {
    width: 100%;
}

.list-wrap figure {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
}
}


