.productBtnWrap{
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
}

.servoBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1rem 0 2rem 6.4rem;
  border: 8px solid;
  border-image: linear-gradient(to right, #026BEB 0%, #80AEE3 54%, #0B318F 100%) 1;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  transition: all 0.6s ease;
}

.servoBanner:hover{
  opacity: 0.8;
}

.servoBannerTextBlock {
margin-top: 3rem;
}


.servoBannerCatch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
}

.servoBannerCatch span{
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.servoBannerText {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue40);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.servoBannerTitle {
  margin-top: 1px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #63676C;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.servoBannerImageBlock {
  max-width: 60.3rem;
  width: 54%;
}

.servoBannerImageBlock img {
  width: 100%;
  aspect-ratio: 603/184;
  object-fit: contain;
}

.lineupItemCont_text-red{
  color: var(--hot50);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lineupItem:hover .lineupItemContHead .tit span{
    color: var(--blue40);
    transition: all 0.4s ease-out;
}


/* サーボ Σ-Xシリーズ */
.lineupItemHeading.lineupItemHeading_sgmx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
}

.prodNaviWrap.prodNaviWrap_sgmx{
    letter-spacing: 0;
}

.tabBox .tabAreaServo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 3px;
    border-bottom: 1px solid var(--cloud20);
}

.tabBox .tabAreaServo .one_tab{
    width: 24.8%;
    flex: 1;
}

.ServoListBtn{
    display: flex;
}

.ServoListBtn li{
    flex-grow: 1;
    width: 100%;
    min-width: 180px;
    margin: 0 1px;
}

.servo_ic{
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 46px;
    position: relative;
    transition: all 0.4s ease-out;
    text-decoration: none;
    transition-duration: 0.3s;
    text-align: center;
    color: #fff;
    border: 1px solid var(--cloud20);
    background-color: var(--cloud10);
    padding: 10px 10px 10px 10px;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.servo_ic:hover{
    opacity: 0.7;
}

.servo_ic.tab-active:hover{
  opacity: 1;
}

.servo_ic.tab-active{
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 3px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none;
  position: relative;
}

.servo_ic span.ic_img {
  display: block;
  width: 100%;
  max-width: 9.6rem;
}

.servo_ic span.ic_img img {
  width: 100%;
  aspect-ratio: 96/54;
  object-fit: contain;
}

.servo_ic p {
  font-size: clamp(1.3rem, 1.2vw, 1.4rem);
  font-weight: 500;
  text-align: center;
}

.servo_ic.tab-active p{
font-weight: 700;
}


/* 製品ラインアップ　回転サーボモータ */
.lineupItemWrap.lineupItemWrap_sgmx {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  row-gap: 3.2rem;
  column-gap: 3%;
  width: 100%;
  margin-top: 2.4rem;
}


/* 製品ラインアップ　サーボパック */

.lineupSgmxBtnWrap .link_btn01 {
  padding: 1.3rem 2rem 1.3rem 2rem;
  max-width: 26.5rem;
  width: 100%;
}

.lineupItemWrap.productModelBtnWrap_servopack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  row-gap: 3.2rem;
  column-gap: 3%;
  width: 100%;
  margin-top: 2.4rem;
}

.lineupItemWrap.productModelBtnWrap_servopack .productModelBtn{
display: grid;
grid-template-rows: subgrid;
grid-row: span 4;
gap: 0;
max-width: 37.6rem;
width: 100%;
}

/* 製品ラインアップ　サーボパック（FT仕様） */

