/* カスタマイズ用CSS */
/* Custom */
.ec-headerNaviRole {
    padding-bottom: 0;
}
.ec-headerNavSP {
    background: none;
    color: #f5f8f5;
    padding: 8px;
    width: 33px;
    height: 33px;
    top: 4px;
    left: 6px;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}
.ec-headerRole__caption {
    color: #fff;
    background-color: #639762;
    font-size: 2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    z-index: 99;
    height: 42px
}
.ec-headerRole__caption img {
    padding-bottom: 6px;
}
.ec-layoutRole__header {
    margin-top: 42px;
}
.ec-footerRole {
    background: #213321;
}
.ec-drawerRole {
    background: #213321;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #213321;
}
@media only screen and (min-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .ec-headerNaviRole__right .ec-headerNav {
        display: none;
    }
}

/*
 * TOP ページ
 */
.ec-newItemRole .ec-inlineBtn--action {
    height: 10rem;
    padding-top: 4rem;
}
.ec-sample_calendar {
    background-color: #639762;
}
.ec-welcomeMsg .order-info--actions .ec-blockBtn--approve {
    background-color: #fe9b56;
    border-color: #fe9b56;
}
.ec-welcomeMsg .order-info--actions .ec-blockBtn--approve:hover {
    background-color: #fe6e0a;
    border-color: #fe6e0a;
}
/* カート -------------------------------------------------------------------------*/
.ec-cartHeader {
    display: table-row;
}
.ec-cartRow .ec-cartRow__contentColumn {
    text-align: center;
}
.ec-cartRow .ec-cartRow__summary {
    margin-left: 0;
}
.ec-cartRow .ec-numberInput input {
    margin-bottom: 0;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.ec-cartRow .ec-cartRow__contentColumn {
    display: table-cell;
}
.ec-cartRow .ec-cartRow__amountColumn {
    display: table-cell;
}
/* FAQ -------------------------------------------------------------------------*/

.faq_list li {
    padding: 30px 50px;
    background: #fff;
    border: 3px solid #CFCBC6;
    border-radius: 10px;
    position: relative;
}
.faq_list li:nth-child(n+2) {
    margin-top: 40px;
}
.faq_list li:after {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(150,138,118,0.15);
    border-radius: 10px;
    z-index: -1;
}
.faq_list li .q {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    color: #515F4D;
    margin-bottom: 20px;
    padding-left: 55px;
    position: relative;
}
.faq_list li .q span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    background: #515F4D;
}
.faq_list li .a {
    margin-left: 55px;
    padding-left: 30px;
    position: relative;
}
.faq_list li .a span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
    .faq_list li {
        padding: 20px;
    }
    .faq_list li:nth-child(n+2) {
        margin-top: 30px;
    }
    .faq_list li .q {
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 40px;
    }
    .faq_list li .q span {
        width: 30px;
    }
    .faq_list li .a {
        margin-left: 15px;
        padding-left: 25px;
    }
    .faq_list li .a span {
        font-size: 16px;
    }
}
