@charset "UTF-8";
h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}
label {
    cursor: pointer;
}
input {
    padding: 5px;
}
input[type="email"],
input[type="password"] {
    width: 250px;
}
.center {
    text-align: center;
}
.content {
    font-size: 14px;
    margin: 50px auto;
}
.info_box,
.entry_form_box {
    display: inline-block;
    vertical-align: top;
}
.info_box {
    width: 330px;
}
.info_box .order_info {
    background: #eff3fa;
    font-size: 12px;
    padding: 10px;
}
.info_box .order_info p.entry_order_info {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.info_box .order_info p.order_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    overflow-wrap: anywhere;
}
.info_box .order_info p.client_name {
    margin: 10px 0 10px;
    line-height: 18px;
    overflow-wrap: anywhere;
}
.info_box .order_info table {
    margin-top: 10px;
}
.info_box .order_info table tr {
    border-bottom: 1px dotted #999;
}
.info_box .order_info table tr:nth-child(1) {
    border-top: 1px dotted #999;
}
.info_box .order_info table td {
    padding: 10px 0;
}
.info_box .order_info td.label {
    line-height: 18px;
    vertical-align: top;
    width: 120px;
}
.promote_space {
    font-family: "Yu Mincho";
    line-height: 18px;
    height: 600px;
    margin-top: 10px;
}
.promote_space .aside_image {
    background-image: url('../../img/user/order_aside.png');
    background-size: cover;
}
.promote_space .aside_image p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    padding: 50px 0;
    text-align: center;
}
.promote_space .aside_content {
    background: linear-gradient(150deg, #4f7492 0%, #0c2442 50%);
    padding: 40px 15px 20px;
}
.promote_space .aside_content .aside_title {
    color: #d5b783;
    font-size: 18px;
    line-height: 24px;
}
.promote_space .aside_content .aside_body {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.promote_space .aside_content hr {
    margin: 20px 0;
}
.entry_form_box {
    margin-left: 10px;
    width: 70%;
}
.entry_form_box_confirm {
    margin: 0 auto;
    width: 70%;
}
.entry_form_box .login_box {
    padding: 10px;
    margin: 0 auto 20px;
}
.entry_form_box .login_box p.error,
.entry_form_box .entry_box p.error {
    background: #ff3333;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
    padding: 5px 10px;
    width: fit-content;
}
.entry_form_box .login_box td.item_name {
    height: 40px;
    width: 120px;
}
.entry_form_box .login_box input[type="submit"] {
    background-image: linear-gradient(150deg, #d5b783 0%, #9f7547 50%);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    margin: 10px auto 0;
    padding: 10px;
    text-align: center;
    width: 250px;
}
.entry_form_box .entry_box p.entry_error {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 40px;
    text-align: center;
}
.entry_form_box .entry_box {
    padding: 0 10px;
}
.entry_form_box .form_title {
    border-left: 4px solid #0c2442;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0 5px 10px;
}
.profile_form table.change_profile {
    font-size: 14px;
    width: 100%;
}
.profile_form table.change_profile td {
    border-bottom: 1px solid #cecece;
    line-height: 16px;
    padding: 10px;
}
.profile_form table.change_profile td.item {
    background: #f0f0f0;
    padding: 20px;
    min-width: 210px;
}
.profile_form table.change_profile td.item_confirm {
    background: #f0f0f0;
    padding: 20px;
    width: 210px;
}
.profile_form table.change_profile table.academic_history td,
.profile_form table.change_profile table.mailmagazine td {
    border: none;
}
.profile_form span.required {
    background-color: #e95464;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    float: right;
}
.profile_form input,
.profile_form select {
    padding: 5px;
}
.profile_form input[type="text"],
.profile_form input[type="tel"] {
    width: 200px;
}
.profile_form input[type="email"] {
    width: 350px;
}
.profile_form select {
    min-width: 70px;
}
.profile_form select[name="circumstance"] {
    min-width: 200px;
}
.profile_form input[name="academic_history_name"] {
    width: 300px;
}
.profile_form select[name="academic_history_type"] {
    min-width: 200px;
}
.profile_form input[name="recent_income"] {
    width: 100px;
}
.profile_form input[type="radio"] {
    accent-color: #EA015E;
}
.profile_form div.birth {
    display: inline-block;
}
.profile_form textarea {
    max-width: 400px;
    min-width: 400px;
    max-height: 300px;
    min-height: 200px;
    padding: 10px;
}
.profile_form .carrer2,
.profile_form .carrer3,
.profile_form .carrer4,
.profile_form .carrer5 {
    display: none;
}
.profile_form #show_carrer2,
.profile_form #show_carrer3,
.profile_form #show_carrer4,
.profile_form #show_carrer5 {
    background: #696969;
    border: 1px solid #696969;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
    width: 80px;
}
table.change_profile table.academic_history td,
table.change_profile table.mailmagazine td {
    padding: 10px 0;
}
table.change_profile table.academic_history td.value,
table.change_profile table.mailmagazine td.value {
    padding: 10px 0 10px 10px;
}
div.overwrite {
    font-size: 18px;
    margin: 5px auto 20px;
    padding: 20px;
    text-align: center;
}
.entry_terms {
    font-size: 12px;
    margin: 30px auto 0;
    text-align: center;
}
.entry_terms a {
    text-decoration: underline;
}
.submit_area {
    margin: 30px auto;
    text-align: center;
}
.submit_area form {
    display: inline-block;
}
.submit_area input[type="submit"] {
    background-image: linear-gradient(150deg, #d5b783 0%, #9f7547 50%);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 50px;
    text-align: center;
}
.submit_area input[type="submit"].fix_btn {
    background: #999;
    border: 1px solid #999;
    color: #fff;
}
.confirm_attention {
    line-height: 22px;
    margin: 0 auto 50px;
    text-align: center;
}
p.regist {
    font-size: 11px;
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .main {
        width: auto;
    }
    h1 {
        margin-top: 20px;
    }
    .content {
        margin-top: 30px;
        padding: 10px;
    }
    .info_box,
    .entry_form_box {
        display: block;
    }
    .info_box {
        margin: 0 auto;
        width: auto;
    }
    .info_box .order_info p.entry_order_info {
        margin-bottom: 20px;
    }
    .info_box .order_info table {
        width: 100%;
    }
    .info_box .promote_space {
        display: none;
    }
    .entry_form_box {
        margin: 30px auto;
        width: auto;
    }
    .entry_form_box .entry_box {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .content {
        padding: 0;
    }
    .entry_form_box .login_box {
        padding: 0;
    }
    .entry_form_box .login_box form {
        width: 100%;
    }
    .entry_form_box .login_box table {
        width: 100%;
    }
    .entry_form_box .login_box table td {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .entry_form_box .login_box table td input[type="email"],
    .entry_form_box .login_box table td input[type="password"] {
        width: 95%;
    }
    .entry_form_box .login_box table td.item_name {
        height: auto;
        margin: 10px 0;
    }
    .entry_form_box .login_box table td .login_submit {
        text-align: center;
        width: 100%;
    }
    .entry_form_box .login_box input[type="submit"] {
        margin: 20px auto 0;
    }
    .entry_form_box_confirm {
        width: 100%;
    }
    .entry_form_box .profile_form span.required {
        float: none;
        margin-left: 10px;
    }
    .entry_form_box .profile_form table.change_profile,
    .entry_form_box_confirm .profile_form table.change_profile {
        width: 95%;
    }
    .entry_form_box .profile_form table.change_profile td,
    .entry_form_box_confirm .profile_form table.change_profile td {
        border-bottom: none;
        display: inline-block;
        float: left;
        width: 100%;
    }
    .entry_form_box_confirm .profile_form table.change_profile td {
        padding: 20px 0 20px 25px;
        width: fit-content;
    }
    .entry_form_box .profile_form table.change_profile td.item,
    .entry_form_box_confirm .profile_form table.change_profile td.item_confirm {
        font-size: 12px;
        min-width: 180px;
        padding: 10px;
    }
    .entry_form_box_confirm .profile_form table.change_profile td.item_confirm {
        padding: 10px 0 10px 10px;
        width: 100%;
    }
    .entry_form_box .profile_form table.change_profile td table,
    .entry_form_box_confirm .profile_form table.change_profile td table {
        width: 100%;
    }
    .entry_form_box .profile_form input[type="text"],
    .entry_form_box .profile_form input[type="tel"],
    .entry_form_box .profile_form input[type="email"] {
        width: 95%;
    }
    .entry_form_box .profile_form textarea {
        margin-bottom: 10px;
        width: 195%;
        max-width: 95%;
        min-width: 95%;
    }
    .entry_form_box .profile_form table.change_profile table.academic_history td.value,
    .entry_form_box .profile_form table.change_profile table.mailmagazine td.value {
        padding: 0;
    }
    .entry_form_box_confirm .profile_form table.change_profile table.academic_history td.academic_history_item_confirm,
    .entry_form_box_confirm .profile_form table.change_profile table.academic_history td.value {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .entry_form_box_confirm .profile_form table.change_profile table.academic_history td.academic_history_item_confirm {
        padding: 5px 0 5px;
    }
    .entry_form_box_confirm .profile_form table.change_profile table.academic_history td.value {
        padding: 0 0 5px;
    }
    .entry_form_box_confirm .profile_form table.change_profile table.mailmagazine td {
        padding: 5px 15px 5px 0;
    }
    .submit_area form {
        display: inline-block;
    }
    .submit_area input[type="submit"] {
        padding: 10px 25px;
        text-align: center;
    }
}