@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 560pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 560pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 1024px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 1024px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
#supporter {
  margin-bottom: 11%;
}

#snow-monkey-form-69 {
  padding-top: 5%;
  background-color: #88BD6A;
  padding-bottom: 2%;
}

.formtitle-sec .smf-item__controls {
  margin-top: 10%;
}
@media (max-width: 560px) {
  .formtitle-sec .smf-item__controls {
    margin-top: 14%;
  }
}

.confirm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5% 3%;
  background-color: #edf7d8;
  margin-bottom: 4%;
}
@media (max-width: 560px) {
  .confirm {
    text-align: justify;
    padding: 5% 6%;
  }
}

[data-screen=confirm] .input {
  display: none;
}

[data-screen=input] .confirm,
[data-screen=invalid] .confirm {
  display: none;
}

.smf-form--simple-table {
  width: 90%;
  margin: 0 auto;
  background-color: white;
  padding: 5% 0 5%;
  margin-bottom: 3%;
  max-width: 1500px;
}

.smf-complete-content {
  text-align: center;
}

.smf-form--simple-table .smf-item {
  display: flex;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .smf-form--simple-table .smf-item {
    flex-direction: column;
    width: 100%;
  }
}

.first-column .smf-item__col--label {
  border-top: 1px solid #007739;
  text-align: center;
}
@media (max-width: 560px) {
  .first-column .smf-item__col--label {
    border-top: none;
  }
}
.first-column .smf-placeholder {
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 560px) {
  .first-column .smf-placeholder {
    border-top: none;
  }
}

.smf-text-control {
  text-align: center;
}

.smf-textarea-control {
  text-align: center;
}

.smf-form--simple-table .form-sub-text {
  text-align: center;
  margin: 0 auto;
  width: 85%;
  max-width: 926px;
  padding-bottom: 2%;
  margin-top: 3%;
}
.smf-form--simple-table .form-sub-text strong {
  display: inline-block;
  font-weight: bold;
  color: #007739;
}
@media (max-width: 560px) {
  .smf-form--simple-table .form-sub-text {
    padding-bottom: 3%;
    width: 89%;
    margin-top: 6%;
  }
}

.smf-placeholder {
  padding: 3rem 0 3rem 1rem;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 560px) {
  .smf-placeholder {
    padding: 0rem 0 2rem;
    text-align: center;
  }
}

.smf-form--simple-table .smf-item__col--label {
  flex: auto;
  max-width: 36%;
  padding: 2rem 0 2rem 1rem;
  border-bottom: 1px solid #007739;
  display: flex;
  font-weight: bold;
  align-items: center;
}
@media (max-width: 560px) {
  .smf-form--simple-table .smf-item__col--label {
    max-width: 101%;
    padding: 1rem 0 1rem 1rem;
    border-bottom: none;
  }
}

.smf-form--simple-table .label-first .smf-item__col--label {
  border-top: 1px solid #007739;
}
@media (max-width: 560px) {
  .smf-form--simple-table .label-first .smf-item__col--label {
    border-top: none;
  }
}

.smf-form--simple-table .label-first .smf-placeholder {
  border-top: 1px solid #E2E2E2;
}
@media (max-width: 560px) {
  .smf-form--simple-table .label-first .smf-placeholder {
    border-top: none;
  }
}

