@charset "UTF-8";
/* media query */
.pageTit {
  background-image: url(../images/mainimg.jpg);
}

.dantaiFormArea {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1460px) {
  .dantaiFormArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .dantaiFormArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) {
  .dantaiFormArea {
    margin-bottom: 70px;
  }
}
.dantaiFormArea > section {
  margin-bottom: 60px;
}
.dantaiFormArea > section > h3 {
  font-size: 4rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 668px) {
  .dantaiFormArea > section > h3 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.dantaiFormArea > section > p.dairiText {
  margin-bottom: 20px;
}
.dantaiFormArea > section > p.dairiText span {
  display: inline-block;
  font-size: 1.2rem;
  width: 40px;
  text-align: center;
  background-color: #B596C4;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 100%;
  margin-right: 5px;
}
.dantaiFormArea > section div.formMain {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .dantaiFormArea > section div.formMain {
    padding: 30px;
  }
}
@media screen and (max-width: 668px) {
  .dantaiFormArea > section div.formMain {
    padding: 20px;
  }
}
.dantaiFormArea > section div.formMain table {
  border-collapse: collapse;
  width: 100%;
}
.dantaiFormArea > section div.formMain table th,
.dantaiFormArea > section div.formMain table td {
  line-height: 130% !important;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #D6D6D5;
}
.dantaiFormArea > section div.formMain table th *,
.dantaiFormArea > section div.formMain table td * {
  line-height: 130% !important;
}
@media screen and (max-width: 668px) {
  .dantaiFormArea > section div.formMain table th,
  .dantaiFormArea > section div.formMain table td {
    display: block;
  }
}
.dantaiFormArea > section div.formMain table th {
  width: 220px;
  position: relative;
  padding: 25px 0;
}
.dantaiFormArea > section div.formMain table th small {
  font-size: 1.4rem;
}
@media screen and (max-width: 668px) {
  .dantaiFormArea > section div.formMain table th {
    width: 100%;
    border-bottom: 0;
    padding: 25px 0 15px;
    font-size: 1.9rem;
  }
}
.dantaiFormArea > section div.formMain table th.requiredIcon::after {
  content: "必須";
  position: absolute;
  top: 31px;
  right: 25px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #333;
  color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  padding: 5px 10px;
  line-height: 100%;
}
.dantaiFormArea > section div.formMain table th.dairitenIcon::after {
  content: "※";
  position: absolute;
  top: 31px;
  right: 25px;
  font-size: 1.2rem;
  width: 2em;
  text-align: center;
  background-color: #B596C4;
  color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  padding: 5px 10px;
  line-height: 100%;
}
.dantaiFormArea > section div.formMain table td {
  padding: 25px 0 15px;
}
.dantaiFormArea > section div.formMain table td input[type=text],
.dantaiFormArea > section div.formMain table td input[type=tel],
.dantaiFormArea > section div.formMain table td input[type=email],
.dantaiFormArea > section div.formMain table td select {
  margin: 0 5px 10px;
}
.dantaiFormArea > section div.formMain table td small.notes {
  font-size: 1.4rem;
  display: block;
  margin: 10px 0;
  line-height: 150%;
}
.dantaiFormArea > section div.formMain table td span.comment {
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: inline-block;
}
.dantaiFormArea > section div.formMain table td .red {
  font-size: 1.4rem;
  color: #f00;
  margin-bottom: 8px;
}
@media all and (min-width: 1200px) {
  .dantaiFormArea > section div.formMain table td br.uPc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .dantaiFormArea > section div.formMain table td {
    padding: 0 0 25px;
  }
}
.dantaiFormArea .submitBtn .retouchBtn {
  margin-bottom: 30px;
}

.formLayout {
  /* エラーメッセージ */
  /* 画面別表示/非表示 */
}
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}
.formLayout.input_now .display_check, .formLayout.check_now .display_input {
  display: none !important;
}/*# sourceMappingURL=form.css.map */