@charset "UTF-8";
/* ---------------------------------------------
*   c-block-billing-schedule-select
--------------------------------------------- */
.c-block-billing-schedule-select {
    padding-block: 0 38px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select {
        padding-block: 0 28px;
    }
}
.c-block-billing-schedule-select__lead {
    display: block;
    color: #0072BC;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.c-block-billing-schedule-select__top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-block-billing-schedule-select__btn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    -ms-align-items: stretch;
    align-items: stretch;
    gap: 20px;
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__top {
        padding-inline: 8px;
    }
    .c-block-billing-schedule-select__btn-list {
        gap: 10px;
    }
}
.c-block-billing-schedule-select__note {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    margin-top: 29px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__note {
        line-height: calc(19/14);
        margin-top: 20px;
    }
}
.c-block-billing-schedule-select__content {
    padding: 20px;
    margin-top: 50px;
    max-width: 620px;
    margin-inline: auto;
    border: 2px solid #0087CB;
    border-radius: 16px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__content {
        padding: 10px;
        max-width: none;
        margin-top: 30px;
    }
}
.c-block-billing-schedule-select__ttl {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: calc(30/22);
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__ttl {
        font-size: 20px;
    }
}
.c-block-billing-schedule-select__txt {
    display: block;
    font-size: 18px;
    margin-top: 8px;
    line-height: calc(30/18);
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__txt {
       line-height: calc(27/18);
    }
}
.c-block-billing-schedule-select__note2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    margin-top: 15px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__note2 {
        gap: 5px;
        font-size: 14px;
        margin-top: 11px;
    }
}
.c-block-billing-schedule-select__figure {
    display: block;
    width: 100%;
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__figure {
        margin-top: 10px;
        width: calc(329/354*100%);
        margin-inline: auto;
    }
}
.c-block-billing-schedule-select__figure img {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-block-billing-schedule-select__btn-item {
        width: 100%;
    }
}

/*  c-btn-module--blue
--------------------------------------------- */
.c-btn-module--blue {
    margin-top: 0;
    height: 100%;
}
.c-btn-module--blue .c-btn-module__link {
    padding: 26px 5px 24px 32px;
    background-color: #0072BC;
    text-align: center;
    border-radius: 8px;
    column-gap: 23px;
}
.c-btn-module--blue .c-btn-module__txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}
.c-btn-module--blue .c-btn-module__img img {
    filter: invert(100%) sepia(4%) saturate(7466%) hue-rotate(5deg) brightness(110%) contrast(118%);
}
.c-btn-module--blue .c-btn-module__link:hover{
    background-color: #fff;
}
.c-btn-module--blue .c-btn-module__link:hover .c-btn-module__txt {
    color: #0072BC;
}
.c-btn-module--blue .c-btn-module__link:hover .c-btn-module__img img {
    filter: invert(30%) sepia(72%) saturate(5681%) hue-rotate(188deg) brightness(93%) contrast(100%);
}

