/*cate_sp.css*/

/*Marge cate01_sp.css_0820_(1)_START*/

/*----------------
style.css
------------------*/

* {
  min-width: 0;
}

.u-desktop-only {
  display: none;
}

.u-mobile-only {
  display: block;
}

.nobar h3 {
  font-size: 2rem;
}

/*Marge cate01_sp.css_0820_(1)_END*/


html {
    font-size: 62.5%;
}

main {
    margin-top: 60px;
    padding-bottom: 60px;
}

nav.bread {
    display: none;
}

.scroll_table table {
    min-width: 1000px;
}

ul.col03 {
    display: block;
}

ul.col02 {
    display: block;
}

ul.col02 li {
    width: 100%;
    max-width: 100%;
}

.solutionAreaWrap .link_btn01 {
    width: calc(100% - 30px);
}


.instSupportWrap > .tit {
    width: var(--vw, 100%);
    margin-left: calc(50% - (var(--vw, 100%) / 2));
    margin-right: calc(50% - (var(--vw, 100%) / 2));
}

.instSupport {
    width: var(--vw, 100%);
    margin-left: calc(50% - (var(--vw, 100%) / 2));
    margin-right: calc(50% - (var(--vw, 100%) / 2));
}

.fs16_sp {
    font-size: 1.6rem!important;
}

/*----------------
Scrollbar
------------------*/

ul.robotdlListBtn::-webkit-scrollbar {
    display: none;
}

ul.robotdlListBtn {
    scrollbar-width: none;
}

/*スクロールバー全体の高さ*/
.solutionArea::-webkit-scrollbar {
    height: 6px;
}

/*スクロールバー全体の背景*/
.solutionArea::-webkit-scrollbar-track {
    background: #B3B4B5;
}

