/* EC-CUBE フロント用 軽量バリデーション CSS */

/* エラー状態の入力フィールド */
.js-validation-error {
    border-color: #c00 !important;
}

/* エラーメッセージ */
.js-validation-error-message {
    display: block;
    color: #c00;
    font-size: 12px;
    margin-bottom: 8px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
.recaptcha-link{
  width:100%;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 2px;
  color:#3E3E3E;
  padding-bottom: 32px;
}
.recaptcha-link a{
  color:#3E3E3E;
  text-decoration: underline;
  position: relative;
}
.recaptcha-link a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0.5px;
  background-color: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .recaptcha-link{
    padding-top: 16px;
  }
}

.btn_revise {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  width: 250px;
  padding: 11px 0;
  border-radius: 5px;
  color: #fff;
}
.btn_revise.btn_mypage_login {
  background-color: #997545;
}
.btn_revise.btn_mypage_login_sign_up {
  background-color: #e88b8b;
  margin: 0 auto;
}
.btn_revise.btn_not_agreement {
  display: inline-block;
  width: 210px;
  background-color: #525263;
}
@media (max-width: 768px) {
  .btn_revise.btn_not_agreement {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.btn_revise.btn_not_orange {
  background-color: #525263;
}
.btn_revise.btn_orange {
  background-color: #ff8b3b;
}
.btn_revise.btn_history_return {
  display: block;
  margin: 0 auto;
  background-color: #997545 !important;
}
.btn_revise.btn_agreement {
  display: inline-block;
  width: 210px;
  background-color: #ff8b3b;
}
@media (max-width: 768px) {
  .btn_revise.btn_agreement {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.btn_revise.btn_sign_up_confirm {
  background-color: #ff8b3b;
}
.btn_revise.btn_sign_up_return {
  display: inline-block;
  width: 210px;
  background-color: #525263;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .btn_revise.btn_sign_up_return {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.btn_revise.btn_sign_up {
  display: inline-block;
  width: 210px;
  background-color: #ff8b3b;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .btn_revise.btn_sign_up {
    display: block;
    width: 250px;
    margin: 20px auto 0;
  }
}
.btn_revise.btn_return_top {
  background-color: #ff8b3b;
  display: block;
  margin: 0 auto;
}
.btn_revise.btn_contact_input {
  background-color: #997545;
}
.btn_revise.btn_contact_return {
  display: inline-block;
  width: 210px;
  background-color: #997545;
}
@media (max-width: 768px) {
  .btn_revise.btn_contact_return {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.btn_revise.btn_contact_submit {
  display: inline-block;
  width: 210px;
  background-color: #e88b8b;
}
@media (max-width: 768px) {
  .btn_revise.btn_contact_submit {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
.btn_revise.btn_contact_return_top {
  background-color: #997545;
  display: block;
  margin: 0 auto;
}
.btn_revise.btn_rebiew_input {
  background-color: #997545;
}
.btn_revise.btn_review_return {
  background-color: #997545;
  display: block;
  margin: 0 auto;
}
.btn_revise.btn_review_submit {
  background-color: #e88b8b;
  display: block;
  margin: 0 auto;
}
.btn_revise.btn_new_address {
  background-color: #525263;
  font-size: 12px;
  display: block;
  width: 200px;
}
.btn_revise.btn_new_address_regist {
  background-color: #ff8b3b;
}
.btn_revise.btn_forgot_next {
  background-color: #ff8b3b;
}
.btn_revise.btn_password_return_top {
  background-color: #997545;
  display: block;
  margin: 0 auto;
}
.btn_revise.btn_password_reset {
  background-color: #ff8b3b;
}
.btn_revise:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
