@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * スマホは改行
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * スマホ以外は改行
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * パソコンだけ改行
 */
@media (min-width: 900px) {
  .br_tab {
    display: none;
  }
}

/*
 * パソコン以外は改行
 */
@media (max-width: 900px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.Oswald {
  font-family: Oswald;
}

#supporter {
  margin-bottom: 11%;
  margin-top: 0;
}

#snow-monkey-form-69 {
  padding-top: 5%;
  background-color: #ECFBFF;
  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%;
  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 #0081CC;
  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: #0081CC;
}
@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 #7fb4d3;
  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 #ECFBFF;
}
@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: #0081CC;
}

.smf-action .smf-button-control__control {
  background-color: #0081CC;
  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: #7fb4d3;
  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 #0081CC;
  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 #0081CC;
  color: white;
}

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

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

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

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

.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: #0081CC;
}
.recaptcha_policy a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .recaptcha_policy {
    margin-bottom: 10%;
  }
}
@media (max-width: 560px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 19%;
  }
}

/*後援会フォーム*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(232, 244, 245) inset;
}

#supporters {
  margin: 7% 0;
}
#supporters .main-tit {
  padding-top: 0;
}
#supporters .main-tit h2 img {
  max-width: 411px;
}
@media (max-width: 900px) {
  #supporters .main-tit h2 img {
    max-width: 346px;
  }
}
@media (max-width: 560px) {
  #supporters .main-tit h2 img {
    max-width: 321px;
  }
}
@media (max-width: 900px) {
  #supporters .main-tit {
    margin-bottom: 4%;
  }
}

.con-top-p {
  text-align: center;
  margin-bottom: 3%;
  margin-top: 3%;
}
.con-top-p p {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
}

.supporters-columns {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  background: white;
  margin-top: -14%;
  border-radius: 2em;
  padding-top: 5%;
}
.supporters-columns-inner-tit {
  text-align: center;
}
@media (max-width: 900px) {
  .supporters-columns-inner-tit {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
.supporters-columns-inner {
  margin-top: 4%;
  margin-bottom: 7%;
}
@media (max-width: 560px) {
  .supporters-columns-inner {
    margin-bottom: 23%;
  }
}
.supporters-columns-text {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8%;
  max-width: 860px;
  background: #eaf5f9;
  border-left: 10px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 15px #eaf5f9;
  padding: 1em 1em 1em 1.5em;
}
@media (max-width: 560px) {
  .supporters-columns-text {
    width: 78%;
    margin-bottom: 13%;
  }
}
@media (max-width: 560px) {
  .supporters-columns {
    width: 100%;
    padding-top: 13%;
  }
}

.formtitle {
  width: 86%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0.6em 0.9em;
  margin-bottom: 2em;
  position: relative;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #CCC, #CCC 3px, transparent 4px, transparent 7px);
  background-repeat: repeat-x, repeat-x;
  background-position: 0 bottom;
}
.formtitle::after {
  content: "";
  display: block;
  width: 0.25em;
  height: calc(100% - 0.4em - 0.8em);
  background: #0081CC;
  position: absolute;
  left: 0;
  top: 0.32em;
  border-radius: 0.125em;
}
.formtitle p {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 560px) {
  .formtitle {
    margin-bottom: 10%;
  }
}

.mailform-table {
  width: 70%;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (max-width: 900px) {
  .mailform-table {
    width: 85%;
  }
}

.mailform-sub {
  margin-top: 3%;
}

.mailform-sub + .mailform-sub {
  border-top: 2px solid #a1dbde;
  padding-top: 3%;
}

p.form-sub-text {
  text-align: center;
}
p.form-sub-text span {
  color: #d45757;
}
@media (max-width: 560px) {
  p.form-sub-text {
    width: 87%;
    margin: 0 auto;
  }
}

.in-form-title {
  text-align: center;
}
.in-form-title p {
  display: inline-block;
  padding: 0.8em 1.5em;
}
.in-form-title p span {
  background: #ccc;
  color: white;
  padding: 2px 10px;
  vertical-align: text-bottom;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 6px;
}
@media (max-width: 560px) {
  .in-form-title {
    margin: 9% 0 6%;
  }
}

.submit-button-eria {
  text-align: center;
}

.submit-button {
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
  display: flex;
  width: 245px;
  border-radius: 2em;
  background-color: #ECFBFF;
  color: #0081CC;
  font-weight: bold;
}
.submit-button input[type=submit] {
  display: inline-block;
  padding: 12px 42px;
  border-radius: 4px;
  font-size: 19px;
  z-index: 1;
  width: 100%;
  transition: all 0.2s ease-in;
  margin: 0;
  color: #0081CC;
}
.submit-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #acdde0;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.submit-button:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

.back-button {
  margin-top: 2%;
}

.thanks-top {
  text-align: center;
}
.thanks-top-btn {
  background: #ECFBFF;
  border-radius: 999px;
  box-sizing: border-box;
  color: #0081CC;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  position: relative;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.thanks-top-btn a {
  z-index: 1;
  position: relative;
  padding: 14px 4em;
  display: inline-block;
}
.thanks-top-btn a i {
  display: inline-block;
  transition: 0.15s ease;
}
@media (max-width: 560px) {
  .thanks-top-btn a {
    padding: 12px 4em 10px;
  }
}
.thanks-top-btn span {
  vertical-align: text-bottom;
}
.thanks-top-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0078da;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.thanks-top-btn:hover {
  color: white;
}
.thanks-top-btn:hover i {
  transform: translateX(5px);
}
.thanks-top-btn:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

.smf-form--simple-table .sptitle-wrapp {
  text-align: center;
  color: white;
  background-color: #0081CC;
  font-weight: bold;
  padding: 1% 0;
  margin-bottom: 4%;
  margin-top: 8%;
}

.smf-form--simple-table .formtitle-sub {
  background-color: #ECFBFF;
  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 */
