/* extracted style block 1 from pages/members_list.blade.php */
html {
    scroll-behavior: auto !important;
}
h3.forchild {
    font-size: 1.1vw;
    font-weight: 600;
    margin: 3% 0 3%;
    background: #eaeaea;
    padding: 1% 2%;
    font-size: 1vw;
    letter-spacing: 1px;
    background: #dcdcdc;
    color: #000;
    font-weight: 600;
    padding: 1% 2%;
    margin-bottom: 5%;
}
.js-anchor-offset {
    padding-top: 0;
    transition: padding 0.3s ease;
}


.section .section-inner .block-container {
    display: block;
}
ul.circle {
    margin: 1% 0%;
    font-weight: 500;
    list-style: none;
}
img.attachment-article-thumb.size-article-thumb.wp-post-image {
    border: 3px solid;
}

img.foximg {
    width: 90%;
    margin: 3% 0 1%;
}
.pdfbox {
    display: flex;
    margin-bottom: 8%;
    width: 65%;
}
p.text.event.bold {
    font-weight: 600;
    margin-bottom: 8%;
}
a.sublink {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
}
/* 全体ベーススタイル */
.workshop-guide {
  width: 100%;
  box-sizing: border-box;    margin-bottom: 7%;
}

/* 見出しスタイル */
.workshop-title {
  font-size: 1vw;
  margin-bottom: 1.5vw;
  font-weight: 700;
  color: #000;    margin-bottom: 2%;
}

/* 横並び構造（PC） */
.workshop-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2vw;
}

/* 左：画像40% */
.workshop-image {
  width: 40%;
}

.workshop-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右：テキスト60% */
.workshop-text {
  width: 60%;
}

/* テキスト段落にクラスを指定して反映 */
.workshop-paragraph {
  font-size: 0.94vw;
  line-height: 1.8vw;
  color: #000;
  font-weight: 500;
}

/* スマホ対応（縦並び） */
@media screen and (max-width: 768px) {
  .workshop-title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  .workshop-content {
    flex-direction: column;
  }

  .workshop-image,
  .workshop-text {
    width: 100%;
  }

  .workshop-paragraph {
    font-size: 4vw;
    line-height: 6.5vw;
  }
}
.form-flow-container {
  width: 100%;
  padding: 0vw 0vw;
  box-sizing: border-box;    margin-bottom: 10%;
}

.form-box {
    background-color: #f5f5f5;
    border-radius: 2vw;
    padding: 2vw 3vw 2vw;
    margin-bottom: 1vw;
}

.form-step-title {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
}

.form-subtitle {
  font-size: 1vw;
  margin-bottom: 0.8vw;
}

.form-list {
  margin-left: 1.5vw;
  margin-bottom: 1.5vw;
  padding-left: 1vw;
}

.form-list-item {
  font-size: 0.95vw;
  line-height: 1.8vw;
  list-style-type: disc;
  margin-left: 1vw;
}

.form-button {
  display: inline-block;
  padding: 0.6vw 2vw;
  background-color: #5fa8dc;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.95vw;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #397fb9;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .form-step-title {
    font-size: 4.5vw;
  }

  .form-subtitle {
    font-size: 4vw;
  }

  .form-list-item {
    font-size: 3.8vw;
    line-height: 6vw;
  }

  .form-button {
    font-size: 3.8vw;
    padding: 2vw 5vw;
  }

  .form-box {
    padding: 4vw;
  }
}
.form-arrow {
  width: 100%;
  text-align: center;
  margin: 1vw 0;
}

.form-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4.2vw solid transparent;
  border-right: 4.2vw solid transparent;
  border-top: 0.6vw solid #000; /* ← ここが「平べったさ」を調整 */
}

