@media screen and (max-width: 768px) {
  .table_responsive td {
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}
/* スマホ時に table レイアウトを縦並びにして崩れないようにする */
@media screen and (max-width: 768px) {

  /* table 全体をスマホ幅に合わせる */
  table {
    width: 100% !important;
    table-layout: auto !important;
  }

  /* カラム(td)を縦並びにして幅100%にする */
  .table_responsive td,
  td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
  }

  /* 画像がはみ出さないように */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* iframe（地図など）もスマホ幅に合わせる */
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}
/* ===========================
   スマホ完全レスポンシブ化
   =========================== */
@media screen and (max-width: 768px) {

  /* table全体をスマホ幅に合わせる */
  table {
    width: 100% !important;
    table-layout: auto !important;
  }

  /* カラム(td)を縦並びにして幅100%にする */
  .table_responsive td,
  td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
  }

  /* 画像がはみ出さないように */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* iframe（地図など）もスマホ幅に合わせる */
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  /* 見出しの文字サイズをスマホ向けに調整（任意） */
  h1, h2, h3 {
    line-height: 1.4;
    word-break: break-word;
  }
}
.library-responsive {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.library-responsive .item {
  border-bottom: 1px solid #d0d0d0;
  padding: 14px 4px;
}

.library-responsive .label {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
  color: #222;
}

.library-responsive .value {
  padding-left: 8px;
}

/* PC表示では横並びに */
@media screen and (min-width: 768px) {
  .library-responsive .item {
    display: flex;
    align-items: flex-start;
    padding: 12px 6px;
  }
  .library-responsive .label {
    width: 20%;
    margin-bottom: 0;
  }
  .library-responsive .value {
    width: 80%;
    padding-left: 12px;
  }
}
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .contact-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contact-info {
    width: 55%;
  }
  .contact-box {
    width: 40%;
  }
}

