@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: texas-hero, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: motor, monospace;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ja02 {
  font-family: ten-mincho-text, serif;
}

.yakuhan {
  font-family: "YakuHanJP", "fot-tsukubrdgothic-std", sans-serif;
}

/*  form colors
*----------------------------------- */
.l-form {
  --brick--color--black: colors.$black;
  --brick--color--white: colors.$white;
  --brick--color--lite-gray: colors.$light-gray;
  --brick--color--gray: colors.$dark-gray;
  --brick--color--red: colors.$red;
  --brick--color--light-pink: colors.$light-pink;
  --brick--color--dim-text: colors.$dim-text;
  --brick--color--light-text: colors.$light-text;
  --brick--color--light-border: colors.$gray-border;
  --brick--color--dark-border: colors.$dark-border;
  --brick--color--dark-background: colors.$flow-background;
  --brick--color--dim-background: colors.$flow-other-background;
  --brick--color--accent-background: colors.$flow-current-background;
  /* ステップ表示 */
  --brick--color--flow-current-text: colors.$flow-current-font-color;
}

@media print, screen and (max-width: 760px) {
  .page-form-input .l-main {
    padding-bottom: 0%;
  }
}

@media print, screen and (min-width: 761px) {
  .l-form.l-main .list-page {
    width: 90%;
    margin: 0 auto;
  }
}

/*  cmn
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container {
    background-color: #EFE1D0;
  }
}
.page-form .l-form-container__inner {
  font-weight: bold;
}
.page-form .l-form-container .brick-form:not(:root) h4 {
  font-weight: bold;
}
.page-form .l-form-container .brick-form__body-notice {
  text-align: left;
}
.page-form .l-form-container .brick-form__options-name-grad {
  width: 35%;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container .brick-form__options-name-grad {
    width: 60%;
  }
}

@media print, screen and (min-width: 761px) {
  .page-form .l-form-container {
    background-color: #EFE1D0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container {
    width: 90%;
    margin: 0 auto;
  }
}

/*  brick-flow
*----------------------------------- */
.page-form .l-form-container .brick-flow__step--current:not(:root) {
  color: #fff;
}
.page-form .l-form-container .brick-flow__step--current:not(:root)::before, .page-form .l-form-container .brick-flow__step--current:not(:root)::after {
  background-color: #FF6035;
}

/*  brick-buttons
*----------------------------------- */
.page-form .l-form-container .brick-buttons__button-submit {
  background-color: #F49D1E;
}
.page-form .l-form-container .brick-buttons__button-inner {
  color: #ffffff;
}

/*  l-form-container__policy
*----------------------------------- */
.page-form .l-form-container .l-form-container__policy {
  margin-top: 35px;
  padding-bottom: 35px;
}
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container .l-form-container__policy {
    text-align: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container .l-form-container__policy {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}
.page-form .l-form-container .l-form-container__policy a {
  color: #333;
  text-decoration: underline;
}
.page-form .l-form-container .l-form-container__policy a:hover {
  color: #a68b62;
}

/*  l-form-confirm
*----------------------------------- */
.page-form-confirm .brick-form-num-remaining {
  display: none;
}

/*  l-form-thanks
*----------------------------------- */
.page-form-thanks .l-form.l-main {
  margin: 40px auto 0vw;
}

@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-list .p-item {
    padding: 0 5%;
  }
}
.page-form-thanks .l-list .p-item__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-list .p-item__title {
    font-size: 24px;
  }
}
.page-form-thanks .l-list .p-item__text {
  text-align: center;
}
.page-form-thanks .l-list .p-item__text:not(:first-child) {
  margin-top: 24px;
  font-size: 16px;
}
.page-form-thanks .l-list .p-item__button {
  margin-top: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-list .p-item__button {
    margin-top: 9vw;
  }
}

/*  上書き分
*----------------------------------- */
:root {
  --brick--color--dark-background: #eaeaea;
  --brick--color--flow-current-background: #408DB9;
  --brick--color--button-submit-background: #408DB9;
}

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