@charset "utf-8";

html {
    background: #000;
}
.wrap {
    background: #fff;
}

.form_ttl {
    font-weight: 700;
    font-style: italic;
    color: #333;
    text-align: center;
    position: relative;
}
.form_ttl::before {
    content: '';
    margin: 0 auto;
    background: #808080;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.form_txt {
    font-weight: 500;
    color: #333;
    text-align: center;
}
.form_content_note {
    font-weight: 500;
    color: #d0121b;
}
.form_list_ttl_must {
    color: #d0121b;
}
.form_listitem .form_listitem_box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.form_list_ttl {
    width: 30%;
    font-weight: 700;
    color: #808080;
    display: flex;
    align-items: center;
}
.form_list_input_box {
    width: 70%;
    position: relative;
}
.form_list_input {
    width: 100%;
    font-weight: 500;
    color: #808080;
    background: #f2f2f2;
}
.form_list_input_error {
    font-weight: 500;
    color: #d0121b;
    position: absolute;
    left: 0;
}
.form_list_input::placeholder {
    color: #b2b2b2;
}
.form_listitem .align_top {
    align-items: flex-start;
}
.form_list_ttl_terms {
    display: block;
}
.form_list_ttl_terms_must {
    margin-left: 0;
    display: inline-block;
}
.form_listitem_terms {
    width: 70%;
    overflow: auto;
}
.form_listitem_terms::-webkit-scrollbar {
    height: 0;
}
.form_listitem_terms::-webkit-scrollbar-track {
    background: #e5e5e5;
}
.form_listitem_terms::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
}
.form_listitem_terms_txt {
    font-weight: 500;
    color: #333;
}
.form_listitem_box {
    position: relative;
}
.form_list_checkbox_txt_error {
    font-weight: 500;
    text-align: center;
    color: #d0121b;
    position: absolute;
    left: 0;
    right: 0;
}
.form_list_checkbox_txt {
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
}
.form_list_submit_box {
    position: relative;
    cursor: pointer;
}
.form_list_submit_box::after {
    content: '＞';
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: color 0.4s;
}
.form_list_submit {
    width: 100%;
    font-weight: 500;
    color: #333;
    background: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    transition: color 0.4s;
    z-index: 1;
    cursor: pointer;
}
.form_list_submit_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form_list_submit_cover::before {
    content: '';
    width: 0%;
    height: 100%;
    background: #808080;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s;
}

/*Privacy policy*/
.policy_txt{
    width: 70%;
    margin:  0 auto;
    padding-top: 50px;
}

.set_date{
    text-align: right;
    margin-bottom: 30px;
}

.policy_txt .bold{
    font-weight: 700;
}

.policy_txt h2{
    padding: 20px;
    text-align: center;
}

