@charset "utf-8";
/* CSS Document */

body {
    color: #fff;
}

/* #main::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url('./../img/subitem/sub_bg.png') no-repeat bottom;
    background-position-x: 100%;
    position: fixed;
    bottom: 0;
    right: 0;

    z-index: -1;
} */

/* 共通 */
:root {
    --tabele-color: var(--yellow);
    --button-color: var(--yellow);
    --button-text-color: var(--navy);
}

.subheader {   
    margin-bottom: -2rem;
}

.subheader__logo-img {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
}
.sub-text {
    padding: 2rem;
    border-radius: 8px;
    margin: auto;
}

.sub-text .text-box {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
}

.sub-text .check_attention {
    display: block;
    color: red;
    text-align: center;
    font-size: 2rem;
    width: 100%;
}

.explanation {
    width: fit-content;
    margin: 1rem auto;
    font-size: 14px;
}

.explanation strong {
	font-weight: bold;
}

.link_underline {
    text-decoration: underline;
}

.button-box {
    margin: 2rem auto;
}

.button-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.button-text_size_s {
    width: 30%;
}

.text-button {
    width: 80%;
    margin: auto;
    height: 5rem;
    border: none;

    /*	*/
    font-size: 1.6rem;
    font-weight: 600;
    background: var(--button-color);
    color: var(--button-text-color);
    cursor: pointer;
}

.text-button__warning {
    color: #000;
    background: #ffbe00;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2f2a1e70;
    z-index: 9999;
    transition: 0.5s;
}

.modal__close {
    display: flex;
    padding: 1rem;
    width: 100%;
    max-width: 1200px;
    min-width: 580px;
    margin: auto;
    justify-content: end;
}

.modal__img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.modal__inner {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1200px;
    min-width: 580px;
    transform: translateY(-50%);
    padding: 2rem;
    margin: auto;
    background: #ffffff;
    color: #000;
    border-bottom: 8px solid var(--gray);
    border-radius: 12px;
}

.modal__inner::before,
.modal__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
}

.modal__inner::before {
    background: url("./../img/subitem/alert.png") no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}

.modal__item {
    margin-bottom: 1rem;
}

.modal__text {
    line-height: 1.7;
    font-size: 1.7rem;
}

.modal__btn-box {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.button {
    flex: 1 1 100%;
    height: 3rem;
    cursor: pointer;

    /*  */
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
}

.button__main {
    background: #04172b;
    color: #fff;
}

.button__warning {
    background: #ffbe00;
}

.closeModal {}

.actionCancel {}

.text-red {
    color: red;
}

.lum-lightbox {
    z-index: 999;
}

.luminous {
    flex: 0 1 50%;
    margin-bottom: 1rem;
}

.luminous__img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    padding: 1rem;
}

.lum-lightbox-inner img {
    object-fit: contain;
}

.arrow-table__st {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 800;
}

.arrow-table__title {
    font-size: 2rem;
    display: block;
    margin: auto;
    width: fit-content;
    margin-bottom: 1rem;
}

.arrow-table__title_success {
    color: rgb(0, 133, 33);
}

.arrow-table__title_failure {
    color: red;
}

input[type=text].input-normal {
    border: 2px solid #ffffff;
}


/*  申込み関連ページ　*/

.arrow-table__text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7;
}

.arrow-table__text_now-rate {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}

.purchaseRateDetail {
    display: block;
    font-size: 1.0rem;
}

/*  */


.check-table {
    width: 90%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0 1rem;
}

.check-table__th {
    text-align: left;
    border-radius: 8px 0 0 8px;
    background: var(--tabele-color);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
    padding: 1rem;
    width: 30%;
}

.check-table__td {
    position: relative;
    padding: 1rem;
    font-size: 1.2rem;
    background: var(--white);
    border-radius: 0 8px 8px 0;
    width: 70%;
    /*  */
    background: #fff;
    color: #000;
}


/*  */

.flex-input-num-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.flex-input-num-box__item {
    flex: 0 1 calc(50% - 1rem);
}

