/* LEXUS記事: 画像・キャプション・本文まわりの余白を約半分に調整 */

body.rich_template main .block--imgTop .block-figure {
margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
body.rich_template main .block--imgTop .block-subtitle {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1160px) {
  body.rich_template main .block--imgTop .block-subtitle {
    margin-bottom: 3rem !important;
  }
}

body.rich_template main .module-block9 .block-figure {
  margin-bottom: 3rem !important;
}

body.rich_template main .block--imgTop .block-txt p:last-child {
  margin-bottom: 0 !important;
}

/* 1つ目のボタンは .block-txt 内、2つ目は .block-txt の次にあるため、この構造に合わせて調整 */
body.rich_template main .block--imgTop .block-txt > .block-btn.btn.btn--blue.--center {
  margin-bottom: 0 !important;
}

body.rich_template main .block--imgTop .block-txt + .block-btn.btn.btn--blue.--center {
  margin-top: 2rem !important;
}