@charset "utf-8";
/* CSS Document */

/*--- font ---*/
.rec_box h3,
#recruit_form h3 {
	font-family: 'Amiri', 'Sawarabi Mincho', serif;
}
#recruit_form table td input[type="text"],
#recruit_form table td input[type="date"],
#recruit_form table td select,
#recruit_form table td textarea {
	font-family: initial;
}
/*------------*/

/*ercruit*/
#recruit {
    padding: 0 10px;
}

.recruit_inner {
    background: rgba(255, 255, 252, 0.6);
    border: 1px solid #7E8592;
    padding: 0 0 40px 0;
    margin-bottom: 20px;
}

.recruit_inner dl {
    font-size: 14px;
}



.recruit_inner dl dt {
    color: #fff;
    background: #131D36;
    padding: 5px 10px;
}


.recruit_inner dl dd {
    padding: 10px;
    white-space: pre-line;
    line-height: 1.8em;
}


#recruitForm {
    margin: 0 20px;
}

#recruitForm table {
    width: 100%;
}

#recruitForm table th {
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 20px 0 10px;
    font-weight: 500;
}

#recruitForm table th em {
    color: #880000;
    font-style: normal;
}

#recruitForm table td {
    display: block;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#recruitForm table td input,
#recruitForm table td select {
    border: 1px solid #7E8592;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
}

#recruitForm table td select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


#recruitForm table td select.age {
    border: 1px solid #7E8592;
    display: inline;
    width: 20%;
    padding: 10px;
    background: #fff;
}


#recruitForm table td textarea {
    border: 1px solid #7E8592;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    height: 200px;
}

.g-recaptcha {
    margin: 20px auto;
    width: 304px;
    height: 78px;
}

#recruitForm input[type=submit]:disabled {
    background: #9E9E9E;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 25px 0;
}


#recruitForm input[type=submit] {
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4F), to(#17223C));
    background: -webkit-linear-gradient(top, #212E4F, #17223C);
    background: linear-gradient(to bottom, #212E4F, #17223C);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    margin: 0 auto;
}

#exp_radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 12px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

#exp_radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #7E8592;
}

#exp_radio input {
    display: none !important;
}

#exp_radio input[type=radio]:checked+label:after {
    position: absolute;
    content: "✔️";
    top: 33%;
    left: -8px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    color: #1B3355;
    font-weight: lighter;
}

.recruit_bnr {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #recruit {
        padding: 0 15px;
    }
    .recruit_inner {
        padding: 0;
        margin-bottom: 40px;
    }

    .recruit_inner dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #7E8592;
    }

    .recruit_inner dl:last-of-type {
        border-bottom: none;
    }

    .recruit_inner dl dt {
        background: none;
        color: #000;
        width: 20%;
        padding: 20px 40px;
    }

    .recruit_inner dl dd {
        width: 80%;
        padding: 20px;
    }

    #recruitForm {
        margin: 40px 50px;
    }

    #recruitForm table td select {
        width: 300px;
    }

    #recruitForm table td select.age {
        width: 70px;
    }

    #recruitForm input[type=submit]:disabled {
        width: 360px;
        margin: 0 auto;
    }

    #recruitForm input[type=submit] {
        width: 360px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1000px) {
    #recruitForm {
        margin: 40px 100px;
    }
}

