/* 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: 180px;
}
.l-content .ancArea .ancList>li>a {
    width: 180px;
    font-size: 15px;
    font-weight: bold;
}

.l-content .anc_item .ttl {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    display: inline-block;
}

/* contact */