@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

html,
body {
  width: 100% !important;
  height: 100% !important;
}

html {
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -ms-overflow-style: scrollbar !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  font-family: YakuHanJP, system-ui, -apple-system, Segoe UI, Roboto,
    "Hiragino Sans", "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", "Meiryo",
    sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.912rem + 0.13vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #333333;
  background-color: #fff;
  padding: 0;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

*:focus {
  box-shadow: none !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* --  scroll-bar ----------------------------------- */
/* 
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 5px;
} */

/* --  container-fluid ----------------------------------- */
.container-fluid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
}

/* --  wrapper ----------------------------------- */
#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  /* background: #f4f5f7; */
  /* box-shadow: 0 0 2px gray; */
}

@media (max-width: 767px) {
  #wrapper {
    padding: 0;
  }
}

/* --  header ----------------------------------- */

header {
  border-bottom: #dee2e6 solid 1px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0 !important;
    background: #fff;
    z-index: 8888;
    box-shadow: 0 2px 2px 1px #fff;
    padding: 0;
  }
}

.header-inner {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  width: 100%;
  padding: 15px 0 7px 0;
}

@media (max-width: 767px) {
  .header-inner {
    padding-left: 10px;
  }
}

/* --  タイトル -------- */
.title_area {
  margin: 0;
  padding: 0;
}

.title_area a {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  text-decoration: none;
}

.cName_area {
  display: flex;
  align-self: center;
  align-items: center;
  color: #000;
  padding: 0;
  margin: 0;
}
.cName_area:hover {
  text-decoration: none;
  color: #000;
}

.cName_area .logo > img {
  height: 70px;
}

.cName_area .cName {
  margin-left: 0;
}

.cName_area p.e_theme {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 5px 0;
  padding: 0;
}

.cName_area h1 {
  display: -webkit-flex;
  display: flex;
  align-self: center;
  font-size: 1.63rem;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.cName_area p.en-title {
  font-family: serif;
  font-size: 0.7rem;
  line-height: 1;
  white-space: nowrap;
  margin: 3px 0 0 2px;
  color: #777;
}

@media (max-width: 767px) {
  .cName_area p.e_theme {
    font-size: 0.9rem;
  }

  .cName_area h1 {
    font-size: 1.75rem;
  }

  .cName_area p.en-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .title_area a {
    gap: 6px;
  }
  .cName_area .logo > img {
    height: 38px;
  }

  .cName_area .cName {
    margin-left: 0;
  }

  /* .cName_area h4 {
    font-size: 0.75rem;
  } */

  .cName_area h1 {
    font-size: 1.2rem;
    line-height: 1.35;
    padding: 0.3rem 0;
  }

  .cName_area p.e_theme {
    display: none;
  }

  .cName_area p.en-title {
    display: none;
  }
}

.cName_area h1 > br {
  display: none;
}
@media (max-width: 610px) {
  .cName_area h1 > br {
    display: block;
  }
}

@media (max-width: 450px) {
  .cName_area h1 {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
}

/* --  会場／日時 -------- */

.outline {
  margin-left: auto;
}

.outline dl {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0 5px 0 0;
}

.outline dl dt,
.outline dl dd {
  margin: 0;
  padding: 0;
}

.outline dl dt {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  padding: 0 7px;
  letter-spacing: -0.05rem;
}

.outline dl dt > span {
  background: #3f3f3f;
  padding: 2px 7px;
}

.outline dl dd {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0;
  color: #444;
  display: flex;
  align-items: flex-end; /* 下揃え */
}

h2 {
  font-size: 1.215rem !important;
  font-weight: 700;
  padding: 0.5em;
  /* color: #333; */
  background: #fdffff;
  /* border-left: solid 5px #9dc93a;  */
  border-left: solid 5px #00adef;
}

.h5 {
  font-size: 1.215rem !important;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 1.1rem !important;
    /* color: #085ca5 !important; */
  }
}

/* -- side  ------------------------------------------------------------------ */
#society-aside {
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  z-index: 1001;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#society-aside #society-main-menu ul,
#society-aside #society-main-menu ul li {
  margin: 0;
  padding: 0;
}

#society-aside #society-main-menu ul li {
  margin: 0;
  list-style: none;
  text-decoration: none !important;
  background-color: #fdffff;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #ccc;
  display: inline-block;
  width: 93%;
  text-transform: uppercase;
}

#society-aside #society-main-menu ul li a {
  color: #111;
  font-weight: 500;
  display: flex;
  align-items: center !important;
  gap: 0.5rem;
  text-decoration: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 10px 7px;
}

