.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .features {
        gap: 42px;
        padding-top: 0;
    }
}

.features__title__text {
    color: #1C1C1C;
    text-align: center;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

@media (min-width: 768px) {
    .features__title__text {
        font-size: 28px;
        line-height: 140%;
    }
}

.features__blue__text {
    color: #0046FF;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
}

@media (min-width: 768px) {
    .features__blue__text {
        font-size: 36px;
        line-height: 45px;
    }
}

.features__list {
    display: flex;
    justify-content: center;
    gap: 8px;
}

@media (min-width: 768px) {
    .features__list {
        gap: 12px;
    }
}

.features__list__item {
    position: relative;
    width: 115px;
    height: 100%;
    background-color: #FFF8DC;
    border-radius: 4px;
    border: 2px solid #1C1C1C;
}

@media (min-width: 768px) {
    .features__list__item {
        width: 180px;
    }
}

.features__list__item__heading {
    position: absolute;
    width: 100px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px 2px 0 0;
    background-color: #1C1C1C;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

@media (min-width: 768px) {
    .features__list__item__heading {
        font-size: 15px;
        width: max-content;
        max-width: 135px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.features__list__item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #1C1C1C;
    text-align: center;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

@media (min-width: 768px) {
    .features__list__item__content {
        gap: 12px;
        font-size: 18px;
        line-height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.features__list__item__content__second__line {
    color: #F85C07;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

@media (min-width: 768px) {
    .features__list__item__content__second__line {
        font-size: 30px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .features__list__item__content__third__line {
        font-size: 18px;
        line-height: 14px;
    }
}
