body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #898989;
    font-size: 16px;
}
p {
    line-height: 1.8;
}
p a:-webkit-any-link {
    color: #5e9dd5;
    cursor: pointer;
}
header {
    background: #5e9dd5 url(../images/header_bg.png) no-repeat right top;
    padding: 35px 50px 15px 50px;
    margin-bottom: 60px;
}
header .h_logo {
    float: left;
}
header .r_text {
    /*background: #fff;*/
    float: right;
    padding: 16px 50px 16px 16px;
    background:
      linear-gradient(-135deg, transparent 35px, #fff 0) top right,/*重なり順番1*/
      linear-gradient(-45deg, transparent 35px, #fff 0) bottom right;/*重なり順番2*/
    background-size: 100% 50%;
    background-repeat: no-repeat;
}
#content {
    width: 1000px;
    margin: 0 auto;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
#content h2 {
    font-size: 45px;
    font-weight: normal;
    color: #5e9dd5;
    border-bottom: 1px dotted #5e9dd5;
    /*display: inline-block;*/
    margin-top:0;
    margin-bottom: 40px;
}
#content.login {
    width: 800px;
}
#content.login .container {
    padding: 0 15%;
}
#content.login p {
    text-align: center;
}
#content.login p.back {
    text-align: right;
}
#content .login-wrap {
    border: 2px solid #5e9dd5;
    border-radius: 15px;
    padding: 30px 10%;
    margin: 40px 0;
}
#content p.explain {
    margin: -30px 0 70px 0;
}
.container {
    /* margin-top: 54px; */
}
@media (max-width: 768px) {
    #content.login {
        width: 100%;
    }
    #content.login .container {
        padding: 0;
    }
}
.procedure_link {
    /* margin-top: 30px;*/
    text-align: center;
    margin-bottom: 70px;
}
.procedure_link a {
    background: #dae5f5;
    color: #595757;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 33px;
    cursor: pointer;
}
/* login */
.wrap_left,.wrap_right {
    width: calc(50% - 52px);
    margin-right: 100px;
}
.login_wrap {
    display: flex;
    /* flex-wrap: wrap;*/
}
.login_left_title {
    /* width: calc(50% - 52px);*/
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #5e9dd5;
    font-size: 36px;
    /* margin-right: 100px;*/
}
.login_right_title {
    /* width: calc(50% - 52px);*/
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #5e9dd5;
    font-size: 36px;
}

.login_left,.login_right, .login_center {
    /* width: calc(50% - 52px);*/
    width: 100%;
    border: 1px solid #5e9dd5;
    border-radius: 15px;
}
.login_left {
    box-sizing: border-box;
    text-align: center;
    margin-right: 100px;
    padding: 50px 40px 25px 40px;
    min-height: 260px;
}
.login_left p {
    margin: 0 0 20px 0;
}
.login_left a {
    color: #fff;
    background: #5e9dd5;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 5px;
}
.login_right {
    box-sizing: border-box;
    padding: 25px 40px;
    min-height: 260px;
}
.login_right p {
    text-align: center;
}
.login_center {
    width: 38%;
    box-sizing: border-box;
    padding: 25px 40px;
    margin:0 auto;
}
.form_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.form_wrap label {
    width: 35%;
}
.form_wrap input {
    width: 60%;
    padding: 5px;
    border: 1px solid #9fa0a0;
    border-radius: 5px;
}
.form_wrap input:focus {
    outline: none;
}
.remember_me {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.login_btn {
    text-align: center;
    margin-bottom: 25px;
}
.login_btn button {
    color: #fff;
    background: #5e9dd5;
    text-decoration: none;
    padding: 2px 30px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}
.forget_link {
    text-align: center;
}
.forget_link a {
    color: #00a0e9;
    text-decoration: none;
}
.error {
    color: #FF0000;
}


/*register*/
.register #content {
    width: 800px;
}
.register table {
    /* margin-bottom: 55px; */
    margin-bottom: 10px;
}
.register table table{
    margin-bottom: 0;
}
.register table.small_table {
    margin-bottom: 10px;
}
.company_button_wrap {
    text-align: center;
}

