section {
    margin: 24px 0 64px;
}

.sub-st {
    text-align: center;
    font-size: 2.4em;
    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: 25vw;
    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: 25vw;
    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: 1.4em;
    display: block;
    font-weight: bold;
    line-height: 1;
    color: #fd962b;
}



.sub-btn-box {
    margin: auto;
    text-align: center;
}
.sub-btn-box button {
    width: 100%;
    height: 4em;
    font-size: 1.2em;
    background: #0f0f0f;
    border: none;
    color: #fff;
    margin: 1em auto;
    cursor: pointer;
    font-weight: bold;
}


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

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

.sub1 {}
.sub1 .sub1-inner {
    background: #fff;
    padding: 2em;
    margin: 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: 640px;
}

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

.sub2 table th {
    background: #0f0f0f;
    color: #fff;
    padding: 0.8em 1em;
    font-weight: bold;
    display: block;
}

.sub2 table td {
    padding: 0.8em 1em;
    display: block;
}

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

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

/*お問い合わせ
----------------------------------------------------------------------------------------------------*/
#contact-desc{
    margin-top: 8px;
    font-size: 0.8em;
}
#contact-desc span{
    display: block;
}
#contact-notice{
    background-color: #FFF;
    font-size: 24px;
    padding: 2em;
    margin: 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 24px;
    color: #FFF;
    font-size: 24px;
}

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

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

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



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

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


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


.text-terms {
    color: #ce55ff;
    font-weight: bold;
    font-size: clamp(1rem, -0.455rem + 7.273vw, 1.25rem);
}

.contact-box {}

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

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

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

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