@charset "UTF-8";
/* media query */
.contactArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
@media all and (max-width: 1400px) {
  .contactArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .contactArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .contactArea {
    width: calc(100% - 40px);
  }
}
.contactArea.form .requiredText {
  text-align: right;
  font-size: 1.7rem;
}
.contactArea.form .requiredText span {
  color: #f00;
}
.contactArea.form table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
.contactArea.form table th,
.contactArea.form table td {
  text-align: left;
  padding: 15px;
  vertical-align: top;
  font-weight: normal;
  border-bottom: 1px solid #333;
}
.contactArea.form table th *,
.contactArea.form table td * {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .contactArea.form table th,
  .contactArea.form table td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 668px) {
  .contactArea.form table th,
  .contactArea.form table td {
    display: block;
  }
}
.contactArea.form table th {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .contactArea.form table th {
    width: 270px;
    padding-right: 20px;
  }
}
.contactArea.form table th p {
  position: relative;
}
.contactArea.form table th p.required::after {
  content: "※";
  position: absolute;
  right: 0;
  top: 0;
  color: #f00;
}
@media screen and (max-width: 668px) {
  .contactArea.form table th {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 0;
  }
}
.contactArea.form table td.radioBtn label {
  margin-right: 25px;
}
.contactArea.form table td.radioBtn label input {
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  .contactArea.form table td.radioBtn label {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .contactArea.form table td {
    padding: 0 0 20px;
  }
}
.contactArea.form .checkText {
  margin-bottom: 40px;
  text-align: center;
}
.contactArea.form .checkText * {
  font-size: 1.7rem;
}
.contactArea.form .checkText label input[type=checkbox] {
  margin-right: 5px;
}
.contactArea.form .submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contactArea.form .submitBtn {
    flex-flow: column;
  }
}
.contactArea.form .submitBtn input {
  margin: 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contactArea.form .submitBtn input {
    margin-bottom: 15px;
  }
}
.contactArea.okArea .moreBtn {
  margin-top: 50px;
}/*# sourceMappingURL=index.css.map */