@charset "utf-8";
.productsales .page_bnr{
    background-image: url(../img/service/productsales/main_bg_pc.jpg);
    background-image: -webkit-image-set(url(../img/service/productsales/main_bg_pc.jpg) 1x, url(../img/service/productsales/main_bg_pc@2x.jpg) 2x);
    background-image: image-set(url(../img/service/productsales/main_bg_pc.jpg) 1x, url(../img/service/productsales/main_bg_pc@2x.jpg) 2x);
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .productsales .page_bnr{
        background-image: url(../img/service/productsales/main_bg_sp.jpg);
        background-image: -webkit-image-set(url(../img/service/productsales/main_bg_sp.jpg) 1x, url(../img/service/productsales/main_bg_sp@2x.jpg) 2x);
        background-image: image-set(url(../img/service/productsales/main_bg_sp.jpg) 1x, url(../img/service/productsales/main_bg_sp@2x.jpg) 2x);
    }
}
.productsales h2.big {
    font-size: 2.5rem;
    color: var(--bland-color);
    line-height: 1.4;
    margin-bottom: 0.7em;
    text-align: center;
}
.productsales h2 {
    font-size: 1.875rem;
    color: var(--bland-color);
    margin-bottom: 0.6em;
}
.productsales h3 {
    font-size: 1rem;
    margin-bottom: 1em;
    text-align: center;
}
.productsales h3 span {
    font-size: 2.125rem;
    color: var(--bland-color);
}
.productsales .productsales_lead {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
}
.productsales_wide_max {
    max-width: 900px;
    margin: auto;
}
.productsales_border {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.productsales .productsales_lead_small {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
.productsales_img {
    max-width: 760px;
    margin: auto;
}
.bnr_achievement h2 {
    font-size: 1.5rem;
}
.bnr_achievement .btn_wrap {
    display: flex;
    max-width: 600px;
    margin: auto;
}
.bnr_achievement .btn_wrap .ui_btn-white {
    color: #999999;
    border: none;
    font-size: 0.875rem;
    height: 60px;
    width: 280px;
}
.bnr_achievement .btn_wrap .ui_btn_right::after {
    right: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .productsales h2.big {
        font-size: 1.437rem;
        margin-bottom: 0.5em;
    }
    .productsales h2 {
        font-size: 1.25rem;
    }
    .productsales h3 {
        font-size: 0.937rem;
        line-height: 1.4;
    }
    .productsales_lead {
        font-size: 0.875rem;
        line-height: 1.7;
    }
    .productsales_border {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .bnr_achievement .btn_wrap .ui_btn-white {
        font-size: 1rem;
        width: 100%;
        max-width: 690px;
        height: 50px;
    }
    .bnr_achievement .btn_wrap {
        flex-direction: column;
    }
}
.achievement .bnr_achievement h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.2em;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .achievement .bnr_achievement {
        margin: 60px auto;
    }
}
