.sec-option-detail .detail-box p,
.sec-option-detail .detail-box div {
    font-size: 1.8rem;
    line-height: 1.8;
}

.parts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.parts01 .parts01-img {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5%;
}

.parts01 .parts01-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.parts01 .parts01-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .parts01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .parts01 .parts01-img {
        width: 100%;
        margin: 0.5em 0 1em;
    }

    .parts01 .parts01-text {
        width: 100%;
    }
}

/* parts01の非表示の指定 */
.parts01 .parts01-img:has(img[src*="placehold.jp"]),
.parts01 .parts01-img:has(img[src*="/upload/tenant_1/30/c2c2c2/ffffff/600x400.webp"]) {
    display: none;
}

[data-element-id] .parts01 .parts01-img:has(img[src*="placehold.jp"]),
[data-element-id] .parts01 .parts01-img:has(img[src*="/upload/tenant_1/30/c2c2c2/ffffff/600x400.webp"]) {
    display: block;
}
