/*colored*/
.c_rd {
    color: #9f1b1f;
}
/*dft*/
.dft {
    word-break: keep-all;
    margin-bottom: 30px;
}
h1.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
}
h2.dft {
    font-size: 26px;
    color: #221814;
    font-weight: 600;
    line-height: 1.6em;
}
h3.dft {
    font-size: 21px;
    color: #221814;
    font-weight: 600;
    line-height: 1.6em;
}
h4.dft {
    font-size: 18px;
    color: #221814;
    font-weight: 600;
    line-height: 1.6em;
}
h5.dft {
    font-size: 16px;
    color: #221814;
    font-weight: 600;
    line-height: 1.6em;
}
p.dft {
    font-size: 15px;
    line-height: 1.6em;
    color: #221814;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 15px;
    }
    h4.dft {
        font-size: 14px;
    }
    h5.dft {
        font-size: 13px;
    }    
    p.dft {
        font-size: 12px;
    }
}

/*list_con*/
.t_list > li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.6em;
    color: #221814;
}
.t_list > li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #ffbb04;
    border-radius: 50%;
    top: 9px;
}
.t_list.wide > li {
    padding-left: 25px;
}
.t_list > li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        padding-left: 10px;
        font-size: 12px;
    }
    .t_list.wide > li {
        padding-left: 20px;
    }
}
/*t_list2*/
.t_list2 > li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.6em;
    color: #221814;
}
.t_list2.wide > li {
    padding-left: 25px;
}
.t_list2 > li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list2 > li {
        font-size: 12px;
        padding-left: 5px;
    }
    .t_list2.wide > li {
        padding-left: 15px;
    }
}
/*t_basic*/
.table.t_basic {
    max-width: 770px !important;
    border: 1px solid #c1beb2;
}
.table.t_basic thead tr th,
.table.t_basic thead tr td,
.table.t_basic tbody tr th,
.table.t_basic tbody tr td {
    font-size: 13px;
    color: #221814;
    border: 1px solid #c1beb2;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
}
.table.t_basic tbody tr th {
    text-align: right;
    padding-right: 30px;
}
@media (max-width:768px){
    .table.t_basic thead tr th,
    .table.t_basic thead tr td,
    .table.t_basic tbody tr th,
    .table.t_basic tbody tr td {
        padding: 5px;
        font-size: 11px;
    }
}
/*cmtbox*/
.cmtbox {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    word-break: keep-all;
}
@media (max-width:768px){
    .cmtbox {
        font-size: 13px;
        padding: 15px;
        margin-bottom: 10px;
    }
}

/*s_tit*/
.s_tit {
    margin-bottom: 10px;
}
.s_tit h2 {
    position: relative;
    padding-left: 25px;
}
.s_tit h2:before {
    content: "";
    margin-top: -14px;
    width: 20px;
    height: 20px;
    display: block;
    border: 5px #9f1b1f solid;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 0px;
    background: #fff;
    z-index: 2;
}
.s_tit h3 {
    position: relative;
    padding-left: 15px;
}
.s_tit h3:before {
    content: "";
    margin-top: -14px;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #9f1b1f;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 2;
}
.s_tit h3 span {
    font-size: 0.8em;
    text-transform: none;
}
@media (max-width:768px){
    .s_tit h2:before {
        top: 18px;
    }
    .s_tit h3 {
        padding-left: 10px;
    }
    .s_tit h3:before {
        width: 5px;
        height: 5px;
        top: 23px;
    }
}

/*s_sec*/
.s_sec {
    margin-bottom: 40px;
}
@media (max-width:768px){
    .s_sec {
        margin-bottom: 20px;
    }
}
/*t_box*/
@media (min-width:769px){
    .t_box {
        display: table;
        width: 100%;
    }
    .t_box > div {
        display: table-cell;
        vertical-align: middle;
    }
}