/* extracted style block 1 from pages/toola.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;
}
.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; }


/* ===== PC ===== */
.report-section,
.gallery-section {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto 0px;
}

.report-title,
.gallery-title {
  margin: 0 0 18px;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

/* テーブル */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.report-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.report-table th,
.report-table td {
  border: 2px solid #333;
  padding: 14px 12px;
  vertical-align: top;
  text-align: left;
  font-size: 0.94vw;
  line-height: 1.75;
  color: #222;
  word-break: break-word;
}

.report-table th {
  font-weight: 700;
  background: #f3f3f3;
}

/* カラム幅 */
.report-table th:nth-child(1),
.report-table td:nth-child(1) { width: 15%; }

.report-table th:nth-child(2),
.report-table td:nth-child(2) { width: 14%; }

.report-table th:nth-child(3),
.report-table td:nth-child(3) { width: 14%; }

.report-table th:nth-child(4),
.report-table td:nth-child(4) { width: 14%; }

.report-table th:nth-child(5),
.report-table td:nth-child(5) { width: 43%; }

/* ギャラリー */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f2f2f2;
}


/* ===== スマホ ===== */
@media (max-width: 768px) {

  .report-section,
  .gallery-section {
    width: calc(100% - 24px);
    margin-bottom: 40px;
  }

  .report-title,
  .gallery-title {
    font-size: 12px;
  }

  .report-table th,
  .report-table td {
    font-size: 12px;
    padding: 12px 10px;
    line-height: 1.7;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

}

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