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

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

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, 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: #008AB7;
  /* ボタン色 */
  --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: #dfdfdf;
  }
}
.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%;
  }
}

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

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

@media print, screen and (max-width: 760px) {
  .brick-buttons__button-submit {
    background-color: var(--brick--color--button-submit-background);
  }

  .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);
  }
}
.page-form-index .list-page__main .l-form_text {
  text-align: center;
  margin: -20px 0 40px;
  font-size: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-form-index .list-page__main .l-form_text {
    font-size: 5vw;
    margin: -5vw 0 9vw;
  }
}

.l-form_line {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  gap: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-form_line {
    flex-wrap: wrap;
  }
}
.l-form_line .l-form_linebox {
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: rgba(0, 138, 183, 0.35) 3px solid;
  border-radius: 13px;
  display: block;
  padding: 5px;
}

.l-form_text_line {
  text-align: center;
  margin: -34px 0 70px;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .l-form_text_line {
    font-size: 4vw;
    margin: -8vw 0 26vw;
  }
}

.page-form .l-form-container__flow,
.page-form-thanks .l-form-container__flow {
  position: relative;
}
.page-form .l-form-container__flow ol,
.page-form-thanks .l-form-container__flow ol {
  position: relative;
  z-index: 1;
}
.page-form .l-form-container__flow img,
.page-form-thanks .l-form-container__flow img {
  position: absolute;
  z-index: 100;
}
.page-form .l-form-container__flow img:nth-child(2),
.page-form-thanks .l-form-container__flow img:nth-child(2) {
  width: 20%;
  top: -160px;
  left: -48px;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container__flow img:nth-child(2),
.page-form-thanks .l-form-container__flow img:nth-child(2) {
    width: 32%;
    top: -22.5vw;
    left: -6.5vw;
  }
}
.page-form .l-form-container__flow img:nth-child(3),
.page-form-thanks .l-form-container__flow img:nth-child(3) {
  width: 15%;
  top: -108px;
  left: 59px;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container__flow img:nth-child(3),
.page-form-thanks .l-form-container__flow img:nth-child(3) {
    width: 21%;
    top: -13vw;
    left: 10vw;
  }
}
.page-form .l-form-container__flow img:nth-child(4),
.page-form-thanks .l-form-container__flow img:nth-child(4) {
  width: 25%;
  top: -133px;
  right: -85px;
}
@media print, screen and (max-width: 760px) {
  .page-form .l-form-container__flow img:nth-child(4),
.page-form-thanks .l-form-container__flow img:nth-child(4) {
    width: 39%;
    top: -18vw;
    right: -12vw;
  }
}

/*  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: #161616;
  text-decoration: underline;
}
.page-form .l-form-container .l-form-container__policy a:hover {
  color: #008AB7;
}

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

/*  page-form-thanks
*----------------------------------- */
@media print, screen and (max-width: 760px) {
  .page-form-thanks .l-form-container__inner .p-item {
    padding: 0 4%;
  }
}
.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__button span:after {
  top: -4px;
}

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