@charset "UTF-8";
body {
  background-color: #fff;
}
body .content {
  color: #333;
}
body .content .section-header {
  margin-bottom: 48px;
  border-color: #333;
}

@media (max-width: 767px) {
  .content {
    margin-top: 114px;
  }
}
@media (min-width: 768px) {
  .content {
    margin-top: 170px;
  }
}
.content .section-description {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .content .section-description {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content .section-description {
    font-size: 14px;
    line-height: 45.25px;
  }
}
.content .section-description p {
  margin-top: 0;
  margin-bottom: 0;
}
.content .section .formMessage {
  margin-right: auto;
  margin-left: auto;
  max-width: 736px;
}
.content .section .globalError {
  margin: 32px auto;
  max-width: 296px;
  width: 100%;
  color: #f00;
  font-size: 14px;
  line-height: 18px;
}
.content .section .globalError em {
  font-style: normal;
}
.content .section form {
  margin-right: auto;
  margin-left: auto;
  max-width: 296px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.content .section form dl {
  margin-top: 0;
  margin-bottom: 18px;
}
.content .section form dl dt {
  margin-bottom: 2px;
  margin-left: 3px;
}
.content .section form dl dt.require::after {
  margin-left: 3px;
  color: #f00;
  content: "※";
  vertical-align: top;
  font-size: 9px;
}
.content .section form dl dd {
  margin-left: 0;
}
.content .section form dl dd.error {
  margin-left: 3px;
  color: #f00;
  font-size: 12px;
}
.content .section form dl dd + dt {
  margin-top: 20px;
}
.content .section form dl dd + dd {
  margin-top: 3px;
}
.content .section form input:not([type="checkbox"]):not([type="submit"]) {
  box-sizing: border-box;
  padding-right: 9px;
  padding-left: 9px;
  width: 100%;
  height: 26px;
  border: 1px solid #b3b3b3;
}
.content .section form input:not([type="checkbox"]):not([type="submit"]):focus {
  outline: none;
  border-color: #09f;
}
.content .section form input[type="submit"] {
  box-sizing: border-box;
  width: 140px;
  height: 38px;
  border: 1px solid #4d4d4d;
  background-color: #333;
  color: #fff;
  text-align: right;
  letter-spacing: 6px;
  line-height: 24px;
}
.content .section form textarea {
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
  height: 150px;
  border: 1px solid #b3b3b3;
  resize: vertical;
}
.content .section form textarea:focus {
  outline: none;
  border-color: #09f;
}
