:root {
    --desktop-header-height: 96px;
    --tablet-header-height: 80px;
    --mobile-header-height: 64px;
    --footer-height: 64px;
}

body {
    background-color: #F6F9FB;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.user__register .st-Main {
    padding: 0 !important;
}

.user__register-header {
    display: block !important;
    position: fixed;
}

.user__register-header .st-Header_Btns-txt {
    color: var(--indigo-700);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-right: 2rem;
}

.user__register-header .st-Header_Btn-link.white {
    border: 1px solid var(--indigo-700);
    color: var(--indigo-700);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (min-width: 769px) {
    .user__register-header .st-Header_Btn-link.white:hover {
        background-color: var(--white);
        color: var(--slate-blue);
        border: 1px solid var(--slate-blue);}
}
.user__register-header .st-Menu {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .user__register-header .st-Menu.st-Menu-expanded {
        display: block;
    }
    .user__register-header .st-Menu-desktop {
        display: none;
    }
    .user__register-header .st-Menu .st-Header_Assist .st-Header_Btns {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .user__register-header .st-Menu .st-Header_Assist .st-Header_Btns {
        width: 194px !important;
    }

    .user__register-header .st-Menu .st-Header_Assist .st-Header_Btns .st-Header_Btn {
        width: 100%;
    }

    .user__register-header .st-Header_Btns-txt {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .user__register-header {
        height: var(--mobile-header-height);
        padding: 0 20px;
    }

    .user__register-header img {
        width: auto;
        height: 36px;
    }

    .user__register-header .st-Header_Btns-txt {
        margin-right: 0 !important;
    }
}

.user__register {
    color: #333333;
    max-width: 62rem;
    margin: var(--desktop-header-height) auto 8rem !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .user__register {
        margin: var(--tablet-header-height) auto 8rem !important;
    }
}

.user__register h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44.8px;
}

@media only screen and (max-width: 767px) {
    .user__register {
        margin: var(--mobile-header-height) auto 6rem !important;
    }

    .user__register h1 {
        font-size: 24px;
        line-height: 33.6px;
    }
}

.user__register section {
    margin-top: 2rem;
}

.user__register section > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .user__register section > p {
        font-weight: 400;
    }
}

.user__register .section.form {
    background: #FFFFFF;
    max-width: 800px;
    margin: 40px auto;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px #0040E229;
}

.user__register .section.form .lead {
    text-align: left;
    margin: 0 0 .4rem;
}

.user__register .st-Main {
    margin: 0 auto;
}

.user__register .st-Main .txtC {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
}

.user__register .lead {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px;
    margin-bottom: 0.6rem;
    padding: 0;
    text-align: left;
}
.user__register .lead-xl {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 0.6rem;
    padding: 0;
    text-align: center;
}

.user__register .user__register-form {
    background: #FFFFFF;
    box-shadow: 0 0.125rem 0.5rem 0 #0040E229;
    border-radius: 0.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.user__register .user__register-form form {
    width: 100%;
}

.user__register .user__register-form .section .st-formArea .st-cntMini {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.user__register .user__register-form .section .st-formArea .st-cntMini input {
    border: 1px solid #BFC8D1;
}

@media only screen and (max-width: 768px) {
    .user__register .user__register-form {
        padding: 1rem;
    }
}

.user__register ul {
    margin: 2rem 0 2rem;
}

.user__register ul > li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
}

.user__register .st-Btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    .user__register .st-Btns {
        flex-direction: column-reverse;
    }
}

.user__register .st-Btns .st-Btns_Btn {
    width: 100%;
    max-width: 290px;
    height: 60px;
    padding: 0.5rem 1.5rem;
    border-radius: 0.625rem;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .user__register .st-Btns .st-Btns_Btn {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }
}

.user__register .st-Btns .st-Btns_Btn.white {
    width: 100%;
    max-width: 290px;
    height: 60px;
    padding: 0.5rem 1.5rem;
    border-radius: 0.625rem;
}

.user__register .st-Btns .st-Btns_Btn span {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--white);
}


/*USER REGISTER FORM*/

.user__register .st-formBack {
    background-color: var(--white);
    box-shadow: 0 2px 8px 0 #0040E229;
    border-radius: 8px;
}

.user__register .st-formBack.time__range {
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
    margin: unset;
    padding: unset;
}

