@font-face {
    font-family: "fontFamily-R";
    src: url(../style/fonts/default/MiSans-Normal.woff2) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "fontFamily-R";
}
@media screen and (min-width: 1400px){
    html {
        font-size: 10px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1400px){
    html {
        font-size: 0.7142857143vw;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 62.5%;
    }
}

.pc-show {
    display: block;
}
.phone-show {
    display: none;
}

.text-justify {
    text-align: justify !important;
}

.lp-learn-more {
    max-width: 360px;
    width: 100%;
    border-radius: 12px;
    background: #A50000;
    margin: 0 auto;
}
.lp-learn-more._fixed {
    position: fixed;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 20;
}

.lp-learn-more[data-size="small"] {
    width: 144px;
}

.lp-learn-more .-wrapper {
    padding: 16px 8px 8px;
}
.lp-learn-more[data-size="small"] .-wrapper {
    padding: 8px 4px 4px;
}
.lp-learn-more .-wrapper .tit {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: white;
}
.lp-learn-more .-wrapper ._btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.lp-learn-more[data-size="small"] .-wrapper ._btn{
    margin-top: 8px;
}
.lp-learn-more .-wrapper ._btn a{
    cursor: pointer;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #1E1E1E;
    border-radius: 8px;
    opacity: 1;
    text-decoration: none;
}
.lp-learn-more .-wrapper ._btn a:hover {
    text-decoration: underline;
}

.-relative {
    position: relative;
}

.sk-btn {
    cursor: pointer;
    display: inline-block;
    --color: white;
    --bg: #A50000;
}
.sk-btn._black {
    --color: #1E1E1E;
    --bg: white;
}
.sk-btn.-absolute {
    position: absolute;
}

.sk-btn a{
    display: inline-flex;
    min-width: calc(184 / 1920 * 100vw);
    height: calc(54 / 1920 * 100vw);
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: calc(16 / 1920 * 100vw);
    line-height: calc(24 / 1920 * 100vw);
    background: var(--bg);
    border-radius: calc(36 / 1920 * 100vw);
    text-decoration: none;
}
.sk-btn a:hover {
    text-decoration: underline;
    opacity: 1;
}
.sk-btn a:before {
    content: '';
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw);
    background: url(/static/pages/image/azbil/nala/download_white.png) center center no-repeat;
    background-size: contain;
    margin-right: calc(8 / 1920 * 100vw);
}
.sk-btn._black a:before {
    background: url(/static/pages/image/azbil/nala/download_black.png) center center no-repeat;
    background-size: contain;
}

.sk-wrapper {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}
.sk-wrapper.fillWidth {
    max-width: 100%;
}
.sk-img-cover {
    object-fit: cover;
}
.sk-img {
    width: 100%;
    height: auto;
}
.mb64 {
    margin-bottom: 6.4rem;
}
.mt96 {
    margin-top: 9.6rem;
}
.mt32 {
    margin-top: 3.2rem;
}
.mb96 {
    margin-bottom: 9.6rem;
}

.banner-mqv-btn {
    left: 18.7%;
    top: 53.5%;
}

.banner-svg-btn {
    left: 50%;
    top: 30.5%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.banner-h3c-btn {
    left: 18.7%;
    top: 48.5%;
}
.banner-f4q-btn {
    left: 18.7%;
    top: 75.5%;
}

.banner-c1a-btn {
    left: 50.5%;
    top: 83.5%;

}

.banner-aur-btn {
    margin-top: calc(30 / 1920 * 100vw);
}



/*移动端*/
@media screen and (max-width: 800px){
    .pc-show {
        display: none;
    }
    .phone-show {
        display: block;
    }

    .lp-learn-more {
        width: calc(100% - 28px);
        margin: 0 auto;
    }
    .lp-learn-more._fixed {
        display: none;
    }
    .mt0-m {
        margin-top: 0;
    }
    .mt16-m {
        margin-top: 1.6rem;
    }
    .mb72-m {
        margin-bottom: 7.2rem;
    }


    .sk-btn a{
        min-width: calc(128 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        border-radius: calc(36 / 375 * 100vw);
    }
    .sk-btn a:before {
        width: calc(24 / 375 * 100vw);
        height: calc(24 / 375 * 100vw);
        margin-right: calc(8 / 375 * 100vw);
    }

    .banner-mqv-btn {
        left: 6.7%;
        top: 36.5%;
    }

    .banner-svg-btn {
        left: 50%;
        top: 36.5%;
    }

    .banner-h3c-btn {
        left: 6.7%;
        top: 31.5%;
    }

    .banner-f4q-btn {
        left: 50%;
        top: 86.5%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

    .banner-c1a-btn {
        top: 80.5%;
        left: 25%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

    .banner-aur-btn {
        margin: calc(20 / 375 * 100vw) 0;
    }

}

