/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
/* other */
#undercontents section h3 {
  padding-left: 0;
}
#undercontents section h3:before {
  display: none;
}
#undercontents section h3 span {
  display: inline-block;
  margin-right: 0.5em;
  color: #1976D2;
  position: relative;
}
#undercontents section h3 span::after {
  content: ".";
  position: absolute;
  top: 0;
  color: #1976D2;
  font-family: "kinuta-mincho-stdn", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
#undercontents section .example {
  padding: 1em 1.5em;
  border-radius: 30px;
  border: 1px solid #0B4DA2;
}
#undercontents section .example ul li {
  font-weight: bold;
}
#undercontents section picture {
  margin: 1.5em 0;
}
#undercontents section table.base-table th span, #undercontents section table.base-table td span {
  font-size: 1.1em;
  color: #E53935;
}
#undercontents section table.base-table thead th {
  text-align: center;
  color: var(--txt-color);
  background: #FFFEE5;
}
#undercontents section table.base-table thead th span {
  white-space: nowrap;
}
#undercontents section table.base-table tbody th {
  white-space: nowrap;
}
#undercontents dl.case-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  margin: 0 0 1em 2em;
}
#undercontents dl.case-dl dt, #undercontents dl.case-dl dd {
  margin: 0;
}
#undercontents dl.case-dl dt {
  font-weight: bold;
  font-size: 1.1em;
}
#undercontents .research dt {
  margin-bottom: 0;
}

@media screen and (min-width: 951px) and (max-width: 1024px) {
  picture.w100 {
    text-align: center;
  }
  picture.w100 img {
    width: 80% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  picture.w100 {
    text-align: center;
  }
  picture.w100 img {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  #undercontents h3 ~ div.scroll-hint-shadow-wrap {
    margin-left: 0;
  }
  section table.base-table thead th {
    white-space: nowrap;
  }
  section picture.w100 img,
  section picture.w100 img.w80 {
    width: 100% !important;
  }
  section dl.common-dl.research {
    margin-left: 0 !important;
  }
}/*# sourceMappingURL=strength.css.map */