.tit_table{
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #dac98c;
    padding: 13px 0;
    margin-bottom: 10px;
}
.sectionInner table{
    width: 100%;
}
.sectionInner table td{
    border: 1px solid #dedede;
    border-left: none;
    padding: 17px 0 20px 45px;
}
.sectionInner table th{
    width: 30%;
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    border-right: none;
    padding-left: 50px;
}
.sectionInner table .sub_tit{
    background-color: #e5f1f8;
    text-align: center;
    padding-left: 0;
    font-weight: bold;
    color: #666;
    border-left: 1px solid #dedede;
}
.sectionInner table td p:not(:last-child){
    margin-bottom: 25px;
}
.leftContent{
    float: left;
    width: 65.6%;
}
.leftContent p{
    margin-bottom: 25px;
}
.rightContent{
    float: right;
    width: 25%;
    text-align: center;
}
@media screen and (max-width:768px) {
    .sectionInner table th{
        padding: 0;
        text-align: center;
    }
    .sectionInner table td {
        padding-left: 4%;
    }
}