/*スクロールバーの動く部分*/
.solutionArea::-webkit-scrollbar-thumb {
    background: var(--blue30);
    border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.solutionArea::-webkit-scrollbar-thumb:hover {
    
}


.barscroll {
    padding-bottom: 0!important;
}

.barscroll::-webkit-scrollbar {
    display: none;
}




/*----------------
スクール
------------------*/

.expoCardList {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.expoCardItemText {
  padding: 10px 20px 20px;
}

.colutionAreaAncler a {
  font-size: 1.4rem;
  padding: 10px 0;
}

.colutionAreaAncler a::after {
  top: 15px;
}

.colutionAreaLists {
  flex-direction: column;
/*  gap: 10px;*/
  padding: 0 10px;
}

.courseLinkLabel {
  font-size: 1.4rem;
  margin-right: 0;
}

.courseLinkText {
  font-size: 1.4rem;
}

.colutionAreaHeader {
  padding: 12px 24px;
}

.colutionAreaBody {
  padding: 12px 20px;
}

.dropdown select {
  padding: 12px;
  font-size: 1.6rem;
}

.robotCourseTableHeaderItem {
  font-size: 1.4rem;
}

/*----------------
ロボットスクール
------------------*/

.solutionAreaText {
  font-size: 1.4rem;
}

.colutionAreaItem {
  font-size: 1.4rem;
}

.colutionAreaLink {
  font-size: 1.4rem;
}

.solutionAreaBtn {
  margin-top: 24px;
}

.colutionAreaAnnotation {
  font-size: 1.4rem;
  padding: 20px;
}
/*Marge cate01.css_0731 _end*/

.cate_top01_wrap {
    height: auto;
    min-height: 112px;
    background-image: url(/assets/img/product/category_top01_sp.jpg);
    padding: 0;
    background-size: 100% 100%;
}

.cate_top01_wrap > .inner {
    padding: 24px 24px 24px 24px;
}

.cate_top02_wrap > .inner,
.cate_top03_wrap > .inner {
    padding: 0;
}

.cate_top01 {
    display: block;
}

.cate_top01_l, .cate_top01_r {
    width: 100%;
}

.cate_top01_r {
    margin-top: 14px;
}

.cate_top01.reverse_sp {
    display: flex;
    flex-direction: column-reverse;
}

h1 {
    font-size: 2.8rem;
}

h1:before {
    top: 6px;
}

h1:after {
    top: 20px;
}

.cate_top01_l .tit {
    font-size: 1.6rem;
    margin-top: 24px;
}

.cate_top01_wrap.cate_top02_wrap,
.cate_top01_wrap.cate_top03_wrap {
    background-image: none;
}

.cate_top02_wrap .cate_top01_l,
.cate_top03_wrap .cate_top01_l {
    display: block;
    padding: 24px 24px 24px 24px;
    background-image: url(/assets/img/product/category_top01_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0;
}

.cate_top02_wrap .cate_top01_r,
.cate_top03_wrap .cate_top01_r {
    margin-top: 0;
}

.cate_top02_wrap .cate_top01_l .inlow_left_aligned h1,
.cate_top03_wrap .cate_top01_l .inlow_left_aligned h1 {
    margin-bottom: 0;
}

.cate_top02_wrap .cate_top01_l h1,
.cate_top03_wrap .cate_top01_l h1 {
    margin-bottom: 14px;
}

/*
.page_head_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
*/

.cate_top02_wrap .page_head_img img {
    height: auto;
}

.cate_top03_wrap .cate_top01_l {
    width: 100%;
}

.cate_top03_wrap .cate_top01_r {
    width: 100%;
}

.cate_top03_wrap .cate_top01_r img {
    width: 100%;
    margin: 0 auto;
}

dl.r_details dt,
dl.r_details dd {
    font-size: 1.3rem;
}

dl.r_details dt {
    width: 140px;
}

dl.r_details dd {
    width: calc(100% - 150px);
}

dl.r_details dd a {
    font-size: 1.3rem;
}

/*----------------
productArea
------------------*/

.productAreaWrap {
    padding-top: 24px;
    padding-bottom: 24px;
}

.productAreaWrap .inner {
    padding-left: 12px;
    padding-right: 12px;
}

.productArea {
    flex-direction: column-reverse;
    max-width: 96%;
    margin: 0 auto;
}

.productAreaImg {
    width: 100%;
	max-width: 100%;
}

.productAreaCont {
    width: 100%;
    padding: 24px 24px 24px;
}

.productAreaImg img {
    height: auto;
}

.productAreaCont .tit {
    font-size: 1.8rem;
}

.productAreaCont p {
    color: var(--cloud40);
}

.productAreaCont .subset_tit {
    font-size: 1.4rem;
    letter-spacing: inherit;
    font-weight: 400;
    margin-top: 0;
}

.productAreaCont .subset_tit span {
    font-size: 1.0rem;
    letter-spacing: inherit;
    font-weight: 500;
}

/*----------------
Banner Links
------------------*/

ul.banlinks {
    margin: 64px auto 48px;
}

ul.banlinks {
    display: block;
}

ul.col03 li {
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0;
}

ul.banlinks a .ban_text {
    font-size: 1.8rem;
}

/*------------------
Solution
--------------------*/

.sol_wrap {
    margin-top: 40px;
}

ul.sol {
    margin-bottom: 20px;
}

ul.sol li {
    min-width: 330px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

ul.sol li .sol_text > span {
    font-size: 1.4rem;
}

ul.sol li .sol_text h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
}

/*----------------
download
------------------*/

.downloadListAreaWrap .downloadListArea {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.downloadListArea {
    display: block;
    padding: 16px 15px 16px 15px;
    width: 100%;
}

.downloadListArea .tit {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.downloadListAreaWrap .downloadListArea ul.downloadList {
    width: 100%;
}

.downloadListArea ul.downloadList {
    display: block;
    width: 100%;
}

.downloadListArea ul.downloadList li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
}

.downloadListArea ul.downloadList li a p {
    font-size: 1.8rem;
}

.downloadListArea.fullbleed {
    border: none;
    margin-top: 0;
    width: var(--vw, 100%);
    margin-left:  calc(50% - (var(--vw, 100%) / 2));
    margin-right: calc(50% - (var(--vw, 100%) / 2));
}

/*----------------
langCheckbox
------------------*/

.langCheckbox.sp_block {
    display: block;
}

.langCheckbox div.checkboxes {
    margin-left: 0;
    margin-top: 12px;
}

/*----------------
solutionArea
------------------*/

.solutionAreaWrap {
    padding: 48px 0 56px 0;
}

.solutionAreaWrap .inner {
    padding-left: 15px;
    padding-right: 15px;
}

.solutionArea {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.solution_slide {
    display: flex;
    margin: 0;
    /*    column-gap: 16px;*/
    
    margin-left: calc(50% - (var(--vw, 100%) / 2)); /*20251113*/
    margin-right: calc(50% - (var(--vw, 100%) / 2)); /*20251113*/
}

.solutionAreaItem .sol_item {
    width: 330px;
/*    max-width: 100%;*/ /*20251113*/
    height: 100%;
    margin: 0 8px;
}

.solution_slide .slider-img {
/*    margin: 0;*/ /*20251113*/
    min-width: 320px; /*20251113*/
    width: 320px; /*20251113*/
    margin: 0 16px 0 0; /*20251113*/
}

.solution_ar_wrap {
    display: none;
}

.solutionAreaItem .sol_item .sol_text h3 {
    font-size: 1.8rem;
    font-weight: 500;
}

/*----------------
Special Feature
------------------*/

ul.special_fea {
    display: block;
    margin-top: 48px;
}

ul.special_fea li {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: inherit;
    margin: 0 auto 24px;
}

ul.special_fea li a {
    height: auto;
    flex-direction: column-reverse;
}

.special_fea_img {
    width: 100%;
    max-width: 100%;
}

.special_fea_img img {
    width: 100%;
    height: auto;
}

.special_fea_cont {
    width: 100%;
    padding: 20px 24px 20px 24px;
}

/*
.special_fea_cont p.subset {
    font-weight: 500;
}
*/

.special_fea_cont h3 {
    font-size: 1.8rem;
}


/*----------------
SearchRobot
------------------*/

.SearchRobot {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 32px 15px 32px 15px;
    border-right: none;
    border-left: none;
}

.SearchRobot .tit {
    padding-left: 10px;
    text-indent: -10px;
}

.SearchRobotItems {
    margin-top: 12px;
}

.SearchRobotItems li a {
    padding: 8px 14px 8px 14px;
}

.SearchRobot .link_btn01 span {
    font-size: 1.6rem;
}

.SearchRobot .link_btn01 span::after {
    content: none;
}

.SearchRobot .link_btn01: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(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}

/*----------------
lineup
------------------*/

.lineupItemWrap {
    gap: 16px 3%;
}

.lineupItemWrap .lineupItem {
    width: 48.5%;
    max-width: 48.5%;
    padding: 12px 0 0;
}

.lineupItemWrap .lineupItemCont .tit {
    display: block!important;
    font-size: 1.4rem;
    padding-right: 15px;
}

.lineupItemWrap .lineupItemCont .tit h3 {
    display: block!important;
    font-size: 1.4rem;
    padding-right: 15px;
}


.lineupItemWrap .lineupItemCont {
    padding: 12px 12px 12px 12px;
}

.lineupItemWrap .lineupItemCont .inside p {
    display: none;
}

.lineupItemWrap .lineupItemCont .mass p {
    display: block;
    font-size: 1.2rem;
    font-size: 400;
}

.lineupWrap .tabBox {
    display: inline-block;
    min-width: max-content;
}

.lineupWrap .tabBox .tabArea .one_tab {
    width: auto;
    flex: auto;
    white-space: nowrap;
}

.lineupWrap .tabBox .tabArea .one_tab a.robot_ic {
    min-height: auto;
    padding: 3px 20px;
}

.lineupWrap .tabBox .tabArea .one_tab a.robot_ic p {
/*    white-space: nowrap;*/
    font-size: 1.6rem;
}

.lineupWrap .tabBox .tabArea .one_tab a span.ic_img {
    display: none;
}

.lineupWrap .tabBox .tabArea {
    width: 100%;
    justify-content: flex-start;
}

.lineupItemWrap .lineupItemCont .mass {
    padding-top: 12px;
    margin-top: 0;
}

.tab_anc_links {
    padding: 12px 12px 12px;
}

.tab_anc_links ul {
    justify-content: space-between;
}

.tab_anc_links ul li,
.tab_anc_links ul li.extend {
    width: 49%;
}

.lineupItemHeading {
    padding: 12px 12px 12px;
}

.lineupItemHeading h3 {
    font-size: 1.8rem;
}

.lineupItemHeading h3 {
    font-size: 1.8rem;
}

.lineupItemHeading p {
    font-size: 1.3rem;
}

.lineupItemHeading a.dlbtn {
    margin: 8px 0 0;
    height: 38px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.tab_anc_links ul li a {
    padding-left: 18px;
}

.tab_anc_links ul li a:before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

.lineupWrap .tabCont {
    margin-top: 16px;
}


/*----------------
Support
------------------*/

.instSupportWrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.instSupportWrap .inner {
    padding-left: 15px;
    padding-right: 15px;
}

.instSupportWrap > .tit {
    font-size: 1.8rem;
    letter-spacing: 0.001em;
    text-align: left;
    padding: 15px 15px 15px 15px;
}

ul.fuki_wrap {
    display: block;
    width: 100%;
}

ul.fuki_wrap .fuki {
    display: block;
    min-width: auto;
    background-image: url(/assets/img/product/fukidashi_sp.png);
    background-size: 100% 100%;
    aspect-ratio: auto;
    width: 98%;
    max-width: 98%;
    min-height: auto;
    margin: 0 auto;
    padding: 20px 16px 46px 16px;
}

.instSupport_l {
    padding: 16px 15px 48px;
    display: block;
}

ul.fuki_wrap .fuki p {
    width: 100%;
    margin: 0;
}

ul.fuki_wrap .fuki_img img {
    width: 139px;
    margin: 8px auto 0;
}

.instSupport_r .tit {
    font-size: 2.4rem;
    padding: 0;
    border: none;
    text-align: center;
}

.instSupport_r {
    padding: 40px 15px 45px 15px;
}

.box_link {
    margin-top: 8px!important;
}

ul.fyi_list li {
    padding-bottom: 12px;
}

ul.fyi_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.instSupport .link_btn02 span {
    font-size: 1.6rem;
}


/*----------------
relatedLinks
------------------*/

ul.col03.relatedLinks {
    display: block;
}

ul.col03.relatedLinks li {
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0;
}

.relatedLinksItem {
    display: flex;
    flex-direction: row;
    padding: 16px 20px 16px 15px;
    position: relative;
}

.relatedLinksItem .ic {
    margin-bottom: 0;
    width: 57px;
}

.relatedLinksItem .text:after {
    content: none;
}

.relatedLinksItem: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: 15px;
    margin: auto;
}

a.linkBtn03 {
    width: 100%;
    font-size: 1.8rem;
    padding-left: 16px;
}

a.dlbtn,
a.dlbtn.solbtn {
    width: 100%;
    height: 38px;
}

a.dlbtn p {
    font-size: 1.2rem;
}

/*----------------
specRobot
------------------*/

.specRobotWrap {
    padding: 32px 15px 32px 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.specRobot {
    display: block;
}

.specRobotCapa, .specRobotReach {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
}

.specRobot .tit {
    font-size: 1.6rem;
}

.range-wrapper {
    margin: 10px 0;
    padding: 50px 25px 50px 10px;
}

.noUi-value-horizontal {
    transform: translate(-35%, 50%);
    font-size: 12px;
}

.filterResult {
    flex-direction: column;
}

.filterResult .numOfCases {
    margin-bottom: 12px;
}

.specRobotWrap .link_btn04 {
    display: flex;
    justify-content: center;
}

/*----------------
robotLineup
------------------*/

.robotLineup {
    row-gap: 12px;
}

.robotLineup::before,
.robotLineup::after {
    content: none;
}

.robotLineup li {
    width: 48.5%;
}

.robotLineup li > a .robotLineupCont {
    padding: 12px 12px 12px 12px;
}

.robotLineup li > a .robotLineupCont h3 {
    font-size: 1.4rem;
}

.downloadListAreaWrap .downloadListAreaHeading {
    border: none;
    padding: 10px 0;
}

.downloadListAreaWrap {
    border: none;
}

.downloadListAreaWrap .downloadListAreaHeading p {
    font-size: 1.6rem;
}

.downloadListAreaWrap .downloadListAreaHeading p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background: #000;
    margin-right: 8px;
    margin-top: -4px;
}

.downloadListAreaWrap .downloadListAreaHeading p span {
    margin: 10px 0 0;
}

/*----------------
searchResult
------------------*/

ul.searchResult li > a .robotLineupCont {
    padding: 12px 12px 12px;
}

/*----------------
usefulInfo
------------------*/

.usefulInfo {
    display: block;
}

.usefulInfoItem {
    max-width: 100%;
    margin: 0 auto 36px;
}

.usefulInfoItemImg {
    margin-bottom: 12px;
}

.usefulInfoItem h3 {
    margin-bottom: 12px;
}

/*----------------
MOTOMAN-HC10DTP
------------------*/

.prodArticle {
    display: block;
    margin-top: 48px;
}

.prodArticleCont,
.prodArticleImg {
    width: 100%;
}

.prodArticleImg {
    margin-top: 24px;
}

.centerImgWide {
    margin-top: 24px;
}

.prodArticle .link_btn01 {
    margin-top: 30px;
}

/*----------------
catDlList
------------------*/

.catDlList {
    display: block;
}

.catDlListItem {
    max-width: 100%;
    padding: 20px 15px 20px 15px;
    margin: 30px auto 0;
}

.catDlListItemCont {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}

.catDlListItemCont .btns {
    column-gap: 8px;
}

.catDlListItemMain h3 {
    font-size: 1.6rem;
}

.catDlListItemMain {
    column-gap: 8px;
}

/*----------------
Favorite Button
------------------*/

label.favorite_btn span {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

label.favorite_btn span img {
    width: 22px;
}

/*----------------
tableLineup
------------------*/

.tableLineup .proImg img {
    min-width: 120px;
}

table.tableLineup .proName {
    font-size: 1.6rem;
}

/*----------------
box_link
------------------*/

.box_link li a {
    padding-left: 15px;
    padding-right: 40px;
}

.colutionAreaLists--inverter .colutionAreaAncler a {
    min-width: 100%!important;
}

/*----------------
From Servo
------------------*/

.prodArticleColumnImg,
.prodArticleColumnImg.prodArticleColumnImg_i3,
.prodArticleColumnImg.prodArticleColumnImg_i4,
.prodArticleColumnImg.prodArticleColumnImg_i5,
.prodArticleColumnImg.prodArticleColumnImg_i6,
.prodArticleColumnImg.prodArticleColumnImg_i7,
.prodArticleColumnImg.prodArticleColumnImg_i8,
.prodArticleColumnImg.prodArticleColumnImg_i9,
.prodArticleColumnImg.prodArticleColumnImg_i10,
.prodArticleColumnImg.prodArticleColumnImg_i11,
.prodArticleColumnImg.prodArticleColumnImg_i12{
  margin-top: 24px;
  max-width: 37.5rem;
  width: 100%;
}

.prodArticleColumnImg img,
.prodArticleColumnImg.prodArticleColumnImg_i3 img,
.prodArticleColumnImg.prodArticleColumnImg_i4 img,
.prodArticleColumnImg.prodArticleColumnImg_i5 img,
.prodArticleColumnImg.prodArticleColumnImg_i6 img,
.prodArticleColumnImg.prodArticleColumnImg_i7 img,
.prodArticleColumnImg.prodArticleColumnImg_i8 img,
.prodArticleColumnImg.prodArticleColumnImg_i9 img,
.prodArticleColumnImg.prodArticleColumnImg_i10 img,
.prodArticleColumnImg.prodArticleColumnImg_i11 img,
.prodArticleColumnImg.prodArticleColumnImg_i12 img{
  width: 100%;
  height: auto;
}

.prodArticleColumnNoteWrap {
    padding: 8px 20px;
}

.prodArticleColumnContent {
    padding: 15px 20px;
}

.ServoTabBox{
    margin-top: 32px;
}

.prodArticleColumn {
    margin-top: 40px;
}


/*Marge cate01_sp.css_0820_(2)_START*/

/*----------------
スクール
------------------*/

.expoCardList {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.expoCardItemText {
  padding: 10px 20px 20px;
}

.colutionAreaAncler a {
  font-size: 1.4rem;
  padding: 5px 0;
}

.colutionAreaAncler a::after {
  top: 8px;
}

.colutionAreaLists {
    flex-direction: column;!important;
    gap: 0;!important;
    padding: 16px 10px!important;
}

.courseLinkLabel {
  font-size: 1.4rem;
  margin-right: 0;
}

.courseLinkText {
  font-size: 1.4rem;
}

.colutionAreaHeader {
  padding: 12px 24px;
}

.colutionAreaBody {
  padding: 12px 20px;
}

.dropdown select {
  padding: 12px;
  font-size: 1.6rem;
}

.robotCourseTableHeaderItem {
  font-size: 1.4rem;
}

/*----------------
ロボットスクール
------------------*/

.solutionAreaText {
  font-size: 1.4rem;
}

.colutionAreaItem {
  font-size: 1.4rem;
}

.colutionAreaLink {
  font-size: 1.4rem;
}

.solutionAreaBtn {
  margin-top: 24px;
}

.colutionAreaAnnotation {
  font-size: 1.4rem;
  padding: 20px;
}

/*----------------
インバータ
------------------*/

.rangeList {
  display: block;
}

.rangeItem {
  max-width: 100%;
}

.checkboxWrapper {
  gap: 12px 0;
}

.rangeItem--2 {
  padding-top: 16px;
}

.rangeItem--4 {
  border-bottom: 1px solid var(--blue10);
}

.specRobotWrap.specRobotWrap--inverter {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 32px 16px 24px;
  border-top: 1px solid var(--blue40);
  border-bottom: 1px solid var(--blue40);
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.checkboxWrapper label {
  min-width: 170px;
  padding: 0;
}

.checkboxWrapper .checkboxLabel {
  font-size: 1.4rem;
}

.link_btn01_down {
  min-width: 100%;
}

.lineupItemHeading.lineupItemHeading--inverter {
  margin-inline: calc(50% - 50vw);
  padding: 12px 24px;
}

.lineupItemHeading.lineupItemHeading--inverter a.dlbtn {
  width: auto;
  height: 48px;
}

.lineupItemHeading.lineupItemHeading--inverter a.dlbtn .img {
  width: 30px;
}

.lineupItemHeading.lineupItemHeading--inverter a.dlbtn p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.link_btn01_down span::after {
  position: absolute;
  right: -80px;
  top: 50%;
}

.lineupItemHeading--inverter .link_btn01 {
  min-width: 100%;
  text-align: center;
}

.lineupItemHeading--inverter .link_btn01 span::after {
  position: absolute;
  right: -80px;
  top: 50%;
}

.lineupItemWrap--inverter {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

.lineupItemWrap--inverter.lineupItemWrap .lineupItem {
  width: 100%;
  max-width: 100%;
  padding-top: 16px;
  margin-top: 0;
}

.lineupItemImgFlex {
  position: relative;
  display: flex;
  padding: 0 24px;
}

.lineupItemImgFlex::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: 16px;
    margin: auto;
}

/*
.lineupItemImg img {
  width: 96px;
}
*/

.tab_main--inverter {
  margin-top: 16px;
}

.tab_main--inverter .tit {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.tab_main--inverter .tit span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.lineupItemContText {
  padding-top: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.textBtnClose {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.h2-flex--inverter {
  margin-inline: calc(50% - 50vw);
}

.h2-flex--inverter h2:before {
  margin-right: 24px;
}

/*----------------
検索フォーム
------------------*/

.searchForm {
  display: flex;
  border: 1px solid var(--cloud30);
  border-radius: 5px;
  max-width: 350px;
}

.searchFormInput {
  padding: 10px 5px;
  font-size: 1.4rem;
}

.searchFormInput::placeholder {
  font-size: 1.2rem;
}

.searchFormButton {
  background-color: var(--accent20);
  color: #fff;
  font-size: 1.2rem;
  padding: 5px;
  width: 70px;
}

.searchFormButton img {
  width: 16px;
  margin-left: 5px;
}

.scroll_area_inverter {
    min-width: 1000px;
}

.scroll_area_inverter ul.robotdlListBtn li {
  min-width: 130px;
}

.specAction {
  display: flex;
  gap: 6px;
}

.specActionSelect {
  position: relative;
  border: 1px solid var(--cloud30);
  border-radius: 3px;
  padding: 0 6px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  width: 167px;
  cursor: pointer;
}

.specActionSelect select {
  padding: 20px 2px;
}

.specActionSelect::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--cloud30);
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.specActionSelect::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: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.btnFlex {
  display: flex;
  gap: 5px;
}

.btnFlex .link_btn01 {
  min-width: 82px;
  padding: 6px 3px;
}

.btnFlex .link_btn01 span {
    line-height: 1.1;
    white-space: nowrap;
    font-size: 1.3rem!important;
}

.prodNaviWrap.prodNaviWrap_Σ-X .prod_name .prodNaviDetail {
  display: block;
  margin-left: 0;
}

.prodNaviLinksLists {
  margin-top: 24px;
  width: 100%;
  margin-left: 14px;
}

.prodNaviLinksLists ul {
  grid-template-columns: repeat(1, 1fr);
}

.ServoTabBox.ServoTabBoxInverter {
  margin-top: 32px;
}

.titFs24 {
  font-size: 1.4rem;
}

.prodNavi.prodNavi--inverter {
  display: block;
}

.acWrap .link_btn01.center {
  justify-content: center;
}

/*Marge cate01_sp.css_0820_(2)_END*/


span.eventEnd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--hot40);
    border-radius: 2px;
    border: 2px solid var(--hot40);
    background: var(--cloud10);
    padding: 3px 10px;
    margin: 5px 0 0 16px;
}

.schoolAreaWrap {
    padding-top: 45px;
}

/*---------------------
exh_event.cssに移行_start
-----------------------*/

.schoolCardsContainer {
    gap: 56px!important;
}

.eventAreaWrap {
    margin-top: 32px;
    padding-top: 0!important;
}

.onlineExpoCardList {
    gap: 24px!important;
}

.facilityCardList {
    gap: 24px!important;
}

.productShowcaseArea {
    gap: 32px!important;
}

/*---------------------
exh_event.cssに移行_end
-----------------------*/


/*---------------------
school.cssに移行_start
-----------------------*/

.schoolAreaWrap {
    margin-top: 32px;
    padding-top: 0!important;
}

/*---------------------
school.cssに移行_end
-----------------------*/

.mgn_x01 {
    margin-top: 32px!important;
}









































/*Marge sa_cate.css_0907_START*/

/* サーボ　バナー2列（Rectangle 118） */
.special_fea_img.productCardImg{
    width: 100%;
/*    max-width: 33.1rem;*/
    max-width: 100%;
    margin-inline: auto;
}

.special_fea_img.productCardImg img{
    width: 100%;
    aspect-ratio: 331/186;
    object-fit: cover;
}

.productCardList {
    flex-direction: column;
}

.productCardCont {
    width: 100%;
    padding: 2.4rem;
}

.productAreaWrap .productCardItem {
    margin: 0 auto 12px;
/*    max-width: 33.1rem;*/
    max-width: 100%;
    width: 100%;
}

.productCardCont h3,
.productCardCont p {
    line-height: 1.25;
}

/* サーボ　ラインアップ */
.lineupWrap.lineupWrap_2column .lineupItemWrap{
    flex-direction: column;
}

.lineupWrap.lineupWrap_2column .lineupItem {
/*    width: 35.1rem;*/
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    flex-direction: row;
    padding: 1.5rem 2.4rem 2.4rem 2.4rem;
}

.lineupItemCont.lineupItemCont_2column{
    padding: 0;
}

.lineupWrap.lineupWrap_2column .lineupItemImg {
    max-width: 9.6rem;
    width: 33%;
    margin-top: 0;
    margin-inline: unset;
}

.lineupWrap.lineupWrap_2column .lineupItemImg img{
    width: 100%;
    aspect-ratio: 16/9;
}

.lineupWrap.lineupWrap_2column .lineupItemCont p{
    display: inline-block;
}

.lineupWrap.lineupWrap_2column .lineupItemContHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lineupWrap.lineupWrap_2column .lineupItemContHead .tit{
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.lineupWrap.lineupWrap_2column p{
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 0.2rem;
}

.lineupItemCont_2column .tit{
    width: 100%;
}

/* サーボ　製品を仕様から探す */
.productBtn{
    width: 100%;
    max-width: 100%;
/*    max-width: 35.1rem;*/
}

.productBtn a{
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.productBtn a img{
    width: 32%;
    max-width: 7.2rem;
    aspect-ratio: 72/41;
    object-fit: contain;
}

.productBtnText{
    font-size: 1.8rem;
    line-height: 1.5;
}

/* サーボ　ソリューションを見る */
.solutionAreaWrap.solutionAreaWrap_servo .inner{
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.solutionAreaWrap.solutionAreaWrap_servo h2{
    margin-left: 0.3rem;
}

.solutionAreaWrap.solutionAreaWrap_servo .solutionAreaItem a{
    margin: 0 0.8rem 0 0.8rem;
}

.solutionAreaWrap.solutionAreaWrap_servo .solutionAreaItem:first-child a{
    margin: 0 0.8rem 0 0;
}


/* サーボ　関連情報 */
.relatedLinksItem .ic.ic_mechatrocloud{
    max-width: 8.1rem;
    margin-left: -1.5rem;
}

/* product3-2 */
.lineupItem.product3-2 {
    grid-template-columns: 1fr;
/*    padding: 1.6rem 2.3rem 2.4rem;*/
/*    max-width: 35.1rem;*/
    padding: 16px 24px 16px;
    max-width: 100%;
}

.lineupItemWrap.col01_sp .lineupItem {
    width: 100%;
}

.product3-2Heading{
    display: flex;
    align-items: center;
/*    max-width: 30.3rem;*/
    max-width: 100%;
    width: 100%;
}

.product3-2Image{
/*
    max-width: 9.6rem;
    width: 47%;
*/
    width: 96px;
    height: auto;
    transform: scale(1);
}

.product3-2Image img{
    width: 100%;
/*
    aspect-ratio: 96/54;
    object-fit: contain;
*/
}

.product3-2Model {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
/*
    max-width: 20.5rem;
    width: 68%;
    max-width: 100%;
*/
    width: calc(100% - 100px);
    margin-left: 4px;
}

.product3-2Heading h3{
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.product3-2Tags{
/*
    margin-top: 0.8rem;
    padding-top: 1rem;
*/
    margin-top: 8px;
    padding-top: 12px
}

.produbt3-2Text{
    margin-top: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.product3-2SpecList{
/*
    margin-top: 1.6rem;
    padding-top: 1.6rem;
*/
    margin-top: 8px;
    padding-top: 8px;
}

.product3-2SpecList li {
    letter-spacing: 0;
}

/*Marge sa_cate.css_0907_END*/




/*---------------------
servo.css更新_START
-----------------------*/

.ServoListBtn li {
    min-width: 130px!important;
}

.ServoTabBox {
    margin-top: 48px!important;
}

.specListWrap {
    margin-top: 32px!important;
}

.ServoSgmxjCont {
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 100%!important;
    padding: 0!important;
}

.ServoDataImg {
    min-width: auto!important;
}


.ServoTableWrap:not(:first-child) {
    margin-top: 24px!important;
}

.prodNaviLinksListsServo {
    margin-top: 12px!important;
    margin-left: 1em!important;
}

.ServoSgmxjContNote {
    min-width: auto!important;
}

/*
.lineupItemHeading.lineupItemHeading_servomotor {
    margin-bottom: 0;
}
*/

.prodNaviLinksListsServopack {
    margin-top: 12px!important;
}

.servoLineupItemWrap {
    display: block;
}

.servoLineupItemWrap .lineupItem {
    width: 100%;
    margin-top: 24px;
}

.productModelBtn {
    max-width: 100%!important;
}

.productModelBtnImage {
    max-width: 100%!important;
}

.productModelBtnLink {
    max-width: 100%!important;
}

.servoLineupItemWrap .lineupItem {
    width: 100%;
    max-width: 100%;
}









/*---------------------
servo.css更新_END
-----------------------*/

/*---------------------
cate-subset.css更新_START
-----------------------*/

/*
.findInformation.researchBlk {
    width: var(--vw, 100%);
    margin-left: calc(50% - (var(--vw, 100%) / 2));
    margin-right: calc(50% - (var(--vw, 100%) / 2));
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
}

.findInformation {
    width: var(--vw, 100%);
    margin-left: calc(50% - (var(--vw, 100%) / 2));
    margin-right: calc(50% - (var(--vw, 100%) / 2));
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
}

.findInformation .informationtTab {
    display: block;
}

.findInformation .informationtTabl {
    max-width: 100%!important;
}

.findInformation .informationtTab {
    padding-left: 12px;
    padding-right: 12px;
}

.findInformation .informationtTabSec {
    column-gap: 8px!important;
}

.findInformation .informationtTabList {
    max-width: 33%!important;
}

.tabName::before {
    width: 14px!important;
    height: 14px!important;
}

.tabName {
    font-size: 1.2rem!important;
}

.tabNameBlk {
    padding: 12px 8px 12px 30px!important;
}

.tabName::before {
    left: -20px!important;
}

.informationTabr>.informationTabrLt:last-child::before {
    top: -25px!important;
}

.faqRatingBox.barscroll {
    padding: 24px 24px!important;
}

.enviroLinksItem {
    padding-left: 24px!important;
    padding-right: 24px!important;
}

.enviroLinksItem .enviroLineUpPara {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.newsDetail {
    margin-top: 40px!important;
}

.accordionBody {
    padding: 2rem 1rem!important;
}
*/


/*---------------------
cate-subset.css更新_END
-----------------------*/


/*---------------------
inverter.cssに移行_start
-----------------------*/

.lineupItemImgFlex {
    align-items: center;
}

.lineupItemImgFlex .lineupItemImg {
    width: 96px;
	min-width: 96px;
    margin-right: 12px;
}

.printFlexHead {
    width: 100%!important;
}

.specAction {
    column-gap: 2%!important;
    justify-content: space-between;
}

.specActionSelect {
    width: 49%!important;
}

.btnFlex {
    width: 48.5%!important;
    justify-content: space-between;
    column-gap: 3%!important;
}

.btnFlex.sp_stretch {
    width: 100%!important;
}

.printModalContentWrap {
    top: 20%!important;
}

.prodNaviLinksLists {
    margin-top: 12px!important;
}

.specActionSelect select {
    box-sizing: border-box;
    font-size: 1.4rem;
	padding: 6px!important;
	padding-right: 36px!important;
    height: 56px;
}

.btnFlex .link_btn01 {
    padding: 5px 3px!important;
    height: 56px;
}


.sideSearchInverter .checkboxWrapper {
    column-gap: 4%!important;
}

.checkboxWrapper label {
    min-width: 48%!important;
}


.twoColumnPageSideSearchClose {
    height: 36vh!important;
}

.twoColumnPageSideSearchWrap {
    min-width: 100%;
    max-width: 100%;
}




/* /product/inverter.html指定箇所開閉アコーディオン_02 */
.btnMore {
    width: 100%;
    justify-content: center;
    margin: 48px auto 36px;
}














/*---------------------
inverter.cssに移行_end
-----------------------*/

/*----------------------------
printModal(inverter.css)_start
------------------------------*/

.printModalContentWrap {
    max-width: 100%!important;
    padding: 60px 20px!important;
    margin: 0 auto!important;
}

.printFlex {
  flex-direction: column;
}

.printFlexHead {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid var(--cloud30);
}

.printModalContent {
  width: 100%;
}

.printFlexBody,
.printFlexBodyWrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.printFlexBodyFlex,
.printFlexBodyFlexs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.printFlexBodyWrap4 {
    grid-template-columns: repeat(1, 1fr);
}

.printBtnFlex {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.printBtnFlex a {
    min-width: 100%;
}

.printModalContentWrap .filterButtonArea {
    display: block;
    right: 10px;
}


/*----------------------------
printModal(inverter.css)_end
------------------------------*/

/*----------------
Pagination Start
------------------*/
.paginationItem {
    display: none;
}

.paginationIndicator {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
    margin: 0 1rem;
}

/*----------------
Pagination End
------------------*/

/*---------------------
solution_sp.cssに移行_start
-----------------------*/

.labelingSolutionBox {
    margin-top: 40px!important;
}

/*---------------------
solution_sp.cssに移行_end
-----------------------*/

/*----------------
もっと見る START
------------------*/

.js-btn {
    margin: 40px auto;
}


/*----------------
もっと見る END
------------------*/

.rnd_chk label .radio {
    margin-top: 2px;
}

/*---------------------
#485
-----------------------*/

.acdn dt {
    font-size: 1.4rem;
    padding-left: 48px;
}

.acdn dd {
    padding: 24px 12px;
}

.table_normal th, .table_normal td {
    font-size: 1.3rem;
    padding: 5px 5px;
}

/*---------------------
#480
-----------------------*/

.result_center {
    width: 100%;
    flex-direction: column;
    border-left: none;
    border-right: none;
    padding: 0;
    column-gap: 12px;
}

.result_center .link_btn01 {
    width: 100%;
}

/*---------------------
#480
-----------------------*/

.result_center {
    width: 100%;
    flex-direction: column;
    border-left: none;
    border-right: none;
    padding: 0;
    column-gap: 12px;
}

.result_center .link_btn01 {
    width: 100%;
}

/*---------------------
#322
-----------------------*/

.searchFilterButtons {
    width: 100%;
    flex-direction: column;
    border-left: none;
    border-right: none;
    padding: 0;
    column-gap: 12px;
}

/*---------------------
Rest Button
-----------------------*/


.searchFilterSection > .searchFilterSolInner {
    padding: 64px 16px 32px!important;
}

.resetBt {
    right: 16px;
}

.resetBt span {
    font-size: 1.5rem;
}

/*----------------
#482
------------------*/

.tab_main--inverter .lineupItem--hover .tit {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 16px 0 0;
}

.tab_main--inverter .lineupItem--hover .lineupItemImgFlex {
    margin-top: 16px;
}

/*
.lineupItemWrap--inverter .lineupItemLinkHoverBottom {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}
*/

.lineupItemWrap--inverter .lineupItem .tit.non_ar_sp::after {
    content: none;
}

.lineupItemWrap--inverter .lineupItem--hover .tit {
	font-size: 1.8rem;
}

.lineupItemWrap--motor.lineupItemWrap--inverter .lineupItem--hover .tit::after {
	content: none;
}

.product3-2Tag {
	font-size: 1.4rem;
}

/*---------------------
251226
-----------------------*/

.RboxBanWrap .RboxBan {
	display: block;
}

.RboxBanWrap .RboxBan .RboxBanImg {
	width: 100%;
}

.RboxBanWrap .RboxBan .RboxBanCont {
	width: 100%;
	padding: 24px 6% 24px 6%;
}

.RboxBanWrap .RboxBan .RboxBanImg img {
	height: auto;
}

/*---------------------
/product/robot/assembly.html
-----------------------*/

.Lup_btnGrid {
	grid-template-columns: 1fr; /* ← 1列 */
}

.Lup_btn {
	padding: 12px 12px 12px 35px;
}

.NewRobotLineupItem .NewRobotLineupItemImg {
	width: 36%;
}

.NewRobotLineupItem .NewRobotLineupItemImg img {
	max-width: 112px;
}

.NewRobotLineupItem .NewRobotLineupItemCont {
	width: 61%
}

.NewRobotLineupItem .NewRobotLineupItemContTit {
	font-size: 1.6rem;
}

.Lup_dropdown > div.is-active {
	padding: 24px 12px 24px 12px;
}

.NewRobotLineupItem .NewRobotLineupItemIc {
	width: 20px;
	height: 20px;
	left: 15px;
}

.NewRobotLineupItemIc::before {
	width: 11px;
	height: 2px;
}

.NewRobotLineupItemIc::after {
	width: 2px;
	height: 11px;
}




.NeoRobotLineup {
	grid-template-columns: 1fr; /* ← 1列 */
}

.NeoRobotLineupItem a{
	padding: 12px 12px 12px 12px;
}

.NeoRobotLineupItem .NeoRobotLineupItemImg {
	width: 36%;
}

.NeoRobotLineupItem .NeoRobotLineupItemImg img {
	max-width: 112px;
}

.NeoRobotLineupItem .NeoRobotLineupItemImg img {
	
}

.NeoRobotLineupItem .NeoRobotLineupItemCont {
	width: 61%
}

.NeoRobotLineupItem .NeoRobotLineupItemCont .NeoRobotLineupItemContTit {
	font-size: 1.6rem;
	padding-right: 16px;
}

.NeoRobotLineupItem .NeoRobotLineupItemCont .NeoRobotLineupItemContTit::after 
{
	right: 8px;
}

.lineupItemImg.centerImg img {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}



