/* LESS Document */
.main-content > .contact-section_wrap {
  margin-top: 40px;
}
.contact-flow {
  margin-top: 40px;
}
.aform-content {
  display: table;
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
.aform-content:last-child {
  margin-bottom: 30px;
}
.aform-content dl {
  margin: -1px 0 0;
  border: 1px solid #d9d9d9;
}
.aform-content dl dt {
  display: table-cell;
  width: 360px;
  padding: 20px 80px 20px 30px;
  text-align: left;
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  background: #f0f2f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.aform-content dl dt .required {
  width: 50px;
  height: 22px;
  padding: 2px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  background: #d41426;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.aform-content dl dd {
  display: table-cell;
  width: 66%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.aform-content dl dd ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.aform-content dl dd ul li {
  display: table;
  float: left;
  margin-left: 20px;
  list-style: none;
}
.aform-content dl dd ul li:first-child {
  margin-left: 0;
}
.aform-content dl dd p {
  margin-top: 0;
  text-align: left;
  font-size: 1em;
}
.aform-content dl dd .error {
  color: #d41426;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.3;
}
.aform-content p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4em;
}
.aform-input-example {
  margin-top: 0;
}
.aform-input {
  width: 100%;
  background: #f2f4f6;
  border-radius: 4px;
  border: 2px solid #cccdd0;
  padding: 9px 10px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aform-input:hover {
  border-color: #4ec9cf;
}
.aform-input:focus {
  border-color: #078e94;
  background: #edf3fc;
}
.aform-name-ul,
.aform-kana-ul {
  display: table;
}
.aform-name-ul label,
.aform-kana-ul label {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  padding-right: 2em;
}
.aform-name-ul {
  display: table;
}
.aform-name-ul li {
  max-width: 270px;
}
.aform-name-ul li label {
  display: table-cell;
  width: 2em;
  vertical-align: middle;
  color: #000;
  padding-right: 1em;
}
.aform-name-ul li:first-child:before {
  display: table-caption;
  content: "例：呉羽";
  padding-left: 3em;
}
.aform-name-ul li:last-child:before {
  display: table-caption;
  content: "例：太郎";
  padding-left: 3em;
}
.aform-kana-ul {
  display: table;
}
.aform-kana-ul li {
  max-width: 270px;
}
.aform-kana-ul li label {
  display: table-cell;
  width: 2em;
  vertical-align: middle;
  color: #000;
  padding-right: 1em;
}
.aform-kana-ul li:first-child:before {
  display: table-caption;
  content: "例：クレハ";
  padding-left: 3em;
}
.aform-kana-ul li:last-child:before {
  display: table-caption;
  content: "例：タロウ";
  padding-left: 3em;
}
.aform-tel {
  width: 250px;
}
.aform-email {
  width: 400px;
}
.aform_complete {
  text-align: center;
  font-size: 1.4em;
}
.aform_complete a {
  display: block;
  margin: 40px auto 0;
  padding: 12px 14px;
  width: 200px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #0d9399;
  -webkit-box-shadow: 0 -50px 50px -27px #017b82 inset;
          box-shadow: 0 -50px 50px -27px #017b82 inset;
  border: 1px solid #007981;
  color: #fff;
  text-decoration: none;
}
.aform_complete a:hover {
  opacity: .7;
}
.aform-input-example {
  color: #666;
  margin: 0 0 5px;
  line-height: 1.3;
}
.submit {
  font-size: 1.4em;
}
.submit input {
  display: block;
  margin: 30px auto 0;
  padding: 12px 14px;
  width: 226px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #0d9399;
  -webkit-box-shadow: 0 -50px 50px -27px #017b82 inset;
          box-shadow: 0 -50px 50px -27px #017b82 inset;
  border: 1px solid #007981;
  color: #fff;
  text-decoration: none;
}
.submit input:hover {
  opacity: .7;
}
.submit .aform_btn_back {
  color: #000;
  background: #eaebee;
  -webkit-box-shadow: 0 -50px 50px -27px #dadbde inset;
          box-shadow: 0 -50px 50px -27px #dadbde inset;
  border: none;
  border-bottom: 1px solid #b9babc;
  border-right: 1px solid #b9babc;
}
.contact_help {
  margin-top: 20px;
}
