.prodArticleColumnImgTitle {
  font-weight: 600;
}

/*----------------
style.css
------------------*/

.u-desktop-only {
  display: block;
}

.u-mobile-only {
  display: none;
}

.super {
  vertical-align: text-top;
  font-size: 1.2rem;
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.nobar h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  padding-top: 10px;
}

.nobar h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 22.75%;
  height: 3px;
  background-color: var(--blue20);
  top: -1px;
  left: 0;
}

.nobar h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--cloud30);
  top: 0;
  left: 0;
}

h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding-left: 20px;
}

h4::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background-color: var(--cloud40);
}

.link_btn01.right {
  margin-left: auto;
}

.radio {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: var(--cloud40);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  top: 52%;
  transform: translateY(-50%);
}

.radio:checked {
  border-color: var(--blue30);
}

.radio:checked::after {
  opacity: 1;
}

.radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--blue30);
  border-radius: 50%;
  opacity: 0;
}

/*----------------
スクール
------------------*/

.dropdown {
  position: relative;
  width: 300px;
}

.dropdown::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--cloud30);
  top: 0;
  right: 55px;
}

.dropdown::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.dropdown select {
  background-color: #fff;
  border: 1px solid var(--cloud30);
  border-radius: 3px;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  cursor: pointer;
}

/*----------------
ロボットスクール
------------------*/

.solutionAreaContainer {
  display: flex;
  gap: 36px;
}

.solutionArea {
  width: 100%;
}

.colutionAreaBox {
  border: 1px solid var(--cloud20);
}

.colutionAreaHeader {
  padding: 6px 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--cloud20);
}

.colutionAreaItem {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.colutionAreaItem a:focus-visible {
  color: var(--cloud40);
}

.colutionAreaLink {
  color: var(--blue30);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  text-decoration: underline !important;
}

.colutionAreaLabel {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--accent30);
  line-height: 1;
  border: 1px solid var(--accent30);
  padding: 6px;
}

.colutionAreaTitle {
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.colutionAreaBody {
  background-color: var(--cloud20);
  padding: 12px 48px;
}

.solutionAreaBtn {
  margin: 56px auto 0;
  max-width: 578px;
  width: 100%;
}

.courseLinkButton {
  position: relative;
  display: block;
  background-color: var(--hot00);
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  box-shadow: var(--shadow30-mini);
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.courseLinkButton::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--black00);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.courseLinkButton:hover,
.courseLinkButton:focus-visible {
  box-shadow: var(--shadow30-mid);
  background-color: rgba(246, 204, 52, 0.6);
}

.courseLinkLabel {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--hot50);
  letter-spacing: 0.9px;
  border: 1px solid var(--hot40);
  padding: 2px 8px;
  margin-right: 8px;
  border-radius: 6px;
  background-color: var(--cloud10);
}

/*----------------
モーションコントロールスクール
------------------*/

.colutionAreaLists {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem 3.2rem;
  box-shadow: var(--shadow15-small);
  background-color: var(--blue00);
  gap: 0 4.8rem;
}

.colutionAreaAncler a {
  position: relative;
  display: block;
  margin-left: 27px;
  padding: 4px 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.colutionAreaAncler a:hover,
.colutionAreaAncler a:focus-visible {
  color: var(--blue40);
  text-decoration: underline;
}

.colutionAreaAncler a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(135deg);
  position: absolute;
  top: 8px;
  left: -19px;
  margin: auto;
}

/*----------------
ロボットスクール
------------------*/

.scroll_table-tabWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.colutionAreaAnnotation {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  border: 1px solid var(--cloud30);
  padding: 20px 40px;
  margin-top: 16px;
}

.scroll_table-tab {
  min-width: 1200px;
}

.table-tab {
  display: none;
}

.robotCourseTable {
  display: table;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.robotCourseTableSmall {
  border: 1px solid var(--cloud30);
  border-collapse: collapse;
}

.robotCourseTableHeader {
  display: flex;
  justify-content: space-between;
  width: 1195px;
}

.robotCourseTableHeaderItem {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  min-width: 238px;
  border: 1px solid var(--cloud20);
  padding: 13px 0;
}

.robotCourseTableHeaderItem::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}

.robotCourseTableHeaderItem--blue::before {
  background-color: var(--blue20);
}

.robotCourseTableHeaderItem--gray::before {
  background-color: var(--cloud30);
}

