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


/* 共通 */

.hero-logo {
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}

.hero-section {
    padding-top: 20vw;
}

.sub-contents {
    position: relative;
    width: 94%;
    margin: 20vw auto 6vw;
    padding: 24px;
    padding-top: 10vw;
    background: #ffffff;
    border-radius: 20px;
    border: 8px solid #000000;
    z-index: 1;
}

.sub-contents::before {
    content: "";
    display: block;
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    background: #283793;
    border-radius: 10px;
    border: 8px solid #00b6ee;
}

.sub-contents>* {
    position: relative;
    z-index: 99;
}

.sub-contents .sub-st {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -22vw;
}

.sub-contents .sub-sst {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.r-success {
    color: #0059ff;
}

.r-failure {
    color: #ff1837;
}

.sub-text {
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    margin: 2rem auto;
}

.sub-text .check_attention {
    color: red;
}


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

/* form */

#sub form {}

#sub form>table {
    width: 100%;
    border-spacing: 0 1rem;
    border-collapse: separate;
}

#sub form>table>tbody>tr {
    background: #ffffffb3;
}

#sub form>table th {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

#sub form>table td {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7;
    position: relative;
}

#sub form .inner-table {
    width: 100%;
    border: 1px solid #283793;

}

#sub form .inner-table tr {
    border-bottom: 1px solid #283793;
}

#sub form .inner-table tr:last-child {
    border-bottom: none;
}

#sub form .inner-table th {
    border-right: 1px solid #283793;
    background: #00c3ffbd;
}

.gift-flex {
    display: flex;
    gap: 1rem;
    margin: 1rem auto;
}

.gift-flex label,
#sub form textarea {
    width: 100%;
}

.gift-flex label:first-of-type {
    width: 60%;
}

.gift-flex label:last-of-type {
    width: 40%;
}

.gift-flex label p,
.gift-flex label input[type="text"] {
    font-size: 0.6em;
}

#sub form input[type=text],
#sub form input[type=number],
#sub form input[type=file],
#sub form select {
    width: 100%;
    height: 2rem;
}

.fl-labl {
    display: flex;
    align-items: center;
}

.fl-labl a {
    color: #ff1837;
}

#sub form input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

#sub form .form-radio {
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: #a5a5a5;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

#sub form .hide-radio {
    display: none !important;
}

#sub form table input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
}

#sub form .hide-radio:checked+.form-radio {
    background: #2196f3;
}

.image_upload_label {
    display: flex;
    align-items: center;
    gap: 1em;
    background-color: #00b6ee;
    color: white;
    border: none;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 1em 0;
    word-break: break-all;
}

.image_upload_label img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.image_upload_label input[type="file"] {
    display: none;
}

.explanation {
    font-size: 14px;
    margin: 1rem auto;
    font-size: 0.9rem;
    text-align: left;
}

.explanation strong {
    font-weight: bold;
}

.text-red {
    color: red;
}

.link_underline {
    text-decoration: underline;
}

#check_contents,
.btn-contents {
    width: 80%;
    margin: 1rem auto;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}

#check_contents button,
.btn-contents button {
    width: 100%;
    min-height: 4rem;
    font-size: 1.2rem;
    background: linear-gradient(rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 50%, rgba(17, 104, 191, 1) 100%);
    border: 4px solid #293792;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
}

#btn_cancel_contents,
.btn-cancel-contents {
    background: linear-gradient(rgb(78, 78, 78) 0%, rgb(113 113 113) 50%, rgb(159 159 159) 100%) !important;
    ;
    border: 4px solid #474747 !important;
    ;
}

#sub form figure {
    margin: 0 auto;
    width: fit-content;
}

#sub form figure img,
#sub form a img {
    width: 200px;
}

#sub form figcaption {
    font-size: 0.8em;
    text-align: center;
}

.licence-card {
    width: 200px;
}

.lum-lightbox {
    background: rgba(0, 0, 0, 0.7);
    /* 背景色を上書き */
    z-index: 9999;
    /* z-index を追加  */
}

.purchase_rate {
    text-align: left;
}

.coupon {
    display: flex;
    width: 100px;
    height: 100px;
    background: url(./../img/index/coupon.png)no-repeat center;
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: -35%;
    transform: translateY(-50%);
    font-weight: bold;
}

/* 受付停止中 */

.closure {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000009c;
    z-index: 99;
}

.closure-inner {}

.closure-message {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-size: clamp(2.2rem, 1.160rem + 4.438vw, 4rem);
    font-weight: bold;
    color: #fff;
}

/* modal */

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b0;
    z-index: 9999;
}

.modal-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90%;
    transform: translateY(-50%);
    margin: auto;
    padding: 1rem;
    background: #2f8aff;
    color: #fff;
    border-radius: 40px;
    border: 8px solid rgb(3 104 255);
}

.modal-inner .text-box {
    display: block;
    text-align: center;
    padding-top: 19vw;
    font-size: clamp(1rem, 0.375rem + 2.6667vw, 1.375rem);
    line-height: 1.7;
    font-weight: bold;
}

.absolute-img {
    position: absolute;
    left: 0;
    top: -60px;
}

.absolute-img img {
    width: 28vw;
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.close-button img {
    width: 40px;
}

.modal-btn-box {
    display: flex;
    gap: 1rem;
}


/* text */

.sub-text dl {
    font-size: 1.4em;
    margin: 1em auto;
}

.sub-text dl dt {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.sub-text dl dd {
    font-size: 0.8em;
    line-height: 1.7;
}

/* table */

.aboutus table {
    font-size: 1rem;
    margin: 2rem auto;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.aboutus table tr {}

.aboutus table tr th {
    display: block;
    padding: 1rem;
    line-height: 1.7;
    background: #5bd3f5;
    border-bottom: 2px solid #fff;
}

.aboutus table tr td {
    display: block;
    padding: 1rem;
    line-height: 1.7;
    border-bottom: 2px solid #c6f2ff;
}

.aboutus table tr:last-child th,
.aboutus table tr:last-child td {
    border: none;
}

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

.text-terms {
    color: #ffa821;
    font-weight: bold;
    font-size: clamp(0.875rem, -0.458rem + 6.667vw, 1.313rem);
    margin: 1rem 0;
}

.contact-box {}

.contact-box__tel-num {
    color: #ffa821;
    font-weight: bold;
    font-size: 1.8rem;
}

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

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

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

/* 銀行検索モーダル */
.searchBankButton {
    border: none;
    outline: none;
    background: green;
    color: 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: white;
    box-shadow: 0 0 4px 0px black;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    overflow: scroll;
}

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

#code_seaech {
    background: green;
    color: 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: 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;
}
