.l-planTb table {
    table-layout: fixed;
}
.l-planTb th:first-child {
    width: 200px;
}
.l-planTb td {
    width: calc((100% - 200px) / 3);
}

.payment-methods span {
    display: block;
}

.tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;
    margin-left: 4px;

    border-radius: 50%;
    background: #003e6c;
    color: #fff;

    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.tooltip-box {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);

    width: 220px;
    padding: 10px;

    border-radius: 6px;
    background: rgba(0,0,0,0.85);
    color: #fff;

    font-size: 12px;
    line-height: 1.5;

    opacity: 0;
    visibility: hidden;
    transition: .2s;

    z-index: 9999;
}

.tooltip-wrap:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
}

.password-input-wrap {
    position: relative;
    width: 100%;
}

.password-input-wrap input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 50px; /* アイコン分の余白 */
}

.password-input-wrap .toggle-password {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.password-input-wrap .toggle-password i {
    font-size: 18px;
}

.password-input-wrap .toggle-password:hover {
    color: #333;
}

@media screen and (max-width: 767px) {

    ._celStyle01_txt02 {
        display: none;
    }

    .l-plan.input {
        padding-bottom: 90px;
    }

    .l-planTb {
        overflow: auto;
        max-height: calc(100vh - 260px);
        -webkit-overflow-scrolling: touch;
    }

    .l-planTb table {
        min-width: 600px;
	table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
    }

    .l-planTb th,
    .l-planTb td {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .l-planTb th:first-child {
        width: 90px;
    }

    .l-planTb td {
        width: calc((100% - 90px) / 3);
    }

    .l-planTb tr:first-child th,
    .l-planTb tr:first-child td {
        border-top: 1px solid #ddd;
    }

    .l-planTb th:first-child,
    .l-planTb td:first-child {
        border-left: 1px solid #ddd;
    }

    /* ヘッダー固定 */
    .l-planTb thead th,
    .l-planTb thead td {
        position: sticky;
        top: 0;
        z-index: 20;
        border-bottom: none !important;
        background: #fff;
    }

    /* 選択ボタン行固定 */
    .l-planTb tbody tr:first-child th,
    .l-planTb tbody tr:first-child td {
        position: sticky;
        top: 72px;
        z-index: 15;
        background: #fff;
        border-top: none !important;
        border-top-width: 0 !important;
        border-bottom: 1px solid #ddd !important;
    }

    /* 左列固定 */
    .l-planTb tbody th {
        position: sticky;
        left: 0;
        z-index: 5;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        background: #fff;
        white-space: normal;
        word-break: break-word;
        font-size: 12px;
        line-height: 1.4;
    }

    /* 左上セル */
    .l-planTb thead th:first-child {
        left: 0;
        z-index: 30;
    }

    /* 選択ボタン行の左列 */
    .l-planTb tbody tr:first-child th {
        left: 0;
        z-index: 25;
    }

    .pricingTb_checkmark:after {
        font-size: 12px !important;
    }

    /* こんな方におすすめ */
    .l-plan ._celStyle01_txt01 {
        font-size:10px !important;
        margin-bottom: 0px;
    }

    /* 料金オレンジ */
    .l-plan .items_num {
        font-size: 1.8rem;
    }

    /* 料金オレンジ以外 */
    .l-plan .items_txt2 {
        font-size: 1.2rem;
    }

    /* スクロールバー */
    .l-planTb::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .l-planTb::-webkit-scrollbar-track {
        border-radius: 999px;
    }

    .l-planTb::-webkit-scrollbar-thumb {
        background: #003e6c;
        border-radius: 999px;
    }

    /* 下部固定ボタン */
    .basic-form-btn.fixedbtn-block-sp {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999;
        background: #fff;
        padding: 8px 10px;
        box-sizing: border-box;
    }

    .basic-form-btn.fixedbtn-block-sp ul {
        display: flex;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .basic-form-btn.fixedbtn-block-sp li {
        width: 50%;
    }

    .basic-form-btn.fixedbtn-block-sp button {
        width: 100%;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }
}

