.page_contents h2 {
  /*margin-bottom: 10px;*/
}

.error {
  color: #ff0000;
}
.error-box {
  background-color: #ffe5e5;
  color: #ff0000;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 10px 0 30px;
}
.c-form-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  margin-bottom: 30px;
}

.c-form-table th {
  padding: 10px;
  background: #fff8ec;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  text-align: left;
  width: 250px;
  height: 62px;
  position: relative;
}

.c-form-table td {
  padding: 10px;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
}


.c-order-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  margin-bottom: 30px;
}

.c-order-table th {
  padding: 10px;
  background: #f1f5e3;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  text-align: left;
  width: 300px;
  height: 62px;
  position: relative;
}

.c-order-table td {
  padding: 10px;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
}
td:has(.error) {
  background-color: #ffe5e5;
}

.page_contents_inner h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 400;
}
.page_contents_inner h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  border-left: 5px solid #666;
  padding-left: 10px;
}
/**/
label.pointer {
  cursor: pointer;
}

.form-group {
  display: flex;
  width: 100%;
  gap: 15px;
  align-items: center;
}


.form-control {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  font-size: 16px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.is-short {
  width: 80px;
  min-width: 80px;
}
.form-control.is-middle {
  width: 300px;
  min-width: 300px;
}
.form-control.is-long {
  width: 600px;
}
.form-control.is-wide {
  width: 100%;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}

/* ボタン */
.btn {
  display: inline-block;
  border: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #e35b00;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 40px;
  min-width: 300px;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background-color: #ef680e;
  color: #fff !important;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  background-color: #ccc;
  /* 無効時の背景色 */
  color: #666;
  /* 無効時の文字色 */
  cursor: not-allowed;
  /* マウスポインターの変更 */
  opacity: 0.7;
  /* 見た目の薄さ調整 */
}
.btn-border {
  display: inline-block;
  border: 0;
  font-weight: 600;
  color: #626262;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 40px;
  min-width: 300px;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}

.btn-border:hover {
  background-color: #fff;
    border: 1px solid #999;
}

.btn-border:focus {
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}
.required {
  display: inline-flex;
  width: 40px;
  background-color: #d55a5a;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.delivery-check {
  margin-bottom: 30px;
}
.order-number {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  font-size: 12px;
  background-color: #EF4123;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.order-number + .order-number {
  margin-left: 4px;
}

.c-form-footer {
  margin-top: 50px;
  text-align: center;
}
.c-form-footer__btn {
  margin-top: 30px;
}
.order-book-img {
  display: flex;
  margin: 10px 0;
  align-items: flex-start;
  align-items: center;
  gap: 10px;
}

.order-book-img__item01,
.order-book-img__item02 {
  width: 50px;
}

.order-book-img__item03 {
  width: 70px;
}
.text-center {
  text-align: center;
}
.c-form-text {
  margin-bottom: 20px;
}
.c-form-text.is-red {
  color: #ff0000;
}

.g-recaptcha {
  margin-top: 10px;
}
.g-recaptcha > div {

  margin: 0 auto;
}
/*ハニーポッド*/
#hpd {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  pointer-events: none;

}
#agree_policy {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  height: 24px;
  width: 24px;
}
.c-agree-policy {
  display: flex;
  align-items: center;
  justify-content: center;
}