/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*基本設定（滅多に変更しない）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


@media screen and (min-width: 767px) {
.certification-logos {
  text-align: center;       /* 中央寄せ */
  margin: 0 0 100px 0;      /* 上下余白 */
}

.certification-logos img.logo {
  height: 140px;            /* ロゴの高さを調整（100〜120px程度が推奨） */
  width: auto;              /* 横比率は自動維持 */
  object-fit: contain;
}

}

@media screen and (max-width: 767px) {

.certification-logos {
  text-align: center;       /* 中央寄せ */
  margin: 0 0 100px 0;      /* 上下余白 */
}

.certification-logos img.logo {
  height: 140px;            /* ロゴの高さを調整（100〜120px程度が推奨） */
  width: auto;              /* 横比率は自動維持 */
  object-fit: contain;
}

}