/* 本文の後に置く広告。追従・重ね表示はしない。 */
.sp-affiliate {
  clear: both;
  width: 100%;
  margin: 40px 0 24px;
  padding: 24px 0 0;
  border-top: 1px solid #c9ccc6;
  color: #171817;
  font: 14px/1.8 Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  text-align: left;
}
.sp-affiliate .sp-affiliate-disclosure {
  margin: 0 0 8px;
  color: #666b63;
  font-size: 12px;
}
.sp-affiliate h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.sp-affiliate-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px 40px;
}
.sp-affiliate-offer { min-width: 0; overflow-wrap: anywhere; }
.sp-affiliate-offer p { margin: 0 0 10px; max-width: 40em; }
.sp-affiliate a { color: #3849d6; text-decoration: underline; text-underline-offset: 3px; }
.sp-affiliate a:hover, .sp-affiliate a:focus-visible { color: #171817; background: #e9edfd; outline: none; box-shadow: none; }
.sp-affiliate-creative img { max-width: 100%; height: auto; }
@media print { .sp-affiliate { display: none; } }