.robotCourseTableHeaderItem--green::before {
  background-color: var(--fine10);
}

.robotCourseTableHeaderItem--purple::before {
  background-color: var(--accent60);
}

.robotCourseTableHeaderItem--orange::before {
  background-color: var(--accent80);
}

.robotCourseTableHeaderItem::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/school/tab-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}

.robotCourseTableHeaderItem span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.robotCourseTableHeaderItem--active.robotCourseTableHeaderItem::after {
  display: none;
}

.robotCourseTableHeaderItem--active.robotCourseTableHeaderItem {
  font-weight: 700;
  border-bottom: none;
}

.robotCourseTableRow {
  display: flex;
}

.robotCourseTableRow--header {
  font-weight: 700;
}

.robotCourseTableCell--bottom {
  border-bottom: 1px solid var(--cloud30);
}

.robotCourseTableCell--left {
  border-left: 1px solid var(--cloud30);
}

.robotCourseTableCell {
  padding: 8px 5px;
  font-size: 1.4rem;
  font-weight: 400;
  border-right: 1px solid var(--cloud30);
  border-top: 1px solid var(--cloud30);
}

.robotCourseTableCell a:focus-visible,
.robotCourseTableCell a:hover {
  color: var(--cloud40);
}

.robotCourseTableparking {
  width: 20px;
  margin-top: 7px;
}

.robotCourseTablePdf {
  width: 1.8rem;
  margin: 0 auto;
}

.vertical-align-baseline {
  vertical-align: baseline;
}

.vertical-align-top {
  vertical-align: top;
}

.w1046 {
  width: 1046px;
}

.w618 {
  width: 618px;
}

.w515 {
  width: 515px;
}

.w485 {
  width: 485px;
}

.w445 {
  width: 445px;
}

.w298 {
  min-width: 298px;
}

.w296 {
  width: 296px;
}

.w383 {
  width: 383px;
}

.w381 {
  width: 381px;
}

.w230 {
  width: 230px;
}

.w311 {
  width: 311px;
}

.w304 {
  width: 304px;
}

.w273 {
  width: 273px;
}

.w230 {
  width: 230px;
}

.w222 {
  width: 222px;
}

.w206 {
  width: 206px;
}

.w204 {
  width: 204px;
}

.w191 {
  width: 191px;
}

.w179 {
  width: 179px;
}

.w170 {
  width: 170px;
}

.w171 {
  width: 171px;
}

.w154 {
  width: 154px;
}

.w140 {
  width: 140px;
}

.w103 {
  width: 103px;
}

.w95 {
  width: 95px;
}

.w82 {
  width: 82px;
}

.w78 {
  width: 78px;
}

.w70 {
  width: 70px;
}

.w68 {
  width: 68px;
}

.w40 {
  width: 40px;
}

a.tableLink {
  position: relative;
  text-decoration: none !important;
  color: #000;
}

.tableLink::after {
  position: absolute;
  content: "";
  background: url("/assets/img/common/ic_info.png") no-repeat center center / cover;
  width: 20px;
  height: 20px;
  right: -23px;
  top: 55%;
  transform: translateY(-50%);
}

.robotCourseTableCell--blue {
  background-color: var(--blue20);
  border: 1px solid var(--cloud10);
}

.robotCourseTableCell--gray {
  background-color: var(--cloud10);
}

.robotCourseTableCell--center {
  text-align: center;
}

.robotCourseTableCell {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.robotCourseTableCell a {
  display: block;
  color: var(--blue30);
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: center;
}

.robotCourseTableCell span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.robotCourseNoLink {
  color: var(--cloud40);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.robotCourseTableNote {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.robotCourseTableNote img {
  width: 20px;
}

/*----------------
展示会・イベント
------------------*/

.expoCardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}

.expoCardItem {
  box-shadow: var(--shadow30-mini);
}

.expoCardItem a {
  height: 100%;
  display: flex;
  flex-direction: column;
  outline: 1px solid var(--cloud20);
  transition: box-shadow 0.3s ease, outline 0.3s ease;
}

.expoCardItem a:hover,
.expoCardItem a:focus-visible {
  box-shadow: var(--shadow30-mid);
  outline: 1px solid var(--blue40);
}

.expoCardItem a:hover .expoCardItemTitle,
.expoCardItem a:focus-visible .expoCardItemTitle,
.expoCardItem a:hover .expoCardItemSub,
.expoCardItem a:focus-visible .expoCardItemSub,
.expoCardItem a:hover .expoCardItemInfo li,
.expoCardItem a:focus-visible .expoCardItemInfo li,
.expoCardItem a:hover .expoCardItemInfo li span,
.expoCardItem a:focus-visible .expoCardItemInfo li span {
  color: var(--blue40);
}

.expoCardItemImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 376 / 212;
}

.expoCardItemTextInner {
  position: relative;
}

.expoCardItemTextInner::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

.expoCardItemText {
  padding: 10px 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.expoCardItemTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  transition: color 0.3s ease;
}

.expoCardItemSub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}

