body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 50px;
}

table th,
table td {
    font-size: 15px;
}

.err_msg {
    color: #ff0000;
}

.table_list {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.table_list th {
    width: 200px;
    text-align: center;
    background: #f0f8ff;
}

.table_list th,
.table_list td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: auto;
}

.table_list tr {
    background: #fff;
}

.table_list td {
    font-size: 13px;
    width: auto;
    /*background: #fff;*/
}

.comments {
    margin: 3px;
    font-size: 80%;
    font-weight: 400;
    color: #008000;
}

.btn_area {
    padding: 30px 0 30px 210px;
}

.input-text {
    width: 200px;
}

.input-text_s {
    width: 100px;
}

.page_info {
    margin: 10px 0;
}

.page_link {
    margin: 10px 0;
    text-align: center;
}

.s_box {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.err_msg {
    color: #ff0000;
}

.taboe01 {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.taboe01 th {
    width: 200px;
    text-align: right;
    background: #f0f8ff;
}

.taboe01 th,
.taboe01 td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.comments {
    margin: 3px;
    font-size: 80%;
    font-weight: 400;
    color: #008000;
}

.btn_area {
    padding: 30px 0 30px 210px;
}

.input-text {
    width: 200px;
}

.input-text-1 {
    width: 184px;
}

.input-text_s {
    width: 100px;
}

.result_200 {
    display: inline-block;
    padding: 1px 3px;
    background: #ff8c00;
    color: #ffffff;
    border-radius: 2px;
}

.jyutyu_comment {
    border: 2px solid #ff8c00;
    padding: 5px;
    margin: 5px 0 10px 0;
    background: #fff;
}

.ng_list {
    background: #eee;
}

h3 {
    background: #666;
    padding: 6px;
    color: #fff;
}

h4 {
    /*border-bottom:1px solid #666;*/
    padding: 5px;
    margin: 20px 0 5px 0;
}

.relation_table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px;
}

.relation_table th,
.relation_table td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: auto;
    background: #fff;
}

.sp_50_disp {
    width: 100px !important;
}

.sp_60_disp {
    width: 100px !important;
}

.call_table_head {
    width: 90px;
}

@media screen and (max-width: 1000px) {
    .call_table_head {
        width: 70px;
    }
    .sp_50_disp {
        width: 40px !important;
    }
    .sp_60_disp {
        width: 53px !important;
    }
    body {
        font-size: 12px;
    }
    .sp_no_disp {
        display: none;
    }
    .table_list th {
        font-size: 11px;
    }
    .table_list td {
        font-size: 11px;
    }
    .taboe01 th {
        font-size: 11px;
    }
    .taboe01 th,
    .taboe01 td {
        font-size: 11px;
    }
    nobr {
        display: inline-block;
        padding: 5px;
    }
    .taboe01 th {
        width: 150px;
    }
    table th,
    table td {
        font-size: 11px;
    }
    .btn_area {
        padding: 30px;
        text-align: center;
    }
}

.member_name {
    padding: 3px 0;
    font-size: 12px;
    text-align: right;
}

.ico_help:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
}

.ico_cal:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
}

.ico_map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
}

.ico_line:before {
    content: "";
    background-image: url(/img/ico_line.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    padding: 0 0 0 19px;
}

.nodisp_list td {
    background: #808080;
}

.call_detail {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
}

.table_list tr:hover {
    background: #CCFFCC;
    color: #000000;
}

@media screen and (max-width: 1000px) {
    .sp_font_10 {
        font-size: 10px !important;
    }
}