@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: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

/*  form colors
*----------------------------------- */
.page-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--button-submit-background: #FB7E51;
  /* ボタン色 */
  --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;
}

/*  cmn
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container {
    background-color: #FAF6EC;
  }
}
.page-form .l-form-container__inner {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container__flow {
    margin: 0 0 5vw;
  }
}
.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%;
  }
}
.page-form .l-form-container .brick-form__field-unit-name-grad_year .brick-form__append {
  width: 80%;
}
@media print, screen and (min-width: 761px) {
  .page-form .l-form-container .brick-form__row-header {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    min-height: 36px;
  }
}

/*  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: #D8C494;
}

@media print, screen and (max-width: 760px) {
  .brick-flow__step:not(:root)::before,
.brick-flow__step:not(:root)::after {
    background-color: #e5e5e5;
  }
}
/*  brick-buttons
*----------------------------------- */
.page-form .l-form-container .brick-buttons__button-inner {
  color: #fff;
}

@media print, screen and (min-width: 761px) {
  .brick-buttons__button-submit {
    background-color: #C3A356;
  }
}
@media print, screen and (max-width: 760px) {
  .brick-buttons__button-submit {
    background-color: #C3A356;
  }

  .brick-buttons__button-submit:disabled {
    color: var(--brick--color--button-disabled-text);
    background-color: var(--brick--color--button-disabled-background);
    cursor: not-allowed;
  }

  .brick-buttons__button-back {
    background-color: var(--brick--color--button-back-background);
  }
}
/*  l-form-container__policy
*----------------------------------- */
.page-form .l-form-container .l-form-container__policy {
  margin-top: 35px;
  margin-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: #1E1E1E;
  text-decoration: underline;
}
.page-form .l-form-container .l-form-container__policy a:hover {
  color: #C3A356;
}

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

/*  page-form-thanks
*----------------------------------- */
.page-form-thanks .list-page__main {
  max-width: 1200px;
  width: 100%;
}

@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item {
    padding: 0 5%;
  }
}
.page-form-thanks .l-form-container__inner .p-item__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__title {
    font-size: 24px;
  }
}
.page-form-thanks .l-form-container__inner .p-item__text {
  text-align: center;
}
.page-form-thanks .l-form-container__inner .p-item__text:not(:first-child) {
  margin-top: 24px;
}
.page-form-thanks .l-form-container__inner .p-item__button {
  margin-top: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item__button {
    margin-top: 9vw;
  }
}
.page-form-thanks .l-form-container__inner .p-item .c-button {
  min-width: 200px;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  /*  prevボタン  */
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item .c-button {
    font-size: 3.4vw;
    width: 80%;
    min-height: 58px;
  }
}
.page-form-thanks .l-form-container__inner .p-item .c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item .c-button a {
    line-height: 58px;
  }
}
.page-form-thanks .l-form-container__inner .p-item .c-button span {
  position: relative;
  padding-right: 18px;
}
.page-form-thanks .l-form-container__inner .p-item .c-button span::after {
  content: "";
  display: block;
  background: url(../../../images/cmn/icon_arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  margin: auto;
  border-width: 0;
}
@media print, screen and (min-width: 761px) {
  .page-form-thanks .l-form-container__inner .p-item .c-button span::after {
    width: 11px;
    height: 9px;
    top: 8px;
    right: -4px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item .c-button span::after {
    width: 11px;
    height: 9px;
    right: 0;
    top: 8px;
  }
}
.page-form-thanks .l-form-container__inner .p-item .c-button.dark {
  background: #C3A356;
}
.page-form-thanks .l-form-container__inner .p-item .c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.page-form-thanks .l-form-container__inner .p-item .c-button.prev span::after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
  top: 0;
}

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