@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
.thanksSect {
  margin-bottom: 200px;
}
.thanksSect .txt, .thanksSect .notesTxt {
  text-align: center;
}
.thanksSect .notesTxt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .thanksSect .txt, .thanksSect .notesTxt {
    text-align: left;
  }
}

.titSect .sectTit {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .formSect .inner .lead {
    text-align: center;
  }
  .formSect .inner .sectMain {
    margin-top: 50px;
  }
  .formSect .inner .sectMain dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .formSect .inner .sectMain dl dt {
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .formSect .inner .sectMain dl dd {
    width: 70%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .formSect .inner .sectMain {
    margin-top: 20px;
  }
  .formSect .inner .sectMain dl input {
    margin-top: 10px;
  }
}
.formSect .notes {
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}

.formSect .notes span {
  margin-left: -10px;
  color: #ad0202;
  font-size: 24px;
}

.formSect .mustIcn {
  margin-left: -10px;
  color: #ad0202;
  font-size: 24px;
  line-height: 1;
}

.formSect input {
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .formSect input {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.formSect .button, .formSect input, .formSect select, .formSect textarea {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 12px;
}

.formSect textarea {
  height: 180px !important;
}

.formSect form#mailformpro dl dd,
.formSect form#mailformpro dl dt {
  border-top: 0;
}

.formSect button, .formSect html [type="button"], .formSect [type="reset"], .formSect [type="submit"] {
  width: 220px;
  box-sizing: border-box;
  background-color: #ad0202;
  color: #fff;
}

.formSect button {
  position: relative;
  text-align: left;
}

.formSect button:hover {
  opacity: .9;
  transition: .3s;
}

.formSect button img {
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

@media only screen and (max-width: 768px) {
  .formSect button, .formSect html [type="button"], .formSect [type="reset"], .formSect [type="submit"] {
    width: 100%;
  }
}
.formSect [type="submit"] {
  padding: 13px 20px 13px;
}

.formSect form#mailformpro dl dt {
  float: none;
  width: 200px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

.formSect form#mailformpro dl dd {
  clear: both;
  padding: 0;
}

.formSect button {
  display: block;
  margin: 75px auto 0;
}

@media only screen and (max-width: 768px) {
  .formSect button {
    margin: 50px auto 0;
    max-width: 220px;
  }
}
