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

.efo-input-message.error {
  color: #ff0000;
  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;
  background: #333;
}
.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: .7;
}
/*Edge*/
.efo-input-wrap>input::-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
/*IE*/
.efo-input-wrap>input:-ms-input-placeholder {
  color: #999;
  opacity: .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: .3s;
}
.company-file a:hover {
  opacity: .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: 0 0 40px;
}
.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;
}

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

.input-notice {
  margin: 0 0 40px;
  padding: 16px;
  border: 1px solid #40BCD4;
  border-radius: 4px;
  background: #F3FBFC;
  box-sizing: border-box;
}
.input-notice-ttl {
  margin: 0 0 8px;
}
.input-notice-list-item {
  position: relative;
  padding: 0 0 0 24px;
}
.input-notice-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/upload/static/icon-check-01.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}
.input-notice-list-item + .input-notice-list-item {
  margin: 4px 0 0;
}
.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;
}