@charset "utf-8";

/* login */
.login_wrap {
    position: relative;
    min-height: 100vh;
    background: url('/image/main/login_bg.jpg') no-repeat center / cover;
}
.login_wrap .login_box {
    width: 700px;
    height: 695px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.login_inner {
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
.login_inner .logo {
    width: 193px;
    height: 49px;
}
.common_input_form_box {
    width: 100%;
    color: #111;
}
.common_input_form_box input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    padding: 0 15px;
}
.common_input_form_box .box {
    border-radius: 3px;
    border: 1px solid #CFD4DD;
    width: 100%;
    height: 50px;
}
.save_btn_box {
    margin-right: auto;
}
.save_btn_box input {
    display: none;
}
.save_btn_box input[type="checkbox"] +label {
    position: relative;
    display: block;
    color: #999;
    padding-left: 30px;
}
.save_btn_box input[type="checkbox"] +label::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('/image/main/chk.svg') no-repeat center / contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.save_btn_box input[type="checkbox"]:checked +label:after {
    background: url('/image/main/chk_on.svg') no-repeat center / contain;
}
.login_box .login_btn {
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background-color: #3751FF;
    line-height: 60px;
}
.login_box .etc_box {
    margin-right: auto;
}
.login_box .etc_box .box {
    line-height: 1.6rem;
}
.login_box .etc_box .name {
    min-width: 200px;
}
.common_input_form_box .name {
    line-height: 1;
    font-weight: 500;
}
/* END login */

/* cpmanagement */
.common_form_box .style_box.s_box_2 {
    min-width: 550px;
}
.common_list_top {
    justify-content: space-between;
}
.list_common_btn {
    border-radius: 4px;
    height: 40px;
    background-color: #171A1E;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    padding: 0 27px;
    font-size: 12px;
}
.calendar_table.cpmanagement .body td {
    text-align: center;
}
.calendar_table.cpmanagement .body td.link {
    cursor: pointer;
}
/* END cpmanagement */

/* cpedit */
.cpedit_wrap {
    padding-bottom: 50px;
}
.common_table_wrap.pop {
    padding: 0 30px;
    margin: 40px auto;
}
.pop_input_wrap {
    border: 1px solid #C6C6C6;
    text-align: left;
}
.list_common_btn.pop {
    background-color: #3751FF;
    color: #fff;
    padding: 0 78px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
}
.pop_input_wrap tr:not(:last-child) {
    border-bottom: 1px solid #C6C6C6;
}
.pop_input_wrap th,
.pop_input_wrap td {
    padding: 15px;
    line-height: 1;
    font-weight: 400;
}
.pop_input_wrap th {
    border-right: 1px solid #C6C6C6;
    background-color: #E7EAED;
    width: 160px;
    font-size: 13px;
}
.pop_input_wrap td {
    font-size: 12px;    
    width: calc(100% - 150px);
}
.pop_input_wrap .pop_input input.type1 {
    border: 1px solid #D6D6DF;
    height: 30px;
    width: 100%;
    font-size: 12px;    
    font-weight: 400;
    color: #111;
    padding: 0 10px;
}
.pop_input_wrap .pop_input th,
.pop_input_wrap .pop_input td {
    padding: 6.5px 15px;
}
.pop_radio th,
.pop_radio td {
    padding: 14px 15px;
}
.pop_input_wrap .pop_input input.type2 {
    width: 160px;
}
.pop_input_wrap .pop_input input.type3 {
    width: 100%;
}
.pop_input_wrap .pop_input .tel span {
    margin: 0 5px;
}
.pop_input_wrap .pop_input .style_box {
    height: 30px;
    position: relative;
    border: 1px solid #D6D6DF;
    min-width: 254px;
}
.pop_radio_box input[type='radio'] {
    cursor: pointer;
}
/* END cpedit */

