@charset "UTF-8";
/* -----------------------------

党員・サポーター登録について（/entry-supporter/ 配下）

・ページの枠組みは page-entry-supporter.php
・本文（リード文・注意事項・ショートコード）はブロックエディタ側で管理
・フォーム内部のマークアップは MW WP Form 管理画面側で管理

----------------------------- */
/* ヘッダー下のライン --------------------------------------------------- */
.header {
  border-bottom: 1px solid #2ec5a9;
}

.p-entry-supporter__title {
  margin-bottom: 40px;
  color: #12448b;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .p-entry-supporter__title {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }
}
.p-entry-supporter__content {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 599px) {
  .p-entry-supporter__content {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-entry-supporter__content > * {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .p-entry-supporter__content > * {
    margin-bottom: 20px;
  }
}
.p-entry-supporter__content > *:last-child {
  margin-bottom: 0;
}
.p-entry-supporter__content a {
  color: #12448b;
  text-decoration: underline;
}
@media (hover: none) {
  .p-entry-supporter__content a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-entry-supporter__content a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .p-entry-supporter__content a:hover {
    opacity: 0.7;
  }
}
.p-entry-supporter__content a:hover, .p-entry-supporter__content a:focus, .p-entry-supporter__content a:visited {
  color: #12448b;
}
.p-entry-supporter__content strong,
.p-entry-supporter__content b {
  font-weight: bold;
}

/* 本文中の注釈リスト（※〜） -------------------------------------------- */
.p-entry-notelist {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.9;
  list-style: none;
}
@media (max-width: 599px) {
  .p-entry-notelist {
    padding-left: 0;
    font-size: 1.2rem;
  }
}
.p-entry-notelist li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-entry-notelist li:not(:last-child) {
  margin-bottom: 6px;
}

/* グレーパネル（登録フォーム／注意事項の共通ガワ） ---------------------- */
.p-entry-panel {
  margin-bottom: 40px;
  padding: 60px 80px;
  background: #e4e4e4;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-entry-panel {
    padding: 40px 40px;
  }
}
@media (max-width: 599px) {
  .p-entry-panel {
    margin-bottom: 24px;
    padding: 30px 20px;
  }
}
.p-entry-panel > * {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .p-entry-panel > * {
    margin-bottom: 20px;
  }
}
.p-entry-panel > *:last-child {
  margin-bottom: 0;
}
.p-entry-panel__title {
  margin-bottom: 20px;
  color: #12448b;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .p-entry-panel__title {
    margin-bottom: 14px;
    font-size: 2rem;
  }
}
.p-entry-panel__lead {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 599px) {
  .p-entry-panel__lead {
    font-size: 1.4rem;
  }
}

/* 注意事項パネル内のパーツ -------------------------------------------- */
.p-entry-notes__heading {
  padding: 10px 24px;
  border: 1px solid #b2b2b2;
  background: #fff;
  color: #12448b;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
}
@media (max-width: 599px) {
  .p-entry-notes__heading {
    padding: 8px 14px;
    font-size: 1.7rem;
    margin: 15px 0;
  }
}
.p-entry-notes__subtitle {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .p-entry-notes__subtitle {
    font-size: 1.4rem;
  }
}
.p-entry-notes__list {
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: disc;
}
@media (max-width: 599px) {
  .p-entry-notes__list {
    font-size: 1.4rem;
  }
}
.p-entry-notes__list li:not(:last-child) {
  margin-bottom: 6px;
}

/* =====================================================================
   MW WP Form 本体
   ===================================================================== */