#society-aside #society-main-menu ul li a i {
  color: #fff;
  background: #00adef;
  padding: 0 2px;
  margin: 0;
  font-size: 11px;
  box-sizing: border-box;
}

#society-aside #society-main-menu ul li a div {
  opacity: 0.5;
}

.preparation {
  pointer-events: none !important;
}

#society-aside #society-main-menu ul li a:hover {
  text-decoration: none !important;
  color: #fff;
}

#society-aside #society-main-menu ul li.society-active a {
  color: #fff !important;
  text-decoration: none !important;
}

#society-aside #society-main-menu ul li.society-active a span {
  background: none !important;
}

#society-aside #society-main-menu ul li:hover {
  background-color: #00adef !important;
  text-decoration: none !important;
}

#society-aside #society-main-menu ul li.society-active {
  background-color: #00adef;
  text-decoration: none !important;
}

/* ポスターダウンロード */
#society-aside .posd {
  margin: 22px 0 0;
  padding: 0 !important;
  background: #f4f5f7;
  width: 93%;
}

#society-aside .posd img {
  width: 93%;
}

#society-aside .posd a:hover {
  opacity: 0.7;
}

#society-aside .posd-txt {
  color: #076eb5 !important;
}

#society-aside .posd-txt p {
  line-height: 1.35;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Oswald", serif;
  transform: scale(1.1, 1);
}

#society-aside .posd-txt p:nth-child(2) {
  line-height: 1.25;
  font-size: 30px;
  font-weight: 900;
  transform: scale(1.1, 1);
}

#society-aside ul.secretariat,
#society-aside ul.secretariat li {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}

#society-aside ul.secretariat {
  width: 93%;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#society-aside ul.secretariat li {
  line-height: 1.45;
  padding: 0 3px 0;
}
#society-aside ul.secretariat li:nth-child(1) {
  background-color: #fff;
  border: solid 1px #000;
  padding: 7px 0 5px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

#society-aside ul.secretariat li:nth-child(2) {
  padding: 1px 3px 6px;
  font-weight: bold;
}

#society-main {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#society-main .content-area {
  padding: 35px 0 45px;
}

/* --- SP menu look (offcanvas only) --- */
#spMenu {
  --bs-offcanvas-width: min(80%, 100vw);
  width: min(80%, 100vw);
  min-width: 320px;
  background: #1d1d1d;
  color: #fff;
}
#spMenu .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  #spMenu .offcanvas-header {
    height: 100px;
  }
}

.offcanvas-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 35vh !important;
}

#spMenu .offcanvas-title {
  color: #fff;
}
#spMenu .btn-close {
  filter: invert(1) grayscale(100%);
} /* × を白っぽく */

/* メニュー本体 */
#spMenu #society-main-menu ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  font-size: 0.95em;
}
#spMenu #society-main-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#spMenu #society-main-menu li a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
/* 左アイコンの箱（見た目を揃える） */
#spMenu #society-main-menu li a i.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  font-size: 0.95em;
  line-height: 1;
}

/* 右端の >（後述のjQueryで .chev を付与） */
#spMenu #society-main-menu li a .chev {
  margin-left: auto;
  opacity: 0.85;
  font-size: 1.1rem;
}

/* ホバー/現在ページ */
#spMenu #society-main-menu li a:hover,
#spMenu #society-main-menu li.society-active a {
  background: #00adef;
}

/* 準備中（クリック不可）を薄く */
#spMenu #society-main-menu li.preparation a {
  opacity: 0.55;
}

/* オフキャンバス内の事務局表示（任意） */
#spMenu .secretariat {
  margin: 0;
  padding: 12px;
  color: #fff;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.95em;
}
#spMenu .secretariat i {
  margin-right: 0.4rem;
}
/* -- hamburger menu -------------------------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none !important;
  }
}
/* SPトグル */
.menu-toggle {
  width: 62px;
  height: 62px;
  border: 0;
  background: #1d1d1d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 9999;
  padding-top: 5px;
}
.menu-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

/* 三本線 → ✕ 変形 */
.menu-bars {
  position: relative;
  width: 32px;
  height: 18px;
  display: block;
}
.menu-bars span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}
.menu-bars span:nth-child(1) {
  top: 0;
}
.menu-bars span:nth-child(2) {
  top: 8px;
}
.menu-bars span:nth-child(3) {
  top: 16px;
}

