@charset "utf-8";
/* ============================================================================
CSS information
 style info :  その他ページ
/* ============================================================================



/* ============================================================================
目次
  00. 汎用
  01. サンクスページ

=============================================================================== */

/* ============================================================================

 00. 汎用

=============================================================================== */
section#etc{
  opacity : 1;
  transform : translate(0, 0);
  margin-top: 0;
}
#etc .inner {
  max-width: 1024px;
  padding: 0;
  display: flex;
  justify-content: center;
}
#etc .txt_box{
  margin-bottom:100px;
  max-width: 650px;
}

#etc h2{
  font-size: 120%;
  line-height: 1.2;
  margin: 3em auto;
  padding-top: 2em;
}
#etc h2:first-of-type{
  font-size: 200%;
}
#etc h2:after {
  bottom: -23px;
}

#etc ol{
  padding: 1em 0 1em 1.3em;
}
#etc ol li{
  list-style: decimal;
}




/* ============================================================================

 01. サンクスページ

=============================================================================== */
section#thanks{
  opacity : 1;
  transform : translate(0, 0);
}

#thanks h2{
  font-size: 200%;
  line-height: 1.2;
  margin-bottom: 9rem;

}

#thanks .inner {
  max-width: 1024px;
  padding: 0;
  display: flex;
  justify-content: center;
}
#thanks .txt_box{
  margin-bottom:100px;
  max-width: 850px;
}
#thanks .tel{
  font-size: 3rem;
  font-weight: bold;
}