.lineupItemHeading.lineupItemHeading_servopack-ft {
  margin-top: 3rem;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItemCont{
  padding:1.9rem 2.9rem;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItemCont .tit{
padding-right: 0;
min-height: 11.3rem;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItemCont .tit h3{
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItemCont .tit .tit_num{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: all 0.4s ease-out;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItem:hover .tit_num{
  color: var(--blue40);
}

.lineupItemWrap.lineupItemWrap_servopack-ft .lineupItemCont .inside{
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ServopackCapacity{
  border-top:solid 1px var(--cloud20);
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  transition: all 0.4s ease-out;
}

.lineupItemWrap .lineupItem:hover .ServopackCapacity{
  border-color: var(--blue40);
}

.ServopackCapacity p{
  letter-spacing: 0;
}

.lineupItemWrap.lineupItemWrap_servopack-ft .dl_btns{
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

/* サーボ＞ACサーボドライブ Σ-Xシリーズ＞特長 */

.ServoTabBox{
  margin-top: 7.2rem;
}

.ServoTabBox .robotedListBtn{
  display: flex;
  border-bottom: 1px solid;
  border-color: var(--cloud20);
  align-items: stretch;
}

.ServoTabBox ul.robotdlListBtn li a{
  height: 100%;
}

.ServoTabBox ul.robotdlListBtn li a span{
  display: inline-block;
}

.ServoFeatureBox {
  margin-top: 2.4rem;
  background-color: var(--blue00);
  border: 1px solid var(--cloud20);
  padding: 4rem 1rem;
  text-align: center;
}

.ServoFeatureBoxText {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.ServoFeatureBoxText span{
  display: inline-block;
}

.ServoTabBox .colutionAreaLists a span{
  display: inline-block;
  transition: all 0.6s ease-out;
}

.ServoTabBox .colutionAreaLists a:hover span{
  color: var(--blue40);
  text-decoration: underline;
}

/* .prodArticleColumn{
  margin-top: 8rem;
  padding-top: 2.4rem;
  border-top: 1px solid;
  border-color: var(--cloud30);
  position: relative;
} */

.prodArticleColumn:before{
  content: '';
  display: block;
  width: 273px;
  width: 22.75%;
  height: 3px;
  background-color: var(--blue20);
  position: absolute;
  top: -2.5px;
  left: 0;
}

/* .prodArticleColumn h3.feat_tit{
  margin-bottom: 2rem;
} */

.prodArticleColumn p{
  letter-spacing:0;
}

.prodArticleColumnImg{
  margin-top: 3.2rem;
  max-width: 78.8rem;
  width: 66%;
  margin-inline:auto;
}

/* .prodArticleColumnImg img{
  width: 100%;
  aspect-ratio: 788/443;
  object-fit: contain;
} */

.prodArticleColumnImg.prodArticleColumnImg_i3 img{
  aspect-ratio: 788/528;
}

.prodArticleColumnImg.prodArticleColumnImg_i4{
  max-width: 58.2rem;
  width: 49%;
}

.prodArticleColumnImg.prodArticleColumnImg_i4 img{
  aspect-ratio: 582/270;
}

.prodArticleColumnImg.prodArticleColumnImg_i5 img,
.prodArticleColumnImg.prodArticleColumnImg_i6 img{
  aspect-ratio: 788/346;
}

.prodArticleColumnImg.prodArticleColumnImg_i7,
.prodArticleColumnImg.prodArticleColumnImg_i8{
  max-width: 60rem;
  width: 50%;
}

.prodArticleColumnImg.prodArticleColumnImg_i7 img,
.prodArticleColumnImg.prodArticleColumnImg_i8 img{
  aspect-ratio: 600/352;
}

.prodArticleColumnImg.prodArticleColumnImg_i9,
.prodArticleColumnImg.prodArticleColumnImg_i10,
.prodArticleColumnImg.prodArticleColumnImg_i11,
.prodArticleColumnImg.prodArticleColumnImg_i12{
  max-width: 99.4rem;
  width: 83%;
}

.prodArticleColumnImg.prodArticleColumnImg_i9 img{
  aspect-ratio: 994/500;
}

.prodArticleColumnImg.prodArticleColumnImg_i10 img{
  aspect-ratio: 994/428;
}

.prodArticleColumnImg.prodArticleColumnImg_i11 img{
  aspect-ratio: 994/426;
}

.prodArticleColumnImg.prodArticleColumnImg_i12 img{
  aspect-ratio: 994/526;
}


.prodArticleColumnNote{
  margin-top:1.2rem;
  max-width: 78.8rem;
  width: 66%;
  margin-inline:auto;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 1.5;
}

.prodArticleColumnNote + .prodArticleColumnNote{
  margin-top:0;
}

.prodArticleColumnTextStrong{
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.prodArticleColumnImgWrap{
  display: flex;
  justify-content: space-between;
}

.prodArticleColumnNoteWrap {
  margin-top: 3.2rem;
  border:1px solid var(--cloud20);
  padding: 0.8rem 4.7rem;
}

.prodArticleColumnLabel {
  display: inline-block;
  padding: 0.7rem;
  color: var(--accent30);
font-size: 1.2rem;
font-weight: 400;
line-height: 1;
letter-spacing:0;
border:1px solid var(--accent30);
}

.prodArticleColumnTitle {
  margin-left: 1rem;
  display: inline-block;
  color: #000;
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
letter-spacing:0.05em;
}

.prodArticleColumnContent {
padding: 2.4rem 4.7rem;
background-color: var(--cloud10);
border:1px solid var(--cloud20);
}

.prodArticleColumnContent p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing:0;
  color: #000;
}

/* .ServoTabBoxBottom{
  margin-top: 8rem;
} */

.ServoTabBoxBottom ul.robotdlListBtn li > a.act{
  border-top: none;
  border-bottom: 3px solid #000;
  box-shadow: none;
}

.ServoTabBoxBottom ul.robotdlListBtn li > a.act:after{
content: none;
}

.ServoTabBoxBottom ul.robotdlListBtn li > a{
  box-shadow: inset 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  height: 100%;
}

/* サーボ Σ-Xシリーズ SGMXJモデル */

a.prodNaviStateLink{
  color:var(--blue30);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}

a.prodNaviStateLink:hover{
  opacity: 0.7;
}

.prodNaviWrap_sgmxj .prod_name p {
  display: flex;
  align-items: center;
}

.prodNaviWrap_sgmxj .prod_name p span{
font-weight: 400;
letter-spacing: 0;
margin-right: 0.8rem;
vertical-align: middle;
}

.productLabel {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: var(--accent50);
  border: 1px solid var(--accent50);
  border-radius: 0.8rem;
  padding: 0.7rem 0.8rem;
  margin-left: 2.4rem;
  background-color: var(--accent10);
}

.productLabel + .productLabel{
  margin-left: 0.5rem;
}

.specListWrap {
  display: flex;
  gap: 2rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

/* 各カラムのul */
.specList {
  flex: 1;
  padding: 0;
}

.specList li{
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.2rem;
}

.specList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 50%;
}

/* サーボ Σ-Xシリーズ SGMXJモデル 仕様表 */

.ServoSgmxjCont{
  margin-top: 2.4rem;
}

.Servotable{
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  border-top: 1px solid var(--cloud30);
  border-left: 1px solid var(--cloud30);
}

.Servotable th{
  padding: 1rem 0.9rem;
  border-bottom: 1px solid var(--cloud30);
  border-right: 1px solid var(--cloud30);
  background-color: var(--cloud10);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}

.Servotable td{
  padding: 1rem 0.9rem;
  border-bottom: 1px solid var(--cloud30);
  border-right: 1px solid var(--cloud30);
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: top;
}

.ServoSgmxjContNote{
  margin-top: 1.6rem;
}

.ServoSgmxjContNote p{
font-size: 1.4rem;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0;
color: #000;
padding-left: 1.5em;
text-indent: -1em;
}

.ServoSgmxjContNote p a{
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--blue30);
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}

.ServoSgmxjContNote p a:hover{
  opacity: 0.7;
}

.ServoSgmxjContNoteImg{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 120rem;
  width: 100%;
}

.ServoSgmxjContNoteImg img{
  width: 100%;
  aspect-ratio: 1200/214;
  object-fit: contain;
}

.Servotable .width1{
  width: 40%;
}

.Servotable .width2{
  width: 17.2%;
}

.Servotable .width3{
  width: 8.7%;
}

.Servotable .width4{
  width: 22%;
}

.Servotable .width5{
  width: 10%;
}

.Servotable .width6{
  width: 6%;
}

.ServoSgmxjContNoteImg.ServoSgmxjContNoteImg02{
  max-width: 20.7rem;
}

.ServoSgmxjContNoteImg.ServoSgmxjContNoteImg02 img{
  aspect-ratio: 207/151;
}


.ServoSgmxjContNoteImg.ServoSgmxjContNoteImg03{
  max-width: 19.4rem;
}

.ServoSgmxjContNoteImg.ServoSgmxjContNoteImg03 img{
  aspect-ratio: 194/107;
}

/* サーボ Σ-Xシリーズ SGMXJモデル トルク回転特性 */

.ServoDataImg{
  max-width: 120rem;
}

.ServoDataImg img{
  width: 100%;
  aspect-ratio: 1200/1206;
  object-fit: contain;
}

.ServoSgmxjContNote span{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}

.ServoSgmxjContNote ol li{
  margin-left: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}


.servoSgmxjContTorque {
  border: 1px solid var(--cloud20);
  margin-top: 4rem;
}

.servoSgmxjContTorqueHeader {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  padding: 1.3rem 1.6rem 1.3rem 4.8rem;
  border-bottom: 1px solid var(--cloud20);
}

.servoSgmxjContTorqueHeader.pd10 {
  padding: 8px 16px 8px 48px;
}

.servoSgmxjContTorqueBody {
  background-color: var(--cloud10);
  padding: 2.4rem;
  text-align: center;
}

.servoSgmxjContTorqueBody.pd10 {
  padding: 4px 24px 16px 24px;
}


.servoSgmxjContTorqueText {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}

.servoSgmxjContTorqueBtn{
  max-width: 58.2rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.4rem;
}

.servoSgmxjContTorqueBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: var(--cloud20);
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  transition: all 0.6s ease;
}

.servoSgmxjContTorqueBtn a:hover{
  background-color: var(--hot30);
  border: 1px solid;
  border-color: var(--hot30);
  color: #fff;
}

.servoSgmxjContTorqueBtn a img{
  display: block;
  width: 3rem;
  max-width: 100%;
  transition: all 0.6s ease;
  margin-right: 1.2rem;
}

.servoSgmxjContTorqueBtn a:hover img{
  display: none;
  visibility: hidden;
}

.servoSgmxjContTorqueBtn a img.hov{
  display: none;
  visibility: hidden;
}

.servoSgmxjContTorqueBtn a:hover img.hov{
  display: block;
  visibility: visible;
}


.servoSgmxjContTorqueBtn a p{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
}

.servoSgmxjContTorqueBtn a:hover p{
  color: #fff;
}

.servoSgmxjContTorque + .servoSgmxjContTorque{
  margin-top: 3.2rem;
}

/* サーボ Σ-Xシリーズ SGDXSモデル(単軸) */

.Servotable.Servotable_small{
  margin-top: 2.4rem;
  max-width: 94rem;
}

.Servotable.Servotable_DC270V{
  margin-top: 2.4rem;
}

.Servotable.Servotable_io-signal ul{
  list-style: disc;
  padding-left: 1.5em;
  text-indent: -1em;
}

.Servotable.Servotable_io-signal ul li{
  padding-left: 1.5rem;
}

.Servotable.Servotable_io-signal ul li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ServoSgmxjText{
  margin-top: 2.4rem;
  font-size: 1.8rem;
}

.ServoSgmxjCont h4{
  margin-top: 5.6rem;
}

.ServoSgmxjImg{
  margin-top: 2.4rem;
  max-width: 120rem;
  width: 100%;
}

.ServoSgmxjImg img{
  width: 100%;
  aspect-ratio: 720/225;
  object-fit: contain;
}

.Servotable.Servotable_ft40-200v{
  margin-top: 2.4rem;
  max-width: 100.5rem;
}

.ServoFt40Note{
  display: flex;
}

.ServoFt40Note dd{
  margin-left: 1.6rem;
}

.ServoSgmxjContNote.ServoSgmxjContNote_ft40 a{
  text-decoration: underline;
  color: var(--blue30);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.ServoSgmxjContNote.ServoSgmxjContNote_ft40 a:hover{
  opacity: 0.7;
}

.sup{
  font-size: 1.6rem;
  vertical-align: super;
  color: var(--blue40);
}

.prodNaviWrap.prodNaviWrap_sgmx .prod_name p{
display: flex;
align-items: center;
gap: 0.5rem;
}

.prodNaviWrap.prodNaviWrap_sgmx .prod_name p span{
color: var(--cloud40);
}

.prodArticleFt40{
  margin-top: 72px;
}

.prodArticleFt40Img{
  margin-top: 32px;
  max-width: 100%;
  width: 1200px;
}

.prodArticleFt40Img img{
  width: 100%;
}

.prodArticleFt40Btn{
  margin-top: 80px;
  width: 58.2rem;
  max-width: 49%;
  margin-inline: auto;
}

.prodArticleFt40Btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: var(--cloud30);
    border-radius: 30px;
    background-color: #fff;
    width: 100%;
    height: 52px;
    transition: all 0.6s ease;
}

.prodArticleFt40Btn a:hover {
  background-color: var(--hot30);
  border: 1px solid;
  border-color: var(--hot30);
  color: #fff;
}

.prodArticleFt40Btn a img {
  display: block;
  width: 30px;
  max-width: 100%;
  transition: all 0.6s ease;
  margin-right: 8px;
}

.prodArticleFt40Btn a:hover img {
  display: none;
  visibility: hidden;
}

.prodArticleFt40Btn a img.hov {
  display: none;
  visibility: hidden;
}

.prodArticleFt40Btn a:hover img.hov {
  display: block;
  visibility: visible;
}

.prodArticleFt40Btn a p{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
}

.prodArticleFt40Btn a:hover p {
  color: #fff;
}

/* サーボ Σ-Xシリーズ SGMXGモデル（中慣性・大トルク） */

.prodNaviWrap.prodNaviWrap_morters h1{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 0;
}

.prodNaviWrap.prodNaviWrap_morters h1:before,
.prodNaviWrap.prodNaviWrap_morters h1:after{
  content: none;
}

.prodNaviWrap.prodNaviWrap_morters .prod_name .prod_name_tit{
  display: flex;
  align-items: center;
  column-gap: 7px;
  color: var(--cloud40);
}

.prodNaviWrap.prodNaviWrap_morters .prod_spec{
  max-width: 665px;
  width: 59%;
}

.prod_spec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(323px, 1fr));
  column-gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod_spec-item {
  position: relative;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0;
}

.prod_spec-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  color:#000;
}

.prodNaviWrap.prodNaviWrap_servomotor{
  margin-top: 24px;
  border-bottom: none;
  box-shadow: none;
}

.prodNaviWrap.prodNaviWrap_servomotor .prodNavi .prodNaviLinks{
  width: 100%;
}

.prodNaviWrap.prodNaviWrap_servomotor .prodNaviLinks ul{
  margin-left:25px ;
  column-gap: 25px;
}

.prodArticleHead{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 23px;
}

.prodArticleHead h2{
  margin-top: 25px;
  margin-bottom: 16px;
}

.ServoTabBox_sgmx-morter{
  margin-top: 72px;
}

.ServoTabBox_sgmx.ServoTabBox_sgmx-morter li{
  min-width: 110px;
}

.ServoTabBox_sgmx-morter .servo_ic p{
  width: 100%;
}

.lineupItemHeading.lineupItemHeading_servomotor{
  background-color: unset;
  padding: unset;
  margin-top: 0;
}

.lineupItemHeading.lineupItemHeading_sgmx .lineupSgmxBtnWrap{
  display: flex;
  column-gap: 8px;
}

.lineupItemHeading.lineupItemHeading_sgmx .lineupSgmxBtnWrap .link_btn01{
  max-width: 17.2rem;
}

.lineupWrap.lineupWrap_servomotor .link_btn01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 17.2rem;
  max-width: 17.2rem;
  width: 100%;
  padding: 12.5px 10px;
}

.lineupWrap.lineupWrap_servomotor .link_btn01::after{
  content: none;
}

.lineupWrap.lineupWrap_servomotor .link_btn01 span.link_btn01text{
display: block;
width: 100%;
}

.lineupWrap.lineupWrap_servomotor .lineupSgmxBtnWrap{
  display: flex;
  align-items: center;
  column-gap:16px;
}

.lineupWrap.lineupWrap_servomotor .link_btn01 img{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.lineupWrap.lineupWrap_servomotor .link_btn01 img.hov{
  display: none;
  visibility: hidden;
  transition: all 0.3s;
}

.lineupWrap.lineupWrap_servomotor .link_btn01:hover img{
  display: none;
  visibility: hidden;
}

.lineupWrap.lineupWrap_servomotor .link_btn01:hover img.hov{
  display: block;
  visibility: visible;
}

.ServoSgmxjContNote.ServoSgmxjContNote_morters .ServoSgmxjContNoteImg{
  max-width: 26.8rem;
  margin-left: 23px;
}

.ServoSgmxjContNote.ServoSgmxjContNote_morters .ServoSgmxjContNoteImg img{
  aspect-ratio: unset;
}

.ServoSgmxjContNote.ServoSgmxjContNote_morters a{
  padding-left: 1.5em;
}

/* サーボ Σ-Xシリーズ SGMXGモデル（中慣性・大トルク） トルク回転性*/

.ServoMortersTorqueImg01{
    margin-top: 24px;
    width: 576px;
    max-width: 100%;
}

.ServoMortersTorqueImg02{
  margin-top: 12px;
  width: 373px;
  max-width: 100%;
  margin-inline: auto;
}

/* サーボ Σ-Xシリーズ SGMXGモデル（中慣性・大トルク） 定格 */

.ServoSgmxjContNote.ServoSgmxjContNote_morters .ServoSgmxjContNoteImg.ServoMortersNoteImg02{
  max-width: 14.9rem;
}

.ServoSgmxjContNote.ServoSgmxjContNote_morters .ServoSgmxjContNoteImg.ServoMortersNoteImg03{
  max-width: 17rem;
}

/* サーボ Σ-Xシリーズ 形式の見方 */

ul.robotdlListBtn.robotdlListBtn_servo li{
min-width: 168px;
}

ul.robotdlListBtn.robotdlListBtn_servo li a{
  font-size: 1.4rem;
  min-height: 44px;
  line-height: 1.25;
/*
  font-weight: 500;
  padding-top:7px;
  padding-bottom:7px;
  min-height: 51px;
  text-align: center;
*/
}

.ServoImgWrap{
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 100%;
  margin-left: 10px;
}

.ServoImgWrap_sgmxj{
  width: 595px;
}

.ServoImgWrap_sgmxa{
  width: 655px;
}

.ServoImgWrap_sgmxp{
  width: 615px;
}

.ServoImgWrap_sgmxg{
  width: 615px;
}

.ServoImgWrap_sgm7m{
  width: 526px;
}


.ServoFormBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
}

.ServoTableWrap:not(:first-child){
margin-top: 40px;
}

.ServoFormBlock table {
  width: 100%;  
  border-collapse: collapse;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 16px;
  color: #000;
}

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

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

.ServoFormBlock td{
  font-weight: 400;
}

.ServoFormBlock th:first-child{
  width: 18%;
}

.ServoFormBlock th:nth-child(2){
  width: 82%;
}

.ServoNoteBlock {
margin-top: 16px;
}

.ServoNotes {
list-style: none;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0;
color: #000;
}

.ServoFormBlock th.ServoTableSgmxa_th1,
.ServoFormBlock th.ServoTableSgmxa_th2{
  width: 17%;
}

.ServoFormBlock th.ServoTableSgmxa_th4,
.ServoFormBlock th.ServoTableSgmxa_th5{
  width: 32%;
}

.ServoTableHeader{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
}

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

.ServoSidebarWrap{
  margin-top: 190px;
}


.langCheckboxWrap .ServoCheckboxWrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 8px;
}

 .langCheckbox div.ServoCheckboxWrap .checkboxes {
  gap: 0.75em 12px;
}

.cadTableWrapServo .cadTable th{
  font-weight: 500;
}

.cadTableWrapServo .cadTable td{
  padding: 1.6rem 1rem 1.6rem 1rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.prod_name_Servotitle{
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}

.ServoNoteImg{
  margin-top: 53px;
  max-width: 44.6rem;
  width: 100%;
}

.ServoNoteImg img{
  width: 100%;
  object-fit: contain;
}

.prodNaviLinksListsServo{
width: 81%;
}

.prodNaviLinksListsServoWrap{
  display: grid;
      grid-template-columns:25% 43% 28%;
      gap: 0 16px;
  }

.prodNaviLinksListsServoWrap li {
    position: relative;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0;
}

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


.prod_name_gray{
  color: var(--cloud40);
}

.ServoNaviWrap{
  margin-top: 24px;
  background-color: var(--cloud10);
  padding-top: 16px;
  padding-bottom: 16px;
}

.ServoNaviWrap .prodNavi .prodNaviLinks {
  width: 100%;
}

.ServoNaviWrap .prodNaviLinks ul {
  margin-left: 25px;
  column-gap: 25px;
}

.ServoNoteImg.ServoNoteImg02{
  max-width: 75.8rem;
  margin-bottom:47px ;
}

.ServoMotorsddTorqueImg01{
  margin-top: 42px;
  max-width: 75.9rem;
  width: 100%;
}

.ServoMotorsddTorqueImg02{
  margin-top: 41px;
  margin-bottom: 65px;
  max-width: 61.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.prodArticleHeadServopack{
align-items: flex-end;
}

.ServoMortersAreaListsWrap li a{
  font-weight: 500;
}

.prodNaviLinksListsServopack{
  width: 85.4%;
  }
  
  .prodNaviLinksListsServopackWrap{
    display: grid;
    grid-template-columns:22% 36% 33%;
    gap: 0 16px;
    }

    .prodNaviLinksListsServopackWrap li {
      position: relative;
      font-weight: 400;
      font-size: 1.2rem;
      letter-spacing: 0;
  }

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

  .ServoLinearFeatureImg01{
    margin-top: 136px;
    max-width: 78.6rem;
    width: 100%;
  }
  
  .ServoLinearFeatureImg02{
    margin-top: 59px;
    max-width: 78.9rem;
    width: 100%;
  }

  .prodNaviStateFt40{
    display: flex;
    column-gap: 7px;
    align-items: flex-end;
  }

  .prodNaviLinksListsFT40{
    width: 85.4%;
  }

  .prodNaviLinksLists.prodNaviLinksListsSgmxg{
    width: 60%;
  }

  .prodNaviLinksLists.prodNaviLinksListsSgmxg li{
    font-weight: 400;
  }

  .prodNavi .prodNaviState .prod_name span.prodNaviDetail{
    margin-left: 7px;
    display: inline;
  }

  table td.ServoTdBtn{
    padding: 5px 10px 5px 10px;
  }

  .SideSearchdrawer{
    position: relative;
  }

  .ServoSearchBtns{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ServoSearchBtns .url_btn{
    min-width: 164px;
  }

  .ServoResearchdrawer {
    display: none;
    padding: 10px;
    border: 1px solid var(--blue40);
    background: #fff;
    margin-top: 5px;
    position: absolute;
    top: -135px;
    left: 300px;
    background-color: #fff;
    z-index: 100;
    width: 330px;
  }
  
  .ServoResearchdrawer.open {
    display: block;
  }

  .ServoResearchdrawer-inner{
    padding: 40px 57px 56px;
    background-color: #fff;
    display: flex;
    column-gap: 29px;
  }

  .ServoResearchdrawer-inner li{
    margin-top: 9px;
  }


  .ServoResearchdrawer-toggle span {
    color:#000;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    text-align: right;
    white-space: nowrap;
  }

  .ServoResearchdrawer-toggle:hover span {
    color: var(--blue40);
    text-decoration: none;
  }

  .ServoResearchdrawer-toggle span::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--blue40);
    transition: width 0.3s ease;
}

.ServoResearchdrawer-toggle:hover span::before {
  width: 100%;
}

.ServoResearchdrawer-toggle{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 12px;
}

  .ServoResearchdrawer-toggle::after {
  content: '';
  width: 10px;
  height: 18px;
  background-image: url(/assets/img/download/arrow_forward.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  }

  .ServoResearchdrawer:before, .ServoResearchdrawer:after	{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    left: -1.5em;
    border-top: 20px solid transparent;
    border-right: 1.5em solid var(--blue40);
    border-bottom: 20px solid transparent;
  }

  .ServoResearchdrawer:after	{
    left: calc( 2px - 1.5em );
    border-right: solid 1.5em #ffffff;
  }

.ServoReserchList{
  display: flex;
  gap: 10px;
}

.ServoReserchList li{
max-width: 11.4rem;
width: 100%;
}

.ServoReserchList span{
  display: block;
}

.ServoReserchList span.spu{
  font-size: 0.8em;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
}

.ServoSelectModelBtn{
  text-align: right;
  width: 100%;
}

.ServoSelectModelBtn span{
font-size: 1.6rem;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.05em;
text-align: right;
width: 100%;
color: var(--blue30);
position: relative;
}

.ServoSelectModelBtn:hover span{
  font-weight: 700;
}

  .ServoSelectModelBtn span::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--blue40);
  transition: width 0.3s ease;
  }

  .ServoSelectModelBtn:hover span::before{
    width: 100%;
  }

.ServoSelectModel {
  display: none;
  position: fixed;
  top: 50%; 
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(-50%, -50%);
}

.modal-content {
  background: #fff;
  padding: 64px 69px 56px 69px;
  max-width: 1075px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  cursor: pointer;
}

.close-btn span {
  font-size: 14px;
  font-weight: 400;
  margin-top: -5px;
  display: block;
}

.model-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 33px 0 56px;
}

.model-list label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.model-list label span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}

