.efo-input-container textarea.required.input-ng,
.efo-input-container input.required.input-ng,
.efo-input-container input.error.input-ng,
.efo-input-container .required.input-ng {
  color: inherit;
  background: #ffeeee;
  margin-top: 0;
}

.efo-input-message.error {
  color: #ff0000;
  height: auto;
  opacity: 1;
}

.efo-input-message:not(.error) {
  display: none;
}

@media screen and (max-width: 896px) {
  .content-privacy {
    font-size: 14px;
    height: 280px;
    padding: 12px 16px;
    margin-bottom: 20px;
  }

  .ttl-cmn-large {
    font-size: 18px;
    padding: 14px;
  }
}

.button-disabled {
  pointer-events: none;
  background-color: #d5d5d5;
  border-bottom: solid 5px #c3c3c3;
}

.input-password {
  position: relative;
  color: #aaa8a8;
  display: inline-block;
}
@media screen and (max-width: 896px) {
  .input-password {
    display: block;
  }
}

.input-password .field-icon {
  position: absolute;
  line-height: 0;
  font-size: 22px;
  color: #aaa8a8;
  top: 18px;
  right: 28px;
}

.error-text {
  color: #be271b;
  font-size: 12px;
  padding-bottom: 20px !important;
  text-align: center;
}

label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}
.efo-submit-container {
  margin: 40px 0 0;
}
.efo-submit-container button[type='submit'] {
  font-size: 14px;
}
.efo-input-radio .radio-red.radio-label-form::after {
  top: 50%;
}

.efo-input-wrap > input {
  color: #171717;
}

.efo-input-wrap > input::placeholder {
  color: #999;
  opacity: 0.7;
}
/*Edge*/
.efo-input-wrap > input::-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
/*IE*/
.efo-input-wrap > input:-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 48px;
}

.ttl-txt {
  margin: 0 0 48px;
}
.ttl-txt:empty {
  display: none;
}
.contents-img {
  margin: 0 0 24px;
}
.contents-img:empty {
  display: none;
}
.form-contents {
  font-size: 13px;
  margin: 0 0 40px;
}
.form-contents span {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  margin: 0 0 4px;
}
.form-contents p {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.sec-ttl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.company-file a {
  transition: 0.3s;
}
.company-file a:hover {
  opacity: 0.7;
}
.pdf-download {
  font-size: 13px;
}
.pdf-download:empty {
  display: none;
}

.form-ttl {
  position: relative;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.form-ttl-02 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
.form-calendar {
  position: relative;
  margin: 0 0 32px;
}
.form-calendar-month {
  margin: 0 0 16px;
  font-size: 16px;
  text-align: center;
}
.form-calendar-prev {
  position: absolute;
  top: 10px;
  left: 2px;
}
.form-calendar-prev a {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  transform: rotate(-45deg);
}
.form-calendar-next {
  position: absolute;
  top: 10px;
  right: 2px;
}
.form-calendar-next a {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
}
.form-calendar-tbl {
  line-height: 1;
}
.form-calendar-tbl th {
  padding: 0 0 8px;
  font-weight: normal;
  text-align: center;
}
.form-calendar-tbl td {
  padding: 8px 0 16px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.form-calendar-tbl .sat {
  color: #1571da;
}
.form-calendar-tbl .sun {
  color: #f04c63;
}
.form-calendar-tbl .off {
  width: 12px;
  height: 2px;
  margin: 16px auto 0;
  background: #e6e6e6;
}
.form-calendar-tbl .enabled a {
  display: block;
  width: 18px;
  height: 18px;
  margin: 12px auto 0;
  border: 2px solid #1571da;
  border-radius: 100%;
  box-sizing: border-box;
}
.form-calendar-tbl .disabled {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 12px auto 0;
}
.form-calendar-tbl .disabled:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #f04c63;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-calendar-tbl .disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #f04c63;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-usage-guide {
  display: flex;
  align-items: center;
}
.form-usage-guide .enabled {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
  border: 2px solid #1571da;
  border-radius: 100%;
  box-sizing: border-box;
}
.form-usage-guide .disabled {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
}
.form-usage-guide .disabled:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #f04c63;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-usage-guide .disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #f04c63;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-usage-guide .off {
  width: 18px;
  margin: 0 16px 0 0;
}
.form-usage-guide .off:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  margin: 0 auto;
  background: #e6e6e6;
}
.form-txt {
  margin: 24px 0 24px;
}
.efo-input-message {
  display: block;
}
.efo-input-message:not(.error) {
  display: none;
}
.address-attention {
  margin: 8px 0 0;
  color: #7a7a7a;
}

.efo-input-checkbox label {
  position: relative;
  cursor: pointer;
  margin: 10px !important;
}
.efo-submit-container button {
  display: block;
  max-width: 343px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1571da;
  border-radius: 28px;
  padding: 12px 8px;
  margin: 0 auto;
  line-height: 1.8 !important;
}

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

@media screen and (max-width: 896px) {
  .efo-submit-container {
    margin: 0;
  }
  .efo-submit-container button {
    width: 100%;
  }
}
.efo-input-checkbox.input-ng label:before {
  background: #fff;
}
.efo-input-checkbox label:before {
  background: #1571da;
}
.efo-input-checkbox.input-ng label:after {
  display: none;
}

.terms-link {
  display: inline-block;
  margin: 8px 0 0;
  color: #1571da !important;
}
.efo-input-wrap > input {
  color: #171717;
}

.efo-input-checkbox label.check:after {
  border-color: #fff !important;
}

.list-prev-next {
  display: flex;
  margin: 0 30px;
  justify-content: space-between;
}
.list-prev-next a {
  text-decoration: none;
}
.list-prev-next .btn-prev {
  display: block;
  width: 136px;
  text-align: center;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 28px;
  background: #fff;
  padding: 12px 8px;
  transition: 0.3s;
}
.report-efo-submit-container {
  margin-left: 20px !important;
}

.report-efo-submit-container button {
  display: block;
  width: 270px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 28px;
  padding: 12px 8px;
  margin: 0 auto;
  max-width: inherit;
  line-height: 1.8;
}

/*complete - start*/

.complete-btn {
  margin-top: 40px;
}
.complete-btn a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.complete-btn a:hover {
  text-decoration: none;
}
.complete-btn a span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.complete-btn a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: 0.3s;
}
.complete-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 24px 0 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #333;
  box-sizing: border-box;
}
.complete-btn i:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.complete-btn i:after {
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(/assets/dist/frontend/img/icon-arrow-02.svg);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  z-index: 10;
  transform: rotate(180deg);
  transition: 0.3s;
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .complete-btn a:hover i:before {
    width: 56px;
    height: 56px;
  }
  .complete-btn a:hover i:after {
    filter: none;
  }
  .complete-btn a:hover span:before {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  .complete-btn {
    margin: 24px 0 0;
  }
  .complete-btn i {
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
  }
  .complete-btn a:hover i:before {
    width: 40px;
    height: 40px;
  }
  .complete-btn i:after {
    border-width: 2px 6px 2px 0;
  }
}

/*complete - end*/
