.l-content .fs12{
    font-size: 12px;
}

.l-content .ancArea .ancList{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.l-content .ancArea .ancList>li {
    width: 300px;
}

.l-content .ancArea .ancList>li>a {
    width: 300px;
}

.l-content .features .flex{
    display: flex;
    justify-content: center;
}

.l-content .features .box{
    width: 420px;
}

.l-content .features .box .ttl{
    padding: 10px 0 9px 0;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #0f218b;
}

.l-content .features .box .txt{
    padding: 18px 0 28px 38px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    background-color: #f3f3f3;
}

.l-content .features .feature{
    width: 280px;
}

.l-content .features .feature--wide{
    width: 340px;
}

.l-content .features .feature .ttl,
.l-content .features .feature--wide .ttl{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.l-content .features .tableWrapper{
    margin: auto;
    width: 320px;
}

.l-content .features .m-table{
    font-size: 12px;
}

.l-content .lineup .itemList{
    margin: 0 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.l-content .lineup .itemList .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 180px;
    padding-bottom: 15px;
    border: 1px solid #bfbfbf;
}

.l-content .lineup .itemList .item.box_hover{
    opacity: 0.75;
    cursor: pointer;
}

.l-content .lineup .item .name{
    margin-top: 10px;
    color: #004098;
    font-weight: bold;
    text-align: left;
}

.l-content .lineup .item .pic{
    margin-top: 10px;
}

.l-content .lineup .item .price{
    margin-top: 10px;
    width: 160px;
    text-align: right;
}

.l-content .lineup .item .m-btn--conversion {
    width: 150px;
}

.l-content .others .m-btn--strong{
    padding: 11px 12px;
    width: 300px;
    font-size: 15px;
}