.model-list label img {
  width: 67px;
  height: 100%;
  object-fit: contain;
}

.modal-actions {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.btn {
  max-width:200px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
}

.remove-btn {
  background: #fff;
  border: 1px solid #005bac;
  color: #005bac;
}

.select-btn {
  background: #005bac;
  color: #fff;
}

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

.twoColumnPageSideBtn {
  display: none;
}

.twoColumnPageSideSearch{
  display: none;
}

.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: 403px;
  position: relative;
  width: 74.8%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 47px 72px;
  margin-left: 320px;
}

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

.filterCloseButton img {
  width: 40px;
}

.filterCloseButton span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: -5px;
  display: block;
}

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

.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);
}

.twoColumnPageSide.twoColumnPageSideServo{
  min-width: 291px;
}

.twoColumnPageSide.twoColumnPageSideLinear{
  min-width: 301px;
}

.ServoResearchdrawer.ServoResearchdrawerTorque{
  width: 303px;
  top: -265px;
}

.ServoResearchdrawer.ServoResearchdrawerTorque .ServoResearchdrawer-inner{
  column-gap: 15px;
  padding: 40px 38px;
}

.ServoResearchdrawer.ServoResearchdrawerOverall{
  width: 311px;
  top: -100px;
}

.ServoResearchdrawer.ServoResearchdrawerOverall .ServoResearchdrawer-inner{
  column-gap: 10px;
  padding: 40px 38px;
}

