/* BASIC css start */
.div_page { padding: 25px 14px 80px; }

.tit_box { margin-bottom: 16px; }
.tit_box h1 { font-size: 18px; color:#000; font-weight:500; margin-bottom: 8px; }
.tit_box p { font-size: 13px; color:#000; font-weight:300;  }

.txt_box {
    margin-bottom: 15px;
    
}

.txt_box h1 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 7px;
}

.txt_box p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
        line-height: 1.7;
}



.txt_box table {margin-top:10px;}
.txt_box table thead th {padding: 14px;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;height: 44px;/* line-height: 44px; */font-size: 14px;color:#666;font-weight: 300;padding-left:10px;border-top:1px solid #ccc;}
.txt_box table tbody td {text-align:left;padding: 14px;box-sizing:border-box;-webkit-box-sizing:border-box;font-size: 14px;color:#666;font-weight :300;line-height: 1.5;height:44px;}
.txt_box table tbody td.last_text { padding-left: 50px; text-align:left; font-size: 13px; font-weight:300; line-height: 1.7; }
.txt_box table tbody td p { font-size: 12px; color:#000; font-weight :500; margin-top: 10px;}
.txt_box table tbody tr td:first-of-type, .txt_box table th:first-of-type {border-left: 1px solid #ccc;text-align: center;     padding: 0 7px;}
.txt_box table thead th, .txt_box table tbody td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}



.txt_box.tee table tbody tr td:first-of-type {
    padding-top: 10px;
    vertical-align: top;
    text-align:center;
}

.txt_box.tee_td table thead th, .txt_box.tee_td table tbody td { text-align:left!important; padding: 14px!important; }
/* BASIC css end */

