@charset "UTF-8";
.frame__header {
  height: 80px;
}

.frame__wrapper {
  width: calc(100vw - 40px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .frame__wrapper {
    width: calc(100vw - 20px);
  }
}

.frame__wrapper.is--navOpen .block--header {
  position: fixed;
}

.el__container {
  width: 940px;
  max-width: 980px;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 40px;
}
@media (max-width: 980px) {
  .el__container {
    width: 768px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .el__container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.el__container .el__inner {
  width: 768px;
  margin: auto;
}
@media (max-width: 768px) {
  .el__container .el__inner {
    width: calc(100% - 20px);
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 20;
  left: 10px;
  bottom: 20px;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.frame__header {
  margin-bottom: 40px;
  position: relative;
}
.frame__header .el__inner {
  width: 768px;
  margin: auto;
}
@media (max-width: 768px) {
  .frame__header .el__inner {
    width: calc(100% - 20px);
  }
}
.frame__header .el__logo {
  display: inline-block;
  height: 80px;
}
.frame__header .el__logo .el__img {
  height: 80px;
  aspect-ratio: 75/26;
}
.frame__header.is--active {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}
.frame__header .el__trigger--gNavi {
  caret-color: transparent;
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 20px;
  background-color: #F6F6F6;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.frame__header .el__trigger--gNavi .el__burger {
  transition: all 0.4s;
}
.frame__header .el__trigger--gNavi span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background-color: #222222;
  width: 52%;
}
.frame__header .el__trigger--gNavi span:nth-of-type(1) {
  top: 10px;
}
.frame__header .el__trigger--gNavi span:nth-of-type(2) {
  top: 18px;
}
.frame__header .el__trigger--gNavi span:nth-of-type(3) {
  top: 26px;
}
.frame__header .el__trigger--gNavi.is--active span {
  height: 4px;
}
.frame__header .el__trigger--gNavi.is--active .el__burger {
  transform: rotateY(-360deg);
}
.frame__header .el__trigger--gNavi.is--active span:nth-of-type(1) {
  transform: translateX(-2px) translateY(8px) rotate(-135deg);
  width: 60%;
}
.frame__header .el__trigger--gNavi.is--active span:nth-of-type(2) {
  opacity: 0;
}
.frame__header .el__trigger--gNavi.is--active span:nth-of-type(3) {
  transform: translateX(-2px) translateY(-8px) rotate(135deg);
  width: 60%;
}
.frame__header .el__box--gNavi {
  width: 240px;
  background-color: #0ff;
}

/*---------------------------------------------*/
/* col-L_navi.css
/*---------------------------------------------*/
.frame__gNavi {
  position: relative;
  z-index: 9999;
  background-color: #0f0;
}
@media (max-width: 980px) {
  .frame__gNavi {
    position: fixed;
    top: 64px;
    width: 0px;
    transform: translateX(-170px);
  }
}
@media (max-width: 980px) {
  .frame__gNavi.is--active {
    transform: translateX(0);
  }
}
.frame__gNavi.is--active .el__list {
  width: 300px;
}
.frame__gNavi.is--active.is--scrolled {
  position: fixed;
  top: 64px;
}
.frame__gNavi .el__list {
  height: 100vh;
  min-height: 100%;
  border-left: solid 10px 10px;
  padding-top: 10px;
  overflow-x: hidden;
  transition: all 0.5s;
}
.frame__gNavi .el__list:hover {
  width: 300px;
}
.frame__gNavi .el__list .el__item {
  list-style: none;
  margin: 10px;
  margin-bottom: 20px;
  margin-right: -10px;
  border-radius: 10px;
  position: relative;
}
.frame__gNavi .el__list .el__item .el__link {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 0.5em;
  margin: 0;
}
.frame__gNavi .el__list .el__item .el__title {
  flex: 1;
  padding-left: 1em;
  white-space: nowrap;
}
.frame__gNavi .el__list .el__item::before, .frame__gNavi .el__list .el__item::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  border-radius: 0 10px 0 0;
}
.frame__gNavi .el__list .el__item::before {
  right: 10px;
  top: -10px;
  border-radius: 0 0 10px 0;
}
.frame__gNavi .el__list .el__item:after {
  right: 10px;
  bottom: -10px;
  border-radius: 0 10px 0 0;
}
.frame__gNavi--side {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 30;
  padding-top: 60px;
}
.frame__gNavi--side .el__list {
  list-style: none;
  padding: 0;
  display: grid;
  place-items: center;
}
.frame__gNavi--side li {
  padding: 15px 20px;
}
.frame__gNavi--side a {
  color: white;
  text-decoration: none;
}
.frame__gNavi--side.is--active {
  right: 0;
}

.el__heading--section {
  font-size: 24px;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .el__heading--section {
    font-size: 1.5rem;
  }
}
.el__heading--section ruby {
  padding: 0 0.5em;
}
.el__heading--section ruby rt {
  font-size: 80%;
  margin-bottom: 0.5rem;
  color: #FF0019;
  text-align: center;
  white-space: nowrap;
}

.el__heading--content {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}

.el__cite {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 1rem;
}

table {
  border-collapse: collapse;
  border: solid 2px #FF0019;
  width: 100%;
}
table td, table th {
  padding: 0.4em;
  border: solid 1px;
  text-align: center;
  display: table-cell;
}
table thead th, table thead td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.el__btn--ropejp {
  margin: auto;
  display: grid;
  place-items: center;
}
.el__btn--ropejp .el__link {
  color: #fff;
  display: inline-block;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: white;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  font-family: sans-serif;
  transition: background-color 0.3s;
}
.el__btn--ropejp .el__link:hover {
  background-color: #444;
}

[data-code=strength] {
  padding: 20px;
  background-color: #F6F6F6;
}
[data-code=strength] .el__obj--logo {
  text-align: center;
  margin-bottom: 40px;
}
[data-code=strength] .el__obj--logo .el__img {
  max-height: 120px;
  aspect-ratio: 5/6;
}
[data-code=strength] .el__list {
  padding: 20px;
}
[data-code=strength] .el__list .el__item {
  margin-bottom: 1em;
}
[data-code=strength] .el__list .el__item .el__heading--item {
  color: #FF0019;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 980px) {
  [data-code=strength] .el__list .el__item .el__heading--item {
    font-size: 1rem;
  }
}
[data-code=strength] .el__list .el__item .el__heading--item::before {
  content: "";
  width: 1.2em;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../../assets/img/icon/icon_check-black.svg");
  position: absolute;
  left: -1.4em;
  top: 0;
}
[data-code=strength] .el__list[data-code=colorObj] {
  display: flex;
  list-style: none;
  gap: 10px;
}
[data-code=strength] .el__list[data-code=colorObj] .el__item {
  width: 14.2857142857%;
}
[data-code=strength] .el__list[data-code=colorObj] .el__item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

[data-code=case] {
  background-image: url("../../assets/img/obj_crane_01_right.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
}
[data-code=case] .el__lead {
  margin-bottom: 20px;
}
[data-code=case] .el__list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}
[data-code=case] .el__list li {
  margin-bottom: 8px;
}

[data-code=wireropePosiMap] .el__heading--content {
  margin-bottom: 40px;
}
[data-code=wireropePosiMap] .el__obj--map {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  [data-code=wireropePosiMap] .el__obj--map {
    flex-direction: column;
  }
}
[data-code=wireropePosiMap] .el__obj--map .el__img {
  margin-bottom: 80px;
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  [data-code=wireropePosiMap] .el__obj--map .el__img {
    width: calc(100% - 10px);
    margin-bottom: 40px;
  }
}
[data-code=wireropePosiMap] .el__outer {
  overflow-x: scroll;
  width: 600px;
  overflow-x: auto;
  white-space: nowrap;
}
[data-code=wireropePosiMap] .el__outer .el__img {
  aspect-ratio: 81/50;
  height: auto;
}
[data-code=wireropePosiMap] .el__outer .el__child {
  height: 100px;
  background-color: blueviolet;
  width: 1200px;
}

[data-code=qualified] table {
  border-collapse: collapse;
  border: solid 2px #FF0019;
  margin: auto;
  width: 100%;
}
[data-code=qualified] table thead {
  background-color: #FEDEDE;
}

[data-code=heroArea] {
  display: none;
}
[data-code=heroArea] .el__inner {
  width: 768px;
  margin: auto;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__inner {
    width: 100%;
  }
}
[data-code=heroArea] .el__inner .el__obj--catch {
  display: grid;
  gap: 10px;
}
[data-code=heroArea] .el__inner .el__obj--catch p {
  margin: 0;
  padding: 0;
}
[data-code=heroArea] .el__inner .el__obj--catch .el__img--hero {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  aspect-ratio: 245/116;
  width: 98%;
  height: auto;
}
[data-code=heroArea] .el__inner .el__obj--catch .el__img--catch {
  width: 100%;
}
[data-code=heroArea] .el__inner .el__obj--catch .el__list--word {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
[data-code=heroArea] .el__inner .el__obj--catch .el__list--word .el__item {
  border: solid 4px #FF0019;
  padding: 8px;
}
[data-code=heroArea] .el__list[data-code=character] {
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
}
[data-code=heroArea] .el__list[data-code=character] li {
  text-align: right;
}
[data-code=heroArea] .el__list[data-code=character] .el__img {
  height: 160px;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__list[data-code=character] .el__img {
    height: 100px;
  }
}
[data-code=heroArea] .el__obj--wirerope {
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.75;
}
[data-code=heroArea] .el__obj--wirerope .el__img {
  width: 60%;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__obj--wirerope .el__img {
    aspect-ratio: 23/4;
    width: 80%;
  }
}
[data-code=heroArea] .el__block--remarks {
  text-align: center;
  position: relative;
}
[data-code=heroArea] .el__block--remarks .el__lead {
  width: 50%;
  font-size: 1.1em;
  font-weight: bold;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__block--remarks .el__lead {
    width: 100%;
    font-size: 16px;
  }
}
[data-code=heroArea] .el__block--remarks .el__lead::before {
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
  position: absolute;
  left: 20px;
  top: 30px;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__block--remarks .el__lead::before {
    top: -10px;
  }
}
[data-code=heroArea] .el__block--remarks .el__lead::after {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__block--remarks .el__lead::after {
    top: -10px;
  }
}
[data-code=heroArea] .el__obj--character {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
[data-code=heroArea] .el__obj--character .el__img {
  width: 24%;
  margin-top: -20px;
}
@media (max-width: 768px) {
  [data-code=heroArea] .el__obj--character .el__img {
    width: 33%;
    margin-top: -40px;
    width: 25%;
    margin-top: 0px;
    top: 0px;
  }
}
[data-code=heroArea] .el__btn--ropejp {
  margin: 80px auto;
}

.frame__footer {
  font-size: 0.9rem;
  background-color: #F6F6F6;
  padding-top: 1em;
  margin-bottom: 60px;
}
.frame__footer .el__logo {
  display: inline-block;
}
.frame__footer .el__logo .el__img {
  height: 80px;
  aspect-ratio: 75/26;
}
.frame__footer p {
  margin-bottom: 1em;
  padding: 0.5em;
}
.frame__footer .el__copyright {
  display: grid;
  place-items: center;
  background-color: #FF0019;
  color: #fff;
  padding: 1em;
  margin: 0;
}

.frame__bottom {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 9999;
}

.frame__bottom.is--scrolled {
  bottom: 0;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

[data-code=ropeSelect] {
  margin-bottom: 0px;
}
[data-code=ropeSelect] .el__form--ropeHead {
  display: none;
}
[data-code=ropeSelect] .el__form--ropeHead.is--active {
  display: block;
}

[data-code=fieldset] {
  margin-bottom: 0;
}

[data-code=wirePanel--test] {
  /* 見出しセル用 */
}
[data-code=wirePanel--test] .grid-table {
  display: grid;
  grid-template-columns: 60px repeat(3, 1fr); /* 1列目は固定幅、残りは1fr */
  grid-auto-rows: 60px 1fr 1fr; /* 行の高さを固定 */
  gap: 1px; /* セル間のスペース（必要に応じて） */
  background-color: #ccc; /* セルの境界線用 */
}
[data-code=wirePanel--test] .cell {
  background-color: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
[data-code=wirePanel--test] .cell--corner {
  font-weight: bold;
  background-color: #f0f0f0;
}
[data-code=wirePanel--test] .cell--colhead,
[data-code=wirePanel--test] .cell--rowhead {
  font-weight: bold;
  background-color: #f8f8f8;
}

[data-code=wirePanel] {
  display: none;
}
[data-code=wirePanel] .el__panel {
  background-color: #ff0;
  margin-bottom: 40px;
}
[data-code=wirePanel] .el__panel.is--active {
  display: block;
}
[data-code=wirePanel] .el__panel .el__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: repeat(3, 1fr);
  list-style: none;
  height: 100%;
  border: solid 1px #ccc;
}
[data-code=wirePanel] .el__panel .el__list .el__item {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  overflow: hidden;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-direction: column;
  height: 100%;
}
[data-code=wirePanel] .el__panel .el__list .el__item.el__cell--corner {
  aspect-ratio: auto;
  display: grid;
  place-items: center;
}
[data-code=wirePanel] .el__panel .el__list .el__item.el__cell--colhead {
  aspect-ratio: auto;
  display: grid;
  place-items: center;
}
[data-code=wirePanel] .el__panel .el__list .el__item.el__cell--colhead .el__heading--item {
  margin: auto;
}
[data-code=wirePanel] .el__panel .el__list .el__item.el__cell--rowhead {
  border-right: solid 1px #ccc;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.8em;
  writing-mode: vertical-rl;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link .el__obj {
  flex-grow: 1;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link .el__obj [class^=el__img] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link .el__obj .el__img--body {
  z-index: 20;
  max-height: 75%;
  margin-top: -20px;
  width: auto;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link .el__obj .el__img--body[data-code=cut] {
  margin-top: 0px;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__link .el__obj .el__img--slice {
  width: 30%;
  z-index: 20;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__heading--item {
  text-align: center;
  margin-top: auto;
  padding: 0.4em;
  font-size: 14px;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__line--x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 12;
}
[data-code=wirePanel] .el__panel .el__list .el__item .el__line--y {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 11;
}

.el__block--panel[data-type=list] {
  background-color: #0f0;
}
.el__block--panel[data-type=list] .el__heading--panel {
  margin-bottom: 20px;
}
.el__block--panel[data-type=list] .el__item[data-cpcd="05"], .el__block--panel[data-type=list] .el__item[data-cpcd="06"] {
  display: none;
}
.el__block--panel[data-type=list] .el__item[data-gdcd="01"][data-cpcd="05"], .el__block--panel[data-type=list] .el__item[data-gdcd="01"][data-cpcd="06"] {
  display: block;
}
.el__block--panel[data-type=list] .el__item[data-gdcd="02"][data-cpcd="05"] {
  display: block;
}

.el__form--ropeHead .el__outer--panel .el__panel {
  margin-bottom: 20px;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__heading--panel {
  display: none;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .el__form--ropeHead .el__outer--panel .el__panel .el__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list .el__item {
  margin: 0;
  width: 100%;
  height: auto;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list .el__item .el__link {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list .el__item .el__link.is--active {
  outline: #FB9AA3 solid 4px;
  outline-offset: 2px;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list .el__item .el__link.button {
  padding: 8px 15px;
  background-color: #EA4958;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.el__form--ropeHead .el__outer--panel .el__panel .el__list .el__item .el__link.button:hover {
  background-color: #DD1F30;
}

/* スムーズスクロールを有効にするCSS */
html {
  scroll-behavior: smooth;
}

[data-code=wireTable] {
  overflow-x: hidden;
}
[data-code=wireTable] [data-code=wireInfo] {
  text-align: center;
}
[data-code=wireTable] [data-code=wireInfo] .el__obj {
  width: 300px;
  background-color: #F8F8F8;
  padding: 20px;
  margin: auto;
  margin-bottom: 0px;
  border-radius: 9999px;
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: 50% 66%;
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="01"] {
  background-image: url(../img/wirerope/6-24_oo_a.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="01"] [data-code=cpcdText] {
  background-color: #ccc;
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="02"] {
  background-image: url(../img/wirerope/6-24_oo_a.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="03"] {
  background-image: url(../img/wirerope/6-37_oo_a.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="04"] {
  background-image: url(../img/wirerope/6-37_oo_a.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="05"] {
  background-image: url(../img/wirerope/6-Fi29_IWRC_oo.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj[data-cpcd="06"] {
  background-image: url(../img/wirerope/hx_face.png);
}
[data-code=wireTable] [data-code=wireInfo] .el__obj .el__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
[data-code=wireTable]#productList {
  display: none;
}
[data-code=wireTable]#productList.is--active {
  display: block;
}
@media (max-width: 768px) {
  [data-code=wireTable] {
    width: 100%;
  }
}
[data-code=wireTable] .el__heading--section {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
[data-code=wireTable] .el__heading--section ruby rt {
  display: none;
}
[data-code=wireTable] .el__heading--wireTable {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}
[data-code=wireTable] .el__heading--wireTable span[data-code=gdcdText] {
  font-weight: bold;
  display: block;
}
[data-code=wireTable] .el__heading--wireTable span[data-code=mfcdText] {
  font-size: 1.1em;
  display: block;
}
[data-code=wireTable] .el__heading--wireTable span[data-code=cpcdText] {
  display: inline-block;
  margin-top: 0.4em;
  padding: 0.2em 0.4em;
  outline: solid 1px;
  text-align: center;
}
[data-code=wireTable] .el__tbl--outer {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  [data-code=wireTable] .el__tbl--outer {
    width: calc(100vw - 20px);
  }
}
[data-code=wireTable] .el__tbl--outer .test__width--outer {
  overflow: hidden;
  overflow-x: scroll;
  height: 100%;
  position: relative;
}
[data-code=wireTable] .el__tbl--outer .test__width {
  background-color: #ff0;
  width: 800px;
}
[data-code=wireTable] .el__tbl {
  margin-right: 20px;
  border-collapse: collapse;
  margin-bottom: 30px;
}
[data-code=wireTable] .el__tbl thead th {
  font-size: 14px;
}
[data-code=wireTable] .el__tbl tbody tr > th:nth-of-type(1) {
  font-size: 14px;
}
[data-code=wireTable] .el__tbl .el__cell {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  transition: background-color 0.3s;
}
[data-code=wireTable] .el__tbl .hover-row {
  background-color: #e0f0ff;
  background-color: rgba(255, 0, 0, 0.15);
}
[data-code=wireTable] .el__tbl .hover-col {
  background-color: #fff8cc;
  background-color: rgba(255, 0, 0, 0.15);
}
[data-code=wireTable] .el__tbl .hover-cell {
  background-color: #ffcc99 !important; /* 交差セル（オレンジ） */
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="18x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="20x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="22x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="24x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="26x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="30x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="28x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="30x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="18x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="20x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="22x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="24x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="26x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="30x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="28x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="30x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="18x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="20x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="22x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="24x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="26x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="30x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="28x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="30x1.5"] {
  font-size: 0;
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="18x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="20x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="22x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="24x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="26x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="30x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="28x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="02"] [data-wiresize="30x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="18x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="20x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="22x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="24x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="26x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="30x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="28x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="04"] [data-wiresize="30x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="18x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="20x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="22x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="24x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="26x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="30x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="28x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="05"] [data-wiresize="30x1.5"]:before {
  font-size: 12px;
  content: "-";
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="12x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="14x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="16x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="18x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="20x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="22x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="24x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="26x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="30x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="20x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="22x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="24x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="26x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="28x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="30x1.5"] {
  font-size: 0;
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="12x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="14x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="16x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="18x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="20x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="22x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="24x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="26x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="30x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="20x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="22x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="24x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="26x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="28x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="03"] [data-wiresize="30x1.5"]:before {
  font-size: 12px;
  content: "-";
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="06"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="06"] [data-wiresize="30x1"] {
  font-size: 0;
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="06"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="06"] [data-wiresize="30x1"]:before {
  font-size: 12px;
  content: "-";
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="18x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="20x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="22x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="24x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="26x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="28x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="30x1"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="26x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="28x1.5"], [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="30x1.5"] {
  font-size: 0;
}
[data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="18x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="20x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="22x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="24x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="26x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="28x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="30x1"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="26x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="28x1.5"]:before, [data-code=wireTable] [data-code=hoverCellTable][data-mfcd="07"] [data-wiresize="30x1.5"]:before {
  font-size: 12px;
  content: "-";
}

/*
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); // 背景色：#000、不透明度80%
  display: flex; // 中央配置のためにflexboxを使用
  justify-content: center;
  align-items: center;
  z-index: 1000; // 他のコンテンツより手前に表示
  visibility: hidden; // デフォルトは非表示
  opacity: 0; // デフォルトは透明
  transition: visibility 0.3s, opacity 0.3s; // スムーズな表示/非表示
}

// モーダルが表示された時の状態
.modal__overlay.is-open {
  visibility: visible;
  opacity: 1;
}
*/
/*
.modal__content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  width: 80vw; // 指定された幅
  height: 80vh; // 指定された高さ
  max-width: 900px; // 必要に応じて最大幅を設定
  max-height: 900px; // 必要に応じて最大高さを設定
  position: relative; // 閉じるボタンの配置用
  overflow: auto; // コンテンツがはみ出た場合にスクロール可能にする
}

// 閉じるボタン
.modal__close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: #333;
}

// モーダル内のコンテンツ（サイズ表など）のスタイル調整
.modal__body h2 {
  margin-top: 0;
}
.modal__body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.modal__body th,
.modal__body td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.modal__body th {
  background-color: #f0f0f0;
}
*/
body {
  color: #222222;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
button {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .slider-x > div {
    width: calc(90% - 5rem);
  }
}