@charset "UTF-8";
/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    renewal
/*==================================================================*/
#renewal {
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  #renewal {
    margin: 0;
  }
}
#renewal .kvArea {
  position: relative;
  margin-bottom: 60px;
}
#renewal .kvArea_txt {
  position: absolute;
  top: 20vh;
  left: 1200%;
}
#renewal .kvArea_txt h2 {
  font-weight: 500;
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (min-width: 1281px) {
  #renewal .kvArea_txt h2 {
    font-size: 14px;
  }
}
#renewal .kvArea_txt p {
  font-weight: 500;
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media (min-width: 1281px) {
  #renewal .kvArea_txt p {
    font-size: 16px;
  }
}
#renewal .colArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  #renewal .colArea {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style.css.map */