.menu-toggle.is-open .menu-bars span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.menu-toggle.is-open .menu-bars span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open .menu-bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.menu-label {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* -- content-area　-------------------------------------------------------------- */

#society-main .content-area-top {
  padding: 25px 0 45px !important;
}

#society-main .content-area {
  padding: 25px 0 25px !important;
  /* background: #005ab8; */
}

#society-main .content-area section {
  padding: 30px 0;
}

#society-main .content-area section > div {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #society-main .content-area {
    padding: 25px 5px 25px !important;
    /* background: #005ab8; */
  }
}

/* -- footer　-------------------------------------------------------------- */

#footer-area {
  display: flex;
  /* border-top: #ccc solid 1px; */
  margin: 15vh 0 0;
  padding: 35px 0 85px;
  gap: 25px;
}

@media (max-width: 767px) {
  #footer-area {
    display: block !important;
  }
}

#footer-area ul.secretariat,
#footer-area ul.secretariat li {
  margin: 0;
  padding: 0;
}

#footer-area ul.secretariat {
  width: 100%;
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  /* font-size: 0.9rem; */
}

#footer-area .secretariat02 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#footer-area .secretariat02 > div {
  width: 100%;
}

@media (max-width: 540px) {
  #footer-area .secretariat02 {
    display: block;
  }
  #footer-area .secretariat02 > div {
    width: 96%;
    margin: 15px auto 25px;
  }
}

#footer-area ul.secretariat li {
  /* line-height: 1.25; */
  padding: 0 10px;
  margin: 0;
  line-height: 1.7;
}
#footer-area ul.secretariat li:nth-child(1) {
  color: #111;
  font-size: 1.05rem;
  background-color: #f4f5f7;
  border: solid 1px #000;
  padding: 7px 0 5px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

#footer-area ul.secretariat li:nth-child(2) {
  padding: 0 10px !important;
  font-weight: 700;
  margin: 0 0 3px;
}

#footer-area ul.secretariat li:nth-child(3) span {
  display: inline-block !important;
}

.bg-light02 {
  background: #eaeff3 !important;
}

/* -- copy-light　-------------------------------------------------------------- */
.copy-light {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  padding: 12px 0;
}

/* -- div#pagetop-scroll -------------------------------------------------------------- */

div#pagetop-scroll {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 25px;
  color: #fff;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #ddd;
  text-align: center;
  line-height: 2.7em;
}

.fa-3x {
  font-size: 1.25em;
  line-height: 2;
}

div#pagetop-scroll:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* -- お知らせ -------------------------------------------------------- */

h2.info_heading {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.215rem !important;
  color: #085ca5 !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  h2.info_heading {
    font-size: 1.1rem !important;
    color: #085ca5 !important;
  }
}

.info {
  padding: 1em 1.5em;
  border: 1px solid #ccc;
  /* font-size: 13px; */
  text-align: left;
  line-height: 1.45;
  color: #444;
  overflow: auto;
  width: 100%;
  /* max-height: 540px; */
  background-color: #fff;
}

.info dl {
  display: flex;
  padding: 0;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 540px) {
  .info {
    padding: 0.5em 1em;
    font-size: 0.95em;
  }
  .info dl {
    display: block;
  }
}

.info dt,
.info dd {
  line-height: 1.45;
  padding-left: 0.25rem;
}

.info dt {
  padding-bottom: 0.35em;
  padding-right: 0.5em;
}

/* Sponsored CSS -------------------------------------------------------------- */

.head-border {
  display: flex;
  align-items: center;
  color: #107dc3 !important;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ccc;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/* modal CSS -------------------------------------------------------------- */

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 23.8%;
}

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  z-index: 9999 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 800px;
  padding: 45px 30px;
  background-color: #fff;
  margin-top: -80px;
}

@media (max-width: 767px) {
  .modalWrapper {
    width: 90%;
    padding: 45px 15px;
  }
}

.modalContents > p.mtitle {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}

.modalContents > p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

body.fixed02 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.lh1 {
  line-height: 1.2 !important;
}

.lh145 {
  line-height: 1.45 !important;
}

.lh185 {
  line-height: 1.85 !important;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
}

.lh2 {
  line-height: 2 !important;
  text-align: justify;
  text-justify: inter-ideograph; /* IE */
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .lh2 {
    line-height: 1.65 !important;
  }
}

a.banner-link img:hover {
  opacity: 0.7 !important;
}

/* other CSS -------------------------------------------------------------- */

