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

上書き分

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

@media print, screen and (min-width: 741px) {
  .l-main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

body{
  background-color:white;
}

body::before {
  background: none;
}


:root {
  --brick--color--flow-background: #e6e6e6;
  --brick--color--button-submit-background: var(--brick--color--flow-current-background)
}

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

@media print, screen and (min-width: 741px) {
  .l-main .l-main__header {
    padding-top: 60px;
    color: var(--brick--color--light-text);
    background-color: var(--brick--color--dark-background);
  }

  .l-main .l-main__title {
    text-align: center;
    font-size: 25px;
  }

  .l-main__inner .l-form-container {
    padding-top: 30px;
  }
}

@media print, screen and (max-width: 740px) {
  .page-form-input .l-main {
    margin-bottom: 17vw;
  }

  .l-main .l-main__header {
    padding-top: 5%;
  }

  .l-main .l-main__title {
    text-align: center;
    font-size: 5vw;
  }

  .l-main__inner .l-form-container {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}

.brick-form__options-item--radio,
.brick-form__options-item--checkbox {
  width: 49%;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 0;
}
.brick-form__options-item--radio:nth-child(2n),
.brick-form__options-item--checkbox:nth-child(2n) {
  margin-right: 0;
}

.brick-form__options-name-privacy .brick-form__options-item--checkbox {
  width: 100%;
  margin-right: auto;
}


.brick-form__options-item figure {
  margin-block-start: 0;
  margin-block-end: 10px;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}

.brick-buttons__button-submit {
  filter: opacity(70%);
}

.brick-buttons__button-submit:disabled {
  filter: none;
}

.brick-form__options-radio,
.brick-form__options-checkbox {
  margin-left: auto;
}

.thanks {
  text-align: center;
}
.thanks__title {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 2vw;
  padding: 0px 21px;
}
.thanks_message {
  font-size: 3vw;
}

.thanks__link{
  font-size: 3vw;
  text-align: center;
  margin-top: 36px;
  }

@media print, screen and (min-width: 741px) {
  .thanks__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .thanks_message {
    font-size: 15px;
  }

  .thanks__link{
    font-size: 15px;
    }
}
