/* 1. 固定配置のベース（そのまま） */
.modal_amzn_link_form_1.top4_fixed {
  position: fixed;
  bottom: -16px;
  left: 0;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: none;
  padding: 10px;
  z-index: 1000;
}

/* 2. 内部グリッドも fixed モーダル配下だけ */
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 12px;
  row-gap: 1px;
  align-items: center;
  width: 100%;
}

/* 3. 画像（左端）の配置 */
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .admin_review_img_1 {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: block;
  width: auto;
  height: 50px;
}

/* 4. 左テキスト (JBL / Tour Pro 3) をそれぞれ縦２行 */
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .modal_box_3.style_amzn:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .modal_box_3.style_amzn:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* 5. 右半分の価格・購入・セール率 */
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .modal_box_3.style_amzn:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .discount_rate_modal {
  grid-column: 3;
  grid-row: 2;
}
.modal_amzn_link_form_1.top4_fixed .modal_box_1.style_amzn .modal_box_2.style_amzn {
  grid-column: 3;
  grid-row: 3;
	font-size: 8px;
}

/* 6. 高さ50px にしたい .modal_box_0 も fixed モーダル配下だけ */
.modal_amzn_link_form_1.top4_fixed .modal_box_0.style_amzn {
  height: auto !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding:0;
}

.modal_box_2.style_amzn {

	margin: 0px auto 0px auto;
}

.modal_amzn_link_form_1.top4_fixed 
  .discount_rate_modal.discount_rate_small_0_modal {
  /* 既存の padding をリセットしたうえで */
  padding: 0 !important;
  /* 上下マージン 0、左右自動中央寄せ */
  margin: 0px auto 0px auto !important;
}

.modal_amzn_link_form_1.top4_fixed .modal_box_3.style_amzn {
  font-size: 12px !important;
}

.modal_amzn_link_form_1.top4_fixed .discount_rate_small_1_modal {
  font-size: 10px !important;
}