@charset "UTF-8";

/*******************************
spec
 *******************************/
.spec__intro {
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.spec__title {
    margin-bottom: 20px;
    font-size: 2rem;
}

.spec__lead {
    font-size: 1.5rem;
}

.spec__body {
    margin-top: 50px;
    background: #000;
}

.spec__body-inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
}

.spec__table-wrap {
    margin-top: 30px;
    color: #fff;
}

.spec__table {
    width: 100%;
}

.spec__table-caption {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
}

.spec__table {
    border-top: 1px solid #fff;
}

.spec__table-row {
    border-bottom: 1px solid #fff;
}

.spec__table-head {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.spec__table-data {
    padding: 5px;
    padding-left: 10px;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
    .spec__title {
        margin-bottom: 40px;
        font-size: 2.3rem;
        text-align: center;
    }

    .spec__lead {
        font-size: 1.6rem;
    }

    .spec__body {
        margin-top: 80px;
    }

    .spec__body-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 940px;
        padding: 50px 0;

        gap: 20px;
    }

    .spec__table-wrap {
        margin-top: 0;
    }
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
    .spec__title {
        font-size: 2.7rem;
    }

    .spec__lead {
        line-height: 1.9;
        text-align: center;
    }

    .spec__table-head {
        font-size: 1.7rem;

        padding-inline: 20px;
    }

    .spec__table-data {
        font-size: 1.7rem;

        padding-inline: 20px;
    }
}

/*******************************
features
 *******************************/

.features {
    width: 90%;
    max-width: 1000px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

.features__title {
    font-size: 3rem;
    text-align: center;
}

.features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;

    row-gap: 50px;
}

.features__item {
    width: 100%;
}

.features__point-label {
    display: block;
    width: 104px;
    padding: 3px 0;
    background: #00a7eb;
    color: #fff;
    text-align: center;
}

.features__point-title {
    display: block;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #00a7eb;
    font-weight: 600;
    text-align: center;
}

.features__point-description {
    margin-top: 20px;
    font-size: 1.5rem;
}

.features__point-figure {
    margin-top: 32px;
    text-align: center;
}

.features__point-figure img {
    display: inline;
}

.features__detail-info {
    max-width: 1000px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    background: #f5f5f5;
}

.features__detail-info-label {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background: #00a7eb;
    color: #fff;
    font-weight: bold;
}

.features__detail-info-text {
    padding: 15px;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
    .features__item {
        width: 48%;
    }

    .features__item.-last {
        width: 100%;
    }

    .features__item.-last .features__point {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .features__item.-last .features__point-txt {
        width: 48%;
    }

    .features__item.-last .features__point-figure {
        width: 48%;
        margin-top: 0;
    }

    .features__detail-info {
        margin-top: 40px;
        padding-top: 15px;
    }

    .features__detail-info-label {
        font-size: 1.5rem;
    }

    .features__detail-info-text {
        padding: 20px;
        font-size: 1.5rem;
    }
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
    .features {
        margin-top: 64px;
    }

    .features__list {
        margin-top: 40px;
    }


    .features__item {
        width: 47%;
    }

    .features__point-description {
        margin-top: 32px;
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .features__point-title {
        padding: 8px 0;
        font-size: 2rem;
    }

    .features__item.-last .features__point-txt {
        width: 47%;
    }

    .features__item.-last .features__point-figure {
        width: 47%;
    }

    .features__detail-info {
        margin-top: 60px;
        padding-top: 30px;
    }

    .features__detail-info-label {
        width: 90%;
        font-size: 1.6rem;
        text-align: center;
    }

    .features__detail-info-text {
        padding: 30px 100px;
        font-size: 1.6rem;
    }
}