/*テキストインプット*/
.smf-form .smf-item .smf-text-control__control {
  width: 90%;
  border: none;
  background: #efefef;
  border: 2px solid #e2e2e2;
  padding: 14px 9px;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
@media (max-width: 560px) {
  .smf-form .smf-item .smf-text-control__control {
    width: 94%;
    padding: 11px 9px;
  }
}

/*テキストエリア*/
.smf-form .smf-item .smf-textarea-control__control {
  padding: 14px 9px;
  background: #F5F9FC;
  border: 2px solid #EAF1F7;
  width: 90%;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
@media (max-width: 560px) {
  .smf-form .smf-item .smf-textarea-control__control {
    width: 94%;
  }
}

/*select*/
.smf-form .smf-item .smf-select-control {
  width: 100%;
  text-align: center;
}

.smf-form .smf-item .smf-select-control__control {
  background: #F5F9FC;
  border: 2px solid #EAF1F7;
  transition: all 0.2s;
  width: 90%;
  font-size: 1rem;
  border-radius: 0;
}
@media (max-width: 560px) {
  .smf-form .smf-item .smf-select-control__control {
    width: 94%;
  }
}

.smf-form .smf-item .smf-select-control__toggle:before {
  content: none;
}

.smf-form .smf-item .smf-select-control__control:hover {
  border-color: #007739;
}

.smf-action .smf-button-control__control {
  background-color: #007739;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 19px 5em;
  transition: 0.2s ease;
}
.smf-action .smf-button-control__control::after {
  position: absolute;
  right: 33px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 6px;
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  bottom: 0;
  margin: auto;
}
.smf-action .smf-button-control__control:hover::after {
  right: 22px;
}
@media (max-width: 560px) {
  .smf-action .smf-button-control__control {
    padding: 18px 5em 18px 5em;
  }
}

.smf-action .smf-button-control__control:hover {
  border: none;
  background-color: #88BD6A;
  color: white;
}

.smf-form .smf-item .smf-text-control__control:active, .smf-form .smf-item .smf-text-control__control:focus, .smf-form .smf-item .smf-text-control__control:focus-within, .smf-form .smf-item .smf-text-control__control[aria-selected=true] {
  background: #F5F9FC;
  border: 2px solid #007739;
  color: white;
}

.smf-form .smf-item .smf-textarea-control__control:active, .smf-form .smf-item .smf-textarea-control__control:focus, .smf-form .smf-item .smf-textarea-control__control:focus-within, .smf-form .smf-item .smf-textarea-control__control[aria-selected=true] {
  background: #F5F9FC;
  border: 2px solid #007739;
  color: white;
}

.smf-form .smf-item .smf-text-control__control:focus {
  background: #F5F9FC;
  border: 2px solid #007739;
  color: #333;
}

.smf-form .smf-item .smf-textarea-control__control:focus {
  background: #F5F9FC;
  border: 2px solid #007739;
  color: #333;
}

.smf-form .smf-item .smf-text-control__control:hover {
  border-color: #007739;
}

.smf-form .smf-item .smf-textarea-control__control:hover {
  border-color: #007739;
}

.smf-action .smf-button-control__control[data-action=back] {
  display: inline-block;
  color: #717171;
  background-color: #f1f1f1;
  border: 1px solid;
  padding: 10px 12px;
  font-size: initial;
}
.smf-action .smf-button-control__control[data-action=back]::before, .smf-action .smf-button-control__control[data-action=back]::after {
  content: none;
}

.must .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  background: #bf0202;
  color: white;
  font-size: 0.75em;
  padding: 1px 6px;
  vertical-align: text-top;
  margin-left: 8px;
}

.select-wrapp {
  position: relative;
}
.select-wrapp::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../images/chevron-under.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 560px) {
  .select-wrapp::after {
    right: 2.5em;
    top: 58%;
  }
}

@media (max-width: 560px) {
  .smf-form--simple-table + .smf-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 560px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
    margin-top: 4%;
  }
}

/*リキャプチャの説明*/
.recaptcha_policy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 3%;
  margin-top: 3%;
}
.recaptcha_policy a {
  color: #007739;
}
.recaptcha_policy a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .recaptcha_policy {
    margin-bottom: 10%;
  }
}
@media (max-width: 560px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 19%;
  }
}

/*後援会フォーム*/
.smf-form--simple-table .sptitle-wrapp {
  text-align: center;
  color: white;
  background-color: #007739;
  font-weight: bold;
  padding: 1% 0;
  margin-bottom: 4%;
}

.smf-form--simple-table .formtitle-sub {
  background-color: #88BD6A;
  margin: 6% auto 3% auto;
}
@media (max-width: 560px) {
  .smf-form--simple-table .formtitle-sub {
    margin: 13% 0 4%;
  }
}

.smf-form--simple-table .in-form-title {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 7%;
}
@media (max-width: 560px) {
  .smf-form--simple-table .in-form-title {
    margin-top: 12%;
  }
}
.smf-form--simple-table .in-form-title .no-must::after {
  content: "任意";
  display: inline-block;
  background: #cacaca;
  color: white;
  font-size: 0.75em;
  padding: 1px 6px;
  vertical-align: text-top;
  margin-left: 8px;
}

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