/* 縦型バナー：Bootstrapの6カラムを崩さず、1px隙間対策だけ */
.box_tate img {
  width: 100%;
  height: auto;
  display: block; /* ← これで画像下の1px隙間がなくなる */
}
