@charset "UTF-8";
.jbsquare_illust_dic {
  overflow-x: hidden;
}
.jbsquare_illust_dic__head__title {
  margin: -20px 0 -80px;
  position: relative;
  z-index: 0;
}
.jbsquare_illust_dic__head__sv {
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  background: #eceff2;
  padding: 1rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(4, 54, 118, 0.15);
  border-radius: 8px;
  position: relative;
  font-size: var(--text-base);
  text-align: center;
  position: relative;
  z-index: 10;
}
.jbsquare_illust_dic__head__sv .sv_title {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  font-weight: bold;
  margin-bottom: 0.25em;
  z-index: 10;
}
.jbsquare_illust_dic__head__sv .sv_title:before, .jbsquare_illust_dic__head__sv .sv_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  transform: translateY(-50%);
}
.jbsquare_illust_dic__head__sv .sv_title:before {
  left: 0;
}
.jbsquare_illust_dic__head__sv .sv_title:after {
  right: 0;
}
.jbsquare_illust_dic__head__sv p strong {
  font-size: var(--text-middle);
}
.jbsquare_illust_dic__head__sv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 40px;
  box-sizing: border-box;
  margin: 1rem auto 0.5rem;
  border: none;
  border-radius: 40px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
}
.jbsquare_illust_dic__head__sv__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleY(0.7);
  right: 12px;
  content: "▼";
  transition: 0.3s;
  font-size: 12px;
}
.jbsquare_illust_dic__head__sv__btn.open::after {
  top: 50%;
  transform: rotate(-180deg) translateY(50%) scaleY(0.7);
}
.jbsquare_illust_dic__head__sv__detail {
  display: none;
  background: #fff;
  padding: 1rem;
  text-align: left;
  max-width: 600px;
  margin: 0.75rem auto 0;
  border-radius: 4px;
  font-size: 14px;
}
.jbsquare_illust_dic__head__sv__detail strong {
  font-feature-settings: "palt";
}
.jbsquare_illust_dic__head__sv__detail ul {
  margin-bottom: 1rem;
}
.jbsquare_illust_dic__head__sv__detail ul li {
  position: relative;
  padding-left: 60px;
}
.jbsquare_illust_dic__head__sv__detail ul li span {
  position: absolute;
  left: 0;
}
.jbsquare_illust_dic__head__sv__detail p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.jbsquare_illust_dic__head__introduction a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 1.5rem auto;
  padding: 1em 2em;
  border: none;
  border-radius: 50px;
  box-shadow: 0 7px 20px rgba(4, 54, 118, 0.4);
  background-color: #043676;
  color: #fff;
  transition: transform 0.3s;
  text-decoration: none;
}
.jbsquare_illust_dic__head__introduction a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
}
.jbsquare_illust_dic__head__introduction a:hover::after {
  transform: rotate(45deg) translateY(-3px) translateX(3px);
}
.jbsquare_illust_dic__table {
  margin-top: 2.5rem;
}
.jbsquare_illust_dic__table small {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.jbsquare_illust_dic__table ul li {
  margin-top: 1rem;
  background: #ece8e1;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 32px;
  position: relative;
  border-radius: 8px;
}
.jbsquare_illust_dic__table ul li h2 {
  width: 100%;
  font-size: var(--text-middle);
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #043676;
}
.jbsquare_illust_dic__table ul li h2 span {
  display: inline-block;
  margin-right: 1rem;
}
.jbsquare_illust_dic__table ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding: 0.75rem;
  border: 1px solid #043676;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #043676;
  color: #fff;
  text-decoration: none;
}
.jbsquare_illust_dic__table ul li a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
}
.jbsquare_illust_dic__table ul li a:hover::after {
  transform: rotate(45deg) translateY(-3px) translateX(3px);
}
.jbsquare_illust_dic__table ul li a.btn_01 {
  background-color: #fff;
  color: #043676;
}
.jbsquare_illust_dic__table ul li a.btn_01::after {
  border-top: 2px solid #043676;
  border-right: 2px solid #043676;
}
.jbsquare_illust_dic__table ul li.disabled {
  background: rgba(238, 238, 238, 0.8666666667);
}
.jbsquare_illust_dic__table ul li.disabled h2 {
  color: #999;
}
.jbsquare_illust_dic__contents__head {
  background: url("/med/jb_square/illust_dic/img/title_layer.png") center top/min(1000px, 100vw) no-repeat;
  padding: 6rem 2% 3rem;
  margin-top: -30px;
}
.jbsquare_illust_dic__contents__head__title {
  max-width: 900px;
  height: min(140px, 14vw);
  width: 100%;
  margin-inline: auto;
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jbsquare_illust_dic__contents__head__title .title {
  position: absolute;
  max-width: min(250px, 25vw);
  top: 0;
  left: 0;
  transform: translateY(-44%) translateX(-10%);
}
.jbsquare_illust_dic__contents__head__title .title img {
  width: 100%;
}
.jbsquare_illust_dic__contents__head__title h1 {
  text-align: center;
}
.jbsquare_illust_dic__contents__head__title h1 small {
  display: inline-block;
  font-size: min(14px, 1.4vw);
  border: 1px solid #2a5586;
  background: #2a5586;
  line-height: 1;
  padding: 0.35rem 1.5rem;
  border-radius: 2rem;
  color: #fff;
}
.jbsquare_illust_dic__contents__head__title h1 span {
  text-align: center;
  line-height: 1.6;
  font-size: min(28px, 2.8vw);
  font-weight: bold;
  font-feature-settings: "palt";
  color: #2b3b56;
  font-weight: bold;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
}
.jbsquare_illust_dic__contents__head__title h1 span::before, .jbsquare_illust_dic__contents__head__title h1 span::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #043676;
  margin: 0 1rem;
}
.jbsquare_illust_dic__contents__head__guide {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-inline: auto;
  margin: 1rem auto -1rem;
}
.jbsquare_illust_dic__contents__head__guide p {
  font-size: 14px;
  background: url("/med/jb_square/illust_dic/img/icn_tip.svg") left 1px/16px 16px no-repeat;
  padding-left: 20px;
  line-height: 1.5;
}
.jbsquare_illust_dic__contents__head__guide a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0 7px 20px rgba(4, 54, 118, 0.4);
  background-color: #043676;
  color: #fff;
  transition: transform 0.3s;
  text-decoration: none;
  font-size: 14px;
}
.jbsquare_illust_dic__contents__head__guide a svg {
  width: 32px;
  margin-right: 8px;
}
.jbsquare_illust_dic__contents__head__guide a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
}
@media (769px <= width) {
  .jbsquare_illust_dic__contents__head__guide a:hover::after {
    transform: rotate(45deg) translateY(-3px) translateX(3px);
  }
}
.jbsquare_illust_dic__contents__about {
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  background: #ffffff;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 8px;
}
.jbsquare_illust_dic__contents__about h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.2rem;
  background: url("../img/h2_line.png") left bottom/100% 5px no-repeat;
  padding-bottom: 0.5rem;
  padding-left: 0.2rem;
  letter-spacing: 0.025em;
  color: #063e5b;
}
.jbsquare_illust_dic__contents__about h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.jbsquare_illust_dic__contents__about figure {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.jbsquare_illust_dic__contents__about + .jbsquare_illust_dic__contents__about {
  margin-top: 2rem;
}
.jbsquare_illust_dic__contents__item {
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  background: #ffffff;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 8px;
  clear: both;
  overflow: hidden;
}
.jbsquare_illust_dic__contents__item h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.2rem;
  background: url("../img/h2_line.png") left bottom/100% 5px no-repeat;
  padding-bottom: 0.5rem;
  letter-spacing: 0.025em;
  color: #063e5b;
}
.jbsquare_illust_dic__contents__item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 40px;
  clear: both;
  position: relative;
}
.jbsquare_illust_dic__contents__item h3::before {
  content: "";
  background: url("../img/icn_title.png") left center/32px auto no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
}
.jbsquare_illust_dic__contents__item figure {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.jbsquare_illust_dic__contents__item figure .figure_title {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 3px auto 8px;
}
.jbsquare_illust_dic__contents__item .column {
  justify-content: space-between;
  clear: both;
}
.jbsquare_illust_dic__contents__item .column .column_txt {
  padding-top: 32px;
}
.jbsquare_illust_dic__contents__item .column .column_txt.nopd {
  padding-top: 0;
}
.jbsquare_illust_dic__contents__item .column .column_txt h3 {
  clear: none;
}
.jbsquare_illust_dic__contents__item .column .column_img {
  width: 42%;
  float: right;
  margin: 0 0 16px 32px;
  position: relative;
  z-index: 1;
}
.jbsquare_illust_dic__contents__item p {
  line-height: 2;
  font-size: var(--text-base);
}
.jbsquare_illust_dic__contents__item ul li {
  line-height: 1.8;
  font-size: var(--text-base);
  list-style-type: disc;
  margin-left: 20px;
}
.jbsquare_illust_dic__contents__item ul li .line {
  display: block;
  position: relative;
  padding-left: 12px;
}
.jbsquare_illust_dic__contents__item ul li .line::before {
  content: "-";
  position: absolute;
  left: 0;
}
.jbsquare_illust_dic__contents__item ul li .line + .line {
  margin-top: 4px;
}
.jbsquare_illust_dic__contents__item ul li + li {
  margin-top: 4px;
}
.jbsquare_illust_dic__contents__item + .jbsquare_illust_dic__contents__item {
  margin-top: 2rem;
}
.jbsquare_illust_dic__contents__term {
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 8px;
}
.jbsquare_illust_dic__contents__term dl {
  margin-bottom: 3rem;
}
.jbsquare_illust_dic__contents__term dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  background: url("../img/icn_title.png") left 6px/29px auto no-repeat;
  padding-left: 35px;
  position: relative;
}
.jbsquare_illust_dic__contents__term dl dd {
  padding-left: 35px;
  font-size: var(--text-base);
  line-height: var(--text-line-height);
}
.jbsquare_illust_dic__contents__term dl dd + dt {
  margin-top: 48px;
}
.jbsquare_illust_dic__contents__term dl dd + dt::before {
  position: absolute;
  left: 0;
  top: -24px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #ddd;
}
.jbsquare_illust_dic__contents__term small {
  font-size: 14px;
  padding: 1rem;
  border: 1px solid #ccc;
  display: block;
  border-radius: 4px;
  background: #f6f6f6;
}
.jbsquare_illust_dic__contents__btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.jbsquare_illust_dic__contents__btn.center {
  justify-content: center;
}
.jbsquare_illust_dic__contents__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 3rem 0 0;
  padding: 1em 2em;
  border: 1px solid #043676;
  border-radius: 50px;
  box-shadow: 0 7px 20px rgba(4, 54, 118, 0.4);
  transition: transform 0.3s;
  text-decoration: none;
}
.jbsquare_illust_dic__contents__btn a.back {
  color: #043676;
  background-color: #fff;
}
.jbsquare_illust_dic__contents__btn a.back::before {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-left: 2px solid #043676;
  border-bottom: 2px solid #043676;
  content: "";
  transition: transform 0.3s;
}
.jbsquare_illust_dic__contents__btn a.back:hover::before {
  transform: rotate(45deg) translateY(3px) translateX(-3px);
}
.jbsquare_illust_dic__contents__btn a.next {
  color: #fff;
  background-color: #043676;
}
.jbsquare_illust_dic__contents__btn a.next::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
}
.jbsquare_illust_dic__contents__btn a.next:hover::after {
  transform: rotate(45deg) translateY(-3px) translateX(3px);
}
.jbsquare_illust_dic .mr {
  padding-top: 3rem;
  clear: both;
}
.jbsquare_illust_dic .mr_half {
  padding-top: 1.5rem;
  clear: both;
}
.jbsquare_illust_dic .pd_half {
  padding-top: 1.5rem;
}
.jbsquare_illust_dic .exnumber {
  text-align: right;
  font-feature-settings: "palt";
  font-weight: 400;
  padding-top: 1rem;
  display: block;
  font-size: 14px;
}
@media (width <= 768px) {
  .jbsquare_illust_dic__head__title {
    margin: -2vw 0 -10vw;
    position: relative;
    z-index: 0;
  }
  .jbsquare_illust_dic__head__sv {
    padding: 1rem;
  }
  .jbsquare_illust_dic__head__sv__btn {
    width: 60%;
    max-width: 240px;
    height: 36px;
    margin: 0.5rem auto 0;
    font-size: 13px;
  }
  .jbsquare_illust_dic__head__sv__detail {
    font-size: 13px;
  }
  .jbsquare_illust_dic__head__introduction a {
    width: 70%;
    max-width: 300px;
    height: 48px;
    padding: 0;
    margin: 1rem auto;
  }
  .jbsquare_illust_dic__head__introduction a:hover::after {
    transform: rotate(45deg);
  }
  .jbsquare_illust_dic__table {
    margin-top: 1.5rem;
  }
  .jbsquare_illust_dic__table small {
    font-size: 13px;
  }
  .jbsquare_illust_dic__table ul li {
    padding: 1rem;
  }
  .jbsquare_illust_dic__table ul li a:hover::after {
    transform: rotate(45deg);
  }
  .jbsquare_illust_dic__table .exnumber {
    line-height: 1.5;
  }
  .jbsquare_illust_dic__contents__head {
    padding: 3rem 2% 1rem;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .jbsquare_illust_dic__contents__head__title {
    height: min(180px, 23.4375vw);
  }
  .jbsquare_illust_dic__contents__head__title .title {
    max-width: min(250px, 32.5520833333vw);
  }
  .jbsquare_illust_dic__contents__head__title h1 small {
    font-size: min(18px, 2.34375vw);
    padding: 0.2rem 1rem;
    margin-bottom: 0.375rem;
  }
  .jbsquare_illust_dic__contents__head__title h1 span {
    font-size: min(32px, 4.1666666667vw);
    line-height: 1.3;
  }
  .jbsquare_illust_dic__contents__head__title h1 span::before, .jbsquare_illust_dic__contents__head__title h1 span::after {
    width: min(32px, 4.1666666667vw);
  }
  .jbsquare_illust_dic__contents__head__guide {
    display: flex;
    align-items: flex-start;
    margin: 1rem auto 0;
    justify-content: space-between;
  }
  .jbsquare_illust_dic__contents__head__guide a {
    width: 180px;
    margin-top: 0.25rem;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
  }
  .jbsquare_illust_dic__contents__head__guide p {
    width: calc(100% - 180px);
    box-sizing: border-box;
  }
  .jbsquare_illust_dic__contents__about {
    padding: 1rem 1.5rem;
  }
  .jbsquare_illust_dic__contents__about h2 {
    font-size: 16px;
    margin-bottom: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .jbsquare_illust_dic__contents__about h3 {
    font-size: 16px;
  }
  .jbsquare_illust_dic__contents__about + .jbsquare_illust_dic__contents__about {
    margin-top: 1rem;
  }
  .jbsquare_illust_dic__contents__item {
    padding: 1rem 1.5rem;
  }
  .jbsquare_illust_dic__contents__item h2 {
    font-size: 16px;
    margin-bottom: 1rem;
    padding-bottom: 0.375rem;
    padding-left: 0;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .jbsquare_illust_dic__contents__item h3 {
    font-size: 16px;
  }
  .jbsquare_illust_dic__contents__item .column {
    display: flex;
    flex-direction: column-reverse;
  }
  .jbsquare_illust_dic__contents__item .column .column_txt {
    padding-top: 0;
  }
  .jbsquare_illust_dic__contents__item .column .column_img {
    float: none;
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .jbsquare_illust_dic__contents__item figure .figure_title {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5;
  }
  .jbsquare_illust_dic__contents__item + .jbsquare_illust_dic__contents__item {
    margin-top: 1rem;
  }
  .jbsquare_illust_dic__contents__term {
    padding: 1rem 1.5rem 1.5rem;
  }
  .jbsquare_illust_dic__contents__term dl {
    margin-bottom: 2rem;
  }
  .jbsquare_illust_dic__contents__term dl dt {
    font-size: 16px;
    background: url("../img/icn_title.png") left 4px/24px auto no-repeat;
    line-height: 1.6;
  }
  .jbsquare_illust_dic__contents__term dl dd + dt {
    margin-top: 36px;
  }
  .jbsquare_illust_dic__contents__term dl dd + dt::before {
    top: -18px;
  }
  .jbsquare_illust_dic__contents__term small {
    font-size: 13px;
  }
  .jbsquare_illust_dic__contents__back {
    padding-bottom: 20px;
  }
  .jbsquare_illust_dic__contents__back a {
    max-width: 250px;
    width: 60%;
    margin: 2rem auto 0;
    padding: 0.75rem 0;
    font-size: 14px;
  }
  .jbsquare_illust_dic__contents__back a:hover::before {
    transform: rotate(45deg);
  }
  .jbsquare_illust_dic__contents__btn {
    flex-direction: column;
    align-items: center;
  }
  .jbsquare_illust_dic__contents__btn a {
    max-width: 250px;
    width: 75%;
    margin: 2rem 0 0;
    padding: 0.75rem 0;
    font-size: 14px;
  }
  .jbsquare_illust_dic__contents__btn a:hover::before, .jbsquare_illust_dic__contents__btn a:hover::after {
    transform: rotate(45deg) !important;
  }
  .jbsquare_illust_dic .mr {
    padding-top: 2rem;
  }
}

.tip {
  cursor: default;
  border-bottom: 1px dashed #333;
  color: #0066cc;
  position: relative;
}
.tip .tip-word {
  line-height: 1.5;
  display: inline-block;
}
.tip .tip-word::after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  background: url("/med/jb_square/illust_dic/img/icn_tip.svg");
  background-size: 100%;
  vertical-align: -1px;
  display: inline-block;
  margin-left: 4px;
}
.tip .tip-word.is-multiline + .tip-text {
  right: auto;
  left: auto;
}
.tip .tip-text {
  width: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transition: opacity 0.2s;
  z-index: 9999;
  pointer-events: none;
  white-space: normal;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform-origin: right bottom;
}
.tip .tip-text.visible {
  visibility: visible;
  opacity: 1;
}
.tip .tip-text.is-overflow {
  left: 0;
}

.open-modal {
  cursor: pointer;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.open-modal::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  background: #333 url("/med/img/icn_glass.png") no-repeat center;
  background-size: 20px;
}
.open-modal img {
  border: 1px solid #ccc;
  vertical-align: bottom;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 4%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  position: relative;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.modal-content img {
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
  margin-inline: auto;
}
.modal-content.thin {
  max-width: 750px;
}
.modal-content.thin img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-inline: auto;
}
.modal-content .ex {
  border: 1px solid #cad4e0;
  background: #eceff2;
  padding: 1.5rem;
  margin: 1.5rem;
  border-radius: 8px;
}
.modal-content .ex dl dt {
  font-size: 14px;
  font-weight: bold;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #cad4e0;
  color: #043676;
}
.modal-content .ex dl dt::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #6a8a9d;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-4px);
}
.modal-content .ex dl dt:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.modal-content .ex dl dd {
  font-size: 14px;
}
@media (width <= 768px) {
  .modal-content .ex {
    padding: 1rem;
    margin: 1rem;
  }
  .modal-content .ex dl dt {
    font-size: 13px;
    padding-top: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }
  .modal-content .ex dl dt::before {
    content: "";
    width: 12px;
    height: 2px;
    margin-top: 8px;
    transform: translateY(0);
  }
  .modal-content .ex dl dd {
    font-size: 13px;
  }
}

.modal.show .modal-content {
  transform: scale(1);
  overflow: auto;
  max-height: 100%;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 100;
}
.close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  display: block;
}
.close::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  display: block;
}

