/* サイト検索結果(すべて) start */
ul.robotdlListBtn.qssearchWidth li {
    min-width: 131px;
}

.inputTxtColor {
    color: #000 !important;
}

.qsBoxWidth {
    max-width: 100%;
    width: 100%;
}

.qsBtnSearch {
    width: 12.2%;
}

.fullTextDiv {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    border-bottom: 1px solid var(--cloud30);
    padding: 32px 0;
    position: relative;
}

.fullTextDiv:hover {
    box-shadow: var(--shadow20-mid);
}

.fullTextImg {
    max-width: 17rem;
    width: 100%;
}

.fullTextInfo {
    max-width: calc(100% - 206px);
    width: 100%;
    margin-top: -5px;
}

.fullTextTtl {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--blue30);
    line-height: 1.5;
}

.fullTextPara {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin: 16px 0 8px;
}

.fullTextLink {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--blue40);
    line-height: 1.5;
    position: relative;
}

.lineupItemWrap .lineupItemCont.seriesImgGrid {
    width: 100%;
    display: grid;
    grid-template-areas: "series-one series-two"
        "series-one series-three";
    column-gap: 24px;
    padding: 20px 32px 20px 0;
}

.seriesTit {
    height: fit-content;
    grid-area: series-two;
}

.lineupItemWrap .lineupItemCont.seriesImgGrid p {
    grid-area: series-three;
}

.lineupItemCont.lineupItemCont_2column .lineupItemImg.seriesImg {
    max-width: 19.2rem;
    width: 100%;
    margin: 0;
    grid-area: series-one;
}

.seriesInfo {
    max-width: calc(100% - 216px);
    width: 100%;
}

.seriesInfo p {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.lineupItemWrap .lineupItemCont .tit.seriesTit::after {
    right: 7px;
}

.discontinueTxt {
    font-size: 1.4rem;
    font-weight: 700;
    color: #E20505;
    position: relative;
    width: fit-content;
    padding: 0.1rem 0.4rem 0.1rem 2.6rem;
    border: 1px solid #E20505;
    border-radius: 4px;
}

.discontinueTxt::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background: url(/assets/img/qssearch/red_bar.png) no-repeat;
    background-size: 100% 100%;
}

.discontinueParent {
    padding: 8px 32px 8px 16px;
    position: relative;
}

.discontinueParent::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: 39px;
    margin: auto;
}

.discontinueDiv {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.discontinueImg {
    max-width: 10.4rem;
    width: 100%;
    height: 5.9rem;
}

.discontinueImg img {
    width: 100%;
    height: 100%;
}

.discontinueInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modelGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 36px;
    row-gap: 0;
    margin-top: 27px;
}

.modelFlex {
    display: flex;
    border-top: 3px solid var(--cloud20);
    padding: 16px 0;
    position: relative;
}

.modelFlex:hover {
    box-shadow: var(--shadow20-mid);
}

.modelFlex:hover .modelTtl, .modelFlex:hover .modelNum, .modelFlex:hover .modelSpeed, .modelFlex:hover .modelRate {
    color: var(--blue40);
}

.modelFlex.modelBottom {
    border-bottom: 3px solid var(--cloud20);
}

.modelFlex::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: 25px;
    right: 31px;
    margin: auto;
}

.modelImg {
    max-width: 6.4rem;
    width: 100%;
}

.modelTtl {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cloud40);
    letter-spacing: 0;
}

.modelNum {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

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

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

.modelUl li {
    list-style-type: disc;
    margin-left: 24px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--blue30);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modelUl li::marker {
    color: var(--blue30);
    font-size: 10px;
}

.fTxtLink {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--blue30);
    line-height: 1.5;
    position: relative;
    display: inline;
}

.fTxtLink::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--blue30);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.fullTextDiv:hover .fTxtLink::after {
    transform: scaleX(1);
}

.fullTextDiv:hover .fullTextPara {
    color: var(--blue40);
}

