@charset "UTF-8";
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}
div.formError {
  z-index: 99;
}

/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */
#contactForm dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 3px solid #fec86b;
  overflow: hidden;
}
#contactForm dt {
  width: 260px;
  background-color: #fec86b;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px dashed #fff;
}
#contactForm .must:after {
  content: "必須";
  background-color: #d31f1f;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 8px;
  position: absolute;
  right: 20px;
  border: 1px solid #fff;
  line-height: 1em;
}
@media all and (-ms-high-contrast: none) {
  #contactForm .must:after {
    padding: 8px 8px 4px;
  }
}
#contactForm .upper {
  align-items: baseline;
}
#contactForm dd {
  width: calc(100% - 260px);
  font-size: 15px;
  font-size: 1.5rem;
  align-items: center;
  border-bottom: 1px dashed #dbdbdb;
}
#contactForm dt, #contactForm dd {
  padding: 24px;
  line-height: 1.2em;
}
#contactForm dt:nth-last-of-type(1), #contactForm dd:nth-last-of-type(1) {
  border-bottom: 0;
}
#contactForm .notice {
  color: #f20000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}
#contactForm [type="text"], #contactForm textarea, #contactForm [type="email"], #contactForm [type="tel"], #contactForm [type="number"], #contactForm select {
  background-color: #eaeaea;
  border-radius: 10px;
  padding: 12px;
  min-height: 40px;
}
#contactForm [type="text"], #contactForm textarea, #contactForm [type="email"], #contactForm [type="tel"], #contactForm select {
  width: 100%;
}
@media (min-width: 1001px) {
  #contactForm [type="radio"] {
    position: relative;
    top: -1px;
  }
}
#contactForm [type="number"] {
  max-width: 114px;
}
#contactForm [name="year"] {
  max-width: 114px;
}
#contactForm [name="month"], #contactForm [name="day"] {
  max-width: 76px;
}
#contactForm .labelWrap {
  display: flex;
  flex-direction: column;
}
#contactForm .labelWrap label {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  max-width: fit-content;
}
#contactForm .labelWrap label input {
  cursor: pointer;
  margin-right: 4px;
}
#contactForm .labelWrap label {
  margin-bottom: 10px;
}
#contactForm .labelWrap label:nth-last-of-type(1) {
  margin-bottom: 0;
}
#contactForm .birth .flex3 {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
#contactForm span {
  margin-left: 6px;
}
#contactForm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #47c7b6;
  text-align: center;
  border: 1px solid #47c7b6;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  max-width: 155px;
  margin: 50px auto 0;
  position: relative;
}
@media (min-width: 769px) {
  #contactForm .btn:hover {
    background: #fff;
    color: #47c7b6;
    border: 1px solid #47c7b6;
    box-shadow: none;
  }
}
#contactForm .btn input {
  display: inline-block;
  padding: 20px 20px;
  font-size: 22px;
  font-size: 2.2rem;
  width: 100%;
  height: 100%;
  font-weight: 700;
  position: relative;
}
#contactForm .none {
  display: none;
}

@media (max-width: 768px) {
  #contactForm .catch p {
    margin-top: 30px;
  }
  #contactForm form {
    margin-top: 30px;
  }
  #contactForm .must:after {
    position: relative;
    right: 0;
    margin-left: 8px;
    /* style */
  }
  #contactForm dt, #contactForm dd {
    border: 0;
    width: 100%;
    padding: 16px;
  }
  #contactForm dt br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #contactForm .catch h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  #contactForm .catch h3:before {
    width: 42px;
    height: 27px;
    /* style */
  }
}
/*--------------------------------------------------- */
/* thanks */
/*--------------------------------------------------- */
#thanks {
  margin-top: 100px;
}

#thanks {
  margin-bottom: 100px;
}
#thanks img {
  max-width: 350px;
  margin: auto;
}
#thanks p {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
#thanks .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #fec86b;
  text-align: center;
  border: 1px solid #fec86b;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  cursor: pointer;
  height: 50px;
  max-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 70px auto 0;
  line-height: 1em;
  padding-top: 4px;
}
@media (min-width: 769px) {
  #thanks .btn:hover {
    background: #fff;
    color: #fec86b;
    border: 1px solid #fec86b;
    box-shadow: none;
  }
}
#thanks .btn input {
  height: 100%;
  width: 100%;
}

.description {
  margin-bottom: 100px;
}
.description .wrap {
  text-align: center;
}
.description p {
  display: inline-block;
  margin: auto;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .description p br {
    display: none;
  }
}
.description .telBlock {
  border-top: 1px solid #ee9700;
  border-bottom: 1px solid #ee9700;
  max-width: 464px;
  margin: auto;
  margin-top: 50px;
  padding: 32px;
}
.description .telBlock img {
  max-width: 399px;
  margin: auto;
}
@media (max-width: 768px) {
  .description .telBlock {
    padding: 32px 0;
  }
}

.contactForm {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  .mainimg {
    margin-bottom: 60px;
  }
}
