/*-----------------共通---------------------------------*/

.wrapper{
  /* width: 100vw; */
  font-family: "Noto Sans Japanese", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  background-color: #ffffff;
}
.center{
  text-align: center;
}

/* header */
header{
  background-color: #030e3d;
  width: 100%;
  height: 50px;
  color: #ffffff;
}

header .button{
  background-color: #948f8f;
}

.header_inner{
  width: 70%;
  margin: 0 auto;
  padding-top: 7px;
  display: flex;
  justify-content: flex-end;
}

header p{
  margin-top: 5px;
  margin-right: 15px;
}
/* footer */
footer{
  background-color: #030e3d;
  width: 100vw;
  height: 50px;
  margin-top: 0px;
  position: fixed; /*←絶対位置*/
  bottom: 0; /*下に固定*/
}

.main{
  width: 320px;
  margin: 0 auto;
  margin-top: 30px;
}
.main p{
  font-weight: bold;
}

.main_inner{
  width: 95%;
  margin: 0 auto;
}

.error{
  font-weight: bold;
  color: red;
}
.button_l{
  width: 250px;
  margin: 0 auto;
  margin-right: 5px;
}
.button {
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 11px 10px;   /* 余白       */
  background    : #1e2b64;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border: 0px;
  font-family: "Noto Sans Japanese", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  margin-top: 20px;
  width: 100px;
  height: 40px;
}

.button-ri{
  margin-right: 10px;
  float: right;
}
.button-le{
  margin-right: 10px;
  float: left;
}
select{
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main .title{
  font-size: 18px;
  text-align: center;
}
.text{
  font-size: 16px;
}
.te_ce{
  text-align: center;
}

.te_ri{
  text-align: right;
}

.te_le{
  text-align: left;
}
.flex{
  display: flex;
}
.delete_button{
  background-color: #ba4141;
}
.bg_color_orange{
  background-color: #fa9c05;
}
.bg_color_green{
  background-color: #089504;
}
.bg_color_gray{
  background-color: #948f8f;
}
.form_l{
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;

}
.form_l_inner{
  width: 100%;
}
.top_img_l{
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.top_img{
  width: 100%;
}
.box{
  width: 95%;
  padding: 5px;
  margin-top: 10px;
}
.box p{
  margin-bottom: 10px;
}

.completion .button_l{
  width: 100%;
}
.completion .button{
  float: right;
}
.privacy_policy{
  padding-top: 10px;
  padding-bottom: 10px;
}
.privacy_policy p{
  text-align: left;
  font-size: 12px;
}
.privacy_policy a p{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}