

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: #626b6e;
    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: #626b6e;
    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;*/
}

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




.simage {
    width: 100%;
}


/*  */
#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;
}


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

#inquiryFormWrap {
    max-width: 650px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}
#inquiryForm {
    display: inline-block;
    width: 100%;
}#inquiryForm label .small {
    font-weight: normal;
    color: #9e9e9e;
}
.submitBtn {
    margin-top: 2em;
}

#inquiryOverview {
    text-align: left;
    margin: 1em 0;
    padding: 10px;
    border-top: 1px solid #eee;

}#inquiryOverview ul {
    list-style: circle;
}


/*==========  非モバイル・ファーストの場合  ==========*/
 
/* 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) {
    
}






