/*--------------------
メールマガジン登録
--------------------*/
body {
  color: #635d58;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-size-adjust: 100%;
  background-color: #fff;
  overflow-x: hidden;
}
header {
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ff9934;
}
main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
main table {
  width: 100%;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 20px;
}
main th {
  width: 8em;
  text-align: left;
  white-space: nowrap;
}
main input[type="text"],
main input[type="email"] {
  width: 100%;
  padding: 5px;
  font: inherit;
  box-sizing: border-box;
}
main select {
  padding: 5px;
  font: inherit;
}
main p {
  line-height: 1.7;
}
main p.alert {
  font-size: 85%;
  color: #ed1c24;
}
main form > p.alert {
  text-align: center;
}
main p.button {
  text-align: center;
}
main input[type="submit"],
main input[type="reset"] {
  font-size: 16px;
}
main p.close {
  padding-top: 50px;
  font-size: 14px;
  text-align: center;
}
main p.close a {
  color: #000;
  text-decoration: none;
}
main p.close a:hover {
  color: #ff9934;
  transition: 0.3s ease-in-out;
}

/*-----------------------
Mobile
-----------------------*/
@media screen and (max-width: 559px) {
  main th,
  main td {
    width: auto;
    display: block;
  }
  main th {
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px solid #635d58;
  }
}