.expoCardItemInfo {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid var(--cloud20);
  margin-top: auto;
  padding-top: 10px;
  transition: color 0.3s ease;
}

/*----------------
展示会カレンダー
------------------*/

.exhibitionScheduleTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.exhibitionScheduleTable th,
.exhibitionScheduleTable td {
  border: 1px solid var(--cloud30);
  padding: 9px 10px;
  text-align: left;
}

.exhibitionScheduleTable th {
  background-color: var(--cloud10);
  font-weight: 500;
}

.exhibitionScheduleTable td a {
  display: flex;
  align-items: center;
}

.exhibitionScheduleTable td a img {
  width: 24px;
}

.exhibitionScheduleTable a {
  color: var(--blue30);
  text-decoration: underline;
}

.bgc-cloud10 {
  background-color: var(--cloud10);
}

.tableHead18 {
  width: 18%;
}

.tableHead22 {
  width: 22%;
}

.tableCell13 {
  width: 13%;
}

.tableIcon18 {
  margin-left: 18px;
}

.textBtnMiniArrowWhite {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 14px 32px 14px 0;
  text-align: right;
  color: var(--blue40);
  border: 1px solid var(--blue40);
  border-radius: 6px;
  display: block;
  box-shadow: var(--shadow15-small);
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
}

.textBtnMiniArrowWhite::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(-135deg);
  margin-left: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.textBtnMiniArrowWhite:hover,
.textBtnMiniArrowWhite:focus-visible {
  box-shadow: var(--shadow30-mid);
  color: var(--blue40);
}

.textLink3 {
  position: relative;
  padding-left: 16px;
}

.textLink3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-bottom-style: initial;
  border-left-style: initial;
  transform: rotate(-225deg);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  border-width: 2px 2px 0px 0px;
  border-image: initial;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: var(--blue40);
  margin: auto;
}

.textLink3:hover,
.textLink3:focus-visible {
  color: var(--cloud40);
  text-decoration: underline;
}

.prodArticleColumnContent a {
  color: var(--blue30);
}

.prodArticleColumnContent a:focus-visible,
.prodArticleColumnContent a:hover {
  color: var(--cloud40);
}

/*----------------
インバータ
------------------*/

.rangeList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.rangeItem {
  width: 100%;
  max-width: 525px;
  padding-bottom: 16px;
}

.rangeItem--1,
.rangeItem--2,
.rangeItem--3 {
  border-bottom: 1px solid var(--blue10);
}

.rangeItem--3,
.rangeItem--4,
.rangeItem--5 {
  margin-top: 16px;
}

.rangeItem--1 {
  grid-area: 1 / 1 / 3 / 2;
}
.rangeItem--2 {
  grid-area: 1 / 2 / 2 / 3;
}
.rangeItem--3 {
  grid-area: 2 / 2 / 3 / 3;
}
.rangeItem--4 {
  grid-area: 3 / 1 / 4 / 2;
}
.rangeItem--5 {
  grid-area: 3 / 2 / 4 / 3;
}

.rangeListPm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 40px;
  width: 100%;
}

.rangeListPm .checkboxWrapper {
  gap: 20px 0;
}

.rangeListPm .rangeItem--1 {
  grid-area: 1 / 1 / 2 / 2;
}

.rangeListPm .rangeItem--2 {
  grid-area: 1 / 2 / 2 / 3;
}

.rangeListPm .rangeItem--3 {
  grid-area: 2 / 1 / 4 / 2;
}

.rangeListPm .rangeItem--4 {
  grid-area: 2 / 2 / 3 / 3;
}

.rangeListPm .rangeItem--5 {
  grid-area: 3 / 2 / 4 / 3;
}

.rangeListPm .rangeItem--6 {
  grid-area: 4 / 1 / 5 / 2;
  padding-top: 16px;
}