@media (min-width: 751px) {
    .form {
        margin: 3.4rem 0 2.4rem;
    }
    .form_ttl {
        margin-top: 0.24rem;
        font-size: 0.48rem;
    }
    .form_ttl::before {
        width: 0.4rem;
        height: 0.04rem;
        top: -0.24rem;
    }
    .form_txt {
        margin-top: 1.7rem;
        font-size: 0.2rem;
        line-height: 2;
        letter-spacing: 0.1em;
    }
    .form_content {
        width: 9.6rem;
        margin: 0.8rem auto 0;
    }
    .form_content_note {
        font-size: 0.16rem;
    }
    .form_list {
        margin-top: 0.24rem;
        border-top: 0.01rem solid #ccc;
    }
    .form_listitem {
        padding: 0.4rem 0.24rem;
    }
    .form_listitem + .form_listitem {
        border-top: 0.01rem solid #ccc;
    }
    .form_list_ttl {
        width: 30%;
        font-weight: 700;
        font-size: 0.16rem;
    }
    .form_list_ttl_must {
        margin-left: 0.08rem;
        padding: 0.01rem 0.06rem;
        font-size: 0.14rem;
        border: 0.01rem solid #d0121b;
    }
    .form_list_input_box {
        width: 70%;
    }
    .form_list_input {
        padding: 0.19rem 0.24rem;
        font-size: 0.16rem;
    }
    .form_list_input_error {
        font-size: 0.14rem;
        bottom: -0.25rem;
        left: 0;
    }
    .form_list_ttl_terms_must {
        margin-top: 0.08rem;
        margin-left: 0;
    }
    .form_listitem_terms {
        width: 70%;
        height: 2.1rem;
        padding: 0.4rem 0.24rem;
        border: 0.01rem solid #ccc;
    }
    .form_listitem_terms::-webkit-scrollbar {
        width: 0.04rem;
        height: 0;
    }
    .form_listitem_terms_txt {
        font-size: 0.16rem;
        line-height: 2;
    }
    .form_list_checkbox_txt_error {
        font-size: 0.14rem;
        top: 0.55rem;
        left: 0;
        right: 0;
    }
    .form_list_checkbox_txt {
        /* margin: 0.27rem auto 0; */
        font-size: 0.16rem;
    }
    .form_list_checkbox {
        margin-right: 0.16rem;
    }
    .form_list_submit_box {
        width: 4.48rem;
        margin: 0.4rem auto 0;
    }
    .form_list_submit_box::after {
        font-size: 0.16rem;
        top: 0;
        bottom: 0;
        right: 0.24rem;
    }
    .form_list_submit {
        width: 100%;
        padding: 0.42rem;
        border: 0.01rem solid #808080;
        font-size: 0.16rem;
    }
    .form_list_submit_box:hover.form_list_submit_box::after {
        color: #fff;
    }
    .form_list_submit_box:hover .form_list_submit {
        color: #fff;
    }
    .form_list_submit_box:hover .form_list_submit_cover::before {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .form {
        margin: 14rem auto 12rem;
    }
    .form_ttl {
        margin-top: 1.2rem;
        font-size: 2.4rem;
    }
    .form_ttl::before {
        width: 2rem;
        height: 0.2rem;
        top: -1.2rem;
    }
    .form_txt {
        margin-top: 9rem;
        font-size: 1.6rem;
    }
    .form_content {
        width: 33.5rem;
        margin: 3.5rem auto 0;
    }
    .form_content_note {
        font-size: 1.4rem;
    }
    .form_list {
        margin-top: 2rem;
    }
    .form_listitem {
        padding: 1.8rem 0 2.8rem;
    }
    .form_listitem .form_listitem_box {
        display: block;
    }
    .form_listitem {
        border-top: 0.1rem solid #ccc;
    }
    .form_list_ttl {
        width: 100%;
        font-size: 1.4rem;
    }
    .form_list_ttl_must {
        margin-left: 1.3rem;
        padding: 0 0.5rem;
        font-size: 1rem;
        border: 0.1rem solid #d0121b;
    }
    .form_list_input_box {
        width: 100%;
    }
    .form_list_input {
        width: 100%;
        margin-top: 0.9rem;
        padding: 1.4rem 1.8rem;
        font-size: 1.4rem;
    }
    .form_list_input_error {
        font-size: 1.2rem;
        bottom: -2rem;
    }
    .form_list_ttl_terms {
        display: flex;
    }
    .form_listitem_terms::-webkit-scrollbar {
        width: 0.4rem;
        height: 0;
    }
    .form_list_ttl_terms_must {
        margin-top: 0;
    }
    .form_listitem_terms {
        width: 100%;
        height: 19.4rem;
        margin-top: 0.9rem;
        padding: 1.9rem 2rem;
        border: 0.1rem solid #ccc;
    }
    .form_listitem_terms_txt {
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .form_list_checkbox {
        margin-right: 1rem;
    }
    .form_list_checkbox_txt {
        margin: 2rem auto 0;
        font-size: 1.4rem;
        /* justify-content: center; */
    }
    .form_list_checkbox_txt_error {
        font-size: 1.2rem;
        line-height: 1.5;
        top: 1.7rem;
    }
    .form_list_submit_box {
        width: 20rem;
        margin: 1.2rem auto 0;
        border: 0.1rem solid #ccc;
    }
    .form_list_submit {
        padding: 1.7rem 0;
        font-size: 1.4rem;
    }
    .form_list_submit_box::after {
        font-size: 0.8rem;
        right: 1.2rem;
    }

    .policy_txt{
        width: 90%;
    }
}

/* confirm */
.form_list_input_txt {
    width: 100%;
    color: #333;
}
.form_list_submit_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_list_buck_box,
.confirm .form_list_submit_box {
    margin: 0;
    display: flex;
    position: relative;
    cursor: pointer;
}
.form_list_buck_box::before {
    content: '＜';
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: color 0.4s;
    z-index: 2;
}
.form_list_buck {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: none;
    display: block;
    transition: color 0.4s;
    z-index: 1;
}
.form_list_buck_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form_list_buck_cover::before {
    content: '';
    width: 0;
    height: 100%;
    background: #808080;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s;
}
.confirm .form_list_submit {
    color: #fff;
}
.confirm .form_list_submit_box::after {
    color: #fff;
    z-index: 1;
}
.confirm .form_list_submit_cover {
    background: -webkit-gradient(linear, left top, left bottom, from(#335976), to(#003054));
    background: -webkit-linear-gradient(#335976 0%, #003054 100%);
    background: linear-gradient(#335976 0%, #003054 100%);
}
.confirm .form_list_submit_cover::before {
    background: #fff;
}
@media (min-width: 751px) {
}
@media (min-width: 751px) {
    .confirm .form_list {
        border-bottom: 0.01rem solid #ccc;
    }
    .form_list_input_txt {
        width: 100%;
        font-size: 0.16rem;
        line-height: 2;
    }
    .confirm .form_listitem {
        padding: 0.5rem 0.24rem;
    }
    .form_list_submit_wrap {
        margin-top: 0.8rem;
    }
    .form_list_buck_box,
    .confirm .form_list_submit_box {
        width: 4.48rem;
        margin: 0;
    }
    .form_list_buck_box::before {
        font-size: 0.16rem;
        top: 0;
        bottom: 0;
        left: 0.24rem;
        transition: color 0.4s;
    }
    .form_list_buck {
        width: 100%;
        padding: 0.42rem;
        font-weight: 500;
        font-size: 0.16rem;
        border: 0.01rem solid #808080;
    }
    .form_list_buck_cover::before {
        width: 0;
        height: 100%;
        background: #808080;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: width 0.4s;
    }
    .form_list_buck_box:hover .form_list_buck_cover::before {
        width: 100%;
    }
    .confirm .form_list_submit_box {
        margin-left: 0.3rem;
    }
    .form_list_buck_box:hover.form_list_buck_box::before {
        color: #fff;
    }
    .form_list_buck_box:hover .form_list_buck {
        color: #fff;
    }
    .form_list_buck_box:hover .form_list_buck_cover::before {
        width: 100%;
    }
    .confirm .form_list_submit_box:hover .form_list_submit,
    .confirm .form_list_submit_box:hover.form_list_submit_box::after {
        color: #333;
    }
}

@media (max-width: 750px) {
    .confirm .form_listitem {
        padding: 2.1rem 0;
    }
    .form_list_input_txt {
        padding: 2.3rem 1.9rem 2rem;
        font-size: 1.4rem;
        line-height: 1.57;
    }
    .form_list_submit_wrap {
        margin-top: 4rem;
        justify-content: space-between;
    }
    .form_list_buck_box {
        width: 36.71%;
    }
    .form_list_buck_box::before {
        font-size: 0.8rem;
        left: 1.2rem;
    }
    .form_list_buck {
        padding: 1.7rem 0;
        font-size: 1.4rem;
        border: 0.1rem solid #808080;
    }
    .confirm .form_list_submit_box {
        width: 59.7%;
    }
}

/* top */
.form_list_top_box {
    margin: 0 auto;
    position: relative;
}
.form_list_top_box::before {
    content: '＜';
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.24rem;
    z-index: 1;
    transition: color 0.4s;
}
.form_list_top {
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #333;
    text-decoration: none;
    border: 0.01rem solid #808080;
    display: block;
    position: relative;
    z-index: 1;
}
.form_list_top_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form_list_top_cover::before {
    content: '';
    width: 0;
    height: 100%;
    background: #808080;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s;
}

@media (min-width: 751px) {
    .form_list_top_wrap {
        margin-top: 1.2rem;
    }
    .form_list_top_box {
        width: 4.48rem;
    }
    .form_list_top_box::before {
        font-size: 0.16rem;
        top: 0;
        bottom: 0;
        left: 0.24rem;
        z-index: 1;
        transition: color 0.4s;
    }
    .form_list_top {
        width: 100%;
        padding: 0.4rem;
        font-size: 0.16rem;
        border: 0.01rem solid #808080;
        transition: color 0.4s;
    }

    .form_list_top_box:hover.form_list_top_box::before,
    .form_list_top_box:hover .form_list_top {
        color: #fff;
    }
    .form_list_top_box:hover .form_list_top_cover::before {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .finish .form_list_top_wrap {
        margin-top: 9rem;
    }
    .form_list_top_box {
        width: 20rem;
    }
    .form_list_top_box::before {
        font-size: 0.8rem;
        left: 1.2rem;
    }
    .form_list_top {
        padding: 1.9rem;
        font-size: 1.4rem;
    }
}

/* footer */
@media (min-width: 751px) {
    .footer {
        height: fit-content;
    }
}
@media (max-width: 750px) {
    .footer {
        height: fit-content;
    }
}
