@import url(common.css);

#content .first_block {
  background-image: url(../parts/antena/tatenaoshi/top_tatenaoshi.jpg);
}

/* ---------------------------

よくある追加費用
（.option_section）
＋
その他追加費用
（.aco_section）

--------------------------- */

.option_section .c-card,
.option_2_section .c-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.option_section .c-card img,
.option_2_section .c-card img {
  display: block;
  width: min(100%, 140px);
  height: auto;
  margin: 1em auto 0;
}
.option_section .large,
.option_2_section .large,
.other-section .large {
  font-size: clamp(28px, 1.8vw, 32px);
  padding-right: 0.2em;
  font-weight: 600;
}

@media (max-width: 768px) {
}
