@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
header + h1 img:last-child {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  header + h1 img:last-child {
    top: 85px;
    width: 27vw;
  }
}

@media screen and (max-width: 480px) {
  header + h1 img:last-child {
    top: 71px;
    width: 26vw;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
  header + h1 img:last-child {
    top: 68px;
    width: 33vw;
  }
}

article {
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 896px) {
  article {
    width: 90%;
    margin: 0 auto 80px auto;
  }
}

article p {
  margin-bottom: 10px;
  clear: both;
}

@media screen and (max-width: 480px) {
  article p {
    letter-spacing: 0px;
  }
}

article section:nth-child(2) {
  margin-bottom: 50px;
  font-size: 0.9rem;
  line-height: 1.8em;
}

@media screen and (max-width: 896px) {
  article section:nth-child(2) {
    font-size: 1.69816vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) {
    font-size: 3.69508vw;
  }
}

article section:nth-child(3) {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) {
    margin-bottom: 40px;
  }
}

article section:nth-child(3) h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article section:nth-child(3) h3 {
    font-size: 3.96236vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) h3 {
    font-size: 8.62186vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article section:nth-child(3) h3 {
    font-size: 2.26421vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section:nth-child(3) h3 {
    font-size: 4.92678vw;
  }
}

article section:nth-child(3) h3 + p {
  background: #f3f2f7;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

article section:nth-child(3) h3 + p a {
  color: #0066ff;
}

article section:nth-child(3) table {
  width: 100%;
  margin-bottom: 30px;
}

article section:nth-child(3) table th, article section:nth-child(3) table td {
  padding: 20px;
  border: 1px solid #b8b8bf;
  letter-spacing: 0.1em;
}

article section:nth-child(3) table tr:nth-child(odd) th, article section:nth-child(3) table tr:nth-child(odd) td {
  background: #f3f2f7;
}

article section:nth-child(3) table th {
  width: 200px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) table th {
    display: inline-block;
    width: 100%;
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) table td {
    display: inline-block;
    width: 100%;
    border-bottom: none;
  }
}

article section:nth-child(3) table th.must:after {
  position: relative;
  content: "※必須";
  color: #b20e0e;
}

article section:nth-child(3) table td input,
article section:nth-child(3) table td select,
article section:nth-child(3) table td textarea {
  width: 100%;
  padding: 10px;
  line-height: 1em;
  border-radius: 5px;
  border: 1px solid #d7d7e1;
  -webkit-box-shadow: 2px 0px 3px 0px #EEEEEE;
  -moz-box-shadow: 2px 0px 3px 0px #EEEEEE;
  -ms-box-shadow: 2px 0px 3px 0px #EEEEEE;
  -o-box-shadow: 2px 0px 3px 0px #EEEEEE;
  box-shadow: 2px 0px 3px 0px #EEEEEE;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) table td input,
  article section:nth-child(3) table td select,
  article section:nth-child(3) table td textarea {
    height: 40px;
  }
}

article section:nth-child(3) table td textarea {
  line-height: 1.5em;
  height: 10em;
}

article section:nth-child(3) table td input:focus,
article section:nth-child(3) table td select:focus,
article section:nth-child(3) table td textarea:focus {
  border-color: #7664d2;
  -webkit-box-shadow: 0px 0px 3px 0px #7664d2;
  -moz-box-shadow: 0px 0px 3px 0px #7664d2;
  -ms-box-shadow: 0px 0px 3px 0px #7664d2;
  -o-box-shadow: 0px 0px 3px 0px #7664d2;
  box-shadow: 0px 0px 3px 0px #7664d2;
}

article section:nth-child(3) table td *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) table tr:last-child td {
    border-bottom: 1px solid #b8b8bf;
  }
}

article section:nth-child(3) table + input {
  display: block;
  width: 250px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -moz-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -ms-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -o-box-shadow: 0px 0px 3px 0px #EEEEEE;
  box-shadow: 0px 0px 3px 0px #EEEEEE;
  color: #ffffff;
  font-weight: 600;
  background: #b20e0e;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}

article section:nth-child(3) table + input:hover {
  border-radius: 20px;
  background: #e51212;
}

article section:nth-child(4) {
  margin-bottom: 50px;
}

article section:nth-child(4) h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article section:nth-child(4) h3 {
    font-size: 3.96236vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(4) h3 {
    font-size: 8.62186vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(4) h3 {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article section:nth-child(4) h3 {
    font-size: 2.26421vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section:nth-child(4) h3 {
    font-size: 4.92678vw;
  }
}

article section:nth-child(4) h3 + p {
  background: #f3f2f7;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

article section:nth-child(4) table {
  width: 100%;
  margin-bottom: 30px;
}

article section:nth-child(4) table th, article section:nth-child(4) table td {
  padding: 20px;
  border: 1px solid #b8b8bf;
  letter-spacing: 0.1em;
}

article section:nth-child(4) table tr:nth-child(odd) th, article section:nth-child(4) table tr:nth-child(odd) td {
  background: #f3f2f7;
}

@media screen and (max-width: 480px) {
  article section:nth-child(4) table tr:nth-child(odd) th, article section:nth-child(4) table tr:nth-child(odd) td {
    border-bottom: none;
  }
}

article section:nth-child(4) table th {
  width: 200px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  article section:nth-child(4) table th {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section:nth-child(4) table th {
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(4) table td {
    display: inline-block;
    width: 100%;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
}