.rangeListPm .rangeItem--7 {
  grid-area: 4 / 2 / 5 / 3;
  padding-top: 16px;
}

.rangeListPm .rangeItem--3,
.rangeListPm .rangeItem--4,
.rangeListPm .rangeItem--5 {
  border-bottom: 1px solid var(--blue10);
}

.lineupItemWrapPm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lineupItemWrapPm .lineupItem {
  width: 100%;
  max-width: 582px;
}

.checkboxWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}

.checkboxWrapper .checkbox {
  top: 3px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-color: var(--cloud40);
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 2px;
}

.checkbox:disabled {
  border-color: var(--cloud30);
}

.checkbox:checked {
  border-color: var(--blue30);
  background-color: var(--blue30);
}

.checkbox:disabled + .checkboxLabel {
  color: var(--cloud30);
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.checkboxWrapper .checkboxLabel {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-left: 4px;
  cursor: pointer;
}

.printModalContentWrap {
  padding: 72px 103px 79px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.printModalWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.printModalContent {
  width: 994px;
  margin: 0 auto;
}

.printModal .checkboxLabel {
  padding-left: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: pointer;
}

.printFlex {
  display: flex;
  border-top: 1px solid var(--cloud30);
  border-left: 1px solid var(--cloud30);
  border-right: 1px solid var(--cloud30);
}

.printFlexBottom {
  border-bottom: 1px solid var(--cloud30);
}

.printFlexHead {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 10px;
  background-color: var(--cloud10);
  border-right: 1px solid var(--cloud30);
  width: 206px;
  flex-shrink: 0;
  font-weight: 600;
}

.printFlexHead label {
  display: flex;
  align-items: baseline;
}

.printModal .printFlexHead .checkbox {
  margin-top: 2px;
}

.printFlexBody {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.printFlexBodyWrap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.printFlexBodyWrapper4 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 8px;
}

.printFlexBodyWrap4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.printFlexBodyFlex {
  display: grid;
  gap: 8px 0;
  grid-template-columns: repeat(3, 1fr);
}

.printFlexBodyFlexs {
  display: flex;
  gap: 8px 0;
}

.printBtnFlex {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 56px;
}

.printBtnFlex a {
  min-width: 200px;
}

.printBtn {
  display: block;
  padding: 12px 32px 12px 32px;
  border: 1px solid var(--blue40);
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  box-shadow: var(--shadow15-small);
  position: relative;
  overflow: hidden;
}

.printBtn span {
  color: var(--blue40);
}

.printBtn:hover,
.printBtn:focus-visible {
  box-shadow: var(--shadow30-mid);
}

.titFs24 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  transition: color 0.4s ease;
}

.tab_main--inverter .tit {
  padding: 16px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
  transition: color 0.4s ease;
}

.tab_main--inverter .tit:hover,
.tab_main--inverter .tit:focus-visible {
  color: var(--blue40);
}

.tab_main--inverter .lineupItemContTextWrap {
  padding: 0 16px 20px;
}

.tab_main--inverter .lineupItemWrapPm .lineupItemContTextWrap {
  padding: 0 30px 20px;
}

.tab_main--inverter .lineupItemWrapPm .tit {
  position: relative;
}

.tab_main--inverter .lineupItemWrapPm .tit::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
}

.tab_main--inverter .lineupItemWrapPm .product3-2Tags {
  border-top: none;
}

.tab_main .lineupItemWrap .bottom {
  border-top: 1px solid var(--cloud20);
  padding-top: 12px;
  margin-top: 12px;
  transition: all 0.4s ease-out;
}

.tab_main .lineupItemWrap .bottom p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.tab_main .lineupItemWrap .bottomWrap {
  position: relative;
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.tab_main .lineupItemWrap .bottomWrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tab_main .lineupItemWrap .bottomWrap img {
  max-width: 119px;
  width: 100%;
}

.tab_main .lineupItemWrap .bottomWrap span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  transition: color 0.4s ease;
}

.tab_main .lineupItemWrap a:hover span,
.tab_main .lineupItemWrap a:focus-visible span,
.tab_main .lineupItemWrap a:hover .titFs24,
.tab_main .lineupItemWrap a:focus-visible .titFs24 {
  color: var(--blue40);
}

.link_btn01_down {
  display: block;
  padding: 11px 32px 11px 32px;
  background-color: var(--blue40);
  border: 1px solid var(--blue40);
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  min-width: 256px;
  box-shadow: var(--shadow15-small);
  position: relative;
  overflow: hidden;
}

