@charset "UTF-8";
h2, h3, h4, h5 {
  text-align: center;
}

input, textarea {
  outline: 0;
}

.font_ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #58513e;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

#form-area .form-container {
  width: 100%;
  max-width: 1050px;
  margin: 20px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
#form-area .form-container h1 {
  text-align: center;
  margin-bottom: 30px;
}
#form-area .form-container h1 span {
  font-size: 24px;
}

.submit_area {
  text-align: center;
}

form {
  margin-top: 40px;
}