/* ===== テーブル／レスポンシブ時縦並べ ===== */
.table01 thead th {
  border-bottom: 1px solid #ddd;
  background: #f4f5f7;
  text-align: center;
  white-space: nowrap;
}
.table01 tbody td {
  border-bottom: 1px solid #ddd;
}

/* 幅・整列（1列目は d-none の想定） */
.table01 thead th:nth-child(4) {
  width: 200px;
} /* 演者 */
.table01 tbody td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

/* 強調 */
.table01 tbody td[data-label="演題番号"] {
  color: #009bbf;
}
.table01 tbody td[data-label="演題名"] {
  color: #5c5c5c;
}

/* Mobile: stacked rows */
@media (max-width: 800px) {
  .table01 thead tr,
  .table01 tbody tr {
    border: 1px solid #ccc;
  }
  .table01 thead th,
  .table01 tbody td {
    border: 1px solid rgb(245, 245, 245);
  }
  .table01 thead tr.heading {
    display: none;
  }
  .table01 tbody td {
    display: block;
  }

  .table01 tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.35rem;
    color: #17a2b8;
    text-align: center;
  }
}

/* ===== 字下げ ===== */
/* ぶら下げ：二行目以降だけ下げる（既定=1em） */
.hang {
  --indent: 1em;
  text-indent: calc(-1 * var(--indent));
  padding-left: var(--indent);
  /* margin-left: var(--indent); */
}
/* 先頭マークを固定幅の箱にする → マークの字幅に左右されない */
.hang .mark {
  display: inline-block;
  width: var(--indent);
}

/* プリセット */
.hang-1em {
  --indent: 1em;
}
.hang-09em {
  --indent: 0.9em;
}
.hang-085em {
  --indent: 0.85em;
}

/* ===== ul カスタムスタイル ===== */
/* ベース */
.ul-dot {
  --dot-size: 0.55em; /* ●の大きさ */
  --dot-color: currentColor; /* ●の色（既定＝文字色） */
  --dot-gap: 0.5em; /* ●と本文の間隔 */
  --lh: 1.6; /* 行間（li の line-height と一致させる） */
  --dot-shift: 0px; /* 微調整用（必要なら） */

  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-dot > li {
  display: grid;
  grid-template-columns: var(--dot-size) 1fr; /* 左● + 右本文 */
  column-gap: var(--dot-gap);
  line-height: var(--lh);
  margin: 0.25rem 0;
}
.ul-dot > li::before {
  content: "";
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: var(--dot-color);
  /* 1行目中央配置 */
  margin-top: calc((1em * var(--lh) - var(--dot-size)) / 2 + var(--dot-shift));
}

/* ---- ユーティリティ（リスト全体） ---- */
/* サイズ */
.ul-dot.dot-xs {
  --dot-size: 0.45em;
}
.ul-dot.dot-sm {
  --dot-size: 0.5em;
}
.ul-dot.dot-md {
  --dot-size: 0.55em;
} /* 既定 */
.ul-dot.dot-lg {
  --dot-size: 0.7em;
}
.ul-dot.dot-xl {
  --dot-size: 0.85em;
}
/* 色（Bootstrapの色に追随） */
.ul-dot.dot-primary {
  --dot-color: var(--bs-primary);
}
.ul-dot.dot-success {
  --dot-color: var(--bs-success);
}
.ul-dot.dot-danger {
  --dot-color: var(--bs-danger);
}
.ul-dot.dot-warning {
  --dot-color: var(--bs-warning);
}
.ul-dot.dot-info {
  --dot-color: var(--bs-info);
}
.ul-dot.dot-secondary {
  --dot-color: var(--bs-secondary);
}
/* 間隔 */
.ul-dot.dot-gap-1 {
  --dot-gap: 0.25em;
}
.ul-dot.dot-gap-2 {
  --dot-gap: 0.5em;
} /* 既定 */
.ul-dot.dot-gap-3 {
  --dot-gap: 0.75em;
}
/* 行間プリセット（必要に応じて） */
.ul-dot.dot-lh-15 {
  --lh: 1.5;
}
.ul-dot.dot-lh-16 {
  --lh: 1.6;
} /* 既定 */
.ul-dot.dot-lh-17 {
  --lh: 1.7;
}
.ul-dot.dot-lh-20 {
  --lh: 2;
}

/* ---- 項目ごとに上書きしたい場合（liに付ける） ---- */
.ul-dot > li.dot-primary {
  --dot-color: var(--bs-primary);
}
.ul-dot > li.dot-success {
  --dot-color: var(--bs-success);
}
.ul-dot > li.dot-danger {
  --dot-color: var(--bs-danger);
}
