@charset "UTF-8";
body {
  background-color: unset !important;
  padding-top: 0;
  margin: 0;
}

.content-wrap {
  display: flex;
  height: 100vh;
}
.left-content {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.right-content {
  width: 100%;
  display: flex;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.background-login {
  background-image: url('/assets/dist/frontend/img/report/common/login_kv.png');
}

.login-box-wrap {
  width: 72%;
  padding-top: 100px;
}

.ecat-logo {
  margin-bottom: 2em;
  text-align: center;
}

.ecat-logo img {
  height: 30px;
  background-size: contain;
}

.login-title {
  text-align: center;
  font-size: 1.3em;
  margin: 20px;
}

.welcome-msg {
  font-size: 0.8em;
}

.form-ttl,
.form-ttl-2 {
  font-size: 0.8em;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form-ttl span,
.form-ttl-2 span {
  background-color: white;
  color: #999;
  padding-right: 15px;
}

.form-ttl:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 302px;
  right: 0;
  height: 0.5em;
  border-top: 2px solid #ddd;
  z-index: 0;
}

.form-ttl:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 0.5em;
  width: 30%;
  border-top: 2px solid #ddd;
  z-index: 0;
}

.form-ttl-2:after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 30%;
  right: 0;
  height: 0.5em;
  border-top: 2px solid #ddd;
  z-index: 0;
}

.form-ttl-2:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 0.5em;
  width: 30%;
  border-top: 2px solid #ddd;
  z-index: 0;
}

.welcome-msg:before {
  content: '';
  background: url('/assets/dist/frontend/img/report/common/icon-check.svg') no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
}

.welcome-msg .message {
  padding-left: 30px;
}

/*=========SP========== */
@media screen and (max-width: 768px) {
  .login-box-wrap {
    top: 0;
  }
  .form-ttl span,
  .form-ttl-2 span {
    padding: 0 0 0 0;
  }
  .background-login {
    display: none;
  }
  .form-ttl:after {
    left: 210px;
  }
  .form-ttl-2:after,
  .form-ttl-2:before {
    width: 15%;
  }
}

/*===================*/

.efo-dummy-select {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px !important;
  height: 43px !important;
  padding: 10px 12px;
  color: #999;
  font-size: 12px;
}

.efo-dummy-select:after {
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(135deg);
  display: block;
  width: 6px;
  height: 6px;
  z-index: 5;
}

.efo-input-wrap {
  position: relative;
}

.efo-search-address {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 8px 36px 7px 24px;
  font-size: 12px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.efo-search-address:hover {
  opacity: 0.7;
}

.efo-search-address:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjguOTUiIHZpZXdCb3g9IjAgMCA0Ljk1IDguOTUiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzE5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjAgLTI4OCkiPg0KICAgIDxyZWN0IGlkPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjIwIDI4OC43MDcpIHJvdGF0ZSgtNDUpIi8+DQogICAgPHJlY3QgaWQ9ImxpbmUtMiIgZGF0YS1uYW1lPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0LjI0MyAyOTIpIHJvdGF0ZSg0NSkiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-size: 5px 9px;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.efo-input-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.efo-input-title:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.icon-required {
  position: relative;
  margin: 0 0 0 8px;
}

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

.efo-input-wrap > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  max-width: 100%;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  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;
}

.efo-input-wrap > .efo-input-zip {
  display: inline-block;
  width: calc(100% - 240px);
  max-width: 230px;
}

.efo-input-container select {
  position: relative;
  width: 220px;
  height: 43px;
  z-index: 1;
  opacity: 0;
}

