@charset "utf-8";
/* CSS Document */

/* HEADER
-----------------------------------------*/
.ec-pageHeader{
    margin-top: 40px;
}
.ec-pageHeader h1::before{
    display: block;
    content: url(/html/user_data/assets/img/common/metro_family_order_logo.png);
    text-align: center;
    margin-bottom: 20px;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/* CONTENTS
-----------------------------------------*/
.ec-blockBtn--cancel{
    background: #23ac38;
    border-color: #23ac38;
}
.ec-blockBtn--cancel:hover{
    opacity: 0.7;
    background: #23ac38;
    border-color: #23ac38;
}
.form-check-input:checked {
    background-color: #23ac38;
    border-color: #23ac38;
}


/* FOOTER
-----------------------------------------*/
.ec-footerRole {
    background: transparent !important;
    border-top: none !important;
}
.ec-footerCategory{
    display: none !important;
}
.ec-footerNavi {
    color: var(--bs-body-color);
}
.ec-footerNavi .ec-footerNavi__link a{
    text-decoration: none !important;
}
.ec-footerTitle {
    color: #23ac38;
    padding: 40px 0 !important;
}

@media only screen and (min-width: 768px){
.ec-layoutRole__footer{
    background: url(/html/template/default/assets/img/common/footer_img.jpg) no-repeat top;
    background-size: contain;
    background-color: #e3eec6;
    margin-top: 80px;
}
.ec-footerRole {
    margin-top: 8% !important;
}
.ec-footerRole .ec-footerRole__inner{
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.ec-footerNavi .ec-footerNavi__link a{
    margin: 0 !important;
    padding: 0 20px !important;
    border-right: solid 1px var(--bs-body-color);
}
.ec-footerNavi .ec-footerNavi__link:first-child a{
    border-left: solid 1px var(--bs-body-color);
}
.ec-footerTitle .ec-footerTitle__copyright{
    font-size: 14px;
}
}

@media only screen and (max-width: 767px){
.ec-layoutRole__footer{
    background: url(/html/template/default/assets/img/common/footer_img_sp.jpg) no-repeat top;
    background-size: contain;
    background-color: #e3eec6;
    margin-top: 40px;
}
.ec-footerRole {
    margin-top: 18% !important;
}
.ec-footerRole .ec-footerRole__inner{
    margin: 0 20px;
}
.ec-footerNavi .ec-footerNavi__link a{
    padding: 8px 0;
    font-size: 13px;
}
}
