/* カスタマイズ用CSS */

.ec-productItemRole .ec-productItemRole__image {
    margin-bottom: 1rem;
}

.ec-headPromotionRole .ec-slickContainer .caption {
    text-shadow: 0 0 5px #000000;
}
.slick-slider .slick-dots li.slick-active {
    background-color: #d0bad9;
}

.ec-footerTitle {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ec-footerGuide .ec-footerGuide__item {
    justify-content: left;
}
.ec-footerTitle .ec-footerTitle__logo {
    font-size: 1em;
}
.ec-newsRole__newsColumn {
    flex: auto;
}

#AmazonPayButton img {
    width: auto;
}
#amazon_payWidget {
    margin-bottom: 30px;
}

.ec-blockBtn--cartin {
  background-color: #d41d17;
  border-color: #d41d17;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.line:hover {
    background-color: #78c828;
}

.ec-productRole__btn button.contact {
    display: none;
}

.ec-productRole__freearea {
    line-height: 2;
}
.ec-productRole__freearea h3,
#RelatedProduct-product_area h3 {
    font-family: Yu Mincho,YuMincho,serif;
    font-weight: 700;
    border-bottom: 2px solid #636363;
    padding-bottom: 13px;
    margin: 20px 0;
}
.ec-productRole__freearea table {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.ec-productRole__freearea table tr td {
    background-color: #ffffff;
    padding: 15px 20px;
    border-bottom: 1px solid #c7c7c7;
}
.ec-productRole__freearea table tr td:first-child {
    background-color: #252525;
    color: #ffffff;
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
}

#RelatedProduct-product_area p {
    margin-bottom: 0;
}
#RelatedProduct-product_area a {
    color: #252525;
}

.ec-orderPayment img {
    width: auto;
    max-width: 100%;
    padding: 15px 0 0 0;
}
.ec-orderPayment p.paymentdetail {
    margin:0 0 10px 0;
    padding:5px 0 10px 0;
    border-bottom:1px #ccc dashed;   
}
.ec-orderCoupon p {
    margin-top: 10px;
}

.holistic-notice {
    line-height: 2;
}
.holistic-notice .page-title {
    margin-bottom: 50px;
}
.holistic-notice ul {
    margin: 40px 0;
}
.holistic-notice ul li {
    list-style: none none;
}

.question_title {
    font-weight: bold;
    margin: 15px 0;
}
.question .q {
    border-bottom: 1px solid #ecedee;
    padding: 15px 0;
    margin-bottom: 15px;
}
.question .a {
    margin-bottom: 30px;
}

@media screen and (min-width:768px){
    .ec-topicRole {
        padding: 40px 0;
        background-color: #ecedee;
    }
    .ec-headPromotionRole .ec-slickContainer .caption {
        padding-left: 70px;
        padding-bottom: 4rem;
    }
    .ec-productRole__freearea {
        width: 60%;
        margin: 60px auto;
    }
    #amazon_payWidget__address {
        float: left;
        margin-right: 30px;
    }
    .ec-orderPayment img {
        padding: 15px 0 0 28px;
    }
    .ec-orderPayment p.paymentdetail  {
        padding:5px 0 10px 28px;
    }
}

@media screen and (max-width:767px){
    .ec-productRole__tab__content__item iframe {
        max-width: 100%;
    }
    .ec-headPromotionRole .ec-slickContainer .caption {
        font-size: 1rem;
        padding-right: 6.25vw;
        text-shadow: 0 0 3px #000000;
    }
    .ec-topicRole {
        padding: 20px 0;
    }
    .ec-productRole__freearea table {
        border-top: none;
    }
    .ec-productRole__freearea table tr td {
        display: block;
        padding: 10px 15px;
        border-bottom: none;
    }
    .ec-productRole__freearea table tr td:first-child {
        padding: 10px 15px;
        border-bottom: none;
    }
    #RelatedProduct-product_area {
        margin: 30px 0 0;
        padding: 0;
    }
}