

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: #fafbf5!important;
    /* background-size: contain !important; */
}
#pagehead {
    display: none;
}
.panel-default {
    border-color: #ccd2bf;
    border: none;
}.panel-default > .panel-heading {
    color: #626b6e;
    background-color: #fff;
    border-color: #ccd2bf;
    width: 100%;
    border-bottom: none;
    background: #e8ecda;
    margin: 0 auto 1em;
    padding: 15px 1em;
    font-weight: bold;
}
#page-login .panel-default > .panel-heading {
    display:none;
}

.form-control:focus {
    border-color: #c2cca9;
}


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


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


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

/* form common */
.help-block {
    text-align: left;
    font-size: 0.7em;
}
input#zipcode {
    max-width: 8em;
}

.submitBtn {
    margin-top: 2em;
    background: #f76537;
    border-color: #f76537;
}
.submitBtn:hover , .submitBtn:focus{background: #e65122;border-color: #c14923;}

button.loginBtn {
    background: #dfc11e;
    border-color:#e0c21d;
    color: white;
    padding: 5px 20px;
}
button.loginBtn:hover, button.loginBtn:focus {
    background: #bba31e;
    border-color: #9a8617;
}

/* pre register form */
#preRegistFormWrap {
    max-width: 650px;
    width: 100%;
    padding: 4vh 5vw;
    margin: 0 auto;
    border: 1px solid #e1e6db;
    background: #fffffd;
    border-radius: 10px;
}
#preRegistForm {
    display: inline-block;
    width: 100%;
}#preRegistForm label .small {
    font-weight: normal;
    color: #9e9e9e;
}
#setLatLngBtn {
    display: none;
}

/* loginForm */
#loginForm .checkbox {
    
}
#loginForm .checkbox label {
    margin-left: 5px;
}

/* flush message */
.bigStatusIcon{
    display: block;
    font-size: 3em;
    margin-bottom: 15px;
}

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