.contact-name {
  font-size: 18pt;
  font-family: serif;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.contact-address {
  text-align: center;
  line-height: 1.6;
}

.contact-box-inner {
  background-color: #d3b55c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #d3b55c;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.contact-box-title {
  font-size: 14pt;
  margin-bottom: 10px;
}

.contact-box-phone {
  font-size: 18pt;
  font-weight: bold;
}
/* ================================
   ページキット共通スマホ調整CSS
   ================================ */
@media screen and (max-width: 768px) {

  /* 見出し（h2）の文字サイズを少し抑える */
  .h2documentArea1 h2 span,
  .h2documentArea1 h2 {
    font-size: 14pt !important;
    line-height: 1.4;
  }

  /* 見出しブロックの下に余白を追加 */
  .h2documentArea1 {
    margin-bottom: 20px;
  }

  /* 画像をスマホ幅にフィットさせる */
  .h2documentArea1 img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 15px;
  }

  /* 表をスマホで縦並びにする */
  .h2documentArea1 table tr {
    display: block;
  }

  .h2documentArea1 table td {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
  }

  /* 表全体がはみ出さないように */
  .h2documentArea1 table {
    width: 100% !important;
    table-layout: fixed;
  }

  /* 文章の行間を広げて読みやすく */
  .h2documentArea1 td div {
    line-height: 1.7;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {

  /* ページキット標準アイコンを除外（ball1-1.gif など全種類） */
  .h2documentArea1 img[src*="pkitimages/icon"] {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
   }
}
@media screen and (max-width: 768px) {
  .table_responsive td {
    width: 100% !important;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}
/* スマホ時に table レイアウトを縦並びにして崩れないようにする */
@media screen and (max-width: 768px) {

  /* table 全体をスマホ幅に合わせる */
  table {
    width: 100% !important;
    table-layout: auto !important;
  }

  /* カラム(td)を縦並びにして幅100%にする */
  .table_responsive td,
  td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
  }

  /* 画像がはみ出さないように */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* iframe（地図など）もスマホ幅に合わせる */
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}
/* ===========================
   スマホ完全レスポンシブ化
   =========================== */
@media screen and (max-width: 768px) {

  /* table全体をスマホ幅に合わせる */
  table {
    width: 100% !important;
    table-layout: auto !important;
  }

  /* カラム(td)を縦並びにして幅100%にする */
  .table_responsive td,
  td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
  }

  /* 画像がはみ出さないように */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* iframe（地図など）もスマホ幅に合わせる */
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  /* 見出しの文字サイズをスマホ向けに調整（任意） */
  h1, h2, h3 {
    line-height: 1.4;
    word-break: break-word;
  }
}
.library-responsive {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.library-responsive .item {
  border-bottom: 1px solid #d0d0d0;
  padding: 14px 4px;
}

.library-responsive .label {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
  color: #222;
}

.library-responsive .value {
  padding-left: 8px;
}

/* PC表示では横並びに */
@media screen and (min-width: 768px) {
  .library-responsive .item {
    display: flex;
    align-items: flex-start;
    padding: 12px 6px;
  }
  .library-responsive .label {
    width: 20%;
    margin-bottom: 0;
  }
  .library-responsive .value {
    width: 80%;
    padding-left: 12px;
  }
}
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .contact-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contact-info {
    width: 55%;
  }
  .contact-box {
    width: 40%;
  }
}

.contact-name {
  font-size: 18pt;
  font-family: serif;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.contact-address {
  text-align: center;
  line-height: 1.6;
}

.contact-box-inner {
  background-color: #d3b55c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #d3b55c;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.contact-box-title {
  font-size: 14pt;
  margin-bottom: 10px;
}

.contact-box-phone {
  font-size: 18pt;
  font-weight: bold;
}
/* ================================
   ページキット共通スマホ調整CSS
   ================================ */
@media screen and (max-width: 768px) {

  /* 見出し（h2）の文字サイズを少し抑える */
  .h2documentArea1 h2 span,
  .h2documentArea1 h2 {
    font-size: 14pt !important;
    line-height: 1.4;
  }

  /* 見出しブロックの下に余白を追加 */
  .h2documentArea1 {
    margin-bottom: 20px;
  }

  /* 画像をスマホ幅にフィットさせる */
  .h2documentArea1 img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 15px;
  }

  /* 表をスマホで縦並びにする */
  .h2documentArea1 table tr {
    display: block;
  }

  .h2documentArea1 table td {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
  }

  /* 表全体がはみ出さないように */
  .h2documentArea1 table {
    width: 100% !important;
    table-layout: fixed;
  }

  /* 文章の行間を広げて読みやすく */
  .h2documentArea1 td div {
    line-height: 1.7;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {

  /* ページキット標準アイコンを除外（ball1-1.gif など全種類） */
  .h2documentArea1 img[src*="pkitimages/icon"] {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
 }
.hang {
  display: block;
  margin: 0 !important;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.6;
  word-break: break-word;
}
.hang {
  display: block;
  margin: 0 !important;
  padding-left: 4em;   /* ← ここで2マス分の余白を作る（2em × 2） */
  text-indent: -2em;   /* ← 1行目だけ2マス戻す */
  line-height: 1.6;
  word-break: break-word;
}
/* A〜R（大項目）…行頭2マス空ける */
.hang {
  display: block;
  margin: 0 !important;
  padding-left: 4em;   /* 行頭2マス分の余白 */
  text-indent: -2em;   /* 1行目だけ2マス戻す */
  line-height: 1.6;
  word-break: break-word;
}

/* (1)(2)（小項目）…行頭1マス空ける */
.hang-sub {
  display: block;
  margin: 0 !important;
  padding-left: 3em;   /* 行頭1マス分の余白 */
  text-indent: -1em;   /* 1行目だけ1マス戻す */
  line-height: 1.6;
  word-break: break-word;
}
/* A〜R（大項目）…行頭2マス空ける */
.hang {
  display: block;
  margin: 0 !important;
  padding-left: 4em;   /* 行頭2マス分の余白 */
  text-indent: -2em;   /* 1行目だけ2マス戻す */
  line-height: 1.6;
  word-break: break-word;
}
/* (1)(2)（小項目）…行頭1マス空ける */
.hang-sub {
  display: block;
  margin: 0 !important;
  padding-left: 3em;   /* 行頭1マス分の余白 */
  text-indent: -1em;   /* 1行目だけ1マス戻す */
  line-height: 1.6;
  word-break: break-word;
}
/* スマホだけ (1)(2) を 1マス詰める */
@media screen and (max-width: 600px) {
  .hang-sub {
    padding-left: 3em;  /* 行頭1マス分の余白 */
    text-indent: -1em;  /* 1行目だけ1マス戻す */
  }
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.info-table .row {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0.4em 0;
}

.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  padding-right: 0.5em;
}

.info-table .cell.value {
  width: 75%;
  line-height: 1.6;
}
.info-table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
  background: #fff;
}

.info-table .row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-table .row:last-child {
  border-bottom: none;
}

.info-table .cell {
  padding: 0.7em 0.6em;
  border-right: 1px solid #ccc;
}

.info-table .cell:last-child {
  border-right: none;
}

.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  background: #f7f7f7;
}

.info-table .cell.value {
  width: 75%;
  line-height: 1.6;
}
.info-table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
  background: #fff;
}

.info-table .row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-table .row:last-child {
  border-bottom: none;
}

.info-table .cell {
  padding: 0.7em 0.6em;
  border-right: 1px solid #ccc;
}

.info-table .cell:last-child {
  border-right: none;
}

.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  background: #f7f7f7;
}

.info-table .cell.value {
  width: 75%;
  line-height: 1.6;
}
.info-table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
  background: #fff;
}

.info-table .row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-table .row:last-child {
  border-bottom: none;
}

.info-table .cell {
  padding: 0.7em 0.6em;
  border-right: 1px solid #ccc;
}

.info-table .cell:last-child {
  border-right: none;
}

.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  background: #f7f7f7;
}

.info-table .cell.value {
  width: 75%;
  line-height: 1.6;
}
.info-table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 1em;
  background: #fff;
}

.info-table .row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-table .row:last-child {
  border-bottom: none;
}

.info-table .cell {
  padding: 0.7em 0.6em;
  border-right: 1px solid #ccc;
}

.info-table .cell:last-child {
  border-right: none;
}

.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  background: #f7f7f7;
}

.info-table .cell.value {
  width: 75%;
  line-height: 1.6;
}
<style>
/* 全体の表デザイン */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 15px;
}

/* 行 */
.info-table .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}

/* 左側（項目名） */
.info-table .cell.label {
  width: 25%;
  font-weight: bold;
  background: #f6f6f6;
  padding: 6px;
  box-sizing: border-box;
}

/* 右側（値） */
.info-table .cell.value {
  width: 75%;
  padding: 6px;
  box-sizing: border-box;
}

/* スマホ対応（幅600px以下） */
@media screen and (max-width: 600px) {
  .info-table .cell.label,
  .info-table .cell.value {
    width: 100%;
  }
  .info-table .cell.label {
    background: #f0f0f0;
  }
}
</style>
