section {
    margin: 100px 0 100px;
}

.sub-st {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.sub-st::after {
    content: "";
    background: url(./../img/index/sub-st-bg.png) no-repeat center;
    width: 100%;
    height: 154px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-40%);
}

.sub-st.st-white::after {
    content: "";
    background: url(./../img/index/sub-st-bg-w.png) no-repeat center;
    width: 100%;
    height: 154px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-40%);
}

.t-center {
    text-align: center;
    line-height: 2;
}

.contact-tel {
    font-size: 2em;
    display: block;
    font-weight: bold;
    line-height: 1;
    color: #fd962b;
}



.sub-btn-box {
    width: 80%;
    margin: auto;
    text-align: center;
}

.sub-btn-box button {
    width: 80%;
    height: 2em;
    font-size: 2em;
    background: #0f0f0f;
    border: none;
    color: #fff;
    margin: 1em auto;
    cursor: pointer;
}



.sub-btn-box button.btn-pink {
    background: #fa3c88;
    border: 4px solid #0f0f0f;
    color: #0f0f0f;
    font-weight: bold;
    cursor: pointer;
    font-size: 4em;
    height: 4em;
}

.sub-btn-box button.btn-blue {
    background: #1890d7;
    border: 4px solid #0f0f0f;
    color: #0f0f0f;
    font-weight: bold;
    cursor: pointer;
}


/*サブコンテンツ
----------------------------------------------------------------------------------------------------*/

.sub1 {}

.sub1 .sub1-inner {
    width: 80%;
    background: #fff;
    padding: 2em;
    margin: 80px auto;
}

.sub1 .sub1-inner p {
    line-height: 1.7;
}

.sub1 .sub1-fast {}

.sub1 dl {
    font-size: 2em;
    margin-bottom: 1em;
}

.sub1 dt {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.sub1 dd {
    font-size: 0.8em;
    line-height: 1.7;
}



.sub2 {
    /* your styles here */
    margin-bottom: 420px;
}

.sub2 table {
    border: 8px #0f0f0f solid;
    margin: 80px auto;
    width: 80%;
    background: #fff;
    font-size: 24px;
}

.sub2 table th {
    background: #0f0f0f;
    color: #fff;
    padding: 0.8em 1em;
    font-weight: bold;
    text-align: right;
    width: 30%;
    border-bottom: 1px solid;
}

.sub2 table td {
    padding: 0.8em 1em;
    border-bottom: 1px solid #0f0f0f;
}

.sub2 table td input,
.sub2 table td select,
.sub2 table td textarea {
    width: 100%;
    height: 2em;
}

.sub2 table td textarea {
    width: 100%;
    height: 320px;
}

.sub2 table td .licence_card {
    display: block;
    width: 50%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 1em 0;
}

.sub2 table td #licence_card {
    display: block;
    width: 50%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 1em 0;
}

/*お問い合わせ
----------------------------------------------------------------------------------------------------*/
#contact-desc {
    margin-top: 16px;
}

#contact-desc span {
    display: block;
}

#contact-notice {
    background-color: #FFF;
    font-size: 24px;
    width: 80%;
    padding: 2em;
    margin: 80px auto;
}

#contact-notice dd {
    font-size: 0.8em;
    line-height: 1.7;
}

#contact-submit {
    background-color: #0f0f0f;
}

#contact-submit button {
    display: block;
    margin: 0 auto;
    background-color: #0f0f0f;
    border: 2px solid #FFF;
    padding: 16px 64px;
    color: #FFF;
    font-size: 24px;
}


#tel_block {
    opacity: 0;
    display: none;
    transition: all 0.7s;
}

/*確認ページ---------------------------------------------------------------------------------*/

.table-apple-card {
    display: block;
}


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


.text-terms {
    color: #ce55ff;
    font-weight: bold;
    font-size: 1.4rem;
}

.contact-box {}

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

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

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

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