.order__subtitle {
  color: #fff !important;
}

/* CVセクション トップページ以外 */
body:not(.home) .cv {
  padding-top: 3.75rem;
}

/* フォームバリデーションエラー */
.form-error {
  display: block;
  color: #CB4F4A;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.form-error::before {
  content: "⚠ ";
  margin-right: 0.25rem;
}
.form-field.is-error .form-input,
.form-field.is-error .form-select,
.form-field.is-error .form-textarea,
.form-field.is-error .form-postal__input,
.form-field.is-error .form-postal__input2 {
  border-color: #CB4F4A;
  background-color: #FDF5F4;
}
.form-field.is-error .form-check-group,
.form-field.is-error .form-radio-group {
  border: 1px solid #CB4F4A;
  background-color: #FDF5F4;
  padding: 0.75rem;
  border-radius: 0.375rem;
}
.form-agree.is-error {
  border: 1px solid #CB4F4A;
  background-color: #FDF5F4;
  padding: 1rem;
  border-radius: 0.375rem;
}
.form-error-summary {
  background: #FDF5F4;
  border: 1px solid #CB4F4A;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
  color: #CB4F4A;
  font-weight: 500;
}
.form-error-summary p {
  margin: 0;
  font-size: 1rem;
}

/* フォーム確認画面 */
.form-field--confirm .form-confirm-value {
  display: block;
  padding: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.7;
  word-break: break-word;
  white-space: pre-wrap;
}
.form-field--confirm .form-confirm-value.is-empty {
  color: #999;
}
.form-submit--confirm {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.form-submit--confirm .btn {
  min-width: 15rem;
}
.btn--back {
  background-color: #888;
  border-color: #888;
}
.btn--back:hover {
  background-color: #666;
  border-color: #666;
}
@media (max-width: 767px) {
  .form-submit--confirm {
    flex-direction: column;
    gap: 0.75rem;
  }
  .form-submit--confirm .btn {
    width: 100%;
    min-width: 0;
  }
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* コラム検索0件 */
.column-archive__empty-btn .btn {
  margin: 2.5rem auto 0 auto;
}

/* checkout余白 */
.order__unit + .order__unit,
.order__unit + .order_block,
.order_block + .order__unit,
.order_block + .order_block {
  margin-top: 2.5rem;
}

#customer_details,
#privacy-policy-section {
  margin-top: 60px !important;
}

/* checkout フォーム */
dl.order__items {
  display: block !important;
  flex-wrap: unset !important;
}
.order__item {
  width: 100% !important;
}
.order__item + .order__item {
  margin-top: 1.875rem;
}
.order__item-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100% !important;
  float: none !important;
}
.order__item-label label {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.order__item-label label span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #CB4F4A;
  border-radius: 0.25rem;
  padding: 0 0.25rem;
  margin-left: 0.5rem;
}
.order__item-input {
  margin-top: 0.625rem;
}
.order__item-input input[type="text"],
.order__item-input input[type="tel"],
.order__item-input input[type="email"] {
  width: 100%;
  height: 3.125rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  background: #F7F7F7;
  padding: 0 1.25rem;
  border: none;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .order__item-input input[type="text"],
  .order__item-input input[type="tel"],
  .order__item-input input[type="email"] {
    font-size: 1rem;
  }
}
.order__item-input input::placeholder {
  color: #989898;
}
.order__item-input select {
  height: 3.125rem;
  font-size: 1.125rem;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  background: #fff;
  appearance: none;
}
.order__item-input textarea {
  width: 100%;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  background: #F7F7F7;
  padding: 1.25rem;
  border: none;
  box-sizing: border-box;
  min-height: 6rem;
}
.order__caution {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.order__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.order__name input[type="text"] {
  width: auto;
  flex: 1;
  min-width: 8rem;
}
.order__post {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.order__post input[type="text"] {
  width: 12rem;
  flex: none;
}
.order__post button {
  height: 3.125rem;
  padding: 0 1.25rem;
  background: #1C2087;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.order__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.order__date select {
  height: 3.125rem;
  font-size: 1.125rem;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  background: #fff;
}
.order__radio label {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 2rem;
  font-size: 1.125rem;
  cursor: pointer;
}
.order__checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  cursor: pointer;
}
.order__attention {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.order__text {
  font-size: 1.125rem;
  line-height: 1.78;
  margin-bottom: 0.75rem;
}
.order__text span {
  font-size: 0.875rem;
  color: #CB4F4A;
}

/* お支払い方法 */
#payment.woocommerce-checkout-payment {
  background: none !important;
  border-radius: 0 !important;
}
.order__method-box-img img {
  display: block;
  max-width: 282px;
  height: auto;
}
#payment .payment_box {
  background: transparent !important;
  color: #515151;
  font-size: 0.92rem;
  padding: 0.5rem 0 0 !important;
}
#payment .payment_box::before {
  display: none !important;
}

