@charset "UTF-8";
.about {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about {
    margin-bottom: 40px;
  }
}
.about__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about__inner {
    width: calc(100% - 30px);
  }
}
.about__h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__h3 {
    font-size: 22px;
  }
}
.about__contents {
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .about__contents {
    padding: 25px 0 0;
  }
}

.thanks {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .thanks {
    margin-bottom: 70px;
  }
}
.thanks__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .thanks__inner {
    width: calc(100% - 30px);
  }
}
.thanks__h3 {
  font-size: 40px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .thanks__h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.thanks__body {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .thanks__body {
    font-size: 14px;
  }
}

.form {
  background-color: #fff;
  margin: 0 auto;
}
.form__h2::before {
  background: #0071aa;
}
.form__name {
  font-size: 24px;
  font-weight: 700;
  max-width: 1157px;
  width: 65%;
  position: absolute;
  bottom: -55px;
  right: 0;
  border-bottom: solid 3px #fff;
  padding-bottom: 10px;
  color: #0071aa;
  border-bottom: solid 3px #0071aa;
}
@media only screen and (max-width: 750px) {
  .form__name {
    width: 50%;
    bottom: -35px;
    font-size: 14px;
    border-bottom: solid 2px #fff;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 750px) {
  .form__name {
    border-bottom: solid 2px #0071aa;
  }
}
.form__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
/*=======================================
#contents_mailform
----------------------------------------*/
/* #contents_mailform {
  性別ほか labelタグ右側に余白
} */
#contents_mailform form table {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto 0px;
  border-collapse: collapse;
}
#contents_mailform form tr {
  border-bottom: solid 1px #231815;
}
#contents_mailform form tr:first-child {
  border-top: solid 1px #231815;
}
#contents_mailform form tr .label_required {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #0071aa;
  padding: 0.08rem 0.4rem;
  margin-left: 1rem;
  box-sizing: border-box;
}
#contents_mailform form tr th {
  font-size: 16px;
  max-width: 320px;
  width: 30%;
  padding: 1.2rem 0 1.2rem 1.2rem;
  vertical-align: top;
}
#contents_mailform form tr th.kome::after {
  content: "※複数選択可";
  font-size: 12px;
  display: block;
}
#contents_mailform form tr td {
  padding: 0.5rem 1rem;
  padding: 18px 20px;
  font-size: 16px;
  vertical-align: middle;
}
#contents_mailform form tr input:not(.form__check),
#contents_mailform form tr textarea {
  width: 100%;
  padding: 0.5rem 0.8rem;
  font-size: 16px;
  border: 1px #000 solid;
  vertical-align: middle;
  box-sizing: border-box;
}
#contents_mailform form tr textarea {
  font-size: 15px;
}
#contents_mailform form tr select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #252525;
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  font-size: 16px;
  background: url(../img/select_ya.png) right 10px center no-repeat #fff;
  border: 1px #000 solid;
}
#contents_mailform form tr .privacy {
  margin-bottom: 15px;
  line-height: 180%;
}
#contents_mailform form .wrap_button {
  padding: 2.6rem 0 0px;
  text-align: center;
}
#contents_mailform form button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 460px;
  height: auto;
  font-size: 26px;
  letter-spacing: 0.08em;
  padding: 10px 0;
  color: #fff;
  background-color: #0071aa;
  border: solid #0071aa 1px;
  text-align: center;
  margin: 0 auto;
}
#contents_mailform form button:hover {
  color: #0071aa;
  background-color: #fff;
  transition: 0.3s;
}

#contents_mailform .form__c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__c-list::after {
    content: "";
    width: 30%;
    display: block;
  }
}
#contents_mailform .form__radio {
  width: 25%;
}
@media only screen and (min-width: 751px) {
  #contents_mailform .form__radio:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__radio {
    width: 30%;
  }
  #contents_mailform .form__radio:nth-child(-n+6) {
    margin-bottom: 10px;
  }
}
#contents_mailform .form__check {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__check {
    width: 18px;
    height: 18px;
  }
}
#contents_mailform .form__p {
  display: flex;
  max-width: 180px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 750px) {
  #contents_mailform form tr th {
    display: block;
    padding-bottom: 0;
  }
  #contents_mailform form tr td {
    display: block;
    padding: 1rem 0rem 1.6rem;
  }
  #contents_mailform form tr th {
    width: 25rem;
    padding: 1.6rem 0 0 0rem;
    vertical-align: top;
  }
  #contents_mailform form tr input,
  #contents_mailform form tr textarea {
    padding: 0.8rem 1em;
    font-size: 15px;
  }
  #contents_mailform form tr textarea {
    font-size: 14px;
  }
  #contents_mailform form tr .label_required, #contents_mailform form tr .label_ninni {
    font-size: 12px;
  }
  #contents_mailform form button {
    font-size: 18px;
  }
  #contents_mailform form .wrap_button {
    padding: 2.6rem 0 0px;
  }
}
#formWrap {
  padding-top: 195px;
}
@media only screen and (max-width: 750px) {
  #formWrap {
    padding-top: 100px;
  }
}/*# sourceMappingURL=index.css.map */