/* 基本設定_start */

.indexContainer {
    padding: 0px;
}

.indexButtonContent {
    text-align: center;
    margin-top: 24px;
}


/* 基本設定_end */


/* index_product_start */

.product-container .col-padding:nth-child(n+5){
    display: none;
}

/* index_product_end */


/* index_Editor_start */

.editor-container {
    padding: 48px 0;
}


/* index_Editor_end */


/* index_news_start */

.indexNewsContent {
    padding: 60px 0px;
}


/* index_news_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 80%;
    }
    /* index_news_end */
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    /* index_banner_start */
    .swiperItem a {
        height: 450px;
    }
    /* index_banner_end */
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 100%;
        padding: 0px 15px;
    }
    .indexNewsDate,
    .indexNewsLink {
        display: block;
        width: 100%;
        padding: 0px 15px;
        border: none;
    }
    .indexNewsDate {
        text-align: left;
        margin-bottom: 10px;
    }
    .indexNewsLink a {
        padding: 0px;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    /* index_news_end */
    .indexcategory-container .category-containerInner .owl-nav .owl-next {
        right: -4px;
    }
    .indexcategory-container .category-containerInner .owl-nav .owl-prev {
        left: -4px;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}