.c-btn-module--w100 {
    position: relative;
    width: 100%;
}
.c-btn-module--w100 .c-btn-module__img {
    position: absolute;
    top: 50%;
    right: 10px;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-btn-module--w100 .c-btn-module__link {
    padding: 10px 5px 10px 32px;
    justify-content: center;
}
.c-btn-module__underline {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    .c-btn-module--blue {
        width: 100%;
    }
    .c-btn-module--blue .c-btn-module__link {
        position: relative;
        padding: 27px 4px;
        justify-content: center;
    }
    .c-btn-module--blue .c-btn-module__txt {
        font-size: 16px;
    }
    .c-btn-module--blue .c-btn-module__img {
        position: absolute;
        top: 50%;
        right: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .c-btn-module--thin .c-btn-module__link {
        padding: 10px 20px;
    }
    .c-btn-module--thin .c-btn-module__img {
        right: 6px;
    }
    .c-btn-module--omatome .c-btn-module__link{
        padding: 10px 23px;
        text-align: left;
    }
    .c-btn-module--omatome .c-btn-module__img {
        right: 10px;
    }
}



/* ---------------------------------------------
/*  .js-multi-tab-target
--------------------------------------------- */
.js-multi-tab-target {
    display: none;
}
.js-multi-tab-target.is-current {
    display: block;
}

.js-multi-tab-trigger {
        opacity: 0.5;
    transition: opacity 0.3s;
}
.js-multi-tab-trigger.is-current {
    opacity: 1;
}


/* ---------------------------------------------
*   c-dl-select
--------------------------------------------- */
.c-dl-select {
    padding-left: 5px;
}
.c-dl-select__item:nth-of-type(2) {
    margin-top: 32px;
}
.c-dl-select__item:nth-of-type(3) {
    margin-top: 15px;
}
.c-dl-select__term {
    padding-left: 5px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6153846154;
}
.c-dl-select__note {
    position: relative;
    padding-left: 1rem;
    font-size: 12px;
    opacity: 1;
    margin-left: 0.3rem;
    margin-top: 5px;
}
.c-dl-select__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.c-dl-select__note a {
    color: #0072BC;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-dl-select__note a:hover {
        text-decoration: none;
    }
}
.c-dl-select__note.is-hide {
    opacity: 0;
}
@media screen and (max-width: 750px) {
    .c-dl-select {
        padding-inline: 0;
    }
}

/*  c-radio-wrap
--------------------------------------------- */
.c-radio-wrap {
    padding: 1px;
    border-radius: 9px;
    background-color: rgba(118, 118, 128, 0.1215686275);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
    width: -moz-fit-content;
    width: fit-content;
}
.c-radio-wrap.is-transparent {
    background-color: transparent;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    cursor: pointer;
}
.c-radio.is-hide {
    display: none;
}
.c-radio__input {
    position: absolute;
    inset: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline-offset: 1px;
    border-radius: 4px;
}
.c-radio__input:checked + .c-radio__txt {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid rgba(0, 0, 0, 0.0392156863);
    transition: background-color 0.3s;
}
.c-radio__txt {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    padding: 3px 10px;
    width: 166px;
    text-align: center;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6153846154;
}
.c-radio__txt--blue {
    color: #0072BC;
}
.c-radio__txt--red {
    color: #CC0033;
}


/* ---------------------------------------------
*   c-table-billing-schedule
--------------------------------------------- */
.c-table-billing-schedule {
    border: 1px solid #898989;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
}
.c-table-billing-schedule tr {
    border-bottom: 1px solid #898989;
}
.c-table-billing-schedule__heading {
}
.c-table-billing-schedule__heading strong {
    font-size: 20px;
}
.c-table-billing-schedule__heading span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    display: block;
}
.c-table-billing-schedule__primary {
    padding: 22px 4px 16px;
    width: 136px;
    border-right: 1px solid #898989;
}
.c-table-billing-schedule__primary--05 {
    background-color: #5B8EC5;
}
.c-table-billing-schedule__primary--10 {
    background-color: #54B892;
}
.c-table-billing-schedule__primary--15 {
    background-color: #88BC31;
}
.c-table-billing-schedule__primary--20 {
    background-color: #E7E715;
}
.c-table-billing-schedule__primary--25 {
    background-color: #EB8F3C;
}
.c-table-billing-schedule__sub-heading {
    padding: 9px 5px 5px;
    background-color: #F2F8FC;
    border-right: 1px solid #898989;
}
.c-table-billing-schedule__sub-heading:last-of-type {
    border-right: none;
}
.c-table-billing-schedule__term {
    border-bottom: 1px solid #898989;
}
.c-table-billing-schedule__term td {
    padding: 13px 2px 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: calc(22/14);
    text-align: center;
    border-right: 1px solid #898989;
}
.c-table-billing-schedule__term td:last-of-type {
    border-right: none;
}
.fz-small {
    font-size: 13px!important;
}
.c-table-billing-schedule__primary-bottom {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(22/16);
    background-color: #F2F8FC;
}
.c-table-billing-schedule td.bg-yellow {
    background-color: #FDFFDE;
}
.c-table-billing-schedule td.bg-gray {
    background-color: #F7F7F7;
}
.c-table-billing-schedule .is-red {
    color: #CC0033;
}
.c-table-billing-schedule__desc td {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(22/16);
    text-align: center;
    border-right: 1px solid #898989;
}
.c-table-billing-schedule__desc td:last-of-type {
    border-right: none;
}
@media screen and (max-width: 750px) {
    .c-table-billing-schedule__primary--05 {
        padding: 2px 1px;
    }
    .c-table-billing-schedule__primary {
        width: 76px;
    }
    .c-table-billing-schedule__sub-heading {
        padding: 2px 1px;
    }
    .c-table-billing-schedule__heading strong {
        font-size: 13px;
    }
    .c-table-billing-schedule__heading span {
        font-size: 11px;
    }
    .c-table-billing-schedule__desc td {
        padding: 2px 1px;
        font-size: 12px;
    }
    .c-table-billing-schedule .is-bd-right {
        border-right: 1px solid #898989!important;
    }
    .c-table-billing-schedule th,.c-table-billing-schedule td {
        height: 80px;
    }
}



