@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* 利用規約
---------------------------------------------- */
#temrsArea {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #temrsArea {
    padding-bottom: 3rem;
  }
}
#temrsArea .title01 {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  #temrsArea .title01 {
    padding: 4rem 0 3rem;
  }
}/*# sourceMappingURL=index.css.map */