	  span.wpcf7-list-item { display: block; }

.header #inner-header {
	width: 110%;
}

/* 医療機器メーカー & 購入後のアフターフォロー セクション修正 */
@media only screen and (min-width: 768px) {
    /* 医療機器メーカーが着目したイオンの力 */
    .page-id-7 .page_content .first_ion {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        gap: 30px;
    }
    
    .page-id-7 .page_content .first_ion img {
        width: 270px !important;
        min-width: 270px;
        flex-shrink: 0;
    }
    
    .page-id-7 .page_content .first_ion > div {
        flex: 1;
    }
    
    .page-id-7 .page_content .first_ion h2,
    .page-id-7 .page_content .first_ion p {
        margin-top: 0;
    }
    
    /* 購入後のアフターフォロー */
    .page-id-7 .page_content .first_customer {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
    }
    
    .page-id-7 .page_content .first_customer > div {
        flex: 1;
    }
    
    .page-id-7 .page_content .first_customer h2,
    .page-id-7 .page_content .first_customer p {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1030px) {
    .page-id-7 .page_content .first_ion {
        gap: 40px;
    }
    
    .page-id-7 .page_content .first_ion img {
        width: 400px !important;
        min-width: 400px;
    }
}

---

/* Unite Gallery CSS 強制読み込み */
@import url('https://moisteane-musashi.com/wp-content/plugins/unite-gallery-lite/unitegallery-plugin/css/unite-gallery.css');

/* サロンギャラリー用のスタイル修正 */
.page-id-9 .salon_gallery {
    width: 100% !important;
}

.page-id-9 .salon_gallery .ug-gallery-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

/* サムネイルを非表示 */
.page-id-9 .salon_gallery .ug-thumbs-panel {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .page-id-9 .page_content .salon_concept dl {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        gap: 30px;
    }
    
    .page-id-9 .page_content .salon_concept dd:first-child {
        width: 45% !important;
    }
    
    .page-id-9 .salon_gallery {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1030px) {
    .page-id-9 .page_content .salon_concept dl {
        gap: 40px;
    }
}