/* .ec-layoutRole {
    min-width: 1350px;
} */
.front_page .ec-layoutRole {
    min-height: auto;
}
.front_page .ec-layoutRole__contents {
    display: flex;
}
.front_page .ec-layoutRole .ec-layoutRole__contents,
.other_page .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    margin: 30px 0;
}
.front_page .ec-layoutRole .ec-layoutRole__left,
.other_page .ec-layoutRole .ec-layoutRole__left{
    max-width: 100%;
    width: 305px;
}
.front_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 79%;
    margin: 0 40px;
    max-width: 100%;
}
.product_page .ec-layoutRole .ec-layoutRole__contents,
#page_product_compare .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
}
.ec_categoryRole {
    display: flex;
    justify-content: space-between;
}
.top_block_ttl {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #3f3f3f;
}
.top_secinner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
@media (max-width: 1400px) {
    /* .front_page .ec-layoutRole .ec-layoutRole__left, .other_page .ec-layoutRole .ec-layoutRole__left {
        max-width: 100%;
        width: 25%;
    } */
    .front_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 70%;
    }
}
@media (max-width: 930px) {
    .ec-layoutRole {
        min-width: 100%;
    }
    .front_page .ec-layoutRole .ec-layoutRole__left, .other_page .ec-layoutRole .ec-layoutRole__left {
        width: 30%;
    }
    .front_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
        margin: 0 20px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
   
    .front_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
        margin: 0;
    }
    .top_secinner {
        width: 90%;
    }
    
}