@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  font-weight: 400;
  background-image: url("../img/bg.gif");
  background-size: 180px auto;
}

.contact_main {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.contact_h1 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.contact_form {
  margin: 20px 40px 40px;
  background-color: #fff;
}

.form_block {
  display: grid;
  grid-template-columns: 14em 1fr;
  border-top: 1px dotted #606060;
  padding: 1em;
  align-items: center;
  height: 5em;
}
.form_block:last-of-type {
  border-bottom: 1px dotted #606060;
}

.form-required {
  margin-left: 2em;
  color: #fff;
  background-color: #f67a7a;
  padding: 2px 8px;
  font-size: 1.2rem;
  border-radius: 3px;
}

.form_field {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 1em;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13em;
  height: 3em;
  font-size: 2rem;
  background-color: #d93751;
  border-radius: 5px;
  border: solid 1px #606060;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2rem;
}
.form-btn:hover {
  opacity: 0.7;
}

P {
  font-size: 12px;
  text-align: center;
}

.thanks {
  margin-top: 100px;
}
.thanks .logo {
  text-align: center;
  margin-bottom: 20px;
}
.thanks .logo img {
  width: 200px;
}
.thanks .thanks_contents {
  background-color: #fff;
  border: solid 1px #606060;
  padding: 40px;
  text-align: center;
}
.thanks .thanks_contents .thanks_h1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #d93751;
}
.thanks .thanks_contents p {
  font-size: 1.5rem;
}
.thanks .thanks_a {
  background-color: #d93751;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  width: 100%;
  height: 3em;
  text-decoration: none;
  border: solid 1px #606060;
}
.thanks .thanks_a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */