/* mainVisual */
.l-content .mainVisual {
    width: 950px;
    height: 100px;
    margin-bottom: 5px;
}

.l-content .leadTxt {
    width: 950px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 auto 5px;
}

.l-content .ancBox {
    width: 340px;
    margin: 20px auto;
}

.l-content .itemList {
    letter-spacing: -0.4em;
}

.l-content .itemList .item {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 15px 0;
    border: 1px solid #bfbfbf;
    width: 220px;
    padding: 15px;
    box-sizing: border-box;
}

.l-content .sectionInner .innerWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}

.l-content .sectionInner .innerWrap .innerWrap_list {
    width: 50%;
    text-align: center;
}

.l-content .sectionInner .m-btn--strong {
    width: 360px;
    height: 40px;
    font-size: 15px;
}

.l-content .sectionInner .point_itemWrap {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}

.l-content .sectionInner .point_itemWrap .item {
    width: 212px;
    margin: 0 0 0 10px;
}

.l-content .sectionInner .point_itemWrap .item:first-child {
    margin-left: 0;
}

.l-content .itemList .item .icon {
    display: flex;
    font-weight: bold;
    color: #fff;
}

.l-content .itemList .item .icon span {
    text-align: center;
    width: 78px;
    height: 27px;
    padding: 4px 0;
    box-sizing: border-box;
    margin-right: 5px;
}

.l-content .itemList .item .icon .kikaku {
    background: #007b23;
}

.l-content .itemList .item .icon .discount {
    background: #0f8ddd;
}

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

.l-content .itemList .item .maker {
    text-align: center;
    font-size: 12px;
}

.l-content .itemList .item .pic {
    width: 187px;
    margin: 10px auto 0;
}

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