.link_btn01_down span {
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.link_btn01_down span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  margin-left: 14px;
  margin-top: -8px;
}

.link_btn01_down.center {
  margin: 0 auto;
}

.link_btn01_down:hover,
.link_btn01_down:focus-visible {
  background-color: #fff;
  box-shadow: var(--shadow30-mid);
}

.link_btn01_down:hover span,
.link_btn01_down:focus-visible span {
  color: var(--blue40);
}

.link_btn01_down:hover span::after,
.link_btn01_down:focus-visible span::after {
  border-top: solid 2px var(--blue40);
  border-right: solid 2px var(--blue40);
}

.link_btn01_down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 0;
  transition: all 0.6s ease-out;
}

.link_btn01_down:hover::before {
  width: 100%;
}

.textBtnClose {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 11px 32px 11px 45px;
  background-color: var(--blue40);
  border: 1px solid var(--blue40);
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  width: fit-content;
  min-width: 200px;
  box-shadow: var(--shadow15-small);
  position: relative;
}

.textBtnClose::after {
  position: absolute;
  content: "";
  background: url("/assets/img/common/ic_add_circle.svg") no-repeat center center / cover;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.4s ease;
}

.textBtnClose:hover,
.textBtnClose:focus-visible {
  background-color: #fff;
  color: var(--blue40);
  box-shadow: var(--shadow30-mid);
}

.textBtnClose:hover::after,
.textBtnClose:focus-visible::after {
  background: url("/assets/img/common/ic_add_circle_blue.svg") no-repeat center center / cover;
}

/* もっと見る/閉じるボタンの開いた状態のスタイル */
.textBtnClose.is-open {
  background-color: #fff;
  color: var(--blue40);
  box-shadow: var(--shadow30-mid);
}

.textBtnClose.is-open::after {
  background: url("/assets/img/common/ic_close_circle.svg") no-repeat center center / cover;
  transform: translateY(-50%);
}

.textBtnClose.is-open:hover,
.textBtnClose.is-open:focus-visible {
  background-color: #fff;
  color: var(--blue40);
  box-shadow: var(--shadow30-mid);
}

.textBtnClose.is-open:hover::after,
.textBtnClose.is-open:focus-visible::after {
  background: url("/assets/img/common/ic_close_circle.svg") no-repeat center center / cover;
}

/* 検索フィルターボックスの初期状態 */
.searchFilterBox {
  display: none;
}

/* ボタンがアクティブな場合のスタイル */
.link_btn01_down.active {
  background-color: #fff;
  color: var(--blue40);
}

.link_btn01_down.active span {
  color: var(--blue40);
}

.link_btn01_down.active span::after {
  border-top: solid 2px var(--blue40);
  border-right: solid 2px var(--blue40);
  transform: rotate(-45deg);
  margin-top: 0;
}

/*----------------
仕様表
------------------*/

.inverterSpecTable table {
  width: 100%;
  font-weight: 500;
}

.inverterSpecTable table,
.inverterSpecTable td,
.inverterSpecTable th {
  border: 1px solid var(--cloud30);
  border-collapse: collapse;
}
.inverterSpecTable td,
.inverterSpecTable th {
  padding: 10px;
}

.inverterSpecTable li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
}

.inverterSpecTable li::before {
  position: absolute;
  content: "・";
  top: 0px;
  left: 0;
}

.inverterSpecTable li.style-none::before {
  display: none;
}

.inverterSpecTable li.tableFlex {
  display: flex;
  align-items: flex-start;
}

.tableFlexItem {
  width: 200px;
  flex-shrink: 0;
}

.annotationNote {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.annotationNote a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.scroll_table .peripheralEquipmentList {
  min-width: 1200px;
  border-collapse: collapse;
}

.peripheralEquipmentList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 0;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 36px;
}

.peripheralEquipmentList::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1px;
  height: 87%;
  background-color: #000;
  top: 5%;
  left: 51.5%;
  transform: translateX(-50%);
}

.peripheralEquipmentList::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 43%;
  left: 0;
}