@media screen and (max-width: 1080px) {
    .modelGrid {
        column-gap: 20px;
    }

    .modelFlex::after {
        right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .modelGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lastmodelBottom {
        border-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .discontinueTit {
        font-size: 1.8rem;
    }

    .discontinueParent {
        padding-right: 1.6rem;
    }

    .discontinueImg {
        max-width: 8.4rem;
    }

    .discontinueParent::after {
        right: 20px;
    }

    .lineupItemWrap .lineupItemCont .tit.seriesTit::after {
        right: 5px;
    }

    .lineupItemWrap .lineupItemCont.seriesImgGrid {
        padding-right: 1.6rem;
        column-gap: 0;
    }
}

/* サイト検索結果(すべて) end */

/* コントローラ仕様詳細：基本仕様 start */
.prod_name_gray_new {
    display: inline !important;
}

.prodNavi.proNaviCon .prodNaviState {
    width: 77%;
}

.proNaviCon .prodNaviLinksLists.prodNaviLinksListsSgmxg {
    width: 50%;
}

.controllerSubTbl {
    min-width: unset !important;
    position: absolute !important;
    bottom: 0;
    right: 0;
    width: 352px;
}

.subTblBLk {
    position: relative;
    border-right: 1px solid var(--cloud30) !important;
}

.rightPan {
    border-right: 0 !important;
    padding: 10px 10px 10px 10px !important;
}

.rtPanLower {
    border-bottom: 0 !important;
}

.tableNormal.conTable th {
    width: 376px;
}

.tableNormal.conTable .controllerSubTbl th {
    width: 55px;
}

.subTblRt {
    padding: 12px 10px 32px 10px !important;
}

.performancetable .perFirCol {
    width: 104px !important;
}

.perThrCol {
    width: 449px !important;
}

.perFourthCol {
    width: 377px;
}

.ntRow {
    width: 103px;
}



@media screen and (max-width: 1160px) {
    .rightPan {
        padding: 10px 10px 10px 10px !important;
    }

    .rightPan.rtPanLower {
        padding: 10px 10px 11px 10px !important;
    }
}

/* コントローラ仕様詳細：基本仕様 end */

/* 入力(ロボット半導体用途、アフターサービス) start */
.shootNum {
    width: fit-content;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.threeColInput {
    display: flex;
    align-items: center;
    gap: 32px;
}

.colInputDiv {
    width: calc((100% - 64px)/3);
}

.dateDiv {
    padding-right: 54px;
    position: relative;
}

.icoCalendar {
    display: block;
    text-indent: -9999px;
    background: url(/assets/img/contact/ic_schedule.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

/* CALENDAR start */
/* CALENDAR CONTAINER */
#calendar.calendar {
    position: absolute;
    width: 300px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 12px 16px 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.calHidden {
    display: none;
}

/* HEADER */
.calendarHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.calendarHeader strong {
    font-size: 1.5rem;
    font-weight: 500;
    color: #3c4043;
}

.calendarHeader button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 2rem;
    padding: 4px 8px;
}

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

.calendarHeader button:hover {
    background: #eee;
    border-radius: 4px;
}

/* DAYS (GRID) */
.calendarWeekdays,
.calendarDays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

/* WEEKDAY LABELS */
.calendarWeekdays div {
    font-size: 1.4rem;
    font-weight: 700;
    color: #5f6368;
    padding: 8px 0;
}

/* DAY CELLS */
.calendarDay {
    padding: 7px 0;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #3c4043;
}

.calendarDay:hover {
    background: #e8f0fe;
}

/* SELECTED DAY */
.calendarDay.selected {
    background: #1a73e8;
    color: #fff !important;
}

/* TODAY STYLE */
.calendarDay.today {
    border: 1px solid #1a73e8;
    color: #1a73e8;
    font-weight: 500;
}

#monthYearContainer select {
    font-size: 1.4rem;
    padding: 2px 6px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    color: #202124;
    cursor: pointer;
    outline: none;
}

#monthYearContainer select:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

#monthSelect {
    width: fit-content;
}

#yearSelect {
    width: 65px;
}

#monthSelect, #yearSelect {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5f6368;
    padding: 0;
}

#calendar #yearSelect::-webkit-scrollbar {
    width: 2px;
}

/* For Firefox */
#calendar #yearSelect {
    scrollbar-width: thin;
}
/* CALENDAR End */

.twoColFlex {
    display: flex;
}

.semiFlexLeft {
    width: calc(100% - 684px);
}

.semiFlexRight {
    width: 684px;
}

.semiRadioGrid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    row-gap: 10px;
}

.semiRadioGrid .othersBreak {
    grid-column: 1 / -1;
}

.loginInput[disabled] {
    background: #F1F1F1;
}

.semiRadioFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 10px;
}

.loginRadioOption.fullWidth {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .semiFlexLeft {
        width: 210px;
    }

    .semiFlexRight {
        width: calc(100% - 210px);
    }
}

/* 入力(ロボット半導体用途、アフターサービス) end */

/* 入力_ログインなし start */
.schoolLogin {
    display: flex;
    column-gap: 4.5rem;
    margin-top: 10px;
    row-gap: 2rem;
    flex-wrap: wrap;
}

.schoolLogin .loginRadioLabel {
    font-weight: 500;
    min-width: 10rem;
}

/* 入力_ログインなし end */

/* サーボパック　CPCR start */
.cLink {
    color: var(--blue40);
    text-decoration: underline !important;
    font-weight: 700;
}

.cprMv {
    display: flex;
    align-items: center;
    gap: 25px;
}

.srTtl {
    color: var(--hot40);
    font-size: 2.4rem;
    font-weight: 500;
    border: 3px solid var(--hot40);
    border-radius: 4px;
    max-width: 130px;
    width: 100%;
    padding: 4px 5px;
    text-align: center;
}

/* サーボパック　CPCR end */
/* 検索結果(全文) start */
.loginRadio.searchRadio .loginRadioOption {
   gap: 0.5rem !important;
} 

.loginRadio.searchRadio {
    gap: 2.4rem !important;
}

.fullTextInfo.fullTextResult {
    max-width: 100%;
}
/* 検索結果(全文) end  */



