@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : intro.css
Description : イントロページ
===================================================================== */
/* =====================================================================
    intro
======================================================================*/
#intro .txt_intro {
  position: relative;
  width: 61.4rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #intro .txt_intro {
    width: 71.9rem;
  }
}
/*# sourceMappingURL=intro.css.map */