/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-eyecatchRole .ec-eyecatchRole__image {
        width: 70%;
    }
}
.product_details_link {
    padding: 8px;
    background: #FF0000;
    text-align: center;
}
.product_details_link a {
    color: #FFFFFF;
    text-decoration: underline;
}