﻿#bon00 {
    margin-bottom: 4%;
}
#bon00 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#bon00 h1 {
    width: 100%;
    margin: 0 0 5%;
    padding: 0;
}
#bon00 h1 img {
    width: 100%;
    display: block;
}
#bon00 h2 {
    margin: 0 0 1em 0;
    padding: 0;
    border: 0;
}
#bon00 .col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1%;
    margin: 0 0 3%;
}
#bon00 .col2 img {
    width: 100%;
    display: block;
}
#bon00 .col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1%;
}
#bon00 .col4 li {
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    border: 1px solid #CCC;
}
#bon00 .col4 li:not(:nth-last-child(-n + 4)) {
    margin-bottom: 3%;
}
#bon00 .category {
    margin: 0 0 5%;
}
#bon00 .category h2 {
    font-size: 18px;
    position: relative;
    padding-left: 40px;
}
#bon00 .category h2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/img/usr/genre/bon00/260623_bon00_ttl.jpg") no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 2%;
}
#bon00 .cataloggift h2 {
    font-size: 20px;
    text-align: center;
}
#bon00 .cataloggift .col2 {
    margin: 0;
}
    
@media (max-width: 1199px) {
    .block-onlineshoping-features .wrapper-service-wrapping ul{
        gap: 0!important;
    }
    #bon00 h2 {
        font-size: calc(1em - 2px);
    }
    #bon00 .col4 li {
        font-size: 12px;
    }
    #bon00 .category h2 {
        font-size: 16px;
    }
    #bon00 .cataloggift h2 {
        font-size: 18px;
    }
}
