body {
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-footer-nav {
    background-color: #f6f6f6;
}

.p-footer-nav li {
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.p-footer-nav li + li::before {
    margin: 0 10px;
    content: "|";
}
.p-footer-nav li a {
    color: black;
}
.p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.p-footer-link {
    background-image: url(/site/wp-content/uploads/2020/06/footer_banner-scaled.jpg);
}
.p-footer-link::before {
    background: rgba(0,0,0, 0.300000);
}
.p-info {
    background: #ffffff;
    color: #000000;
}
.p-copyright {
    background: #000000;
}
.p-copyright { 
    height: 60px; 
    color: #fff; 
    font-size: 12px; 
    line-height: 60px; 
    text-align: center; 
}


.p-pagetop {
    background: #0a0a0a;
    
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
    transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
    transition: background 0.2s, opacity 0.35s, transform 0.35s;
    transition: background 0.2s, opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.ec-drawerRole .ec-headerSearch {
    display:none;
}

.ec-layoutRole__contents {
    padding-bottom: 20px;
}


.ec-orderRole__detail>div {
    margin-bottom: 50px;
}

.ec-orderPayment>div.ec-radio>div {
    margin-bottom: 30px;
}

.p-copyright small {
    font-size: 100%;
}