.peripheralEquipmentItem1 {
  grid-area: 1 / 2 / 2 / 3;
  max-width: 102px;
  margin: 0 auto;
}
.peripheralEquipmentItem2 {
  grid-area: 2 / 2 / 3 / 3;
}
.peripheralEquipmentItem3 {
  grid-area: 3 / 1 / 4 / 2;
}
.peripheralEquipmentItem4 {
  grid-area: 3 / 2 / 5 / 3;
  max-width: 118px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 145px;
  margin-top: -20px;
}
.peripheralEquipmentItem5 {
  grid-area: 3 / 3 / 4 / 4;
  padding-bottom: 15px;
}
.peripheralEquipmentItem6 {
  grid-area: 4 / 3 / 5 / 4;
}
.peripheralEquipmentItem7 {
  grid-area: 5 / 2 / 6 / 3;
}
.peripheralEquipmentItem8 {
  grid-area: 6 / 2 / 7 / 3;
  max-width: 165px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.peripheralEquipmentItem9 {
  grid-area: 6 / 3 / 7 / 4;
}

.peripheralEquipmentContents {
  border: 1px solid var(--cloud20);
  box-shadow: var(--shadow30-mini);
  margin-top: 8px;
  min-height: 115px;
  background-color: #fff;
}

.peripheralEquipmentContents a {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  max-width: 376px;
  min-height: 115px;
  margin: auto;
}

.peripheralEquipmentContents a:hover,
.peripheralEquipmentContents a:focus-visible {
  box-shadow: var(--shadow30-mid);
}

.peripheralEquipmentContents a:hover li,
.peripheralEquipmentContents a:focus-visible li {
  color: var(--blue40);
}

.peripheralEquipmentContents img {
  max-width: 170px;
  width: 100%;
}

.peripheralEquipmentContents ul {
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}

.peripheralEquipmentContents li {
  position: relative;
  padding-left: 14px;
  transition: color 0.4s ease;
}

.peripheralEquipmentContents li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.prodNavi .prodNaviState .prod_name a {
  font-size: 1.4rem;
  color: var(--blue30);
  text-decoration: underline;
}

.prodNavi .prodNaviState .prod_name a:hover,
.prodNavi .prodNaviState .prod_name a:focus-visible {
  color: var(--cloud40);
}

/*----------------
検索フォーム
------------------*/

.searchForm {
  display: flex;
  border: 1px solid var(--cloud30);
  border-radius: 5px;
  max-width: 638px;
  overflow: hidden;
}

.searchFormInput {
  flex: 1;
  padding: 26px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  border: none;
  outline: none;
}

.searchFormButton {
  background-color: var(--accent20);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  padding: 24px 28px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
}

.searchFormButton img {
  width: 24px;
  margin-left: 10px;
}

.scroll_areaInverter {
  overflow-x: auto;
}

.scroll_area_inverter {
  min-width: 1000px;
}

.prodNaviInverter .prodNavi .prodNaviLinks {
  width: 100%;
  padding: 18px;
  background-color: var(--cloud10);
}

.prodNaviInverter .prodNavi .prodNaviLinks ul {
  margin: 0 auto;
  width: fit-content;
}

.prodNaviInverter .prodNavi .prodNaviLinks ul li {
  width: 210px;
}

.h2-flex {
  display: flex;
  align-items: center;
}

.h2-flex.baseline {
  align-items: flex-end;
  justify-content: space-between;
}

.h2-flex.baseline h2:before {
  margin-top: 3px;
}

.h2-flex.gap16 {
  gap: 16px;
  margin-bottom: 16px;
}

.h2-flex.gap16 .link_btn01 {
  min-width: 164px;
}

.prodNaviLinksLists {
  width: 47%;
}

.prodNaviLinksLists ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

.prodNaviLinksLists li {
  position: relative;
  font-weight: 500;
}

.prodNaviLinksLists li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -16px;
}

.prodNaviWrap.prodNaviWrap_Σ-X .prod_name .prodNaviDetail {
  color: #000;
  display: inline;
  margin-left: 7px;
}

/*----------------
PMモータ
------------------*/

.tableFlex {
  display: flex;
  align-items: center;
}

ul.col04 {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}

ul.col04 li {
  width: 582px;
  max-width: 50%;
}

/*----------------
検索モーダル
------------------*/

.resultModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.resultModalBox {
  margin-top: 262px;
  position: relative;
  width: 62.5%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 47px 72px;
}

.resultModalBox .filterCloseButton {
  position: absolute;
  top: 11px;
  right: 14px;
}

