/* 全体css */
.heading2--center:after {
    background-color: #ffc600;
}

.link-list__type {
    font-weight: bold;
}

@media print,
screen and (max-width: 767.98px) {
    .anchor-position {
        padding-top: 50px;
        margin-top: -50px;
    }
}




/* spのみアコーディオン */
@media print,
screen and (min-width: 768px) {
    .sp-only-accrdion {
        display: none !important;
    }
}

@media print,
screen and (max-width: 767.98px) {
    .pc-only {
        display: none !important;
    }
}


/* 4つのタイトル */

.anchor-navi__link {
    font-weight: bold;
}

.card {
    border: 2px solid #005dbd;
    border-radius: 12px;
}

.card__body {
    display: table;
    height: 10vh;
}

.card__title {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    padding-top: 1.9em;
    font-size: 1.5rem;
}

.top__4in {
    display: block;
    margin-bottom: 0;
}

/* .top-mc-contact{
    padding-top: 1.5em;
} */

.top-mc-contact {
    padding-top: 1.4em;
}



@media print,
screen and (min-width: 768px) {
    .card__body {
        height: auto;
        padding: 2em 0;
    }

    .content-size {
        width: 90%;
        margin: 0 auto;
    }

    .card__title {
        padding-top: 0;
    }

    .top-mc-contact-main {
        padding: 1.4em 0;
    }
}


@media print,
screen and (max-width: 767.98px) {
    .card__body {
        display: table;
        height: 7vh;
    }

    .card__title {
        font-size: 1.2rem;
    }
}

@media print,
screen and (max-width: 389.98px) {
    .card__title {
        font-size: 1rem;
    }
}

/* newアンカー試作 */


.card-border {
    width: 100%;
    height: 86px;
    margin: 0 auto;
    border: 2px solid #005dbd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #005dbd;
    border-right: 2px solid #005dbd;
    transform: rotate(135deg);
    position: absolute;
    top: 80%;
}


.anc-text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

@media print,
screen and (min-width: 768px) {
    .anc-hover {
        color: #000;
    }

    .anc-hover:hover {
        color: #fff;
        transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    }

    .card-border:hover::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .card-border:hover {
        background-color: #0070e4;
    }

}

@media print,
screen and (max-width: 767.98px) {
    .card-border {
        width: 95%;
        height: 70px;
    }

    .card-border::after {
        top: 75%;
    }

    .anc-text {
        font-size: 1.2rem;
    }
}

@media print,
screen and (max-width: 389.98px) {
    .anc-text {
        font-size: 1rem;
    }
}






/* よくあるご質問 */
/* @media print, screen and (max-width: 767.98px) {
    .button-wrap--center1{
        margin: 2em 3em;
    }
} */


/* スマホアプリでの手続き */

@media print,
screen and (max-width: 767.98px) {
    .four-contents-pc {
        display: none !important;
    }
}

@media print,
screen and (min-width: 768px) {
    .four-contents-sp {
        display: none !important;
    }
}

.card-v2__title {
    font-size: 1.3rem;
}

.four-image {
    background-color: #f0f4f7;
}

.app-procedure {
    margin-top: 2em !important;
}

.figure__title {
    text-align: center;
}

.column__item {
    background-color: #fff;
    border-radius: 12px;
}

.figure-wrap--center {
    margin: 1em 0 0;
}

.app-area {
    background-color: #fff;
    border-radius: 12px;
}

.app-box__inner {
    background-color: #fff !important;
}

.list-wrap {
    width: 90%;
    margin: 2em auto;
}

.app-box__inner {
    margin-left: 0 !important;
    padding: 1em 0 0 !important;
}

@media print,
screen and (min-width: 768px) {
    .app-box__category__app {
        width: 190px !important;
    }
}


/* チャット・メールでのお問い合わせ */
.chat_mail-item {
    background-color: #f0f4f7;
}

.box {
    margin-top: 0;
}

.chat_mail_img {
    width: 30%;
    margin: auto;
}

.sub-list {
    width: 62%;
    margin: 0 auto;
}

.sub-list2 {
    width: 100%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 768px) {
    .button__type {
        padding: 1.2em 3em !important;
    }
}

@media print,
screen and (max-width: 767.98px) {
    .button__type {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }

    .chat_mail_img {
        width: 60%;
    }
}

.inquiry__description_text {
    font-size: 1.3rem;
}

.sub-list_text {
    margin: 0 !important;
}

/* お電話でのお問い合わせ */
.tel_item {
    background-color: #f0f4f7;
}

.link--center {
    text-align: center;
}

.heading3--center {
    padding-top: 1em;
}

.card-tel {
    padding: 0;
}

.card-tel-content {
    width: 50%;
    margin-top: 0;
}

.card-tel-content2 {
    width: 80%;
}

.link-list .card-info {
    text-align: center;
}

.li-center {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    list-style-position: inside;
    padding: 0;
}

@media print,
screen and (max-width: 767.98px) {
    .card-tel-content {
        width: 70%;
    }
}

@media print,
screen and (max-width: 767.98px) {
    .card-tel-content_abroad {
        width: 90%;
    }
}



/* 音声ガイダンス一覧 */
.top-th {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

@media print,
screen and (max-width: 767.98px) {
    .voice-margin {
        margin-top: 0.6em !important;
    }
}

/* インフォメーションセンター 中央寄せ  */
.support_center {
    position: relative;
    height: 200px;
    margin-top: -10px;
}

.support_center_sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 20250609追加 お客さまサポート専用*/
/* 表青文字 */
.table-font {
    font-weight: bold;
    color: #16a2ff;
}

.lower-left {
    border-radius: 0 0 0 12px;
}

.no-lower-left {
    border-radius: 0 !important;
}

.overlap-border {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}