@charset "UTF-8";

body {
    width: 100%;
    font-family: "Noto Sans JP", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #494D4E;
    font-size: 16px;
    line-height: 1.5;
    background: linear-gradient(90deg, rgba(167, 223, 249, 1) 0%, rgba(229, 245, 253, 1) 20%, rgba(229, 245, 253, 1) 80%, rgba(167, 223, 249, 1) 100%);
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}


main {
    padding: 24px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    margin: 50px auto 0;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.cmt {
    font-size: 0.8rem;
}

.width100 {
    width: 100%;
}

.flexbox {
    display: flex;
}

.t-center {
    text-align: center;
}

.listDisc {
    list-style: disc;
    margin-left: 1rem;
}

.color_blue {
    color: var(--primary, #00A0E9);
}

.color_red {
    color: #EF6860;
}

/* plan */
.price h1 {
    font-size: 2rem;
}

.price h2 {
    padding-bottom: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary, #00A0E9);
}

.price_txt {
    text-align: center;
}

.plan_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.plan_img_flexbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.ttl_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.price_container {
    display: flex;
    max-width: 1024px;
    width: 100%;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    border-radius: 10px;
    border: 1px solid #80CFF4;
    background: #FFF;
}

.plan_img_flexbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

/* tsuwa */
.tsuwa_img_flexbox {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* option */
.option_time {
    display: flex;
    padding: 3rem 2.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0.8rem;
    background: #E5F5FD;
}

.option_time p {
    color: #494D4E;
    text-align: center;
    font-size: 24px;
}

.txt-big {
    font-size: 2rem;
}

.option_img_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.option_flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.option_img_flexbox {
    display: flex;
    max-width: 586px;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.h3_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.h3_wrapper {
    display: flex;
    padding: 32px 48px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #E5F5FD;
}

.h3_container h3 {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #0051C6;
    color: #FFF;
    border-radius: 0.5rem 0.5rem 0 0;
}

.price .accordion-item {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 1rem;
}

.table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #94DDFF;
}

.table_flex {
    display: flex;
    width: 100%;
}

.table_ttl {
    display: flex;
    width: 30%;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.table_contents {
    display: flex;
    width: 70%;
    height: 80px;
    padding-left: 70px;
    align-items: center;
}

.table_contents {
    position: relative;
}

.table_contents::after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 2px dotted #94DDFF;
    height: 70%;
}

.table_flex:nth-of-type(2) {
    background: var(--freebit-mobile-Biz-WEB-bg_table_primary, #EEFCFF);
}

/* sim */
.sim_accordion_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}


/* invoice */
.invoice-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.invoice-table_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.invoice-table_flex>p {
    position: relative;
    display: flex;
    width: 33.3%;
    height: 80px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


.bg-glay {
    background: var(--freebit-mobile-Biz-WEB-setting_glay, #F3F3F3);
}

.bg-blue {
    background: var(--freebit-mobile-Biz-WEB-bg_table_primary, #EEFCFF);
}

.border-t {
    border-top: 1px solid var(--freebit-mobile-Biz-WEB-bg_plan, #94DDFF);
}

.border-l {
    border-left: 1px solid var(--freebit-mobile-Biz-WEB-bg_plan, #94DDFF);
}

.border-r {
    border-right: 1px solid var(--freebit-mobile-Biz-WEB-bg_plan, #94DDFF);
}

.border-b {
    border-bottom: 1px solid var(--freebit-mobile-Biz-WEB-bg_plan, #94DDFF);
}

.radius-tl {
    border-top-left-radius: 0.9rem;
}

.radius-tr {
    border-top-right-radius: 0.9rem;
}

.radius-bl {
    border-bottom-left-radius: 0.9rem;
}

.radius-br {
    border-bottom-right-radius: 0.9rem;
}

.dotted-glay::after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 2px dotted #C4C4C4;
    height: 70%;
}

.dotted-blue::after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 2px dotted #94DDFF;
    height: 70%;
}

.style-none {
    border: none;
}

/* payment */
.payment_img_flexbox {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}


@media screen and (max-width: 767px) {
    main {
        padding: 24px 16px 80px;
    }

    .price_container {
        padding: 48px 16px;
        gap: 1.5rem;
    }

    .price h2 {
        font-size: 24px;
    }

    .price_txt {
        font-size: 1rem;
        text-align: left;
    }

    /* plan */
    .plan_img_flexbox {
        flex-direction: column;
    }

    /* tsuwa */
    .tsuwa_img_flexbox {
        flex-direction: column;
    }

    /* option */
    .option_flexbox {
        flex-direction: column;
    }

    .option_time {
        display: flex;
        padding: 1rem 1.2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.3rem;
        width: 100%;
    }

    .option_time p {
        font-size: 1rem;
    }

    .txt-big {
        font-size: 1.4rem;
    }

    .option_img_flexbox img {
        width: 100%;
    }

    .h3_wrapper {
        padding: 1.4rem 1rem;
    }

    .price .accordion-item {
        padding: 1rem 0;
    }

    .price .accordion-header-item {
        padding: 0 2rem 0 0;
    }

    /* commission */
    .table_flex {
        flex-direction: column;
        width: 100%;
    }

    .table_ttl,
    .table_contents {
        width: 100%;
        height: auto;
        padding: 1rem;
        text-align: center;
        flex-direction: column;
    }

    .table_contents::after {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        border-left: 0;
        border-top: 2px dotted #94DDFF;
    }

    /* invoice */
    .invoice-table_flex:first-of-type>p {
        width: 100%;
    }

    .invoice-table_flex>p {
        width: 50%;
    }

    /* payment */
    .payment_img_flexbox {
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .payment_img_flexbox img{
        width: 17%;
    }
}