/*register2*/
.form .note {
    color:#000;
}
/*register3*/
.register .form-title {
    margin-left: 0.1rem;
    margin-bottom: 0.5rem;
    font-size: 2.0rem;
    font-weight: normal;
}
.register .form-title .h_mark {
    font-size: 48px;
}
.register .form-title.pink {
    color: #dc7493;
}
.register .form-title.green {
    color: #76c39f;
}
.quolifications_held {
    color: #eb6d93;
}
.register table.header_tb {
    /* margin-bottom: 0;*/
}
.register table .user_birth_year,
.register table .user_birth_month,
.register table .user_birth_day {
    padding: 5px 40px;
}
.register table .user_birth_year {
    margin-left: 10px;
}
.user-td-input,.user-td-input-long {
    padding: 0 15px;
}
.user-td-input input,
.user-td-input-long input {
    border: none;
    padding: 10px;
    width: calc(100% - 20px);
}
#cert_code_1,#cert_code_2,#cert_code_3 {
    border: none;
    padding: 10px 0;
    width: auto;
}
.user-td-input-long input#file_upload {
    display: none;
}
label:has(#file_upload) {
    padding: 5px 40px;
    /* margin: 0 5px;*/
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #727171;
    cursor: pointer;
}
.user-td-input-long input#file_upload_ura {
    display: none;
}
label:has(#file_upload_ura) {
    padding: 5px 40px;
    margin: 0 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #727171;
    cursor: pointer;
}
.user-td-input-long input#user_photo {
    display: none;
}
label:has(#user_photo) {
    padding: 5px 40px;
    /* margin: 0 5px;*/
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #727171;
    cursor: pointer;
}
.select-image {
    font-size: 12px;
}
#register_btns {
    text-align: center;
}
#register_btns span {
    color: #727171;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 30px;
}
#register_btns button {
    display: inline-block;
    padding: 15px 100px;
    margin: 0 20px 40px 20px;
}
#register_btns .message {
    font-size: 24px;
    /*font-weight: 900;*/
}
#confirm-title {
    text-align: left;
    font-size: 30px;
    color: #669a7f;
}
.not_found ul {
    padding: 0;
}
.not_found ul li {
    color: #e60012;
    font-weight: bold;
    background: #ffee00;
    display: inline-block;
    padding: 5px 15px;
}
.qualification .user_photo_td {
    padding-left: 0;
}
/*確認画面*/
.confirm h3 {
    text-align: center;
    color: #e60012;
    font-size: 20px;
    font-weight: normal;
}
#user_else {
    width: calc(100% - 20px);
}
#user-input{
    width: 100%;
}
#user-input p{
    margin: 0;
    padding: 0;
}
#user-input input{
    margin-top: 0;
    margin-bottom: 1rem;
}
.cert1_card {
    margin:0.3rem 0rem 0rem 0rem;
    text-align:center;
}
.cert2_card {
    margin:0.3rem 0rem 0rem 0rem;
    text-align:center;
    display:block;
    flex-wrap: wrap;
}
.confirm_btn {
    display: flex;
    justify-content:center;
    margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
    #content {
        width: 90%;
        padding: 0 5% 0 5%;
    }
    #content h2 {
        font-size: 28px;
    }
    .login_left, .login_right, .login_center {
        width: 100%;
    }
    header {
        margin-bottom: 0;
    }
    header .h_logo,header .r_text {
        float: none;
    }
    header .r_text {
        margin-top: 10px;
        padding: 8px 50px 8px 16px;
    }
    .login header {
        margin-bottom: 60px;
    }
    .login_wrap {
        display: block;
    }
    .wrap_left, .wrap_right {
        width: 100%;
        margin:0 0 40px 0;
    }
    #content p.explain {
        margin: -30px 0 35px 0;
    }
    .procedure_link {
        margin-bottom: 35px;
    }
}