/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*----------------------------------------
  凡庸
------------------------------------------*/
.step-input .input-none {
  display: none !important;
}

.step-confirm .confirm-none {
  display: none !important;
}

/*----------------------------------------
  プラグイン用
------------------------------------------*/
.tccf7_none {
  display: none !important;
  pointer-events: none;
}

.tccf7_none_anime {
  display: none !important;
}

.tccf7-pot-err {
  position: relative;
}
.tccf7-pot-err .tccf7_sweet::after {
  content: "※フォームにエラーが発生しました。お手数をおかけして申し訳ございません。画面を更新し、再度お試しください。";
  color: #e40000;
  font-size: 0.8em;
}

.tccf7-confirm-err {
  position: relative;
}
.tccf7-confirm-err::after {
  content: "※フォームにエラーが発生しました。お手数をおかけして申し訳ございません。しばらく時間を置くか、画面を更新してお試しください。";
  color: #e40000;
  font-size: 0.8em;
}

.tccf7-inquiry-err {
  position: relative;
}
.tccf7-inquiry-err::after {
  content: "※入力内容に問題があります。確認して再度お試しください。";
  color: #e40000;
  font-size: 0.8em;
}

#tccf7-cursor {
  inline-size: 6px;
  block-size: 6px;
  margin-inline-start: auto;
  display: block;
  background-color: var(--spinColor, #fbfbfc);
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: fixed;
  z-index: var(--zindex, 1000);
  pointer-events: none;
  transform: translate(0, 0) rotate(0deg);
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tccf7 .wpcf7-not-valid-tip:not(.wpcf7-not-valid-tip-php),
.tccf7 .wpcf7-response-output,
.tccf7 .wpcf7-spinner {
  display: none !important;
}
.tccf7 input:not([type=radio]):not([type=checkbox]).val-through.wpcf7-not-valid {
  background-color: #ffe4e4 !important;
}
.tccf7 .wpcf7-not-valid.val-through + .wpcf7-not-valid-tip {
  display: block !important;
}
.tccf7 .tccf7-submit-err {
  color: #c42b2b;
}

.tccf7-step {
  --step-Y: -400%;
  --step-X: -400%;
  --zindex: 50;
  will-change: height;
  position: relative;
}
.tccf7-step form::before {
  content: "";
  inline-size: 100%;
  block-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--fadeColor, #000);
  z-index: calc(var(--zindex) - 1);
  opacity: 0;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.tccf7-step.tccf7_loading form::before {
  opacity: 0.2;
}

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