.l-content .leadTxt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

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

.l-content .ancList a {
    width: 336px;
    height: 38px;
}

.l-content .linkList {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.l-content .linkList a {
    width: 336px;
    height: 38px;
}

.l-content .section .sectionTtl {
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
}

.l-content .section .sectionTtl span {
    border-left: 5px solid #cb0e19;
    display: block;
    color: #333333;
    padding: 0 0 0 13px;
    line-height: 1.4;
}


.l-content .itemList {
    display: flex;
    justify-content: space-between;
}

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

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

.l-content .itemList .item .category {
    width: 220px;
    padding: 13px 0 12px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    text-align: center;
}

.l-content .itemList .item .maker {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.l-content .itemList .item .name {
    height: 68px;
    margin-top: 10px;
    color: #004098;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


.l-content .itemList .item .type {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.l-content .itemList .item .pic {
    position: relative;
    margin-top: 20px;
}

.l-content .itemList .item .pic .iconPd {
    position: absolute;
    top: -5px;
    right: 10px;
}

.l-content .itemList .item .price {
    align-self: flex-end;
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
}

.l-content .itemList .item .specialPrice {
    align-self: flex-end;
    margin-top: 5px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
    color: #cc0000;
}

.l-content .itemList .item .specialPrice span {
    font-size: 17px;
}

.l-content .itemList .item .btn {
    margin-top: 10px;
    width: 192px;
}

.l-content .catchcopy {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}