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

.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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 40px;
}

.dl-input input::placeholder {
  color: #999;
  opacity: 0.7;
}
/*Edge*/
.dl-input input::-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
/*IE*/
.dl-input input:-ms-input-placeholder {
  color: #999;
  opacity: 0.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;
}
.j-mod-panel-layout {
  display: flex;
  align-items: center;
  word-spacing: 0;
}
.j-mod-panel-layout > li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li:before {
  content: '';
  display: block;
  position: static;
  width: 8px;
  height: 8px;
  margin: 0 16px;
  border: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.breadcrumb {
  margin: 0 0 24px !important;
  background-color: #f6f6f7 !important;
}

@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;
  }
}

.txt {
  /* margin-bottom: 60px; */
  margin: 40px 0 80px;
  padding: 16px;
  border: 1px solid #40bcd4;
  border-radius: 4px;
  background-color: #f3fbfc;
}
.txt-item {
  position: relative;
  padding: 0 0 0 24px;
}
.txt-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/dist/frontend/img/report/common/icon-check-01.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}

.btn a {
  display: inline-block;
  min-width: 240px;
  padding: 12px 16px;
  border: 1px solid #333;
  border-radius: 30px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  background: #333;
  box-sizing: border-box;
}
