@charset "UTF-8";
/* --------------------
 Plan - Group / mice
-------------------- */
.header {
    --fill: var(--color-theme-rgb);
}

.header__nav__sns__item a svg rect {
    display: none !important;
}

body {
    background-color: #F5F5F5;
}

.com-page-head {
    background-image: url(../../images/pages/group-mice/plan/plan-page-head.webp);
}

.plan-nav {
    align-items: center;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    margin: 0 auto;
    max-width: 280px;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 99;
}

@media (min-width: 768px) {
    .plan-nav {
        max-width: 316px;
    }
}

.plan-nav__item {
    width: 100%;
}

.plan-nav__item a {
    align-items: center;
    background-color: #357AC2;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 400;
    gap: 10px;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.plan-nav__item a img {
    width: 17px;
}

.plan-nav__item a span {
    display: block;
}

.plan-nav__item a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .plan-nav__item a:hover {
        opacity: 0.7;
    }
}

.plan {
    background-color: #F5F5F5;
    padding: 20px 0 80px;
}

@media (min-width: 768px) {
    .plan {
        padding: 20px 0 120px;
    }
}

.plan-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .plan-container {
        padding: 0 30px;
    }
}

.plan__links {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 12px;
    margin: 0 auto 80px;
    max-width: 800px;
    width: 100%;
}

@media (min-width: 768px) {
    .plan__links {
        flex-direction: row;
        gap: 60px 40px;
        margin: 0 auto 120px;
    }
}

.plan__links__item {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .plan__links__item {
        width: calc(50% - 20px);
    }
}

.plan__links__item a {
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #9babb5;
    border-radius: 15px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 500;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding: 12px 44px 12px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .plan__links__item a {
        font-size: var(--fs20);
        padding: 16px 44px 16px 16px;
    }
}

