@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .only_sp {
    display: none;
  }
}

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

section.hed {
  width: 100%;
  background-color: #c00000;
}
section.hed .inner {
  width: 1024px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  section.hed .inner {
    width: 100%;
    padding: 6vw 0;
    display: block;
  }
}
section.hed .inner .logo {
  width: 32%;
}
@media screen and (max-width: 750px) {
  section.hed .inner .logo {
    width: 45%;
    margin: auto;
  }
}
section.hed .inner p {
  width: 65%;
  font-size: 33px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.hed .inner p {
    width: 90%;
    margin: auto;
    margin-top: 3vw;
    font-size: 4.5vw;
    text-align: center;
  }
}
section.bodyWrap {
  background-color: #eee;
  padding: 30px 0;
}
section.bodyWrap .inner {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  section.bodyWrap .inner {
    width: 100%;
  }
}
section.bodyWrap .inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em;
}
@media screen and (max-width: 750px) {
  section.bodyWrap .inner p {
    font-size: 4vw;
  }
}
section.bodyWrap .inner p b {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.bodyWrap {
    padding: 6vw 0;
  }
}
section.footWrap {
  background-color: #eee;
  padding: 30px 0;
}
section.footWrap .inner {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  section.footWrap .inner {
    width: 90%;
  }
}
section.footWrap .inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.footWrap .inner p {
    font-size: 3.5vw;
    text-align: left;
  }
}
section.footWrap .inner p b {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  section.footWrap .inner p b {
    text-align: center;
  }
}
section.formWrap {
  width: 700px;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  section.formWrap {
    width: 90%;
    padding: 6vw 0;
  }
}
section.formWrap .leadTx {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.formWrap .leadTx {
    font-size: 4vw;
  }
}
section.formWrap form {
  width: 100%;
}
section.formWrap form .inputWrap {
  margin: 20px 0;
}
section.formWrap form .inputWrap p {
  font-size: 20px;
  border-bottom: 1px double #aaa;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  section.formWrap form .inputWrap p {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
section.formWrap form .inputWrap .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.formWrap form .inputWrap .inputs input {
  font-size: 20px;
  padding: 5px 10px;
}
section.formWrap form .inputWrap .inputs input::placeholder {
  color: #bbb;
}
section.formWrap form .inputWrap .inputs input.halfInp {
  width: 49%;
}
section.formWrap form .inputWrap .inputs input.fullInp {
  width: 100%;
}
section.formWrap form .submit button {
  font-size: 20px;
  margin: auto;
  width: 250px;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 750px) {
  section.formWrap form .submit button {
    font-size: 4vw;
    width: 50vw;
    padding: 2vw 0;
  }
}
section.thankWrap {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  section.thankWrap {
    margin-top: 20vw;
  }
}
section.thankWrap .inner p {
  color: #c00000;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.thankWrap .inner p {
    font-size: 5vw;
  }
}

/*# sourceMappingURL=layout.css.map */
