@charset "UTF-8";
.payment_button {
  background: rgb(255, 206, 115);
  text-align: center;
  padding: 10px 0px;
  margin: 0px 12px;
  border-radius: 6px;
  box-shadow: 5px 5px 5px #d0d0d0;
  cursor: pointer;
  transition: 0.2s;
  max-width: 374px;
}
.payment_button:hover {
  opacity: 0.8;
}

#fincode-form {
  padding: 0px !important;
  margin: 20px 0px !important;
  width: 100% !important;
  border: none !important;
}
#fincode-form #fincode img.loading_icon {
  display: block;
  width: 100px;
  margin: 40px auto;
}

#fincode_error_msg_div {
  margin: 40px 0px;
  padding: 10px;
  background: rgb(240, 207, 212);
  color: red;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: none;
}
#fincode_error_msg_div a {
  color: white;
  background: red;
  border-radius: 6px;
  text-decoration: underline;
  display: inline-block;
  padding: 4px 8px;
  margin: 10px 0px;
  box-shadow: 5px 5px 5px #d0d0d0;
  font-weight: normal;
}

.fincode_input_form_div {
  text-align: center;
}

.custom-form#fincode-form {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.click-button { /* イソトレ予約・GLP1予約クレカ登録ボタン */
  background: #e88d95; /* ← ここをフッターのピンクに統一 */
  width: 160px;
  margin: 0 auto 100px auto;
  padding: 14px 24px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
}

.click-button:hover {
  background: #d4777f; /* ← ホバー時は少し濃い色に */
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.click-button:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.regist_creditcard_div_p {
  display: none;
  color: red;
}/*# sourceMappingURL=new_css.css.map */