/* 画像表示の強制修正 */

/* すべての画像を強制表示 */
img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* アイコン画像 */
.apple-icon-circle {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
}

.apple-icon-circle img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* アバター画像 */
.testimonial-avatar {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* コンテンツ画像 */
.content-image-optimized {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 背景画像 */
.apple-hero.has-background,
.section-with-background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
