.pink {
  color: #ff6ead;
}

.red {
  color: #ff0000;
}

.yellow {
  color: #ffff00;
}

.deep_blue {
  color: #3e4a9a;
}

.deep_pink {
  color: #ff2885;
}

.white_box {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}

body.is-cf7-confirm-open {
  overflow: hidden;
}

.js-formConfirmSubmitArea.is-cf7-confirm-ready > label {
  display: none;
}

.wpcf7 form .wpcf7-response-output:empty {
  display: none;
}

.c-formConfirmTrigger {
  text-align: center;
}
.c-formConfirmTrigger__button {
  display: inline-block;
  padding: 1.4em 3.33em 1.4em;
  border: none;
  border-radius: 60px;
  background: #c19e34;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-formConfirmTrigger__button {
    width: 100%;
    max-width: 320px;
    font-size: 18px;
    padding: 1.15em 2em;
  }
}
@media screen and (min-width: 768px) {
  .c-formConfirmTrigger__button {
    width: 360px;
    font-size: 20px;
  }
}
.c-formConfirmTrigger__button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.c-formConfirmTrigger__button:hover {
  background: #a67c1a;
}

.c-formConfirmModal {
  font-size: 18px;
  position: fixed;
  inset: 0;
  z-index: 5500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.c-formConfirmModal[hidden] {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal {
    font-size: 16px;
    align-items: flex-start;
    padding: 8px;
  }
}
.c-formConfirmModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-formConfirmModal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
    border-radius: 18px;
  }
}
.c-formConfirmModal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 32px 0;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__header {
    padding: 24px 20px 0;
  }
}
.c-formConfirmModal__heading {
  flex: 1;
  min-width: 0;
}
.c-formConfirmModal__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__title {
    flex: 1;
    font-size: 22px;
    line-height: 1.5;
  }
}
.c-formConfirmModal__description {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.75;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.c-formConfirmModal__close {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__close {
    width: 40px;
    height: 40px;
  }
}
.c-formConfirmModal__close::before, .c-formConfirmModal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 1px;
  margin: auto;
  background: #000;
}
.c-formConfirmModal__close::before {
  transform: rotate(45deg);
}
.c-formConfirmModal__close::after {
  transform: rotate(-45deg);
}
.c-formConfirmModal__close:hover {
  background: #f7f7f7;
  border-color: #b8b8b8;
}
.c-formConfirmModal__body {
  padding: 0px 32px 0;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__body {
    padding: 10px 10px 0;
  }
}
.c-formConfirmModal__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__table {
    table-layout: auto;
    font-size: 11px;
  }
}
.c-formConfirmModal__label, .c-formConfirmModal__value {
  padding: 8px 24px;
  border-bottom: solid 1px #e7e2da;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__label, .c-formConfirmModal__value {
    padding: 8px 14px;
    display: table-cell;
    vertical-align: top;
  }
}
.c-formConfirmModal__label {
  width: 30%;
  background: #f6f3ee;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__label {
    width: 14em;
    min-width: 8.5em;
  }
}
.c-formConfirmModal__value {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__value {
    background: #fff;
  }
}
.c-formConfirmModal__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__actions {
    padding: 16px 20px;
    gap: 12px;
  }
}
.c-formConfirmModal__button {
  min-width: 220px;
  padding: 1em 2.2em;
  border-radius: 999px;
  border: solid 1px #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-formConfirmModal__button {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}
.c-formConfirmModal__button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.c-formConfirmModal__button--secondary {
  background: #fff;
  color: #000;
}
.c-formConfirmModal__button--secondary:hover {
  background: #f3f3f3;
}
.c-formConfirmModal__button--primary {
  background: #c19e34;
  border-color: #c19e34;
  color: #fff;
}
.c-formConfirmModal__button--primary:hover {
  background: #a67c1a;
  border-color: #a67c1a;
}

/*# sourceMappingURL=confirm.css.map */