@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: 90%;
    margin: 2rem auto 0;
}

.st {
    margin-top: 2rem;
}

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

.sub-text .check_attention {
    display: block;
    color: red;
    font-size: 1.6rem;
    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: 1rem auto;
}

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

.button-text_size_s {
    min-height: 3rem;
    width: 80%;
    margin: auto;
}

.text-button {
    width: 100%;
    margin: auto;
    height: 4rem;
    border: none;

    /*	*/
    font-size: 1.4rem;
    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: 300px;
    margin: auto;
    justify-content: end;
    position: relative;
    z-index: 1;
}

.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: 300px;
    transform: translateY(-50%);
    padding: 2rem;
    margin: auto;
    background: #ffffff;
    color: #000;
    border-bottom: 8px solid var(--gray);
    border-radius: 12px;
    max-height: 86dvh;
}

.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;
    overflow: scroll;
    max-height: 70dvh;
}

.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: clamp(0.25rem, -0.893rem + 5.714vw, 1.25rem);
    font-size: clamp(1.188rem, 0.688rem + 2.5vw, 1.625rem);
    font-weight: 600;
}

.arrow-table__title {
    font-size: clamp(1.1rem, -0.271rem + 6.857vw, 2.3rem);
    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 {
    color: #fff;
    border: 2px solid #ffffff;
}


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



.simulation__inner {
    width: 90%;
    margin: auto;
}

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

.arrow-table__text-normal {
    font-weight: normal;
}

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

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

/*  */


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

.check-table__th {
    display: block;
    text-align: center;
    border-radius: 8px 8px 0 0;
    background: var(--tabele-color);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem;
}

.check-table__td {
    display: block;
    position: relative;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    background: #fff;
    color: #000;
    border-radius: 0 0 8px 8px;
}

/*  */

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

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

.flex-input-num-box__item:nth-child(2n) {
    flex: 0 1 calc(40% - 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: 1.2rem;
    height: 3rem;

}

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


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

.inner-table__tbody {}

.inner-table__tr {}

.inner-table__th {
    display: block;
    padding: 1rem;

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

.inner-table__td {
    display: block;
    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: 4%;
    display: block;
    transform: translateY(-50%);
    width: 22%;
    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: 96%;
    max-width: 600px;
    max-height: 74dvh;
    margin: auto;
    padding: 2rem 1rem;
    transform: translateY(-50%);
    background: var(--white);
    box-shadow: 0 0 4px 0px var(--black);
    color: var(--black);
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    overflow: scroll;
}

#close_bank {
    position: sticky;
    top: 0px;
    left: 100%;
    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;
    margin-bottom: 1rem;
}

#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 0 calc(50% - (1rem / 2));
    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 0 calc(50% - (1rem / 2));
    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;
    flex-wrap: wrap;
    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: 2rem;
}

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

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

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

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




/* footer */

footer {
    padding-bottom: 2rem;
}