

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;

}

/* 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: 1.5em;
}

#summary4 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) {
 
}
 
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {
    
}