.p-entry-form {
  /* --- 入力行 --- */
  /* --- 同意チェック --- */
  /* --- ボタン --- */
}
.p-entry-form__row {
  display: flex;
  align-items: flex-start;
  padding: 26px 0;
  border-top: 1px dashed #b2b2b2;
}
@media (max-width: 599px) {
  .p-entry-form__row {
    display: block;
    padding: 18px 0;
  }
}
.p-entry-form__label {
  flex-shrink: 0;
  width: 300px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .p-entry-form__label {
    width: 240px;
  }
}
@media (max-width: 599px) {
  .p-entry-form__label {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.p-entry-form__req {
  font-size: 0.75em;
  vertical-align: super;
}
.p-entry-form__any {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  background: #808080;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  vertical-align: 2px;
}
@media (max-width: 599px) {
  .p-entry-form__any {
    font-size: 1.1rem;
  }
}
.p-entry-form__field {
  flex: 1 1 auto;
  min-width: 0;
}
.p-entry-form__select {
  display: block;
  position: relative;
}
.p-entry-form__select:before {
  content: attr(data-placeholder);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
  height: 50px;
  color: #8a8a8a;
  font-size: 1.6rem;
  line-height: 1.5;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 599px) {
  .p-entry-form__select:before {
    left: 12px;
    height: 44px;
  }
}
.p-entry-form__select:has(select option[value=""]:checked):before {
  opacity: 1;
}
.p-entry-form__note {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .p-entry-form__note {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.p-entry-form__agree {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .p-entry-form__agree {
    margin-top: 24px;
  }
}
.p-entry-form__agree-item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .p-entry-form__agree-item {
    align-items: flex-start;
    font-size: 1.4rem;
  }
}
.p-entry-form__agree-item:not(:last-child) {
  margin-bottom: 16px;
}
.p-entry-form__agree-item .mwform-checkbox-field-text {
  display: none;
}
.p-entry-form__agree-text a {
  color: #12448b;
  text-decoration: underline;
}
@media (hover: none) {
  .p-entry-form__agree-text a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-entry-form__agree-text a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .p-entry-form__agree-text a:hover {
    opacity: 0.7;
  }
}
.p-entry-form__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .p-entry-form__btns {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }
}

/* 入力要素 ------------------------------------------------------------ */
.p-entry-form,
.mw_wp_form {
  /* チェックボックス */
  /* バリデーションエラー */
}
.p-entry-form input[type=text],
.p-entry-form input[type=email],
.p-entry-form input[type=tel],
.p-entry-form input[type=url],
.p-entry-form input[type=number],
.p-entry-form input[type=date],
.p-entry-form select,
.p-entry-form textarea,
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=url],
.mw_wp_form input[type=number],
.mw_wp_form input[type=date],
.mw_wp_form select,
.mw_wp_form textarea {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  box-shadow: 4px 4px 0 #b2b2b2;
  background: #fff;
  box-sizing: border-box;
  appearance: none;
  outline: none;
  color: #111111;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  caret-color: #2ec5a9;
  transition: border-color 0.2s;
}
@media (max-width: 599px) {
  .p-entry-form input[type=text],
  .p-entry-form input[type=email],
  .p-entry-form input[type=tel],
  .p-entry-form input[type=url],
  .p-entry-form input[type=number],
  .p-entry-form input[type=date],
  .p-entry-form select,
  .p-entry-form textarea,
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel],
  .mw_wp_form input[type=url],
  .mw_wp_form input[type=number],
  .mw_wp_form input[type=date],
  .mw_wp_form select,
  .mw_wp_form textarea {
    height: 44px;
    padding: 0 12px;
    box-shadow: 3px 3px 0 #b2b2b2;
    font-size: 1.6rem;
  }
}
.p-entry-form input[type=text]:focus,
.p-entry-form input[type=email]:focus,
.p-entry-form input[type=tel]:focus,
.p-entry-form input[type=url]:focus,
.p-entry-form input[type=number]:focus,
.p-entry-form input[type=date]:focus,
.p-entry-form select:focus,
.p-entry-form textarea:focus,
.mw_wp_form input[type=text]:focus,
.mw_wp_form input[type=email]:focus,
.mw_wp_form input[type=tel]:focus,
.mw_wp_form input[type=url]:focus,
.mw_wp_form input[type=number]:focus,
.mw_wp_form input[type=date]:focus,
.mw_wp_form select:focus,
.mw_wp_form textarea:focus {
  border-color: #2ec5a9;
}
.p-entry-form input[type=text]::placeholder,
.p-entry-form input[type=email]::placeholder,
.p-entry-form input[type=tel]::placeholder,
.p-entry-form input[type=url]::placeholder,
.p-entry-form input[type=number]::placeholder,
.p-entry-form input[type=date]::placeholder,
.p-entry-form select::placeholder,
.p-entry-form textarea::placeholder,
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=url]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form input[type=date]::placeholder,
.mw_wp_form select::placeholder,
.mw_wp_form textarea::placeholder {
  color: #8a8a8a;
}
.p-entry-form textarea,
.mw_wp_form textarea {
  height: 190px;
  padding: 12px 16px;
  line-height: 1.8;
  resize: vertical;
}
@media (max-width: 599px) {
  .p-entry-form textarea,
  .mw_wp_form textarea {
    height: 150px;
    padding: 10px 12px;
  }
}
.p-entry-form select,
.mw_wp_form select {
  padding-right: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath fill='none' stroke='%23555' stroke-width='1.4' d='M1 1l7 7 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px auto;
  cursor: pointer;
}
.p-entry-form input[type=checkbox],
.mw_wp_form input[type=checkbox] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
  border: none;
  border-radius: 0;
  background: #fff;
  appearance: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 599px) {
  .p-entry-form input[type=checkbox],
  .mw_wp_form input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
.p-entry-form input[type=checkbox]:checked:after,
.mw_wp_form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 30%;
  height: 55%;
  border-right: 3px solid #2ec5a9;
  border-bottom: 3px solid #2ec5a9;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-entry-form input[type=checkbox]:focus-visible,
.mw_wp_form input[type=checkbox]:focus-visible {
  outline: 2px solid #2ec5a9;
  outline-offset: 2px;
}
.p-entry-form .mwform-checkbox-field,
.mw_wp_form .mwform-checkbox-field {
  display: inline-flex;
  align-items: center;
}
.p-entry-form .mwform-checkbox-field label,
.mw_wp_form .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.p-entry-form .error,
.mw_wp_form .error {
  display: block;
  margin-top: 8px;
  color: #d0121b;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .p-entry-form .error,
  .mw_wp_form .error {
    font-size: 1.2rem;
  }
}

/* 送信・確認・戻るボタン ---------------------------------------------- */
.mw_wp_form input[type=submit],
.mw_wp_form input[type=button],
.mw_wp_form button[type=submit] {
  min-width: 230px;
  padding: 13px 40px;
  border: none;
  border-radius: 0;
  background: #2ec5a9;
  color: #fff;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (hover: none) {
  .mw_wp_form input[type=submit],
  .mw_wp_form input[type=button],
  .mw_wp_form button[type=submit] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mw_wp_form input[type=submit]:active,
  .mw_wp_form input[type=button]:active,
  .mw_wp_form button[type=submit]:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .mw_wp_form input[type=submit]:hover,
  .mw_wp_form input[type=button]:hover,
  .mw_wp_form button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media (max-width: 599px) {
  .mw_wp_form input[type=submit],
  .mw_wp_form input[type=button],
  .mw_wp_form button[type=submit] {
    width: 100%;
    min-width: 0;
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
.mw_wp_form input[name=submitBack],
.mw_wp_form .btn-back input {
  background: #cccccc;
  color: #111111;
}

/* 画面別の出し分け ---------------------------------------------------- */
.mw_wp_form_confirm .p-entry-form__agree-text {
  display: none;
}
.mw_wp_form_confirm .p-entry-form__note {
  display: none;
}
.mw_wp_form_confirm .p-entry-form__field {
  padding-top: 12px;
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-all;
}
@media (max-width: 599px) {
  .mw_wp_form_confirm .p-entry-form__field {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.mw_wp_form_complete {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 599px) {
  .mw_wp_form_complete {
    font-size: 1.4rem;
  }
}
.mw_wp_form_complete p,
.mw_wp_form_complete ul,
.mw_wp_form_complete ol {
  margin-bottom: 1.4em;
}
.mw_wp_form_complete p:last-child,
.mw_wp_form_complete ul:last-child,
.mw_wp_form_complete ol:last-child {
  margin-bottom: 0;
}
.mw_wp_form_complete ul,
.mw_wp_form_complete ol {
  padding-left: 1.2em;
}
.mw_wp_form_complete ul {
  list-style: disc;
}
.mw_wp_form_complete ol {
  list-style: decimal;
}
.mw_wp_form_complete li:not(:last-child) {
  margin-bottom: 4px;
}
.mw_wp_form_complete strong {
  font-weight: bold;
}
.mw_wp_form_complete a {
  color: #12448b;
  text-decoration: underline;
}
@media (hover: none) {
  .mw_wp_form_complete a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mw_wp_form_complete a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .mw_wp_form_complete a:hover {
    opacity: 0.7;
  }
}
.mw_wp_form_complete a:hover, .mw_wp_form_complete a:focus, .mw_wp_form_complete a:visited {
  color: #12448b;
}

.mw_wp_form_send_error,
.mw_wp_form_direct_access_error {
  padding: 24px;
  border: 1px solid #d0121b;
  background: #fff;
  color: #d0121b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .mw_wp_form_send_error,
  .mw_wp_form_direct_access_error {
    padding: 16px;
    font-size: 1.4rem;
  }
}

/* ブロックエディタ標準ブロックのフォールバック ------------------------ */
.p-entry-supporter__content .wp-block-heading:not([class*=p-entry-]) {
  color: #12448b;
  font-weight: bold;
  line-height: 1.5;
}
.p-entry-supporter__content h2.wp-block-heading:not([class*=p-entry-]) {
  font-size: 3.2rem;
}
@media (max-width: 599px) {
  .p-entry-supporter__content h2.wp-block-heading:not([class*=p-entry-]) {
    font-size: 2rem;
  }
}
.p-entry-supporter__content h3.wp-block-heading:not([class*=p-entry-]) {
  font-size: 2.2rem;
}
@media (max-width: 599px) {
  .p-entry-supporter__content h3.wp-block-heading:not([class*=p-entry-]) {
    font-size: 1.7rem;
  }
}
.p-entry-supporter__content .has-text-align-center {
  text-align: center;
}
.p-entry-supporter__content .has-text-align-right {
  text-align: right;
}
.p-entry-supporter__content ul.wp-block-list:not([class*=p-entry-]) {
  padding-left: 1.2em;
  list-style: disc;
}
.p-entry-supporter__content ol.wp-block-list:not([class*=p-entry-]) {
  padding-left: 1.5em;
  list-style: decimal;
}

/* アンカーリンク位置調整（固定ヘッダー分を差し引く） -------------------- */
.p-entry-anchor {
  display: block;
  height: 0;
  margin-top: -100px;
  padding-top: 100px;
  pointer-events: none;
}
@media (max-width: 599px) {
  .p-entry-anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

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