@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: 900px) {
  .br_tab {
    display: none;
  }
}

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

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

.input,
.confirm {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 3%;
  padding-bottom: 3%;
  text-align: center;
  border-bottom: none;
  position: relative;
}
@media (max-width: 560px) {
  .input,
  .confirm {
    margin-top: 9%;
    margin-bottom: 1%;
    padding-bottom: 3%;
    width: 89%;
    background: white;
    font-size: 16px;
  }
  .input:after,
  .confirm:after {
    width: 100%;
    left: 0;
  }
  .input .smf-item__controls,
  .confirm .smf-item__controls {
    width: 100%;
  }
}

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

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

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

.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;
  }
}

.first-column .smf-item__col--label {
  border-top: 1px solid hsl(219, 54%, 38%);
  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: hsl(219, 54%, 38%);
}
@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 hsl(219, 54%, 38%);
  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 hsl(219, 54%, 38%);
}
@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: #F5F9FC;
  border: 2px solid #EAF1F7;
  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: hsl(219, 54%, 38%);
}

.smf-action .smf-button-control__control {
  background-color: hsl(219, 54%, 38%);
  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: #0f3f97;
  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 hsl(219, 54%, 38%);
  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 hsl(219, 54%, 38%);
  color: white;
}

.smf-form .smf-item .smf-text-control__control:focus {
  background: #F5F9FC;
  border: 2px solid hsl(219, 54%, 38%);
  color: #333;
}

.smf-form .smf-item .smf-textarea-control__control:focus {
  background: #F5F9FC;
  border: 2px solid hsl(219, 54%, 38%);
  color: #333;
}

.smf-form .smf-item .smf-text-control__control:hover {
  border-color: hsl(219, 54%, 38%);
}

.smf-form .smf-item .smf-textarea-control__control:hover {
  border-color: hsl(219, 54%, 38%);
}

.smf-action .smf-button-control__control[data-action=back] {
  display: inline-block;
  color: #717171;
  background-color: #f1f1f1;
  border: 1px solid;
  padding: 10px 12px;
}
.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%;
  }
}

/*後援会フォーム*/
.sp-top-block {
  position: relative;
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.sp-top-block .sp-at {
  text-align: justify;
  width: 95%;
  margin: 0 auto;
  max-width: 926px;
  padding: 2em 3em;
  background: #f7f7f7;
  margin-top: 3%;
  margin-bottom: 6%;
}
@media (max-width: 560px) {
  .sp-top-block .sp-at {
    padding: 2em 1.6em;
    margin-top: 6%;
    margin-bottom: 10%;
  }
}
.sp-top-block .main-tit {
  width: 100%;
  padding: 7% 3%;
}
.sp-top-block .con-top-p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  max-width: 907px;
  margin-top: 5%;
  margin-bottom: 4%;
}
@media (max-width: 560px) {
  .sp-top-block .con-top-p {
    text-align: justify;
  }
}

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

.smf-form--simple-table .sptitle-wrapp {
  margin: 0 auto;
  border-left: 8px solid hsl(219, 54%, 38%);
  padding: 7px 0;
  margin-bottom: 3%;
}
.smf-form--simple-table .sptitle-wrapp .smf-item__col {
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  padding-left: 20px;
}
.smf-form--simple-table .mailform-table-wrap {
  margin-bottom: 8%;
}
.smf-form--simple-table .formtitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  padding-left: 20px;
}
.smf-form--simple-table .formtitle p {
  display: inline-block;
}
.smf-form--simple-table .in-form-title {
  text-align: center;
  margin: 0 auto;
  margin-top: 9%;
  margin-bottom: 3%;
  padding: 1% 0;
}
.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;
}
@media (max-width: 560px) {
  .smf-form--simple-table .in-form-title {
    margin: 13% 0 6%;
    padding: 3% 0px;
  }
}
.smf-form--simple-table .form-sub-text {
  margin: 0 auto;
  width: 100%;
  padding: 3%;
  background: #f0f0f1;
  margin-top: 2%;
}
.smf-form--simple-table .form-sub-text strong {
  display: inline-block;
  font-weight: bold;
  color: hsl(219, 54%, 38%);
}
@media (max-width: 560px) {
  .smf-form--simple-table .form-sub-text {
    padding: 4% 3%;
    margin-top: 4%;
  }
}
.smf-form--simple-table .formtitle-sub {
  margin-top: 10%;
}
@media (max-width: 560px) {
  .smf-form--simple-table .formtitle-sub {
    margin-top: 12%;
  }
}

.mailform-table-wrap {
  margin-bottom: 8%;
}

.formtitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  padding-left: 20px;
}
.formtitle p {
  display: inline-block;
}

.form-sub-text {
  margin: 0 auto;
  width: 85%;
  max-width: 926px;
  padding: 2%;
  background: #f7f7f7;
  margin-top: 2%;
}
.form-sub-text span {
  display: inline-block;
  font-weight: bold;
  color: hsl(219, 54%, 38%);
}
@media (max-width: 560px) {
  .form-sub-text {
    padding: 4% 3%;
    margin-top: 4%;
  }
}

.in-form-title {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 5%;
}
.in-form-title span {
  background: #ccc;
  color: #fff;
  padding: 2px 10px;
  vertical-align: text-bottom;
  font-size: 0.8em;
  margin-right: 6px;
}

.mailform-sub {
  margin-top: 3%;
}
.mailform-sub .mailform-table {
  margin-top: 4%;
}
@media (max-width: 560px) {
  .mailform-sub {
    margin-top: 12%;
  }
}

/*戻る*/
.back-button {
  text-align: center;
  margin-top: 2%;
}
.back-button .fm-back {
  display: inline-block;
  color: #717171;
  background-color: #f1f1f1;
  border: 1px solid;
  padding: 10px 12px;
  transition: color 0.2s ease;
}
.back-button .fm-back:hover {
  color: hsl(219, 54%, 38%);
}

/*リキャプチャの説明*/
.recaptcha_policy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 3%;
}
.recaptcha_policy a {
  color: hsl(219, 54%, 38%);
}
.recaptcha_policy a:hover {
  text-decoration: underline;
}
@media (max-width: 560px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25%;
  }
}

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