@charset "UTF-8";

/*-----------------
パソコン
-----------------*/
@media screen and (min-width: 600px) {

  /*------<pc>範囲・空き・位置---------*/
  .form_space {
    padding-top: 100px;
  }

  /*------<pc>文字関連---------*/
  .headline01::after, .headline02::after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*-------------<    ↑↑pcここまで↑↑    >-------------*/
/*-------------<    ↓↓spここから↓↓    >-------------*/
/*-----------------
スマホ
-----------------*/
@media screen and (max-width: 599px) {

  /*------<sp>範囲・空き・位置---------*/
  .form_space {
    padding-top: 32px;
  }
}

/*-------------<    ↑↑spここまで↑↑    >-------------*/
/*-----------<    ↓↓その他ここから↓↓    >-----------*/
/*==============================*/
/*《最大上限:1200px~》
 要素が際限なく拡大されるのを防ぐ*/
/*==============================*/
@media screen and (min-width: 1200px) {}

/*==============================
 PC最小幅
 《〜 .links-innerと.footer-innerの最大横幅》
  ==============================*/
@media screen and (min-width:600px) and (max-width:920px) {}

/*------------<    ↑↑pc最小ここまで↑↑    >------------*/
/*-----------<    ↓↓基本設定について↓↓    >-----------*/
/*==============================
 基本設定（各種）※触らない※
  ==============================*/
/*------------------------------
 <共通>書式
 ------------------------------*/
.area_form_center {
  text-align: center;
}