/* 個人情報保護方針 */
.order__privacy {
  margin-top: 1rem;
}
.order__privacy .woocommerce-privacy-policy-text {
  max-height: 12rem;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
.order__privacy .woocommerce-privacy-policy-text table {
  width: 100%;
  border-collapse: collapse;
}
.order__privacy .woocommerce-privacy-policy-text th {
  font-weight: 700;
  vertical-align: top;
  padding: 0.5rem 0;
  white-space: nowrap;
}
.order__privacy .woocommerce-privacy-policy-text td {
  padding: 0.5rem 0 0.5rem 1rem;
  vertical-align: top;
}
.order__check {
  margin-top: 1.25rem;
}
.order__check label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}

/* 送信ボタン */
button.order__btn,
#place_order.order__btn {
  display: block !important;
  width: 100% !important;
  max-width: 25rem !important;
  margin: 2.5rem auto 0 !important;
  padding: 1.25rem 3rem !important;
  background: #CB4F4A !important;
  color: #fff !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0.5rem !important;
  cursor: pointer;
  text-align: center !important;
  transition: opacity 0.3s;
  float: none !important;
}
button.order__btn:hover,
#place_order.order__btn:hover {
  opacity: 0.8;
}
button.order__btn::after,
#place_order.order__btn::after {
  display: none !important;
}

/* place-order wrapper reset */
.form-row.place-order {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  overflow: hidden;
}

/* 個人情報保護方針テーブル */
.order__privacy .woocommerce-privacy-policy-text table.table-3 {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
}
.order__privacy .woocommerce-privacy-policy-text table.table-3 th {
  font-size: 0.875rem !important;
  font-weight: 700;
  width: 10rem;
  vertical-align: top;
  padding: 0.75rem 0.5rem 0.75rem 0;
  border: none;
  white-space: normal;
}
.order__privacy .woocommerce-privacy-policy-text table.table-3 td {
  font-size: 0.875rem !important;
  vertical-align: top;
  padding: 0.75rem 0;
  border: none;
}
.order__privacy .woocommerce-privacy-policy-text table.table-3 tr + tr {
  border-top: 1px solid #eee;
}
.order__privacy .woocommerce-privacy-policy-text table.table-3 ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}
.order__privacy .woocommerce-privacy-policy-text table.table-3 li {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* 注文確認画面 */
.order__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.order__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  border: 2px solid #1C2087;
  border-radius: 3.125rem;
  color: #1C2087;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: #fff;
}
.order__confirm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 3.125rem;
  background: #1C2087;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}
.order__unit--confirm {
  list-style: none;
}
.order__heading--confirm {
  border-bottom: 2px solid #1C2087;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.order .order__subtitle--confirm {
  color: #fff !important;
  font-size: 1.25rem;
}
.order__confirm-body {
  font-size: 1rem;
  line-height: 1.8;
}
.order__confirm-body p {
  margin: 0.25rem 0;
}
.order__confirm-lead {
  font-weight: 700;
}
.order__confirm-lead span {
  color: #CB4F4A;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.order__confirm-list {
  margin: 0.5rem 0;
}
.order__confirm-list-item {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
}
.order__confirm-list-title {
  font-weight: 700;
  min-width: 6rem;
}
.order__confirm-note {
  color: #CB4F4A;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.order__confirm-alert {
  color: #CB4F4A;
  font-weight: 700;
  margin-top: 0.5rem;
}
.order__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #f5f5f5;
  border-radius: 0.625rem;
  margin: 2rem 0;
}
.order__summary-label {
  font-weight: 700;
  font-size: 1.125rem;
}
.order__summary-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C2087;
}
.order__summary-amount span {
  font-size: 0.875rem;
  color: #333;
}

/* 注文完了画面 */
.order__complete {
  text-align: center;
  padding: 3rem 0;
}
.order__complete-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: #1C2087;
  border-radius: 50%;
}
.order__complete-title {
  font-size: 1.5rem;
  color: #1C2087;
  margin-bottom: 1.5rem;
}
.order__complete-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.order__complete-notes {
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}
.order__complete-notes-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.order__complete-notes-list {
  padding-left: 1.25rem;
}
.order__complete-notes-list li {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.order__complete-contact {
  text-align: center;
  border: 2px solid #1C2087;
  border-radius: 0.625rem;
  padding: 1.5rem;
  margin: 2rem 0;
}
.order__complete-contact-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.order__complete-contact-tels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.order__complete-contact-tels a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #1C2087;
  color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 700;
}
.order__complete-contact-area {
  font-size: 0.875rem;
}
.order__complete-contact-number {
  font-size: 1.125rem;
}
.order__complete-contact-hours {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.order__complete-contact-hours span + span {
  margin-left: 1rem;
}
.order__complete-actions {
  text-align: center;
  margin: 2.5rem 0;
}
.order__complete-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  background: #1C2087;
  color: #fff;
  border-radius: 3.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}