.label-for-num__text {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.label-for-num__input {
    height: 3rem;
    font-size: 2rem;
    padding: 0.4rem;
    width: 100%;
}

input[type='text'],
input[type='number'] {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 2rem;
    height: 4rem;
    color: #fff;

}

.shadow-inset {
    box-shadow: inset 10px 10px #efd9ac, inset -10px -10px #fff5df;
    border: none !important;
    padding: 14px;
    min-height: 6rem;
}

.num-box__input_text-large {
    text-align: center;
    font-size: 2rem !important;
    font-weight: bold;
}

.result-board {
    position: relative;
    background: #ffeec6;
    padding: 1rem;
    min-height: 6rem;
    box-shadow: inset 10px 10px #fff5e0, inset -10px -10px #efd9ad;
}


.inner-table {
    width: 100%;
    border: 1px solid var(--tabele-color);
    background: #fff;
    color: #000;
}

.inner-table input {
    color: black !important;
}

.inner-table__tbody {}

.inner-table__tr {}

.inner-table__th {
    width: 30%;
    padding: 1rem;
    text-align: right;

    /*  */
    background: var(--tabele-color);
    color: #fff;
    border-bottom: 1px solid;
    font-size: 1.2rem;
    font-weight: bold;
}

.inner-table__td {
    padding: 1rem;
    border-bottom: 1px solid var(--tabele-color);
    font-size: 1.2rem;
    line-height: 1.7;
}

.inner-table__tr:last-child .inner-table__th,
.inner-table__tr:last-child .inner-table__td {
    border-bottom: none;
}

.inner-table__td_flex {
    display: flex;
    gap: 1rem;
}

.inner-table__select {
    height: 3rem;
}

.inner-table__td_label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.inner-table__input {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    padding: 0.4rem;
    box-shadow: unset;
}

.inner-table__radio {
    width: 1.2rem;
    height: 1.2rem;
}

.input-file-box {}

.image_upload_label {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    /*	*/
    cursor: pointer;
    background: var(--button-color);
    color: var(--button-text-color);
    height: 4rem;
    border-radius: 4px;
}

.inner-table__input-file {
    display: none;
}

.input-file-box__img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.input-file-box__text {
    font-size: 1.2rem;
    word-break: break-all;
}

.input-textarea {}

.input-textarea__textarea {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
    color: #fff;
}

.license-card {
    display: block;
    width: 30%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 1rem;
}

.hidden-gift-box {
    animation: fadeIn .7s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.coupon {
    position: absolute;
    top: 40%;
    right: 20%;
    display: block;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: url(./../img/subitem/coupon.png) no-repeat center;
    background-size: contain;
}


.fl-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    gap: 0.5rem;
}

#checkbox_rule {
    width: 2rem;
    height: 2rem;
}

.fl-label a {
    color: #73b319;
}

/* 銀行検索モーダル */

.searchBankButton {
    border: none;
    outline: none;
    background: var(--green);
    color: var(--white);
    font-size: 1rem;
    padding: .5rem;
}

#bank_search {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 2rem;
    transform: translateY(-50%);
    /*  */
    color: var(--black);
    background: var(--white);
    box-shadow: 0 0 4px 0px var(--black);
    /*  */
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    /*  */
}

#close_bank {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--black);
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1rem;
    z-index: 999;
    cursor: pointer;
}

#bank_main,
#bank_oth,
#bank_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#bank_oth {
    flex-wrap: nowrap;
}

#bank_main>li,
#bank_oth>li,
#bank_btn>li {
    flex: 0 1 calc(33.3% - (1rem / 3));
    border: 1px solid;
    min-height: 2rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
    font-size: 1rem;
    cursor: pointer;
}

#bank_oth>li {
    flex: 0 1 100%;
    font-size: .9rem;
    padding: .2rem;
    justify-content: center;
}

.bank_icon {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}


.close_bsel {}

.atn {}

.left {}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.center {
    margin: 1rem auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

#b_code {
    height: 2rem;
    width: 50%;
    font-size: 1rem;
    margin: unset;
    color: var(--black);
}

#code_seaech {
    background: var(--green);
    color: var(--white);
    padding: .5rem;
    border: unset;
}

.akstn_list,
.daku_list {
    display: flex;
    gap: .5rem;
}

.b_kanacol {}

.bt_4 {}

.bt_4>li {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    border: 1px solid;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.bt_4>.ac {
    color: var(--black);
    font-weight: bold;
    cursor: pointer;
}

.daku {}

.back {
    display: inline-block;
    padding: .5rem;
    cursor: pointer;
    border: 1px solid;
    margin-bottom: 1rem;
}

#bk_type_name {
    font-size: 1rem;
    margin-left: 1rem;
}

#b_code_err {
    width: 100%;
    color: red;
    text-align: center;
}


/* 大口取引ページ---------------------------------------------------------------------------*/

.text-terms {
    color: var(--green);
    font-weight: bold;
    font-size: 1.4rem;
    margin: 1rem 0;
}

.contact-box {}

.contact-box__tel-num {
    color: var(--green);
    font-weight: bold;
    font-size: 3rem;
}

.contact-box__hour {
    margin-bottom: 1rem;
    display: block;
}

.contact-box__button {
    display: block;
    margin: 0 auto 1rem;
    width: 60%;
}

.contact-box__button-img {
    width: 100%;
}

.text-att {
    background: linear-gradient(transparent 60%, #cd105f 70%);
    display: inline-block;
}


/* footer */

footer {
    padding-bottom: 2rem;
}