@charset "utf-8";

ul.navi_page li:last-child {
  border-left: none;
}
ul.navi_page li.first {
  border-left: 1px solid #333;
}
.section + .section{
    margin-top: 100px;
}
.wide476 {
    width: calc(476 / 966 * 100%);
}
.flex{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.col-4{
    width: calc(25% - 10.5px);
}
.col-2{
    width: calc(50% - 7px);
}

.block-title{
    margin-bottom: 10px;
}
.product-name strong{
    font-size: 18px;
    
}
figcaption{
    margin-top: 5px;
    font-size: 15px;
}
.btn_sec_type01{
    margin-top: 20px;
}

.product-note{
    margin-top: 5px;
    font-size: 12px;
}
#gate,
#roundaccess,
#clean,
#other {
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
    ul.navi_page li.first {
        border-left: none;
    }
    .sec-inner{
        padding: 10px;
    }
    .wide476{
        width: 100%;
    }
    .col-4{
        width: calc(50% - 7px);
    }
    .col-2{
        width: 100%;
    }
    .col-2-sp{
        width: calc(50% - 7px);
    }
    .block-title{
        font-size: 15px;
    }
    figcaption{
        font-size: 12px;
    }
    .btn_sec_type01{
        margin-top: 10px;
    }
    #gate,
    #roundaccess,
    #clean,
    #other {
    padding-top: 50px;
    margin-top: -50px;
    }
}