/* スマホ調整 */
@media (max-width: 768px) {
  .form-arrow::after {
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 2vw solid #000;
  }

  .form-arrow {
    margin: 5vw 0;
  }
}
/* 固有クラスでスタイル調整 */
.workshop-image-set {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.workshop-image-item {
  width: 145px;
  height: auto;
}

/* モバイルでも横並び（wrapされる） */
@media screen and (max-width: 768px) {
  .workshop-image-set {
    gap: 12px;
  }

  .workshop-image-item {
    width: 80px;
  }
}
/* 固有クラスでエリアを定義 */
.workshop-image-salt {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.workshop-image-salt .workshop-image-item {
  width: 45%;
  height: auto;
  max-width: 300px;
}

/* モバイルでも2つ並べる（wrap対応） */
@media screen and (max-width: 768px) {
  .workshop-image-salt .workshop-image-item {
    width: 45%;
  }
h3.forchild {
    font-size:15px;
}
.pdfbox {
    display: flex;
    margin-bottom: 8%;
    width: 90%;
}
a.pdflink {
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    text-decoration: underline;
    font-size: 13px;
    line-height: 18px;
}
    .workshop-paragraph {
        margin: 0% 0 5%;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-weight: 500;
    }
    .workshop-title {
        font-size: 15px;
        margin-bottom: 4vw;
    }
span.hituyou {
    background: #f4f860;
    margin: 0 0 0 1vw;
    border-radius: 20px;
    padding: 1% 2%;
    color: #000000;
    font-size: 0.84vw;
}
span.subtext {
    margin: 0% 0 5%;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin-bottom: 8%;
}
    .form-subtitle {
        font-size: 13px;
        font-weight: 600;
    }
    .form-button {
        font-size: 15px;
        padding: 2vw 5vw;
        width: 80%;
        display: block;
        text-align: center;
        margin: 5% auto;
    }
    .form-step-title {
        font-size: 15px;
        font-weight: 600;
    }
    .form-list-item {
        font-size: 13px;
        margin: 0% 0 3%;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 1%;
        /* line-height: 6vw; */
    }
}
span.hituyou {
    background: #f4f860;
    margin: 0 0 0 1vw;
    border-radius: 20px;
    padding: 1% 2%;
    color: #000000;
    font-size: 0.84vw;
}
ul.workshop-rules {
    border: 4px solid #6d6565;
    padding: 4%;
}
h4.point {
    font-size: 1vw;
    font-weight: 600;
    margin: 0 0 4% -17px;
}
.workshop-rules li {
    line-height: 20px;
    margin-bottom: 1em;
    font-size: 13px;
}
.workshop-rules li {
    line-height: 20px;
    margin-bottom: 1em;
    font-size: 13px;
}

.workshop-rules .underline {
  text-decoration: underline;
}
.section .copy {
    width: 100%;
}
/* PCサイズ（768px以上）では1.1vwに変更 */
@media screen and (min-width: 768px) {
    .workshop-rules li {
        font-size: 0.94vw;
        line-height: 1.8vw;
        color: #000;
        font-weight: 500;        margin-bottom: 1rem;
    }
.workshop-rules li {
    margin-bottom: 1em;
}
.workshop-rules {
    list-style-type: disc;
    padding-left: 1.5em;
    font-family: sans-serif;
    margin: 0 0 6%;
}
}
.line {
    border: 1px solid #000;
}
.imglink img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* PC hover 時 */
.imglink:hover img {
  transform: scale(1.005);       /* 少し拡大 */
  filter: brightness(0.9);      /* 色をうすく（暗く） */
}

/* キーボード操作やスマホのタップ直前も対応 */
.imglink:focus img,
.imglink:active img {
  transform: scale(1.005);
  filter: brightness(0.9);
}
.sn-resources {
  margin: 0% 0 5%;
  font-size: 0.94vw;
  line-height: 1.8vw;
  color: #000;
  font-weight: 500;
}

/* モバイルでvwが小さくなり過ぎる対策（任意）： */
@media (max-width: 768px) {
  .sn-resources {
font-size: 13px;
        line-height: 24px;
  }
}

/* 見出し */
.sn-heading {
  margin: 0 0 1.2em;
  font-weight: 700;
  font-size: 1.05em;
}

/* リスト */
.sn-list {
  list-style: none;
  margin: 0 0 1.8em;
  padding: 0;
}
.sn-item {
  position: relative;
  padding-left: 0.8em;
  margin: 0.4em 0;
}

.sn-list--restricted .sn-item::before {
  background: #ff6b6b; /* 申請系は色を変える */
}

/* 先頭の丸数字（本文に含める指定なので強調だけ付与） */
.sn-no {
  font-weight: 700;
  margin-right: 0.2em;
}

/* 注記 */
.sn-notes {
  margin: 1.2em 0 1.8em;
}
.sn-note {
  margin: 0.3em 0;
}

/* 画像ギャラリー（既存 .workshop-image-salt を拡張） */
.sn-gallery {
  display: grid;
  gap: 0.8em;
}
.sn-imglink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em;
  text-decoration: none;
}

/* 画像共通 */
.sn-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.3em;
  will-change: transform, filter;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

/* ホバー/フォーカス演出（PC: hover / キーボード: focus / スマホ: active） */
.sn-imglink:hover .sn-image,
.sn-imglink:focus .sn-image,
.sn-imglink:active .sn-image {
  transform: scale(1.02);       /* ご希望の 1.02 */
  filter: brightness(0.9);      /* 少し色を落として「押せる感」 */
  box-shadow: 0 0.3em 1em rgba(0,0,0,0.12);
}

/* フォーカスリング（アクセシビリティ） */
.sn-imglink:focus {
  outline: 0;
}
.sn-imglink:focus-visible {
  outline: 0.15em solid #2c7be5;
  outline-offset: 0.2em;
  border-radius: 0.4em;
}

/* 低速回線・配慮設定 */
@media (prefers-reduced-motion: reduce) {
  .sn-image {
    transition: none;
  }
}

/* 申請ボタン */
.sn-cta-wrap {
  margin-top: 1.4em;
}
.sn-cta {
  display: inline-block;
  padding: 0.6em 1.2em;
  border-radius: 9999px;
  background: #2c7be5;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.void .outline {

    border-radius: 25px;
    contain-intrinsic-block-size: auto 100px;
}
.sn-cta:hover,
.sn-cta:focus,
.sn-cta:active {
  transform: translateY(-0.05em);
  box-shadow: 0 0.4em 1em rgba(44,123,229,0.35);
}
.sn-cta:focus-visible {
  outline: 0.15em solid #2c7be5;
  outline-offset: 0.2em;
}

/* スマホ1列レイアウト */
@media (max-width: 640px) {
  .sn-imglink {
    grid-template-columns: 1fr;
  }
    p.main {
        margin: 0% 0 5%;
        font-size: 13px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
    }
.sn-item {
    position: relative;
    padding-left: 0.8em;
    margin: 0em 0;
}h4.point {
    font-size: 14px;
    font-weight: 600;
    margin: 4% 0 5% 1px;
}
.workshop-rules li {
    line-height: 24px;
    margin-bottom: 1em;
    font-size: 13px;
}
ul.workshop-rules {
    border: 4px solid #6d6565;
    padding: 4%;
    margin-bottom: 10%;
}
    .form-step-title {
        font-size: 14px;
        font-weight: 600;
    }
}

/* すべてのアンカー対象に 23vw の停止余白 */
[id] { scroll-margin-top: 23vw; }

/* ブラウザのネイティブスムーススクロールを使うなら */
html { scroll-behavior: smooth; }
.page-home .section-inner {
    max-width: 55%;
    padding-left: 0%;
}
span.report_link {
    font-size: 0.9vw;
    margin-left: 1%;
    font-weight: 500;
}
a.rlink {
    margin: 0 1%;
    text-decoration: underline;
}
p.report_link {
    font-size: 0.9vw;
    margin-left: 1%;
    font-weight: 500;
    margin-bottom: 0%;
}

span.cate_link {
    font-size: 0.9vw;
}
li.c-name {
    margin-bottom: 1%;
}
h2.lead {
    background: #ffeaa7;
}
ul.c-list {
    margin-bottom: 4%;
    list-style: disc;
}
h3.roll {
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 2rem;
}
/* 子リスト */
.section-menu .outline-sub {
  list-style: none;
  padding-left: 1em; /* ← 一文字分下げる */
  margin-top: 0.3rem;
}

/* 子項目 */
.section-menu .outline-sub li {
  margin: 0.2rem 0;
}
@media only screen and (max-width: 767px) {
p.report_link {
    font-size: 13px;
    margin-left: 1%;
    font-weight: 500;
    margin-bottom: 2%;
}
.page-home .section-inner {
    max-width: 80%;
    padding-left: 0%;
}
p.subtitle {
    font-size: 12px;
    color: #707070;
}
li.c-name {
    margin-bottom: 4%;
}
}
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list__item {
  margin-bottom: 0%;
}

.link-list__anchor {
  display: inline-block;

  font-size: 0.94vw;
  letter-spacing: 1px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  padding: 1% 0%;

  text-decoration: underline;
}
.link-list__item {
    margin-bottom: -1%;
}
.link-list__anchor:hover {
  text-decoration: underline;
}
.eventbox {
    background: #fff;
    margin: 5% 0 9% 0;
    padding: 0%;
}
.void ul {
    list-style: none;
    margin: 0;
    padding: 5px 20px 0 20px;
}
li.link-list__item {
    list-style: disc;
    margin-left: 2%;
}
@media only screen and (max-width: 767px) {

.box-innder {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}
.page-home .section-inner {
    width: 80%;
    max-width: 80%;
    padding-left: 0%;
    padding-right: 0;
}
span.cate_link {
    font-size: 12px;
}
    li.c-name {
        margin-bottom: 4%;
        text-align: left;
    }
.eventbox {
    background: #fff;
    margin: 5% 0 0% 0;
    padding: 0%;
}
.link-list__anchor {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 1% 0%;
    text-decoration: underline;
}
h3.roll {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.section .copy {
    width: 100%;
    margin-top: 2%;
    margin-left: 0%;
    padding-right: 4%;
    font-size: 12px;
    line-height: 1.9;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 6%;
}
.void li a {
    text-decoration: none;
    color: #000000;
    transition: 0.2s;
    font-weight: 500;
    font-size: 12px;
}
.void li a {
    text-decoration: none;
    color: #000000;
    transition: 0.2s;
    font-weight: 500;
    font-size: 12px;
}
.box-innder {
    display: contents;
    margin-top: 0%;
}
.link-list__item {
    margin-bottom: 1%;
}
.void .outline {
    background-color: #0f1010;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 0px;
    margin-bottom: 3%;
}
}
/* SP menu base */
.section-menu.for-sp {
  width: 100%;
}

.section-menu.for-sp .void {
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
}

/* Outline title */
.section-menu.for-sp .outline {
  background: #000;
  color: #fff;
  padding: 12px 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* List */
.section-menu.for-sp .outline-list,
.section-menu.for-sp .outline-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-menu.for-sp .outline-list {
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #fff;
}

.section-menu.for-sp .outline-item {
  border-top: 1px solid #e6e6e6;
}

/* Main row layout (label + toggle) */
.section-menu.for-sp .outline-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.section-menu.for-sp .outline-link {
  display: block;
  flex: 1;
  padding: 14px 14px;
  color: #111;
  text-decoration: none;
  line-height: 1.2;
}

.section-menu.for-sp .outline-link:active {
  opacity: .7;
}

/* Toggle button on right */
.section-menu.for-sp .outline-toggle {
  appearance: none;
  border: none;
  background: transparent;
  width: 52px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.section-menu.for-sp .outline-toggle span {
  display: inline-block;
  transition: transform .2s ease;
  font-size: 16px;
  line-height: 1;
}

/* Sub menu */
.section-menu.for-sp .outline-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
  background: #fafafa;
}

.section-menu.for-sp .outline-sub a {
  display: block;
  padding: 12px 14px 12px 28px;
  color: #222;
  text-decoration: none;
  border-top: 1px solid #ededed;
}

/* Open state */
.section-menu.for-sp .has-children.is-open .outline-sub {
  max-height: 500px; /* enough for 4 items */
}

.section-menu.for-sp .has-children.is-open .outline-toggle span {
  transform: rotate(180deg);
}
.link-list__anchor{
  display: inline;      /* or unset */
  padding: 0;           /* まず消す */
  line-height: 1.4;     /* 必要なら */
}
li.link-list__item {
    margin-bottom: 1%;
}

/* extracted style attributes */
.csp-s-0dc8cc6234{margin-top: 0.5rem;}
.csp-s-b75fad0009{margin-bottom: 20px;}
.csp-s-cad980f4b7{width:100%;}
