@charset "UTF-8";

/*=================================
article header
================================ */
.article__header {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .article__header {
        font-size: 2rem;
        margin-top: 90px;
    }
}

/* pc 769px */

/*=================================
section
================================ */
.section1,
.section2 {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 var(--contentPadding);
}

h3 {
    text-decoration: underline;
    margin-top: 30px;
}

.section1 li,
.section2 li {
    margin-top: 30px;
}

.txt__kpi {
    font-size: 1.4rem;
    margin-top: 10px;
}

.content {
    margin-top: 20px;
}

.btn__arrow {
    margin: 40px 4.2%;
}

/* section pc */
@media screen and (min-width: 769px) {

    .section1,
    .section2 {
        font-size: 1.6rem;
        padding: 0 9.7%;
    }

    .txt__kpi {
        font-size: 1.6rem;
    }

    .btn__arrow {
        margin: 60px 9.7%;
    }
}

/* pc 769px */