@charset "UTF-8";

sup {
    font-weight: normal;
    top: -0.3em;
}

a {
    color: var(--primary);
    font-weight: bold;
}

@media (hover: hover) {
    a:hover {
        color: var(--black);
    }
}

.ttl--h1 {
    font-size: 32px;
    line-height: 1.3;
    padding: 0 0 16px;
    border-bottom: var(--neutral-100) solid 1px;
    width: 100%;
    max-width: 1024px;
    text-align: left;
}

.ttl--h2 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 32px;
    word-break: keep-all;
}

.ttl--subtitle {
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin: 0 0 8px;
}

@media (max-width: 767px) {
    .ttl--h1 {
        font-size: 28px;
    }

    .ttl--h2 {
        font-size: 28px;
    }
}

.section {
    padding: 80px 32px;
    width: 100%;
}

.section__inner {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section {
        padding: 40px 16px;
    }
}

.annotation_box a {
    color: var(--primary);
}

@media (hover: hover) {
    .annotation_box a:hover {
        color: var(--black);
    }
}

.button__group {
    display: flex;
    gap: 32px;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}

@media (max-width: 768px) {
    .button__group {
        flex-direction: column;
    }
}

/* パンクズ */
.breadcrumb {
    width: 100%;
}

.breadcrumb li {
    display: inline-block;
    float: left;
    color: #b2c5e0;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
}

.breadcrumb li:not(:last-child):after {
    content: " > ";
    color: var(--primary);
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

/* カードデザイン */
.card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background: var(--background-gray);
    display: flex;
    flex-direction: column;
}

.card--blue {
    background: var(--background-blue);
}

.card .price__ttl {
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--neutral-200);
    display: flex;
    justify-content: space-between;
}

.card .price__row {
    font-size: 16px;
    width: 100%;
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
}

.card .price__row:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .card {
        padding: 20px 16px;
    }

    .card .price__ttl {
        font-size: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid;
    }

    .card .price__row {
        font-size: 14px;
        width: 100%;
        margin: 8px 0;
    }
}

.fv {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

/* 料金
--------------------------------*/
.price__label {
    font-size: 20px;
    line-height: 1.3;
    color: var(--neutral-600);
    letter-spacing: 1px;
    text-align: center;
    margin: 32px 0 0;
}

.price__value {
    margin-top: 8px;
    color: var(--secondary);
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    line-height: 1;
    text-align: center;
    font-size: 150px;
    font-weight: bold;
}

.price__unit {
    font-size: 0.5em;
    padding: 0 0 12px;
}

.price__unit sup {
    font-size: 0.4em;
    top: 0;
}

.price__note-box {
    width: -moz-max-content;
    width: max-content;
    margin: 8px auto 64px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--neutral-700);
    background: var(--background-gray);
    padding: 8px 16px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .price__value {
        font-size: 100px;
    }

    .price__label {
        font-size: 20px;
        margin: 32px 0 0;
    }

    .price__number {
        font-size: 100px;
    }

    .price__unit {
        font-size: 54px;
    }
}

.reason {
    padding: 0;
}

.reason .ttl--h2 {
    margin: 0;
}

.reason .section__inner {
    background: var(--background-blue);
    padding: 40px 32px;
    border-radius: 16px;
    max-width: 672px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.reason__text p {
    margin: 8px 0;
}

@media (max-width: 768px) {
    .reason {
        padding: 0 16px;
    }
}

.included-services {
    margin: 80px 0 0;
    background: var(--background-blue);
}

.included-services .section__inner {
    max-width: 1024px;
}

@media (max-width: 768px) {
    .included-services {
        margin-top: 40px;
    }
}

.service-card {
    background: var(--white);
    padding: 24px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.service-card__inner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.service-card__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin: 32px 0 0;
    box-shadow: 0 0 32px 0 rgba(0, 159, 255, 0.08);
}

.service-card__icon img {
    max-width: none;
}

.service-card__body h3 {
    font-size: 20px;
    margin: 0 0 8px;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .service-card__list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
}

@media (max-width: 1024px) and (max-width: 672px) {
    .service-card__list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}


/* お支払い金額
--------------------------------*/
.payment .section__inner {
    padding-bottom: 80px;
    border-bottom: var(--neutral-100) solid 1px;
}

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

.payment__monthly h3 {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}

.payment .price__value {
    font-size: 120px;
}

.payment__initial {
    margin: 16px 0 80px;
}

.payment__initial h3 {
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--neutral-200);
}

.payment__main-price {
    color: var(--secondary);
    font-family: "Urbanist", sans-serif;
    line-height: 1;
}

.payment__note-box {
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--neutral-700);
    background: var(--background-gray-transparent);
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
}

.payment .accordion__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
}

.payment__image {
    margin: 0 0 32px;
}

.payment__image .accordion_contents {
    padding: 16px 0;
}

.payment__image--head {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: var(--neutral-200) solid 1px;
}

