@charset "utf-8";
/*********************************************************************
 *
 *  For 応募フォーム
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
body {
    color: #000;
    background-color: #009fc9;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-top: 0;
}

.page_cp .contents_wrap {
    padding: 0;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .pc {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .pc_old {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs_sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (min-width: 1000px) {
    .cs_sec_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cs_sec_inner {
        width: 1100px;
    }

    .cs_sec_inner_pc_w1 {
        width: 100%;
    }

    .cs_sec_inner_pc_w2 {
        width: 1000px;
    }

    .cs_sec_inner_pc_w3 {
        width: 800px;
    }
}

@media (max-width: 999px) {
    .cs_sec_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .cs_sec_inner {
        width: calc(100% - 40px);
    }

    .cs_sec_inner_sp_w1 {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_form_wrap */
/* ---------------------------------------------------- */
.sec_form_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec_form_wrap .sec_inner {
    padding: 50px 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.sec_form_wrap h2 {
    margin: 0 auto 50px;
    width: 30%;
}

.sec_form_wrap h2 a {
    display: block;
}

.sec_form_wrap h3 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.sec_form_wrap .note {
    margin: 0 auto 50px;
    width: 800px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.sec_form_wrap .note li {
    list-style-type: disc;
    margin-left: 30px;
}

.sec_form_wrap .desc {
    margin-bottom: 50px;
    padding: 30px;
    text-align: center;
    border: 1px solid #000;
}

.sec_form_wrap .form {
    margin: 0 auto;
    width: 800px;
    font-size: 16px;
}

.sec_form_wrap .form th {
    position: relative;
    padding-bottom: 30px;
    padding-right: 70px;
    width: 250px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.sec_form_wrap .form th.req::after {
    content: "必須";
    position: absolute;
    right: 0;
    top: 7px;
    display: block;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    background-color: #ffe100;
}

.sec_form_wrap .form th.req2::after {
    content: "未成年の方は必須";
}

.sec_form_wrap .form td {
    padding-left: 50px;
    padding-bottom: 30px;
}

.sec_form_wrap .form td span {
    margin-left: 5px;
    margin-right: 5px;
}

.sec_form_wrap label {
    margin-right: 20px;
}

.sec_form_wrap input[type="text"] {
    padding: 5px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000;
    -webkit-appearance: none;
    border-radius: 0;
}

.sec_form_wrap input[type="text"].w1 {
    width: 100px;
}

.sec_form_wrap input[type="text"].w2 {
    width: 60px;
}

.sec_form_wrap textarea {
    padding: 5px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000;
    -webkit-appearance: none;
    border-radius: 0;
}

.sec_form_wrap .btn_wrap {
    margin-top: 20px;
    text-align: center;
}

.sec_form_wrap .btn {
    display: inline-block;
    padding: 20px 0;
    margin: 0 0 10px;
    width: 50%;
    background-color: #ffe100;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.sec_form_wrap .btn:hover {
    color: #fff;
    background-color: #000 !important;
}

.sec_form_wrap .btnBack {
    width: 40%;
    background-color: #9f9f9f;
}

@media screen and (max-width: 999px) {
    .sec_form_wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sec_form_wrap .sec_inner {
        width: calc(100% - 20px);
        padding: 30px 10px;
    }

    .sec_form_wrap h2 {
        margin: 0 auto 30px;
        width: 80%;
    }

    .sec_form_wrap h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .sec_form_wrap .note {
        margin-bottom: 30px;
        padding: 20px;
        font-size: 12px;
        width: auto;
    }

    .sec_form_wrap .desc {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .sec_form_wrap .note ul {
        padding: 10px;
    }

    .sec_form_wrap .desc {
        margin-bottom: 40px;
        text-align: center;
    }

    .sec_form_wrap .form,
    .sec_form_wrap .form tbody,
    .sec_form_wrap .form tr,
    .sec_form_wrap .form th,
    .sec_form_wrap .form td {
        display: block;
    }

    .sec_form_wrap .form {
        margin: 0 auto;
        width: auto;
    }

    .sec_form_wrap .form th {
        padding-bottom: 10px;
        width: auto;
        font-size: 16px;
        line-height: 1;
        text-align: left;
    }

    .sec_form_wrap .form th.req::after {
        right: 0;
        top: 0;
    }

    .sec_form_wrap .form td {
        padding-left: 0;
    }

    .sec_form_wrap .btn {
        width: 80%;
    }

    .sec_form_wrap .btnBack {
        width: 70%;
    }
}
