/* カスタマイズ用CSS */
.ec-blockBtn--action{
    background-color: rgb(95,165,168);
    border: 0px;
}
.ec-blockBtn--action:hover{
    background-color: rgb(55,95,97);
}
.ec-blockBtn--action:focus{
    background-color: rgb(55,95,97);
}

.ec-inlineBtn--action{
    background-color: rgb(95,165,168);
    border: 0px;
}
.ec-inlineBtn--action:hover{
    background-color: rgb(55,95,97);
}
.ec-inlineBtn--action:focus{
    background-color: rgb(55,95,97);
}


.ec-layoutRole .ec-layoutRole__contents {
    max-width:1300px;
}

.ec-productRole{
    max-width:1280px;
}

@media (max-width:768px) {
    .ec-layoutRole__contents{
        max-width:100%;
    }
    .ec-productRole{
        max-width:100%;
    }
}