.img_tooltip {
  position: relative;
  display: block;
  max-width: 100%;
  margin-inline: auto;
  margin: 0 auto;
}
.img_tooltip img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin: 0 auto;
}
.img_tooltip .tip_item {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
}
.img_tooltip .tip_item.right {
  left: auto;
  right: 0;
}
.img_tooltip .tip_item strong {
  display: block;
}
@media (1200px <= width) {
  .img_tooltip .area {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
  }
  .img_tooltip .area:hover .tip_item {
    opacity: 1;
    visibility: visible;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_1 {
    top: 5%;
    left: 2%;
    width: 14%;
    height: 6%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_2 {
    top: 37%;
    left: 52%;
    width: 7%;
    height: 7%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_3 {
    top: 58%;
    left: 39%;
    width: 8%;
    height: 2.2%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_4 {
    top: 59%;
    left: 79%;
    width: 7%;
    height: 4%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_5 {
    top: 60.2%;
    left: 39%;
    width: 8%;
    height: 2.2%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_6 {
    top: 61%;
    left: 26.5%;
    width: 8.8%;
    height: 3.2%;
  }
  .img_tooltip .area.vol1_1_0_tip_ex_7 {
    top: 79%;
    left: 41.5%;
    width: 8%;
    height: 4%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_1 {
    top: 17.5%;
    left: 25%;
    width: 8.5%;
    height: 3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_2 {
    top: 21%;
    left: 24%;
    width: 4.5%;
    height: 6.5%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_3 {
    top: 27%;
    left: 52%;
    width: 4%;
    height: 3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_4 {
    top: 41.2%;
    left: 55.2%;
    width: 3%;
    height: 3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_5 {
    top: 43.5%;
    left: 40.8%;
    width: 3.4%;
    height: 3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_6 {
    top: 42.8%;
    left: 11.2%;
    width: 2%;
    height: 3.2%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_7 {
    top: 44.8%;
    left: 20.6%;
    width: 2%;
    height: 3.2%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_8 {
    top: 45.9%;
    left: 13.2%;
    width: 2%;
    height: 3.2%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_9 {
    top: 60%;
    left: 65%;
    width: 3.8%;
    height: 3.3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_10 {
    top: 73.8%;
    left: 11.2%;
    width: 4%;
    height: 3.3%;
  }
  .img_tooltip .area.vol1_2_0_tip_ex_11 {
    top: 74%;
    left: 88%;
    width: 4.6%;
    height: 3.3%;
  }
  .img_tooltip .area.vol1_3_tip_ex_1 {
    top: 88%;
    left: 50%;
    width: 8.8%;
    height: 3.1%;
  }
  .img_tooltip .area.vol1_3_tip_ex_2 {
    top: 94.5%;
    left: 70.5%;
    width: 8.6%;
    height: 3.1%;
  }
  .img_tooltip .area.vol1_1_1_tip_1 {
    top: 56.3%;
    left: 3.5%;
    width: 17%;
    height: 6%;
  }
  .img_tooltip .area.vol1_1_1_tip_2 {
    top: 80.5%;
    left: 35%;
    width: 20%;
    height: 6.5%;
  }
  .img_tooltip .area.vol1_1_2_tip_1 {
    top: 43%;
    left: 68%;
    width: 9%;
    height: 5%;
  }
  .img_tooltip .area.vol1_1_2_tip_2 {
    top: 48%;
    left: 68%;
    width: 9%;
    height: 5%;
  }
  .img_tooltip .area.vol1_1_2_tip_3 {
    top: 80%;
    left: 29.7%;
    width: 6%;
    height: 5%;
  }
  .img_tooltip .area.vol1_1_3_tip_1 {
    top: 27.7%;
    left: 10%;
    width: 21.5%;
    height: 1.6%;
  }
  .img_tooltip .area.vol1_1_3_tip_2 {
    top: 29%;
    left: 72.5%;
    width: 8.5%;
    height: 1.6%;
  }
  .img_tooltip .area.vol1_1_3_right_tip_1 {
    top: 88.4%;
    left: 20%;
    width: 12%;
    height: 2%;
  }
  .img_tooltip .area.vol1_1_3_right_tip_2 {
    top: 95%;
    left: 50.4%;
    width: 12.6%;
    height: 2%;
  }
}
@media (1200px <= width) and (width <= 768px) {
  .img_tooltip .area {
    display: none;
  }
}

.dots {
  background-image: radial-gradient(circle at center, #000 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}