.sg-business {
    background: #dfebff;
}

.sg-business h2 {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #fff;
    background: #143199;
    font-size: 22px;
    line-height: 1.5;
}

.sg-business h2::before,
.sg-business h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/img/usr/genre/rA160/h_deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sg-business h2::before {
    left: 10px;
    top: 20px;
}

.sg-business h2::after {
    right: 10px;
    bottom: -20px;
    transform: scale(-1, -1);
}

/* PC基本設定  */
@media only screen and (min-width: 780px) {
    .sg-business h2 {
        font-size: 28px;
    }
}


/* システム用 */
.block-readmore-contents {
    display: none;
}

.block-readmore-button {
    display: none !important;
}

.block-genre-page--comment {
    margin-top: 20px;
}

.page-genre .block-top-event--goods:has(*:not(script)) {
    padding-top: 25px;
    padding-bottom: 20px;
}

.sg-business .block-thumbnail-t {
    justify-content: center;
    margin: 0 0 0 9px;
}

.sg-business .block-thumbnail-t--goods {
    border-radius: 4px;
    background: #fff;
    margin: 0 10px 40px 0;
}

.sg-business .img-center img {
    border-radius: 4px 4px 0 0;
}

.sg-business .block-thumbnail-t--goods-description {
    padding: 0 10px;
}

.sg-business .btn {
    margin: 0 12px 15px;
}