@charset "UTF-8";

/* 20260727 */
.scn-worries {
    text-align: left;
}

.scn-worries h2,
.scn-worries p:not([class]) {
    width: 100%;
    max-width: 520px;
    margin: auto;
}

#top_f_about .scn-worries h2.scn-sub_heading span:first-child {
    font-size: .7em;
    font-weight: 700;
    display: block;
    line-height: 1.4;
}

.scn-worries-result {
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}

.scn-product-image {
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.scn-product-image img {
    width: 100%;
}

@media (max-width: 767px) {
    #top_f_about .inner>div:first-child .scn-product-image img {
        width: 100%;
    }
}