.page-main {
  padding-top: 80px;
}
.main-wrap {
  display: block;
  max-width: 1100px;
  margin: auto;
  margin-top: 40px;
  padding: 0;

}

.efo-submit-container button[type="submit"] {
  background: #333;
}

.input .efo-submit-container {
  text-align: left;
  margin-bottom: 60px;
}
.dl-input-txt {
  margin: 0 0 40px!important;
}
.dl-input {
  margin: 0 0 40px!important;
}
.dl-input dt {
  display: flex;
  align-items: center;
  line-height: 2;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: bold;
}
.icon-required {
  line-height: 1;
  margin: 0 0 0 8px;
  font-weight: normal;
}
.icon-required:after {
  content: "必須";
  background: #D93600;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
}

.dl-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  max-width: 50%;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.42857143;
  color: #171717;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 40px;
}

.dl-input input::placeholder {
  color: #999;
  opacity: .7;
}
/*Edge*/
.dl-input input::-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
/*IE*/
.dl-input input:-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
.dl-input input.required.input-ng {
  color: inherit;
  background: #ffeeee;
}

.efo-input-message {
  position: relative!important;
  margin: 6px 0 10px 0!important;
  font-size: 12px;
  min-height: 1.8em;
  color: #D93600;
  opacity: 1;
}
.efo-input-message:empty {
  display: none;
}
.efo-input-message.error {
  color: #D93600;
  opacity: 1;
  background: #fff!important;
}
.efo-input-message:not(.error) {
  opacity: 0;
}
.efo-input-message:after {
  content: none!important;
}

.message {
  margin: 40px 0 0;
  padding: 16px;
  border: 1px solid #DC3545;
  border-radius: 4px;
  background-color: #FBE9EB;
}
@media screen and (max-width: 767px) {
  .main-wrap {
    margin: 0 16px;
  }
  .content-cmn-01 {
    margin: 0 0 40px;
  }
  .dl-input input {
    max-width: 100%;
  }
  .efo-submit-container {
    text-align: center;
  }
  .input .efo-submit-container {
    text-align: center!important;
  }
}