.resultModalCount {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.resultModalCountNumber {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: var(--blue40);
}

.resultModalMessage {
  margin-top: 38px;
  padding-left: 44px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: var(--hot40);
}

.acInverterWrap {
  padding-top: 32px;
  border-top: 1px solid var(--blue10);
}

.sideSearchInverter {
  padding-bottom: 16px;
}

.sideSearchInverter .tit {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.sideSearchInverter .checkboxWrapper {
  gap: 10px 110px;
}

.sideSearchInverter .checkboxWrapper .radioFlex {
  display: flex;
  align-items: flex-start;
}

.sideSearchInverter .checkboxWrapper .radioFlex .radio {
  top: 25%;
}

.twoColumnPageSideSearch {
  display: none;
}

.twoColumnPageSideSearchWrap {
  width: 100%;
}

.twoColumnPageSideSearchWrap .twoColumnPageSide {
  width: 100%;
}

.twoColumnPageSideBtn {
  display: none;
}

/* 印刷モーダル */
.printModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}

.printModal.active {
  display: flex;
  flex-direction: column;
}

.printModalWrap {
  background-color: #fff;
  overflow-y: auto;
}

.printModal .h2-flex {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.printModal p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.printFlex {
  display: flex;
}

.printFlexBottom {
  border-bottom: 1px solid var(--cloud30);
}

.printFlexHead {
  min-width: 150px;
  font-weight: bold;
  color: #333;
  padding-right: 20px;
}

.printFlexBody,
.printFlexBodyWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex: 1;
}

.printFlexBodyFlex,
.printFlexBodyFlexs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.printFlexBodyWrapper4 {
  flex: 1;
}

.printModal label {
  position: relative;
  display: flex;
  cursor: pointer;
  transition: background-color 0.2s;
}

.printModal label:hover {
  background-color: #f5f5f5;
}

.printModal .checkbox {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 2px;
  position: absolute;
}

.printModal .checkboxLabel {
  font-size: 14px;
  color: #333;
  user-select: none;
}

.prodArticleColumnImgTitle {
  line-height: 1.4;
}

.w296 {
  width: 296px;
}

.w204 {
  width: 204px;
}

.w191 {
  width: 191px;
}

.mt12 {
  margin-top: 12px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.printBtnFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.printBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.printBtn:hover {
  background-color: #e5e5e5;
}

.printModal .link_btn01.link_btn04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.printModal .link_btn01.link_btn04:hover {
  background-color: #0052a3;
}

.productCardWrapper {
  display: flex;
  gap: 36px;
}

.productCardLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 582px;
  width: 100%;
  border: 1px solid var(--cloud20);
  box-shadow: var(--shadow30-mini);
  transition: all 0.3s ease-out;
  padding: 0 30px 24px;
}

a.productCardLink:hover,
a.productCardLink:focus-visible {
  box-shadow: var(--shadow30-mid);
  border-color: var(--blue40);
  outline: 1px solid var(--blue40);
}

a.productCardLink:hover .productCardTitle,
a.productCardLink:focus-visible .productCardTitle,
a.productCardLink:hover .productCardDescription,
a.productCardLink:focus-visible .productCardDescription,
a.productCardLink:hover .productCardInverterTitle,
a.productCardLink:focus-visible .productCardInverterTitle,
a.productCardLink:hover .productCardInverterSubTitle,
a.productCardLink:focus-visible .productCardInverterSubTitle {
  color: var(--blue40);
}

.productCardImage img {
  max-width: 376px;
  width: 100%;
  margin: 0 auto;
}

.productCardBody {
  margin-top: 19px;
}

.productCardTitle {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  transition: color 0.3s ease;
  padding-right: 10px;
}

.productCardTitle::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.productCardDescription {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.productCardTags {
  margin-top: 1.6rem;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.productCardFooter {
  margin-top: auto;
}

.productCard .product3-2Tags {
  border-top: none;
  padding-top: 0;
}

.productCardInverter {
    display: block;
    margin-top: 14px;
    padding-top: 6px;
    border-top: 1px solid var(--cloud20);
}

.productCardInverter img {
    width: 119px;
    border: 1px solid var(--cloud20);
}

.productCardInverterWrapper {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.productCardInverterWrapper::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--blue40);
  transform: rotate(45deg);
  position: absolute;
  top: -41px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.productCardInverterInfo {
  display: flex;
  margin-left: 16px;
}

.productCardInverterTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  transition: color 0.3s ease;
}

.productCardInverterSubTitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  transition: color 0.3s ease;
}



