.checkBox01.merit li {
    padding-left: 0;
}

.checkBox01.merit li::before {
    content: none;
}

.checkBox01.merit li .num {
    color: #abce05;
    padding-right: 10px;
}

.boxWrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.boxWrap div {
    flex: 1;
    background-color: #f5fbfb;
    padding: 20px 23px;
}

.boxWrap div .tit {
    text-align: center;
    color: #7a6a56;
    border-bottom: 1px solid #49c1ba;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.boxWrap div>ul li {
    padding: 3px 0 0 21px;
    line-height: 1.7;
    margin-bottom: 5px;
    position: relative;
    color: #7a6a56;
    font-weight: 600;
}

.boxWrap div>ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #49c1ba;
    position: absolute;
    top: 11px;
    left: 0;
}

.boxWrap .box02 {
    margin-left: 20px;
}

.table_sub01 thead th {
    text-align: center;
    padding: 20px 5px 20px 5px;
}

.table_sub01 thead th span {
    font-size: 14px;
}

.table_sub01 tbody td {
    font-size: 14px;
    padding: 20px 10px 20px 10px;
}

.table_sub01 tbody td span.num {
    font-size: 17px;
    margin-right: 3px;
}

.div_boxWrap01.age .h4_ti01 {
    font-size: 20px;
}

.div_boxWrap01.age .h4_ti01 span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    background-color: #49c1ba;
    color: #fff;
}

.div_boxWrap01.topics .div_boxMin01 .flImgR {
    margin-left: 10px;
    margin-bottom: 20px !important;
}

.div_boxWrap01.topics .div_boxMin01 .box {
    padding: 30px 40px;
    background-color: #f5fbfb;
    text-align: center;
}

.div_boxWrap01.topics .div_boxMin01 .box .h4_ti01 {
    position: relative;
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
}

.div_boxWrap01.topics .div_boxMin01 .box .h4_ti01::before {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    background-color: #49c1ba;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .div_boxWrap01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div_boxWrap01 .div_boxMin01 {
    width: 48%;
}

.div_boxWrap01 .div_boxMin01::before,
.div_boxWrap01 .div_boxMin01::after {
    content: none;
}

.div_boxWrap01 .div_boxMinIn {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.div_boxWrap01 .h4_ti01 {
    font-size: 20px;
    text-align: center;
    flex: 1;
} */

.clB {
    clear: both;
}