/* ============================================
   薬剤師向けバージョン カスタムスタイル
   ============================================ */

/* このファイルで薬剤師向けの個別調整を行います */

/* 活用事例セクションの中央揃え完全修正 */
.case-studies .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case-studies__header {
    width: 100%;
    max-width: 1040px; /* 下部のブロックと幅を揃える */
    margin-inline: auto !important;
    text-align: center;
}

.case-studies__blocks {
    width: 100%;
    max-width: 1040px;
    margin-inline: auto !important;
    justify-content: center; /* グリッドアイテムを中央配置 */
}