.user__register .st-formBack.time__range select > option {
    font-size: 1rem;
    line-height: 22.4px;
    color: var(--black); !important;
}

.user__register .require {
    color: #FF4D4F;
    font-size: 18px;
    font-weight: 500;
}

.user__register input {
    background-color: var(--white);
    border: 1px solid #BFC8D1 !important;
}

.user__register input:disabled {
    background-color: #F5F5F5;
    border: 1px solid #BFC8D1;
    cursor: not-allowed;
}


.user__register .max-w-300 {
    max-width: 330px;
}

.user__register .max-w-300 select {
    width: 100%;
    font-family: inherit;
}


.user__register .content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    font-size: 18px;
    box-sizing: border-box;
}

.user__register .content dt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.user__register .content dt small {
    font-size: 16px !important;
    line-height: 22.4px !important;
}

.user__register label[for=accordion-1] img,
.user__register label[for=accordion-2] img {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.user__register #accordion-1:checked ~ .content,
.user__register #accordion-2:checked ~ .content {
    max-height: 1850px;
    padding-bottom: 1rem;
}

.user__register #accordion-1:checked ~ label[for=accordion-1] img,
.user__register #accordion-2:checked ~ label[for=accordion-2] img {
    transform: rotate(360deg);
}

.user__register dd label,
.user__register div label {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22.4px;
}

label[for=accordion-1],
label[for=accordion-2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: unset;
    text-indent: unset;
}

label[for=accordion-1] img,
label[for=accordion-2] img {
    margin-right: 10px;
}

label[for=accordion-1]::after,
label[for=accordion-1]::before,
label[for=accordion-2]::after,
label[for=accordion-2]::before {
    content: none;
}

.user__register .st-formBack label[for=accordion-1] .option-accordion::after,
.user__register .st-formBack label[for=accordion-2] .option-accordion::after {
    content: "";
}

.user__register .st-formBack label .option-accordion {
    color: var(--indigo-700);
    font-size: 18px;
    font-weight: 700;
}

.user__register-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}

.user__register input[type=checkbox] {
    display: block !important;
    visibility: hidden !important;;
    height: 0 !important;;
}

.error {
    color: #BC1F21;
    font-size: 16px
}

.user__register input.error,
.user__register select.error {
    border: 1px solid #BC1F21 !important;
    color: var(--black);
}

.user__register input[type=checkbox]:not(:checked).error ~ label::before {
    border: 1px solid #BC1F21;
}

.user__register .st-Att_Box:has(> div:first-child > input.error) ~ .st-Att_Box:has(> div:first-child > input:not(:checked)) > div:first-child > label::before {
    border: 1px solid #BC1F21;
}

.user__register #date-error {
    position: relative;
}

.user__register #date-error .error {
    position: absolute;
    top: 0;
    left: 0;
}

.user__register .formInline {
    margin: 0 1rem 0 0;
}

.user__register dd.error {
    margin-top: .3rem !important;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"] {
    position: relative;
    height: 40px;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #BFC8D1;
    width: 209px;
    background: #fff url("../img/common/datepicker.svg") 97% 50% no-repeat;
}

input[type="date"].date__invalid {
    border: 1px solid #BFC8D1;
}

input[type="date"]:before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    content: attr(data-date);
    display: inline-block;
    color: black;
}

input[type="date"].date__invalid:before {
    color: #B3B3B3 !important;
}

input[type="date"]::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: black;
    opacity: 1;
}

.user__register .register__schedule {
    padding: 0 20px;
}

.user__register .register__schedule .register__schedule-txt {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 0;
}

.user__register .register__schedule-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user__register .register__schedule-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user__register .register__schedule-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user__register .register__schedule-item .register__schedule-item-txt {
    margin: 0;
    padding: 0;
}

.user__register .register__schedule-item .register__schedule-item-date,
.user__register .register__schedule-item .register__schedule-item-time {
    display: flex;
    align-items: center;
    gap: .5rem;
}


@media only screen and (max-width: 768px) {
    .user__register .register__schedule-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .user__register .register__schedule-item .register__schedule-item-date input,
    .user__register .register__schedule-item .register__schedule-item-time select {
        width: 235px;
    }

    .user__register .register__schedule-item-container {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .user__register .register__schedule .register__schedule-txt {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }
}