.firefox .c-table-billing-schedule {
    border-collapse: separate;
    border-spacing: 0;
}
.firefox .c-table-billing-schedule__sub-heading {
    border-bottom: 1px solid #898989;
}
.firefox .c-table-billing-schedule__term td {
    border-bottom: 1px solid #898989;
}
@media screen and (max-width: 750px) {
    .firefox .c-table-billing-schedule__desc td {
        border-bottom: 1px solid #898989;
    }
    .firefox .c-table-billing-schedule {
        border-bottom: none;
    }
    .firefox .bdr-none {
        border-right: none;
    }
}



/* ---------------------------------------------
*   bilschedule-2__item
--------------------------------------------- */
.bilschedule-2__item.is-center img {
    display: block;
    margin-inline: auto;
}


/* ---------------------------------------------
*   w-per-sp
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .w-per-sp--33 {
        width: 33% !important;
    }

    .w-per-sp--45 {
        display: block;
        width: 45% !important;
    }

    .w-per-sp--66 {
        width: 66% !important;
    }

    .content-center {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7%;
    }
}

/* ---------------------------------------------
*   c-box-caution
--------------------------------------------- */
.c-box-caution {
    padding: 15px 20px 5px;
    max-width: 800px;
    margin-inline: auto;
    margin-top: 20px;
    border: 1px solid #333333;
}

.c-box-caution__lead {
    position: relative;
    padding-block: 3px;
    padding-left: 44px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: calc(28/20);
    background: url(/img/billing/important_notice/call_record_details/icon_caution.svg) center left no-repeat;
    background-size: 41px 33px;
}
.c-box-caution__txt {
    display: block;
    font-size: 16px;
    line-height: calc(29/16);
    margin-top: 17px;
    text-align: justify;
}
.c-box-caution__txt a {
    text-decoration: underline;
    color: #0072BC;
}
.c-box-caution__txt a:hover {
    text-decoration: none;
}
@media screen and (max-width: 750px) {
    .c-box-caution {
        padding: 10px 20px 6px;
    }
    .c-box-caution__lead {
        padding-block: 10px 11px;
        font-size: 18px;
    }
    .c-box-caution__txt {
        font-size: 14px;
        margin-top: 7px;
    }
}

/* ---------------------------------------------
*   c-list-indent
--------------------------------------------- */
.c-list-indent__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: calc(20/14);
}
.c-list-indent__item + .c-list-indent__item {
    margin-top: 8px;
}
.c-list-indent__item--narrow + .c-list-indent__item--narrow {
    margin-top: 6px;
}
.c-list-indent__icon {
    flex-shrink: 0;
}
.c-list-indent__item--pl {
    padding-left: 1rem;
}

/* ---------------------------------------------
*   c-txt-dl
--------------------------------------------- */
.c-txt-dl {
    padding: 10px;
}
.c-txt-dl__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: calc(24/16);
}
.c-txt-dl__item + .c-txt-dl__item {
    margin-top: 10px;
}
.c-txt-dl__term {
    flex-shrink: 0;
}
.c-txt-dl__desc .c-link-2 {
    margin: 0;
    display: block;
}
.c-txt-dl__desc .c-link-2__txt {
    color: #0072BC;
    text-decoration: underline!important;
    display: inline;
}
.c-txt-dl__desc .c-link-2:hover .c-link-2__txt {
    text-decoration: none!important;
}
.c-txt-dl__desc .c-link-2__img {
    position: relative;
    top: 2px;
    display: inline-block;
}


/* ---------------------------------------------
*   c-tabs
--------------------------------------------- */
.c-tabs__bd-box {
    padding: 20px 4px;
    border: 1px solid #BEBEBE;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-tabs__bd-box {
        padding: 20px 4px;
    }
}

/* ---------------------------------------------
*   c-schedule
--------------------------------------------- */
.c-schedule__menu {
    padding: 20px 4px 5px;
}
@media screen and (max-width: 750px) {
    .c-schedule__menu {
        padding: 20px 4px;
    }
    .c-schedule__menu-ttl {
        padding-inline: 15px;
        margin-block: 0 10px;
        text-align: left!important;
    }
    .c-schedule__menu-foottxt {
        padding-inline: 15px;
    }
}

