

section ul {
    list-style: none;
    padding-left: 1.3em;
}
section ul li>i {
    display: inline-block;
    padding: 0 0.2em 0 0;
    margin-left: -1.2em;
    color: darkred;

}

.fa-arrow-down {
    color: #94a571;
    position: absolute;
    display: block;
    width: 50px;
    left: 50%;
    bottom: -50px;
    font-size: 2em;
    margin-left: -25px;
    text-align: center;
    z-index: 20;
    font-style: normal;
}.fa-arrow-down:after {
    background: #94a571;
    content: "";
    position: absolute;
    display: block;
    bottom: 9px;
    left: 50%;
    width: 10px;
    margin-left: -5px;
    height: 60px;
    border-radius: 5px;
}
.fa-arrow-down:nth-child(2n) {
    /*bottom: -22px;*/
}

.row.fulldiv>div {
    /* background: #f6fbea; */
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 15px;
    left: 50%;
    transform: translate(-50% , -50%);
    /*border-top: 1px solid #cbd8af;*/
    border-bottom: 2px solid #96a96d;
    /* border-radius: 5px; */
}

/* pagehead */
#app {
    background: url(../img/topcover.jpg) no-repeat top center !important;
    background-size: contain !important;
}




.simage {
    width: 100%;
}

/**/
#summary1 a.btn {
    margin-top: 2em;
}
/**/


/*  */
#app .fulldiv h3 {
    margin-bottom: 0.5em;
}
#app .fulldiv h3 .num {
    font-size: 1.2em;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #edf1e0;
    line-height: 40px;
    border-radius: 50%;
    margin: 1px auto 0;
    font-family: sans-serif;
}
#summary5 a.btn {
    background: #eeb761;
    padding: 14px 30px;
    margin: 5em 0 10px;
}

section h4 {
    display: inline-block;
    background: #eee;
    padding: 10px;
}

section .explain {
    font-weight: bold;
}

#app>section> div.linksWrap {
    background: #f1f7e4;
    max-width: none;
    padding: 14px;
    min-height: auto;
}#app>section> div.linksWrap a {
    margin: 10px 0 ;
}#app>section> div.linksWrap>div {
    text-align: center;
}

/**/
footer {
    margin-top: 0;
}





/*==========  非モバイル・ファーストの場合  ==========*/
 
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 
}
 
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}
 
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.navbar {
    margin-bottom: 0px;
}

#pagehead {
    background: url(../img/topcover.jpg) no-repeat top center !important;
    background-size: 266% !important;
    min-height: 293px !important;
}


}
 
/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 480px) {
    .row.fulldiv>div {
        /* background: #f6fbea; */
        max-width: 310px;
    }
}
 
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {
    .row.fulldiv>div {
        /* background: #f6fbea; */
        max-width: 280px;
    }
}






