/* Inquiry
 * ---------------------------------------------------------------- */
#outer .form .form-note p {
  padding: 0.5rem 0;
  font-size: 14px;
  text-align: left;
}
#outer .form .form-note p span.em {
  display: inline-block;
  margin: 0 0.3rem;
  font-size: 1.4em;
  font-weight: 500;
  color: #AF1D7B;
  text-decoration: underline;
}
#outer .form .form-note p span.em:hover {
  text-decoration: none;
}
/* Close
 * ---------------------------------------------------------------- */
#outer div.form form.account-close {
  border: none;
}
#outer .form .read-wrap {
  padding: 36px 60px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #outer .form .read-wrap {
    padding: 20px 16px;
  }
}
#outer .form .read-wrap .ttl-message {
  margin: 0 0 2.5rem;
  font-size: 18px;
  font-weight: 500;
}
#outer .form .read-wrap .ttl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0.3rem;
  padding: 0;
}
#outer .form .read-wrap .ttl-info img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
#outer .form .read-wrap .ttl-info span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
#outer .form .read-wrap .main-text p {
  padding: 0.5rem 0;
  font-size: 15px;
}
#outer .form .formrow-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#outer .form .formrow-submit button.back {
  border: 1px solid #333;
  background: #fff;
}
#outer .form .formrow-submit button:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=sc_form.css.map */