.plan__links__item a:after {
    background-color: #b1283a;
    bottom: 0;
    content: "";
    display: block;
    height: 28px;
    margin: auto 0;
    -webkit-mask-image: url(../../images/icons/icon-white-pdf.svg);
    mask-image: url(../../images/icons/icon-white-pdf.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    width: 24px;
}

.plan__links__item a:focus {
    background-color: #d9dfe3;
}

@media (hover: hover) and (pointer: fine) {
    .plan__links__item a:hover {
        background-color: #d9dfe3;
    }
}

.plan__item__main {
    background-color: #ffffff;
    border-radius: 30px;
    margin: 0 0 60px;
    overflow: hidden;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .plan__item__main {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .plan__item__main {
        border-radius: 60px;
    }
}

@media (min-width: 1240px) {
    .plan__item__main {
        padding: 40px;
    }
}

.plan__item__main__detail {
    border-bottom: 1px solid var(--color-theme);
    display: flex;
    flex-flow: column nowrap;
    gap: 24px 0;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .plan__item__main__detail {
        align-items: center;
        flex-direction: row;
        gap: 0;
        margin: 0 0 80px;
        padding: 0 0 80px;
    }
}

.plan__item__main__detail__contents {
    width: 100%;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents {
        padding: 0 30px 0 0;
        width: 37.5%;
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents {
        padding: 0 40px 0 0;
        width: 32.1428571429%;
    }
}

.plan__item__main__detail__contents__title {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__title {
        margin: 0 0 30px;
    }
}

.plan__item__main__detail__contents__title__en {
    color: #357AC2;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.05;
    margin: 0 0 12px;
    position: relative;
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents__title__en {
        font-size: var(--fs16);
    }
}

@media (min-width: 1240px) {
    .plan__item__main__detail__contents__title__en {
        font-size: var(--fs20);
    }
}

.plan__item__main__detail__contents__title__en:before {
    background-color: #357AC2;
    content: "";
    display: block;
    height: 1px;
    left: -10px;
    position: absolute;
    right: auto;
    top: 6px;
    transform: translateX(-100%);
    width: 20px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__title__en:before {
        left: -10px;
        width: 60px;
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents__title__en:before {
        left: -10px;
    }
}

@media (min-width: 1240px) {
    .plan__item__main__detail__contents__title__en:before {
        left: -15px;
        top: 8px;
    }
}

.plan__item__main__detail__contents__title__ja {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__title__ja {
        font-size: var(--fs26);
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents__title__ja {
        font-size: var(--fs30);
    }
}

@media (min-width: 1240px) {
    .plan__item__main__detail__contents__title__ja {
        font-size: var(--fs40);
    }
}

.plan__item__main__detail__contents__title__ja ._small {
    display: block;
    font-size: 60%;
    letter-spacing: 0.05em;
}

.plan__item__main__detail__contents__content {
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__content {
        margin: 0 0 30px;
    }
}

.plan__item__main__detail__contents__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin: 0;
}

.plan__item__main__detail__contents__table-wrapper {
    margin: 0 -8px -8px;
}

.plan__item__main__detail__contents__table {
    border: none;
    border-collapse: separate;
    border-spacing: 8px 12px;
    margin: 0;
    width: 100%;
}

.plan__item__main__detail__contents__table > tbody > tr > th, .plan__item__main__detail__contents__table > tbody > tr > td {
    padding: 4px 8px;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__table > tbody > tr > th, .plan__item__main__detail__contents__table > tbody > tr > td {
        padding: 6px 8px;
    }
}

.plan__item__main__detail__contents__table > tbody > tr > th {
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: var(--fs14);
    line-height: 1.6;
    min-width: 80px;
    width: 80px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__contents__table > tbody > tr > th {
        border-radius: 12px;
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents__table > tbody > tr > th {
        font-size: var(--fs16);
        min-width: 90px;
        width: 90px;
    }
}

.plan__item__main__detail__contents__table > tbody > tr > td {
    font-size: var(--fs18);
    font-weight: 900;
}

@media (min-width: 992px) {
    .plan__item__main__detail__contents__table > tbody > tr > td {
        font-size: var(--fs20);
    }
}

.plan__item__main__detail__gallery {
    padding: 0 0 4px;
    width: 100%;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery {
        width: 62.5%;
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__gallery {
        width: 67.8571428571%;
    }
}

.plan__item__main__detail__gallery .glide--swipeable {
    cursor: auto;
}

.plan__item__main__detail__gallery .glide-container {
    margin: 0;
    position: relative;
}

.plan__item__main__detail__gallery .glide--swipeable .glide-container {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide--swipeable .glide-container {
        margin: 0 0 30px;
    }
}

.plan__item__main__detail__gallery .glide__track {
    border-radius: 12px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__track {
        border-radius: 25px;
    }
}

@media (min-width: 992px) {
    .plan__item__main__detail__gallery .glide__track {
        border-radius: 50px;
    }
}

.plan__item__main__detail__gallery .glide__slide img {
    border-radius: 25px;
    width: 100%;
}

@media (min-width: 992px) {
    .plan__item__main__detail__gallery .glide__slide img {
        border-radius: 50px;
    }
}

.plan__item__main__detail__gallery .glide__arrows {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.plan__item__main__detail__gallery .glide__arrow {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
    bottom: 0;
    box-sizing: content-box;
    height: 50px;
    left: auto;
    margin: auto 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 50px;
    z-index: 1;
}

.plan__item__main__detail__gallery .glide__arrow span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
}

.plan__item__main__detail__gallery .glide__arrow:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

.plan__item__main__detail__gallery .glide__arrow:after {
    display: none;
}

.plan__item__main__detail__gallery .glide__arrow--prev {
    left: 10px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__arrow--prev {
        left: 20px;
    }
}

.plan__item__main__detail__gallery .glide__arrow--prev:before {
    background-image: url(../../images/icons/icon-white-arrow-left.svg);
}

@media (hover: hover) and (pointer: fine) {
    .plan__item__main__detail__gallery .glide__arrow--prev:hover:before {
        transform: translateX(-5px);
    }
}

.plan__item__main__detail__gallery .glide__arrow--next {
    right: 10px;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__arrow--next {
        right: 20px;
    }
}

.plan__item__main__detail__gallery .glide__arrow--next:before {
    background-image: url(../../images/icons/icon-white-arrow-right.svg);
}

@media (hover: hover) and (pointer: fine) {
    .plan__item__main__detail__gallery .glide__arrow--next:hover:before {
        transform: translateX(5px);
    }
}

.plan__item__main__detail__gallery .glide__bullets {
    align-items: stretch;
    bottom: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    height: auto;
    justify-content: center;
    left: auto;
    margin: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__bullets {
        gap: 16px;
    }
}

.plan__item__main__detail__gallery .glide__bullet {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(20% - 6.4px);
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__bullet {
        width: 85px;
    }
}

.plan__item__main__detail__gallery .glide__bullet img {
    aspect-ratio: 1040/536;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.plan__item__main__detail__gallery .glide__bullet:after {
    background-color: var(--color-theme);
    border-radius: 2px;
    bottom: -3px;
    content: "";
    display: block;
    left: -3px;
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .plan__item__main__detail__gallery .glide__bullet:after {
        border-radius: 4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
        top: -4px;
    }
}

.plan__item__main__detail__gallery .glide__bullet--active:after {
    opacity: 1;
}

.plan__item__main__detail__gallery .glide__bullet:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .plan__item__main__detail__gallery .glide__bullet:hover:after {
        opacity: 1;
    }
}

.plan__item__main__price {
    margin: 0;
}

.plan__item__main__price__item {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item {
        margin: 0 0 80px;
    }
}

.plan__item__main__price__item:last-child {
    margin-bottom: 0;
}

.plan__item__main__price__item__title {
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 8px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__title {
        border-radius: 12px;
        font-size: var(--fs24);
        margin: 0 0 40px;
        padding: 12px;
    }
}

.plan__item__main__price__item__table__unit {
    font-size: var(--fs12);
    margin: 0 0 8px;
    text-align: right;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table__unit {
        font-size: var(--fs14);
    }
}

@media (max-width: 767px) {
    .plan__item__main__price__item__table-scroller {
        overflow-x: auto;
        padding: 0 0 12px;
        white-space: nowrap;
    }
}

.plan__item__main__price__item__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.plan__item__main__price__item__table > thead > tr > th, .plan__item__main__price__item__table > thead > tr > td {
    border-bottom: 1px solid var(--color-theme);
    border-top: 1px solid var(--color-theme);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 20px 12px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table > thead > tr > th, .plan__item__main__price__item__table > thead > tr > td {
        font-size: var(--fs16);
        padding: 25px 12px;
    }
}

.plan__item__main__price__item__table > tbody > tr > th, .plan__item__main__price__item__table > tbody > tr > td {
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table > tbody > tr > th, .plan__item__main__price__item__table > tbody > tr > td {
        font-size: var(--fs14);
    }
}

.plan__item__main__price__item__table > tbody > tr > th {
    border-bottom: 1px solid var(--color-theme);
    font-weight: 500;
    padding: 20px 4px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table > tbody > tr > th {
        padding: 20px 20px;
    }
}

.plan__item__main__price__item__table > tbody > tr > td {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.2);
    padding: 20px 12px;
    word-break: break-all;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table > tbody > tr > td {
        padding: 20px 20px;
    }
}

.plan__item__main__price__item__table > tbody > tr > td p {
    margin: 0 0 1.25em;
}

.plan__item__main__price__item__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

.plan__item__main__price__item__table--a > tbody > tr > th:nth-child(1) {
    min-width: 110px;
    width: 110px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table--a > tbody > tr > th:nth-child(1) {
        min-width: 130px;
        width: 130px;
    }
}

.plan__item__main__price__item__table--a > tbody > tr > th:nth-child(2) {
    min-width: 110px;
    width: 110px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table--a > tbody > tr > th:nth-child(2) {
        min-width: 140px;
        width: 140px;
    }
}

@media (min-width: 992px) {
    .plan__item__main__price__item__table--a > tbody > tr > th:nth-child(2) {
        min-width: 160px;
        width: 160px;
    }
}

.plan__item__main__price__item__table--b > tbody > tr > th:nth-child(1) {
    min-width: 110px;
    width: 110px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table--b > tbody > tr > th:nth-child(1) {
        min-width: 130px;
        width: 130px;
    }
}

.plan__item__main__price__item__table--c > tbody > tr > th:nth-child(1) {
    min-width: 120px;
    width: 120px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item__table--c > tbody > tr > th:nth-child(1) {
        min-width: 160px;
        width: 160px;
    }
}

.plan__item__main__price__item__note > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan__item__main__price__item__note > ul > li {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 4px;
    padding: 0 0 0 0.8em;
    position: relative;
}

.plan__item__main__price__item__note > ul > li:before {
    content: "・";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.plan__item__main__price__item__note > ul > li:last-child {
    margin-bottom: 0;
}

.plan__item__main__price__item__note > ul ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
}

.plan__item__main__price__item__note > ul ul li:before {
    display: none;
}

.plan__item__main__price__item__note p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
}

.plan__item__main__price__item__note a {
    color: #357AC2;
    text-decoration: underline;
}

.plan__item__main__price__item__note a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .plan__item__main__price__item__note a:hover {
        text-decoration: none;
    }
}

.plan__item__main__price__item:has(.plan__item__main__price__item__note) .plan__item__main__price__item__table-wrapper {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .plan__item__main__price__item:has(.plan__item__main__price__item__note) .plan__item__main__price__item__table-wrapper {
        margin: 0 0 30px;
    }
}

.plan__other {
    background-color: #ffffff;
    border-radius: 30px;
    margin: 0 0 60px;
    overflow: hidden;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .plan__other {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .plan__other {
        border-radius: 60px;
        margin: 0 0 80px;
    }
}

@media (min-width: 1240px) {
    .plan__other {
        padding: 40px;
    }
}

.plan__other__title {
    color: #357AC2;
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .plan__other__title {
        font-size: var(--fs26);
        margin: 0 0 30px;
    }
}

@media (min-width: 992px) {
    .plan__other__title {
        font-size: var(--fs30);
    }
}

@media (min-width: 1240px) {
    .plan__other__title {
        font-size: var(--fs40);
    }
}

.plan__other__title:before {
    background-color: #357AC2;
    content: "";
    display: block;
    height: 1px;
    left: -10px;
    position: absolute;
    right: auto;
    top: 12px;
    transform: translateX(-100%);
    width: 20px;
}

@media (min-width: 768px) {
    .plan__other__title:before {
        left: -10px;
        top: 14px;
        width: 60px;
    }
}

@media (min-width: 992px) {
    .plan__other__title:before {
        left: -10px;
        top: 18px;
    }
}

@media (min-width: 1240px) {
    .plan__other__title:before {
        left: -15px;
        top: 24px;
    }
}

.plan__other__option {
    display: grid;
    gap: 40px 60px;
    grid-gap: 40px 60px;
    grid-template-columns: 1fr;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .plan__other__option {
        margin: 0 0 80px;
    }
}

@media (min-width: 992px) {
    .plan__other__option {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .plan__other__option__item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;
    }
}

@media (min-width: 992px) {
    .plan__other__option__item:nth-child(2) {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}

@media (min-width: 992px) {
    .plan__other__option__item:nth-child(3) {
        align-self: self-end;
        grid-column: 2/3;
        grid-row: 2/3;
    }
}

.plan__other__option__item__title {
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 8px;
}

@media (min-width: 768px) {
    .plan__other__option__item__title {
        border-radius: 12px;
        font-size: var(--fs20);
        margin: 0 0 40px;
        padding: 12px;
    }
}

.plan__other__option__item__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.plan__other__option__item__table caption {
    caption-side: bottom;
    font-size: var(--fs12);
    padding: 12px 10px;
    text-align: right;
}

@media (min-width: 768px) {
    .plan__other__option__item__table caption {
        font-size: var(--fs14);
        padding: 12px 20px;
    }
}

.plan__other__option__item__table > thead > tr > th, .plan__other__option__item__table > thead > tr > td {
    border-bottom: 1px solid var(--color-theme);
    border-top: 1px solid var(--color-theme);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .plan__other__option__item__table > thead > tr > th, .plan__other__option__item__table > thead > tr > td {
        font-size: var(--fs16);
        padding: 25px 20px;
    }
}

.plan__other__option__item__table > thead > tr > th:last-child, .plan__other__option__item__table > thead > tr > td:last-child {
    min-width: 120px;
    text-align: right;
    width: 120px;
}

.plan__other__option__item__table > thead > tr > th ._small, .plan__other__option__item__table > thead > tr > td ._small {
    font-size: 70%;
}

.plan__other__option__item__table > thead > tr > th ._medium, .plan__other__option__item__table > thead > tr > td ._medium {
    font-size: 80%;
}

.plan__other__option__item__table > tbody > tr > th, .plan__other__option__item__table > tbody > tr > td {
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    width: auto;
    word-break: break-all;
}

@media (min-width: 768px) {
    .plan__other__option__item__table > tbody > tr > th, .plan__other__option__item__table > tbody > tr > td {
        font-size: var(--fs14);
    }
}

.plan__other__option__item__table > tbody > tr > th:last-child, .plan__other__option__item__table > tbody > tr > td:last-child {
    text-align: right;
}

.plan__other__option__item__table > tbody > tr > th {
    border-bottom: 1px solid var(--color-theme);
    font-weight: 500;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .plan__other__option__item__table > tbody > tr > th {
        padding: 20px 20px;
    }
}

.plan__other__option__item__table > tbody > tr > td {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.2);
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .plan__other__option__item__table > tbody > tr > td {
        padding: 20px 20px;
    }
}

.plan__other__option__item__table > tbody > tr > td p {
    margin: 0 0 1.25em;
}

.plan__other__option__item__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .plan__other__option__item__table--b thead > tr > th:last-child, .plan__other__option__item__table--b thead > tr > td:last-child {
        min-width: 160px;
        width: 160px;
    }
}

.plan__other__support__title {
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 8px;
}

@media (min-width: 768px) {
    .plan__other__support__title {
        border-radius: 12px;
        font-size: var(--fs24);
        margin: 0 0 40px;
        padding: 12px;
    }
}

.plan__other__support__item {
    border-bottom: 1px solid var(--color-theme);
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.plan__other__support__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.plan__other__support__item__title {
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .plan__other__support__item__title {
        font-size: var(--fs24);
    }
}

.plan__other__support__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin: 0;
}

@media (min-width: 768px) {
    .plan__other__support__item__content p {
        font-size: var(--fs16);
    }
}

.plan__action .com-button {
    margin: 0 auto;
}