select.input-ng {
  width: 100%;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.efo-input-message {
  margin: 6px 0 10px 0 !important;
  font-size: 12px;
  min-height: 1.8em;
}

.efo-input-message.error {
  color: #d93600;
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .efo-search-address {
    display: inline-block;
    width: 180px;
    padding: 8px 24px 7px 4px;
  }
  .efo-search-address:after {
    right: 8px;
  }
  .efo-input-wrap > .efo-input-zip {
    width: calc(100% - 196px);
  }
}

/*  */

.efo-submit-container button[type='submit'],
.efo-form-submit-button {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  line-height: 3.5em;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
  background: #313131;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.efo-submit-container button[type='submit']:disabled,
.efo-form-submit-button:disabled {
  background: #bfbfbf;
  cursor: default;
  opacity: 1;
}

/*
================================================== */

.efo-input-checkbox.required.input-ng,
.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-container .efo-input-checkbox {
  width: 100%;
}

.efo-input-container .efo-input-required-check {
  display: none;
}

.efo-input-container textarea {
  width: 100% !important;
  resize: vertical;
  border-radius: 4px;
  height: 100px;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
}

.efo-input-message {
  margin: 6px 0 10px 0 !important;
  font-size: 12px;
  min-height: 1.8em;
  color: #d93600;
  opacity: 1;
}

.efo-input-message.error {
  color: #d93600;
  opacity: 1;
}

.efo-input-message:not(.error) {
  opacity: 0;
}

/*
================================================== */

.efo-form.confirm .efo-submit-container {
  margin: 48px 0 0;
}

.efo-form.confirm .efo-submit-container button[type='submit'] {
  padding: 16px 100px;
  border: none;
  border-radius: 4px;
  background-color: #e65377;
  color: #fff;
  border: 3px solid #e65377;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}

.efo-form.confirm .efo-submit-container button:hover[type='submit'] {
  opacity: 0.7;
}

.efo-input-row {
  margin: 0 0 16px;
}

.confirm .efo-input-wrap {
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}

.efo-submit-container {
}

/*
================================================== */

.service-form-column {
  width: 53.727273%;
}

.complete-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
}

.complete-txt {
  line-height: 1.8;
  margin: 0 0 40px;
}

.area-ttl {
  font-weight: bold;
  margin: 0 0 24px;
}

.contact-box {
  padding: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 0 40px;
}

.contact-box:last-of-type {
  margin: 0 0 56px;
}

.tel a {
  font-size: 20px;
  line-height: 1.4;
}

.tel a:hover {
  text-decoration: none;
  cursor: inherit;
}

.complete-btn {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .service-form:after {
    content: none;
  }
  .service-form-inner {
    display: block;
    margin: 0;
  }
  .service-form-column {
    width: auto;
  }
  .complete-ttl {
    text-align: center;
  }
}

#error {
  color: #d93600;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}
.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;
}
.efo-input-message:not(.error) {
  display: none;
}
.password-attention a {
  font-size: 12px;
  color: #1571da !important;
  text-decoration: none;
  transition: 0.3s;
}
.password-attention a:hover {
  text-decoration: none;
}
/*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-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;
}
.form-function {
  border: 1px solid #9ddee9;
  border-radius: 4px;
  background: #d9f2f6;
  padding: 20px;
}
.form-function-txt {
  line-height: 1.6;
  margin: 0 0 16px;
}
.form-function-item {
  position: relative;
  padding: 0 0 0 28px;
}
.form-function-item:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-function-item + .form-function-item {
  margin: 8px 0 0;
}

/*.form-ttl {*/
/*  margin: 0 0 32px;*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*}*/
.form-ttl-02 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
.form-txt {
  margin: 0 0 32px;
}

/*btn*/
.form-btn button,
.form-btn a {
  display: block;
  width: 100%;
  /* font-weight: bold; */
  color: #fff;
  text-align: center;
  border: 1px solid #1571da;
  border-radius: 4px;
  background: #1571da;
  padding: 12px 8px;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.8em;
  box-sizing: border-box;
}
.form-btn button:hover,
.form-btn a:hover {
  color: #1571da;
  background: #fff;
}
.first-btn a {
  background: #fff;
  color: #1571da !important;
}
.first-btn button:hover,
.first-btn a:hover {
  color: #fff !important;
  background: #1571da;
}
.login-btn {
  margin: 30px 0 10px;
}
.js-password-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: -9999px;
  background: url('/assets/dist/frontend/img/report/common/icon-passwd-show.png') no-repeat 50% 50%;
  background-size: 20px 12px;
  cursor: pointer;
}
.js-password-button.is-show {
  background-image: url('/assets/dist/frontend/img/report/common/icon-passwd-hide.png');
  background-size: 20px 20px;
}
@media screen and (min-width: 768px) {
  .js-password-button:hover {
    opacity: 1;
    background-color: #e1e3e5;
  }
}

@media screen and (max-width: 896px) {
  /*btn*/
  .form-btn button,
  .form-btn a {
    width: 100%;
  }
  .login-btn {
    margin: 32px 0 40px;
  }
}
.efo-form-right {
  width: 100% !important;
}
