@charset "utf-8";

main .btn--lg {
    position: relative;
    max-width: 360px;
    width: 100%;
    border-radius: 40px;
    font-size: 22px;
    padding: 16px 36px;
}

main .icon-chevron-right-white,
.btn-fixed .icon-chevron-right-white {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    background-size: 26px;
}


@media screen and (max-width: 768px) {
    main .btn--lg {
        max-width: 360px;
        width: 94%;
        font-size: 20px;
    }

    .btn-fixed .btn--secondary .btn__label {
        margin-left: min(16px, -3.4vw);
    }
}

/* features */
.features_text-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: -12px;
}

.features_text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 24px;
}

.features_text em {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

.features_text-none {
    position: relative;
    color: var(--primary);
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}

.features_text-exclamation {
    position: absolute;
    right: -13px;
    font-size: 30px;
    transform: rotate(15deg);
}

/* inexpensive */
.sec_contents:first-of-type {
    position: relative;
}

.sec_contents:first-of-type .float-right {
    position: absolute;
    top: -48px;
    right: -32px;
}

#inexpensive .gradient{
    line-height: 1.3;
}
#inexpensive .movie_wrapper{
    margin: 0 auto;
}
#inexpensive .movie_inner{
    padding: 0;
    margin: 0;
}

.kakeho-image-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kakeho-image {
    display: flex;
    max-width: 516px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.kakeho-image_ttl {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--primary, #00A0E9);
    background: var(--primary, #00A0E9);
    color: var(--white);
    font-weight: bold;
}

.kakeho-image_contents {
    padding: 18px 20px 22px 26px;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--primary, #00A0E9);
}

.kakeho-otoku {
    display: flex;
    max-width: 303px;
    width: 100%;
    padding: 0 11px 0 6px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 3px solid var(--freebit-mobile-Biz-WEB-tertiary, #0051C6);
    background: var(--freebit-mobile-Biz-WEB-bg_table_primary, #EEFCFF);
}

.kakeho-image-wrapper .triangle {
    background: var(--freebit-mobile-Biz-LOGO-light-blue, #00DAF7);
    width: 24px;
    height: calc(180px / 2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.kakeho-otoku p {
    font-size: 18px;
    color: var(--freebit-mobile-Biz-WEB-tertiary, #0051C6);
    text-align: center;
    font-style: normal;
    font-weight: bold;
}

.kakeho-otoku p .big {
    font-size: 21px;
}

.underline_rela {
    position: relative;
    z-index: 1;
}

.kakeho-otoku .underline_yellow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 8px;
    background: #F4F750;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .features_text em {
        font-size: min(24px, 6vw);
        font-style: normal;
        font-weight: bold;
    }

    .features_text-none {
        position: relative;
        color: var(--primary);
        font-family: "Noto Sans JP";
        font-size: min(28px, 6.6vw);
        font-style: normal;
        font-weight: bold;
    }

    .features_text-exclamation {
        position: absolute;
        top: -2px;
        right: -13px;
        font-size: min(30px, 7.6vw);
        transform: rotate(15deg);
    }

    #inexpensive .gradient {
        font-size: min(30px, 8vw);
    }

    .sec_contents:first-of-type .float-right {
        top: -27px;
        right: 0;
    }

    .kakeho-image-wrapper {
        flex-direction: column;
        max-width: 343px;
        width: 100%;
    }

    .kakeho-image_ttl {
        font-size: 16px;
    }

    .kakeho-image {
        align-items: center;
    }

    .kakeho-image_contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14px 0 24px;
        width: 100%;
    }

    .kakeho-image-wrapper .triangle {
        width: 170px;
        height: calc(50px / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .kakeho-otoku {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 36px 6px;
    }
}

/* worries */

#worries {
    padding-block: 0 80px;
}

.worries_list li {
    font-size: 20px;
    line-height: 1.3;
}

.docomo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.docomo-area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.docomo_txt {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .worries_list li {
        font-size: 16px;
    }

    .docomo_txt {
        font-size: min(24px, 5.8vw);
    }
}