.border-none-pc{
  border-bottom: none;
}

.ServoResearchdrawer-footer,
.ServoResearchdrawer-footer-sp {
  display: none;
}

.ServoLinearReserchList{
  display: flex;
  gap: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ServoLinearReserchList li {
  max-width: 11.4rem;
  width: 100%;
}

.ServoResearchdrawer.ServoResearchdrawerLinear{
  width: 301px;
  top: -315px;
}

.ServoResearchdrawer.ServoResearchdrawerLinear .ServoResearchdrawer-inner{
  column-gap: 40px;
  padding: 40px 38px;
}

.ServoResearchdrawer.ServoResearchdrawerAmps{
  width: 320px;
  top: -100px;
}

.ServoResearchdrawer.ServoResearchdrawerAmps .ServoResearchdrawer-inner{
  column-gap: 15px;
  padding: 32px 42px 37px 42px;
}

.ServoResearchdrawer.ServoResearchdrawerCapacity{
  width: 426px;
  top: -210px;
}

.ServoResearchdrawer.ServoResearchdrawerCapacity .ServoResearchdrawer-inner{
  column-gap: 15px;
  padding: 32px 42px 37px 42px;
}

.modal-content.modal-content--linear{
  padding: 4.8% 3.6%;
}

.ServoSigmaList tr{
  height: 68px;
}

.ServoResearchdrawerItemCont{
  display: flex;
  column-gap: 25px;
}

.ServoResearchdrawerItemCont li{
  width: 140px;
}

.ServoResearchdrawer-inner:has(.ServoResearchdrawerItemCont){
  display: block;
}

.ServoReserchListTit{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}

.categoryFilterFooterServo {
  display: block;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #666666;
}

/* amps_search.html専用のモーダルスタイル */
.amps-modal:not(.hidden) {
  display: block ;
}

.amps-modal.hidden {
  display: none ;
}

.amps-modal .motorCapacityModalContent::before {
  display: none ;
}

/* amps_search.htmlのcloseボタンを縦並びに */
.amps-modal .close-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* servo関連HTMLで.motorCapacityClose::beforeを非表示 */
.motorCapacityClose::before {
  display: none;
}

/* amps_search.htmlのモーダルでmargin-topを0に */
.ServoSelectModel.motorCapacityModal.amps-modal {
  margin-top: 0;
}

.twoColumnPageServo .twoColumnPageSide.download{
  max-width: 305px;
}

.motorCapacityModalBody.motorCapacityModalBodyServo{
  padding:0;
}


