/* common */
.l-content .fs-19 {
    font-size: 19px;
}

.l-content .color_red {
    color: #d00;
}

.l-content .cvBtn>a {
    width: 350px;
    padding: 14px 0 11px;
    font-size: 17px;
}
.l-content .ancArea .ancList { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 10px;
}
.l-content .ancArea .ancList>li {
    width: 210px;
}
.l-content .ancArea .ancList>li>a {
    width: 210px;
    font-size: 15px;
    font-weight: bold;
}

.l-content .recommendList {
    display: flex;
    justify-content: center;
    gap: 87px;
}

.l-content .flex {
    display: flex;
}

.l-content .flex .box1 {
    width: 450px;
    margin-right: 30px;
}

.l-content .flex .box2 {
    width: 450px;
}
/* contact */