.payment__image .price__row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.payment__image .senior .payment__image--head h3 span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .payment {
        padding-bottom: 0;
    }

    .payment .section__inner {
        padding-bottom: 40px;
    }

    .payment .price__number, .payment .price__value {
        font-size: 80px;
    }

    .payment .price__unit {
        font-size: 40px;
    }

    .payment__initial {
        margin-bottom: 40px;
    }

    .payment__image {
        padding-top: 40px;
        border-top: var(--neutral-100) solid 1px;
    }
}

/* オプションサービス
--------------------------------*/
.option .section__inner {
    padding: 0 0 80px;
    border-bottom: var(--neutral-100) solid 1px;
}

.option-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.3;
    gap: 8px;
}

.option-card__head h3 {
    flex: 1;
    line-height: 1.3;
    word-break: keep-all;
}

.option-card__head p {
    line-height: 1;
}

.option-card__head p span {
    font-size: 12px;
}

.option-card__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.option-card__text {
    font-size: 16px;
}

.option--text {
    margin: 32px 0;
}

@media (max-width: 768px) {
    .option .section__inner {
        padding: 0 0 40px;
    }

    .option-card__head {
        font-size: 18px;
    }

    .option-card__list {
        gap: 16px;
    }

    .option-card__text {
        font-size: 14px;
    }
}

/* 通話料
--------------------------------*/
.call-charge {
    padding: 0 32px;
}

.call-charge .section__inner {
    padding: 0 0 80px;
    border-bottom: var(--neutral-200) solid 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.call-charge__box h3 {
    font-size: 18px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--neutral-100);
}

@media (max-width: 768px) {
    .call-charge {
        padding: 0 16px;
    }

    .call-charge .section__inner {
        padding: 0 0 40px;
    }
}

/* 各種手数料
--------------------------------*/
.fees .section__inner {
    padding: 0 0 80px;
    border-bottom: var(--neutral-100) solid 1px;
}

.fees .annotation_box {
    margin: 8px 0 0;
}

.fees .price__row {
    padding-bottom: 16px;
    border-bottom: var(--neutral-200) 1px solid;
    align-items: center;
}

.fees .price__row:nth-last-of-type(1) {
    border: none;
    padding: 0;
}

@media (max-width: 768px) {
    .fees .section__inner {
        padding: 0 0 40px;
    }
}

/* プランは2つ
--------------------------------*/
.plan {
    padding: 0 32px;
}

.plan .section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 0 80px;
    border-bottom: var(--neutral-200) solid 1px;
}

.plan-card__list {
    width: 100%;
    max-width: 672px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.plan-card__list a {
    flex: 1;
    width: 100%;
    background: var(--background-blue);
    border-radius: 16px;
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 0 16px;
    transition: .3s;
}
.plan-card__list a.android {
    background: #F5FCE6;
}

.plan-card__list h3 {
    text-align: center;
    font-size: 28px;
    position: relative;
    top: -12px;
}

.plan-card__list .android h3 {
    color: var(--success-700);
}

.plan-card__list h3 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

@media (hover: hover) {
    .plan-card__list a:hover {
        opacity: .6;
    }
}

@media (max-width: 680px) {
    .plan {
        padding: 0 16px;
    }

    .plan .section__inner {
        padding: 0 0 40px;
    }

    .plan .ttl--h2 {
        margin-bottom: 0;
    }

    .plan-card__list {
        max-width: 496px;
        gap: 16px;
    }

    .plan-card__list a {
        flex-direction: column;
        gap: 16px;
        padding: 16px 16px 0 16px;
    }

    .plan-card__list h3 {
        font-size: 24px;
        top: auto;
    }

    .plan-card__list h3 span {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .plan-card__list img {
        width: 80px;
        height: 60px;
        object-fit: cover;
        object-position: top;
    }
}

/* よくある質問
--------------------------------*/
.faq .section__inner {
    padding: 0 0 80px;
    border-bottom: var(--neutral-100) solid 1px;
}

.faq .accordion_faq {
    margin: 0 0 32px;
}

@media (max-width: 768px) {
    .faq .section__inner {
        padding: 0 0 40px;
    }
}


/* こちらもチェック
--------------------------------*/
.more-check {
    padding: 0 32px;
}

.more-check .section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 80px;
    border-bottom: var(--neutral-200) solid 1px;
}

.more-check .boxlink-list img {
    display: none;
}

.more-check .cvButton {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .more-check {
        padding: 0 16px;
    }

    .more-check .section__inner {
        padding: 0 0 40px;
    }
}

/* おトク情報
--------------------------------*/
.special-offer h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.special-offer__copy {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    word-break: keep-all;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 8px;
}

.special-offer__copy span {
    width: -moz-min-content;
    width: min-content;
}

.special-offer__copy::before, .special-offer__copy::after {
    content: "";
    display: block;
    background-image: url(/service/change/img/planlist_comment.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 40px;
}

.special-offer__copy::after {
    transform: scaleX(-1);
}

.special-offer__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 40px 32px;
}