/* ---------------------------------------------
*   .c-schedule-list-anchor
--------------------------------------------- */
.c-schedule-list-anchor__link {
    color: #333;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 751px) {
    .c-schedule-list-anchor__ttl {
        width: 100%;
    }
}
.c-schedule-list-anchor__link.is-current {
    pointer-events: none;
}
.c-schedule-list-anchor__link:hover {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7;
}

/* ---------------------------------------------
*   c-img-billing-schedule
--------------------------------------------- */
.c-img-billing-schedule {
    position: relative;
    margin-top: 21px;
}
.c-img-billing-schedule__img {
    display: block;
    width: 100%;
}
.c-img-billing-schedule img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 750px) {
    .c-img-billing-schedule {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .c-img-billing-schedule__img {
        width: 746px;
    }
}

.c-tabs__body--omatome .c-img-billing-schedule {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-list-anno
--------------------------------------------- */
.c-list-anno--red,
.c-txt-anno--red {
    color: #CC0033;
}

/* ---------------------------------------------
*   fw-nomal
--------------------------------------------- */
.fw-nomal {
    font-weight: 500;
}

/* ---------------------------------------------
*   c-section-column2
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-section-column2__container--4col {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 20px;
    }

    .c-section-column2__container--4col .c-section-column2 {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
    }

    .c-section-column2__container--3col {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
    }

    .c-section-column2__container--3col .c-section-column2 {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
    }
    .c-section-column2__container--4col .c-table-bilschedule-1 td.c-table-bilschedule-1--pd10 {
        padding: 10px 8px;
    }
    .c-section-column2__container--3col .c-table-bilschedule-1 td.c-table-bilschedule-1--pd10 {
        padding: 10px 8px;
    }
}

/* ---------------------------------------------
*   is-red
--------------------------------------------- */
.is-red {
    color: #CC0033;
}
.is-blue {
    color: #0072BC;
}

/* ---------------------------------------------
*   c-table-3
--------------------------------------------- */
.c-table-3__bg2 {
    width: calc(380/1180*100%);
}
.c-table-3__bg {
    font-size: 16px!important;
    width: calc(400/1180*100%);
}
.c-table-3 th, .c-table-3 td {
    font-size: 16px!important;
}
.fs-15px {
    font-size: 15px;
}
@media screen and (max-width: 750px) {
    .c-table-3 {
        overflow: hidden;
    }
    .c-table-3 tbody {
        min-width: auto;
    }
    .c-table-3__bg2 {
        width: calc(100/370*100%);
    }
    .c-table-3__bg {
        width: calc(135/370*100%);
    }
    .c-table-3__bg.txt-al-center {
        text-align: left!important;
    }
    .c-table-3__bg,
    .c-table-3 th,
    .c-table-3 td {
        padding: 10px 7px!important;
        font-size: 14px!important;
        line-height: 1.5!important;
        vertical-align: top!important;
    }
    .c-table-3 .fs-14px {
        font-size: 12px!important;
    }
    .c-table-3 .fs-15px {
        font-size: 14px;
    }
}

/* ---------------------------------------------
*   txt-mi-center
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .txt-mi-center {
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-table-omatome
--------------------------------------------- */
.c-table-omatome {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-bottom: 1px solid #898989;
}
.c-table-omatome th {
    width: 14.2%;
}
.c-table-omatome tbody {
    border-top: 10px solid #fff;
}
.c-table-omatome th,.c-table-omatome td{
    padding: 3px 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: calc(22 / 14);
    text-align: center;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
}
.c-table-omatome th.bdt-none {
    border-top: 1px solid #fff;
}
.c-table-omatome thead {
    border-bottom: 1px solid #898989;
}
.c-table-omatome thead tr:last-of-type th:first-of-type {
    border-left: 1px solid #898989;
}
.c-table-omatome tbody tr:nth-of-type(2) td:first-of-type {
    border-left: 1px solid #898989;
}
.c-table-omatome [colspan="7"] {
    border-right: none;
}
.c-table-omatome .is-margin {
    display: block;
    padding-top: 10px;
}
.c-table-omatome thead th {
    background-color: #F7F7F7;
}
.c-table-omatome .bg-wh {
    background-color: #fff!important;
}
.c-table-omatome .bg-gray {
    background-color: #F7F7F7!important;
}
.c-table-omatome .bg-blue {
    background-color: #5B8EC5!important;
}
.c-table-omatome .bg-yellow {
    background-color: #E7E715!important;
}
.c-table-omatome .bg-light-yellow {
    background-color: #FDFFDE!important;
}

.c-table-omatome .bg-purple {
    background-color: #A159AB!important;
    color: #fff!important;
}
.c-table-omatome .bg-orange {
    background-color: #EB8F3C!important;
}
.c-table-omatome .bg-green {
    background-color: #87BB31!important;
}
.c-table-omatome .bg-light-green {
    background-color: #54B892!important;
}
.c-table-omatome .is-large {
    font-size: 14px;
}
.c-table-omatome .is-small {
    font-size: 14px;
}
.c-table-omatome-wrap {
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .c-table-omatome-wrap {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .c-table-omatome {
        width: 750px;
    }
    .c-table-omatome .is-small {
        font-size: 10px;
    }
}

/* ---------------------------------------------
*   bg-gray-txt
--------------------------------------------- */
.bg-gray-txt {
    padding-inline: 3px;
    color: #fff;
    background-color: #707070;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
}
@media screen and (max-width: 750px) {
    .bg-gray-txt {
        font-size: 12px;
    }
}

/* ---------------------------------------------
*   c-overview
--------------------------------------------- */
.c-overview__details-txt--1 {
    padding-top: 32px;
}
.c-overview__details-txtBox--1 {
    height: 74px;
}
.c-overview__details-txtBox--2 {
    height: 95px;
}

.c-overview--omatome .c-overview__details-txtBox {
    max-height: none;
}
@media screen and (max-width: 750px) {
    .c-overview__details-txtBox {
        padding: 4px;
    }
    .c-overview__details-txtBox--1,
    .c-overview__details-txtBox--2 {
        min-height: 129px;
    }
    .c-overview--omatome .c-overview__details .arrow-next::after {
        bottom: 41%;
        right: -10px;
    }
}

/* ---------------------------------------------
*   c-txt-lead--thin
--------------------------------------------- */
.c-txt-lead--thin a {
    text-decoration: underline;
    color: #0072BC;
}
.c-txt-lead--thin a:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-txt-lead-list
--------------------------------------------- */
.c-txt-lead-list__item {
    padding-left: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.c-txt-lead-list__unit {
    flex-shrink: 0;
}

@media screen and (max-width: 750px) {
    .c-txt-lead-list__item {
        line-height: 1.4;
    }
}


/* ---------------------------------------------
*   bgc-txt-blue
--------------------------------------------- */
.bgc-txt-blue {
    border: 1px solid #0072BC;
    color: #0072BC;
    background-color: #fff;
    padding-inline: 2px;
}

.bgc-txt-red {
    border: 1px solid #CC0033;
    color: #CC0033;
    background-color: #fff;
    padding-inline: 2px;
}

/* ---------------------------------------------
*   lh-small
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .lh-small {
        line-height: 1.25;
    }
}

/* ---------------------------------------------
*   fs-20px
--------------------------------------------- */
.fs-20px {
    font-size: 20px;
    line-height: calc(24/16);
}
@media screen and (max-width: 750px) {
    .fs-20px {
        font-size: 18px;
    }
}

.fs-16px {
    line-height: calc(24/16);
}

/* ---------------------------------------------
*   p-omatome-list
--------------------------------------------- */
.p-omatome-list {
    font-size: 16px;
    padding-left: 1.2rem;
}
.p-omatome-list--pl0 {
    padding-left: 0;
}
.p-omatome-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 14px;
    gap: .5rem;
}
.p-omatome-list span {
    flex-shrink: 0;
}
.p-omatome-list a {
    color: #0072BC;
    text-decoration: underline;
}
.p-omatome-list a:hover {
    text-decoration: none;
}
@media screen and (max-width: 750px) {
    .p-omatome-list {
        line-height: calc(22/16);
    }
    .p-omatome-list li {
        margin-top: 8px;
    }
}

/* ---------------------------------------------
*   c-schedule-dl
--------------------------------------------- */
.c-schedule-dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding-left: 16px;
}

.c-schedule-dl__term {
    flex-shrink: 0;
}

.c-schedule__menu-ttl .underline {
    position: relative;
    display: inline-block;
}
.c-schedule__menu-ttl .underline::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #333;
}

@media screen and (max-width: 750px) {
    .c-schedule-dl {
        padding-inline: 4px;
    }
    .c-schedule-dl__desc .c-schedule__menu-ttl {
        padding-inline: 6PX;
    }
}
/* ---------------------------------------------
*   p-omatome-img
--------------------------------------------- */
.p-omatome-img {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.p-omatome-img img {
    width: 100%;
}

/* ---------------------------------------------
*   table-arrow-wrap
--------------------------------------------- */
.table-arrow-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
