/* トップ */
/* スクロールダウンの位置 */
.hero__wrapper .scroll {
    padding-top: 60px;
    text-align: center;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    color: #fff;
    font-size: 1.3em;
    font-family: "Inter", sans-serif;
    transition: 0.2s;
    width: fit-content;
}
.hero__wrapper .scroll:hover{
    opacity: 0.7;
}
.hero__wrapper .scroll a{
    color: #fff;
}
/* 矢印のアニメーション部分 */
.hero__wrapper .scroll::before {
    animation: scroll 2s infinite;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

.AnchorLink{
    margin-top: -110px;
    padding-top: 110px;
}


.scroll-to-top{
    z-index: 100;
}

.grecaptcha-badge{
    bottom: 125px !important;
    z-index: 10 !important;
}

.sp{
    display: none;
}
@media only screen and (min-width: 768px) {

    .banner{
        top: auto;
        bottom: 200px;
    }
    .scroll-to-top{
        width: 70px;
        height: 70px;
    }
    .section-news__container > .section-news__wrapper{
        width: -webkit-calc(48% - 20px);
        width: calc(48% - 20px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 20px);
        flex: 0 0 -webkit-calc(48% - 20px);
        flex: 0 0 calc(48% - 20px);
    }
    .ir .section-news__container > .section-news__wrapper{
        width: -webkit-calc(80% - 20px);
        width: calc(80% - 20px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80% - 20px);
        flex: 0 0 -webkit-calc(80% - 20px);
        flex: 0 0 calc(80% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    
    .hero__wrapper .scroll{
        bottom: 1.5em;
        font-size: 1em;
    }
    .AnchorLink{
        margin-top: -55px;
        padding-top: 55px;
    }

    
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .hero__slider .swiper-slide .swiper-slide__img > img{
        height: 70vh;
    }
    .hero-tag{
        width: 100%;
    }
    .hero-tag.spH30 img{
        height: 30px;
    }
    .hero-tag.hero-tag--top img,
    .hero-tag.hero-tag--bottom img {
        height: 27px;
    }
    .hero-tag.spH120 img{
        height: 120px;
    }

    .section-news__container{
        gap: 30px;
    }

    .hero-title__desc {
        max-width: none;
        text-align: center;
    }
    
}
@media only screen and (max-width: 575px) {
}


/* IR */
@media only screen and (max-width: 767px) {
    .ir__calendar-wrapper {
        gap: 20px 0;
    }
    .ir__calendar-card{
        width: 50%;
    }
    .ir__calendar-card img{
        width: 100%;
    }
}



/* 会社情報 */
.company .pagetitlebar + .ir__plans{
    padding: 0;
}
@media only screen and (max-width: 767px) {

    .company .pagetitlebar + .ir__plans{
        padding-bottom: 15px;
    }
}

/* 沿革 */
.company.history .panel-grid-cell .privacysec__subttl{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.panel-grid-cell .privacysec__subttl .widget-title{
    position: relative;
    padding-left: 1.2em;
}
.panel-grid-cell .privacysec__subttl .widget-title::before{
    content: "■";
    color: #324E9B;
    position: absolute;
    top: 0;
    left: 0;
}
.panel-grid-cell .privacysec__subttl02 .widget-title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    color: #121212;
    margin-bottom: 15px;
}
.panel-grid-cell .privacysec__subttl .textwidget p{
    padding-left: 1.4em;
    font-weight: 500;
    font-size: 1.6rem;
}
.panel-grid-cell .privacysec__subttl .textwidget,
.panel-grid-cell .heading__h4 .textwidget{
    font-weight: normal;
    font-size: 1.6rem;
    color: #121212;
}
.panel-grid-cell .heading__h4{
    display: block;
}
.panel-grid-cell .heading__h4 .widget-title::first-letter{
    font-size: 150%;
}

.company.history .heading__h3{
    margin-bottom: 10px;
}
.company.history .panel-layout > .panel-grid{
    margin-bottom: 80px !important;
}
.company.history .panel-layout > .panel-grid:last-child{
    margin-bottom: 0 !important;
}

.company.history .panel-layout .panel-grid-cell .panel-grid{
    border-bottom: 1px solid #C9C9C9;
    padding: 20px 20px 25px;
    align-items: center !important;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:first-child{
    color: #324E9B;
    font-weight: 700;
    min-width: 7em;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:first-child p{
    font-size: 4rem;
    line-height: 1em;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(2){
    min-width: 3em;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(2) p{
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    white-space: nowrap;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3) > *{
    padding-left: 1.5em;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3) ul{
    padding-left: 1.2em;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3) ul li{
   list-style: disc;
}
.company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3) ul li:nth-of-type(n+2){
    margin-top: 0.2em;
}

@media only screen and (max-width: 767px) {
    .panel-grid-cell .privacysec__subttl02 .widget-title{
        font-size: 1.8rem;
    }
    .company.history .panel-layout > .panel-grid {
        margin-bottom: 35px !important;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid{
        flex-direction: row !important;
        position: relative;
        padding: 13px 0px 15px;
        align-items: inherit !important;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:first-child{
        width: 6em !important;
        min-width: auto;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:first-child p {
        font-size: 3rem;
        padding-bottom: 0.8em;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(2){
        position: absolute;
        top: 0.7em;
        left: 0;
        width: 4.4em !important;
        min-width: auto;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(2) p {
        font-size: 16px;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3){
        display: flex;
        align-items: center;
    }
    .company.history .panel-layout .panel-grid-cell .panel-grid > .panel-grid-cell:nth-of-type(3) > *{
        font-size: 1.4rem;
    }
    .panel-grid-cell .privacysec__subttl .textwidget p{
        font-size: 1.5rem;
        line-height: 1.5em;
    }

}



/* 行動憲章 */
.company.charter .privacysec__inner ol{
    padding: 30px 30px 30px 50px;
    border-bottom: 1px solid #C9C9C9;
}
.company.charter .privacysec__inner ol li{
    list-style: decimal;
    line-height: 1.7em;
}
.company.charter .privacysec__inner ol li:nth-of-type(n+2){
    margin-top: 1.3em;
}
.company.charter .privacysec__inner ol li span{
    display: block;
}

@media only screen and (max-width: 767px) {
    .company.charter .privacysec__inner ol{
        padding: 15px 10px 15px 25px;
    }
}



/* 中期経営計画 */
.ir.management.plan .ir-plan__block{
    display: block;
    margin-bottom: 35px;
}
.ir.management.plan .ir-plan__block .productsec__tab{
    padding: 35px;
    margin-top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ir.management.plan .ir-plan__block .productsec__tab ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.ir.management.plan .ir-plan__block .productsec__tab ul li{
    color: #334D9B;
    font-weight: 700;
    font-size: 20px;
    list-style: disc;
}

.ir.management.plan .ir-plan__txt span{
    color: #334D9B;
    font-weight: 700;
}
.ir.management.plan .ir-plan__txt span::before{
    content: "▶";
    margin: 0 1em;
}

.ir.management.plan .ir-plan__stats-image{
    margin-top: 20px;
}

.ir.management.plan .ir-plan__pdf-row{
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box{
    width: 49%;
}
.ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box:last-child{
    width: 100%;
    margin-top: 2.5%;
}
.ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box .ir-plan__pdf-info{
    justify-content: flex-start;
    position: relative;
}
.ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box .ir-plan__pdf-info span{
    font-size: 80%;
}

.ir-plan__pdf-info::after{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

@media only screen and (max-width: 999px) {
    .ir.management.plan .ir-plan__block .productsec__tab ul {
        gap: 50px;
    }
    .ir.management.plan .ir-plan__block .productsec__tab ul li{
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .ir.management.plan .ir-plan__txt{
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .ir.management.plan .ir-plan__block {
        margin-bottom: 25px;
    }
    .ir.management.plan .ir-plan__block .productsec__tab {
        padding: 20px;
        margin-top: 20px;
    }
    .ir.management.plan .ir-plan__block .productsec__tab ul{
        display: block;
        padding-left: 1.2em;
    }
    .ir.management.plan .ir-plan__block .productsec__tab ul li{
        font-size: 16px;
    }
    .ir.management.plan .ir-plan__block .productsec__tab ul li:nth-of-type(n+2){
        margin-top: 0.5em;
    }
    .ir.management.plan .ir-plan__txt span{
        display: block;
        margin-top: 0.2em;
        position: relative;
        padding-left: 1.3em;
    }
    .ir.management.plan .ir-plan__txt span::before{
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box{
        width: 100%;
    }
    .ir.management.plan .ir-plan__pdf-row .ir-plan__pdf-box:nth-of-type(n+2){
        margin-top: 2.5%;
    }
    
}


/* 関係会社 */
.company.group .so-panel:first-child .-table-col-2{
    border-top: 1px solid #C9C9C9;
}


/* １分で解るＨＤＫ */
.hdk-product__col{
    width: 180px;
}
.future__list-item{
    white-space: nowrap;
}
.mv__text{
    font-weight: 700;
}


/* 個人情報保護方針 */
.privacysec__wrapper ol{
    margin: 10px 0 0 20px;
}
.privacysec__wrapper ol > li{
    list-style: decimal;
}
.privacysec__wrapper ol > li:nth-of-type(n+2){
    margin-top: 10px;
}
.privacysec__wrapper ol > li ul{
    padding-bottom: 0;
}
.privacysec__wrapper ol > li ul li{
    list-style: disc;
    margin-top: 5px;
}
.privacysec__inner + .privacysec__inner{
    margin-top: 40px;
}
.privacysec__wrapper a{
    color: #324E9B;
}
.privacysec__wrapper a:hover{
    text-decoration: underline;
}
.privacysec__wrapper .listBrackets {
    margin-left: 0;
}
.privacysec__wrapper .listBrackets > li{
    list-style-type: none;
    counter-increment: cnt;
}
.privacysec__wrapper .listBrackets > li:before{
    content: counter(cnt)") ";
}
.privacysec__wrapper .listUAlpha{
    margin-left: 40px;
}
.privacysec__wrapper .listUAlpha > li{
    list-style-type: upper-alpha;
}
.privacysec__wrapper .listLAlpha > li{
    list-style-type: lower-alpha;
}


/* TOP */
.ir__plans.top{
    padding: 0;
}
.ir__plans.top .relations-wrapper:first-child .relations-card{
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.ir__plans.top .relations-card__img{
    aspect-ratio: auto;
}

.company__text{
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .ir__plans.top .relations-wrapper:first-child .relations-card{
        max-width: none;
        -ms-flex: auto;
        flex: auto;
    }
    .ir__plans.top .relations-card__img{
        aspect-ratio: 5 / 2 !important;
    }
    .ir__plans.top .relations-card__text{
        font-size: 1.6rem;
        line-height: 1;
    }
}


/* IRトップ */
.pdf .ir__wrapper-list-link::after{
    background: url(../img/common/icon_pdf.svg) no-repeat;
    width: 20px;
    height: 22px;
}



/* お知らせ */
.news .siteorigin-widget-tinymce table{
    border-top: 1px solid #C9C9C9;
    width: 100%;
}
.news .single-news .siteorigin-widget-tinymce{

}
.news .siteorigin-widget-tinymce table tr th{
    background-color: #F4F4F4;
}
.news .siteorigin-widget-tinymce table tr th,
.news .siteorigin-widget-tinymce table tr td{
    border-bottom: 1px solid #C9C9C9;
    padding: 15px;
}

.news .panel-grid + .panel-grid{
    margin-top: 40px;
}
.news .panel-grid .widget-title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    color: #121212;
    position: relative;
    padding-left: 1.2em;
}
.news .panel-grid .widget-title::before {
    content: "■";
    color: #324E9B;
    position: absolute;
    top: 0;
    left: 0;
}
.news .panel-grid a{
    color: #324E9B;
}
.news .panel-grid a:hover{
    text-decoration: underline;
}
.news .panel-grid ul{
    padding-bottom: 0;
}
.news .panel-grid ul li:nth-of-type(n+2){
    margin-top: 5px;
}
.news .panel-grid .so-panel + .so-panel{
    margin-top: 20px;
}

.news .panel-grid .textwidget p + p{
    margin-top: 15px;
}

.news .panel-grid .textwidget p{
    line-height: 1.8em;
}


/* 製品詳細 */
.sales__card-item.-desc ol {
    list-style-type: decimal;
}
.sales__card-item.-desc ol li {
    margin-left: 15px;
}

.product__table table{
    border-top: 1px solid #C9C9C9;
}
.product__table table tr th,
.product__table table tr td{
    padding: 15px;
    border-bottom: 1px solid #C9C9C9;
    word-break: break-word;
}
.product__table table tr th{
    background-color: #F4F4F4;
    min-width: 7em;
}

.resistors__wrapper-title .develop{
    font-size: 70%;
    border: #324E9B solid 1px;
    padding: 0.3em 0.7em;
    margin-left: 0.5em;
}

.details .sales__card-item > * + *{
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    .resistors__table{
        overflow-x: hidden !important;
    }
}


.resistors__wrapper.--top .resistors__table-th.--v-rl{
    padding-left: 4px;
    padding-right: 4px;
}
.resistors__wrapper.--top .resistors__table-main:first-child .resistors__table-th:nth-child(2) {
    max-width: 376.5px;
    -ms-flex: 0 0 376.5px;
    flex: 0 0 376.5px;
}
.resistors__wrapper.--top .resistors__table-main:first-child .resistors__table-th:nth-child(3) {
    max-width: 373px;
    -ms-flex: 0 0 373px;
    flex: 0 0 373px;
}
.resistors__wrapper.--top .resistors__table-main:nth-child(2) .resistors__table-th,
.resistors__wrapper.--top .resistors__table-td {
    max-width: 31.4px;
    -ms-flex: 0 0 31.4px;
    flex: 0 0 31.4px;
}


.resistors__note._right > *{
    text-align: right;
    justify-content: flex-end;
}
.resistors__wrapper.--top .resistors__table-main:nth-child(2) .resistors__table-th:nth-child(1),
.resistors__wrapper.--top .resistors__table-td:nth-child(1){
    position: sticky;
    left: 0;
    top: 0;
}

.resistors__wrapper.--top .resistors__table {
    height: auto;
    /* overflow-y: scroll; */
}

@media only screen and (min-width: 768px) {
    .product.high-performance .resistors__wrapper.--top .resistors__table{
        height: 570px;
    }
    .product.high-performance .resistors__wrapper.--top .resistors__table-main:nth-child(2) .resistors__table-th:nth-child(1),
    .product.high-performance .resistors__wrapper.--top .resistors__table-td:nth-child(1){
        max-width: 127px;
        -ms-flex: 0 0 127px;
        flex: 0 0 127px;
    }
    .product.high-performance .resistors__wrapper.--top .resistors__table-main:first-child .resistors__table-th:nth-child(1) {
        max-width: 435px;
        -ms-flex: 0 0 435px;
        flex: 0 0 435px;
    }
}
.resistors__wrapper.--top .resistors__table-body .resistors__table-sub:nth-of-type(2n+1),
.resistors__wrapper.--top .resistors__table-body .resistors__table-sub:nth-of-type(2n+1) .resistors__table-td:nth-child(1){
    background: #EAEDF5;
}
.resistors__wrapper.--top .resistors__table-body .resistors__table-sub:nth-of-type(2n),
.resistors__wrapper.--top .resistors__table-body .resistors__table-sub:nth-of-type(2n) .resistors__table-td:nth-child(1){
    background: #fff;
}


@media only screen and (max-width: 767px) {


    .resistors__note {
        margin-top: 20px;
    }

    .resistors__wrapper.--top .js-scrollable .resistors__table{
        min-width: 1120px;
        width: 1120px;
    }

    .resistors__wrapper.--top .resistors__table-main:first-child .resistors__table-th:nth-child(3) {
        max-width: 378px;
        -ms-flex: 0 0 373px;
        flex: 0 0 378px;
    }

    .scrollable__box.on{
        height: 420px;
    }
    .resistors__wrapper.--top .resistors__table{
        height: auto;
    }

    /* .resistors__wrapper.--top .resistors__table{
        height: 420px;
    } */



}



/* モジュール製品 */
.product.module .panel-grid:has(.heading__h3),
.product.module .panel-grid:has(.heading__h4){
    margin-top: 40px !important;
}
.product.module .panel-grid-cell .heading__h4 .widget-title{
    margin-bottom: 15px;
}
.product.module .panel-grid-cell .heading__h4 .textwidget{
    line-height: 1.7em;
}
.product.module .mv__video{
    padding: 0;
    margin-top: 15px;
}
.product.module .panel-grid:has(.privacysec__subttl){
    margin-top: 25px;
}
.product.module .panel-grid .privacysec__subttl .widget-title{
    margin-bottom: 10px;
}
.product.module .panel-grid:has(.privacysec__subttl) .widget_media_image{
    margin-bottom: 10px !important;
}
.textwidget p{
    line-height: 1.7em;
}


/* 製品詳細 */
.--sensors,
.product.resistors .resistors > .container,
.product.chip-metal .resistors > .container{
    margin-bottom: 100px;
}
.scrollable__box {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
.--sensors .resistors__content {
  margin-bottom: 40px !important;
}

.--sensors .simplebar-content-wrapper{
    overflow-y: hidden !important;
}
.--sensors .resistors__wrapper .resistors__table{
    height: auto;
}

@media only screen and (min-width: 768px) {
    .--sensors .resistors__wrapper .resistors__table{
        width: auto;
        min-width: auto;
    }
}
.--sensors .resistors__wrapper .resistors__table-th{
    text-align: center;
}
.--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
.--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child {
    max-width: none;
    width: 220px;
    min-width: 200px;
}
.--sensors .resistors__wrapper .resistors__table-th,
.--sensors .resistors__wrapper .resistors__table-td{
    word-break: break-word;
}
.product.tactile-switch .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
.product.tactile-switch .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child {
    width: 300px;
    min-width: 300px;
}

.resistors__wrapper.--sensors01 .resistors__table-th,
.resistors__wrapper.--sensors01 .resistors__table-td {
    width: 980px;
}
.resistors__wrapper.--sensors04 .resistors__table-th,
.resistors__wrapper.--sensors04 .resistors__table-td {
    width: 245px;
}
.resistors__wrapper.--sensors05 .resistors__table-th,
.resistors__wrapper.--sensors05 .resistors__table-td {
    width: 196px;
}
.resistors__wrapper.--sensors05a .resistors__table-th,
.resistors__wrapper.--sensors05a .resistors__table-td {
    width: 180px;
}
.resistors__wrapper.--sensors05a .resistors__table-th:last-child,
.resistors__wrapper.--sensors05a .resistors__table-td:last-child {
    width: 260px;
}
.resistors__wrapper.--sensors06 .resistors__table-th,
.resistors__wrapper.--sensors06 .resistors__table-td {
    width: 163px;
}
.resistors__wrapper.--sensors07 .resistors__table-th,
.resistors__wrapper.--sensors07 .resistors__table-td {
    width: 140px;
}

.resistors__wrapper.--bottom .resistors__table-td.--h-16 {
    height: 15.3%;
}

@media only screen and (min-width: 768px) {
    .resistors__wrapper.--resistors07 .resistors__table {
        height: 539px;
    }
}
.resistors__wrapper.--resistors07 .resistors__table-td{
    min-height: 50px;
    padding: 10px 0;
}
.resistors__wrapper.--resistors07 .resistors__table-head .resistors__table-th:nth-child(1),
.resistors__wrapper.--resistors07 .resistors__table-sub:nth-child(1){
    min-width: 130px;
    width: 130px;
}
.resistors__wrapper.--resistors07 .resistors__table-head .resistors__table-th:nth-child(n+2),
.resistors__wrapper.--resistors07 .resistors__table-sub:nth-child(n+2){
    width: 152.5px;
}


.resistors__wrapper.--chipmetal05 .resistors__table-td{
    min-height: 85px;
    padding: 5px 0;
}
.resistors__wrapper.--chipmetal05 .resistors__table-head .resistors__table-th:nth-child(1),
.resistors__wrapper.--chipmetal05 .resistors__table-sub:nth-child(1){
    min-width: 130px;
    width: 130px;
}
.resistors__wrapper.--chipmetal05 .resistors__table-head .resistors__table-th:nth-child(n+2),
.resistors__wrapper.--chipmetal05 .resistors__table-sub:nth-child(n+2){
    width: 214px;
}

.product .resistors__wrapper .resistors__table-span + br{
    display: none;
}
.product.resistors .resistors__table-td.--pd-b .resistors__table-span{
    padding-block: 79px 112.5px;
}

.product.high-performance .resistors__table-body:last-child .resistors__table-sub,
.product.circuit-protection .resistors__table-body:last-child .resistors__table-sub {
    border-bottom: 1px solid #C9C9C9;
}

@media only screen and (min-width: 768px) {
    .product.iot .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.iot .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child,
    .product.ntc .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.ntc .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 400px;
        min-width: 400px;
    }
}

.scroll-hint-icon{
    z-index: 10;
    top: calc(50% - 43px) !important;
}
.sustainability .scroll-hint-icon{
    top: 50% !important;
}

.resistors__table-link{
    font-family: "Inter", "Noto Sans JP", sans-serif;
}

.resistors__table-head::before,
.resistors__table .-bg-blue::before,
.resistors__table .-bg-white::before {
    display: none !important;
}

.resistors__table-body{
    border-bottom: 1px solid #C9C9C9;
}

@media only screen and (max-width: 767px) {
    .--sensors,
    .product.resistors .resistors > .container,
    .product.chip-metal .resistors > .container{
        margin-bottom: 60px;
    }


    .product .resistors__wrapper-title {
        margin-bottom: 10px;
    }
    .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child {
        width: 150px;
        min-width: 150px;
    }

    .resistors__wrapper.--sensors01 .resistors__table-th,
    .resistors__wrapper.--sensors01 .resistors__table-td {
        width: 840px;
    }
    .resistors__wrapper.--sensors04 .resistors__table-th,
    .resistors__wrapper.--sensors04 .resistors__table-td {
        width: 210px;
    }
    .resistors__wrapper.--sensors05 .resistors__table-th,
    .resistors__wrapper.--sensors05 .resistors__table-td {
        width: 168px;
    }
    .resistors__wrapper.--sensors05a .resistors__table-th,
    .resistors__wrapper.--sensors05a .resistors__table-td {
        width: 145px;
    }
    .resistors__wrapper.--sensors06 .resistors__table-th,
    .resistors__wrapper.--sensors06 .resistors__table-td {
        width: 140px;
    }
    .resistors__wrapper.--sensors07 .resistors__table-th,
    .resistors__wrapper.--sensors07 .resistors__table-td {
        width: 120px;
    }
    
    .simplebar-track.simplebar-horizontal {
        bottom: -10px;
    }


    .resistors__wrapper.--resistors07 .resistors__table-sub:last-child .resistors__table-td {
        border-right: 1px solid #C9C9C9;
    }
    .resistors__wrapper.--chipmetal05 .resistors__table-sub:last-child .resistors__table-td {
        border-right: 1px solid #C9C9C9;
    }

    .resistors__wrapper.--bottom .resistors__table {
        border: none;
    }



    .product.module .--sensors .resistors__wrapper .resistors__table{
        min-width: auto;
        width: auto;
    }
    .product.module .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.module .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 115px;
        min-width: 115px;
    }


    .product.variable-resistor .--sensors .resistors__wrapper .resistors__table{
        min-width: 800px;
        width: 800px;
    }
    .product.tactile-switch .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.tactile-switch .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 230px;
        min-width: 230px;
    }

    .product.ntc .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.ntc .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 280px;
        min-width: 280px;
    }

    .product.printer .--sensors .resistors__wrapper .resistors__table{
        min-width: auto;
        width: auto;
    }
    .product.printer .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.printer .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 120px;
        min-width: 120px;
    }

    .product.iot .--sensors .resistors__wrapper .resistors__table{
        min-width: auto;
        width: auto;
    }
    .product.iot .--sensors .resistors__wrapper .resistors__table .resistors__table-th:first-child,
    .product.iot .--sensors .resistors__wrapper .resistors__table .resistors__table-td:first-child{
        width: 160px;
        min-width: 160px;
    }


    .resistors__wrapper.--top .resistors__table-main:nth-child(2) .resistors__table-th:nth-child(1),
    .resistors__wrapper.--top .resistors__table-td:nth-child(1){
        max-width: 95px;
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
    }
    .resistors__wrapper.--top .resistors__table-main:nth-child(2) .resistors__table-th:nth-child(2),
    .resistors__wrapper.--top .resistors__table-td:nth-child(2){
        max-width: 269px;
        -ms-flex: 0 0 269px;
        flex: 0 0 269px;
    }


}


.--circuit-protection{
    margin-bottom: 100px;
}
/* .--circuit-protection .scrollable__box {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
} */
.--circuit-protection .resistors__content {
  margin-bottom: 40px !important;
}
.--circuit-protection .resistors__wrapper.--top .resistors__table-sub:last-child::after,
.resistors__wrapper.--resistors07 .simplebar-content::after,
.resistors__wrapper.--resistors07 .resistors__table .-bg-blue::before,
.resistors__wrapper.--chipmetal05 .simplebar-content::after,
.resistors__wrapper.--chipmetal05 .resistors__table .-bg-blue::before{
    display: none;
}

/* .--circuit-protection .simplebar-content-wrapper{
    overflow-y: hidden !important;
} */

.resistors__wrapper.--mid .resistors__table-td:first-child {
    flex-direction: column;
}

.resistors__wrapper.--top .resistors__table-td:nth-child(1){
    padding: 12px 5px 12px 10px;
    display: block;
}
.resistors__wrapper.--top .resistors__table-td:nth-child(2){
    padding: 12px 5px 12px 10px;
}


.details__heading-desc .heading__h3{
    align-items: flex-start;
    line-height: 1.2em;
}
.details__heading-desc .heading__h3 + .heading__h3{
    margin-top: 0.3em;
}
.details__heading-desc .heading__h3-span{
    position: relative;
    top: 0.3em;
}

.details .sales__card-item b{
    font-weight: bold;
}
.details .sales__card-item em{
    font-style: italic;
}



/* サステナビリティ */
.sustainability .ir__plans .relations-wrapper:first-child .relations-card {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
    .sustainability .ir__plans .relations-wrapper:first-child{
        display: block;
    }

    .sustainability .ir__plans .relations-wrapper:first-child .relations-card {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.sustainability .heading__h3{
    margin-bottom: 25px;
}
.sustainability .privacysec__subttl{
    margin-bottom: 15px;
    padding-bottom: 0;
}

.sustainability .so-panel ul,
.sustainability .so-panel ol{
    padding-left: 1.4em;
    line-height: 1.7em;
}
.sustainability .so-panel ul li{
    list-style: disc;
}
.sustainability .so-panel ol li{
    list-style: decimal;
}


.sustainability .image_shadow{
    box-shadow: 0 0 10px #d7d7d7;
    padding: 30px 15px;
    text-align: center;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}

.sustainability .graph__ttl{
    color: #324E9B;
    font-size: 18px;
    text-align: center;
    background: #EAEDF5;
    padding: 0.5em 1em;
    font-weight: bold;
    margin-bottom: 1em;
}



.sustainability_natural_table01 table,
.sustainability_natural_table02 table,
.sustainability_natural_table table{
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    width: 100% !important;
}
.sustainability_natural_table01 tr td,
.sustainability_natural_table02 tr td,
.sustainability_natural_table tr td{
    padding: 10px 12px 11px;
    border-top: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    font-size: 1.4rem;
    vertical-align: middle;
}
.sustainability_natural_table01 tr:first-child td{
    color: #fff;
    background-color: #324e9b;
    font-weight: bold;
}
.sustainability_natural_table01 tr:nth-of-type(n+2) td:first-child,
.sustainability_natural_table01 tr:nth-of-type(n+6) td:nth-of-type(2),
.sustainability.governance.security .sustainability_natural_table01 tr:nth-of-type(2) td:nth-of-type(2),
.sustainability_natural_table01.risk tr:nth-of-type(2) td:nth-of-type(2){
    background-color: #f4f4f4;
    font-weight: bold;
}
.sustainability.environment.natural .sustainability_natural_table01 tr:nth-of-type(n+2) td:last-child,
.sustainability.environment.warming .sustainability_natural_table01 tr:nth-of-type(n+2) td:last-child,
.sustainability.environment.warming .sustainability_natural_table01.risk tr:nth-of-type(n+2) td:nth-last-child(2),
.sustainability_natural_table01.cg tr:nth-of-type(n+2) td:last-child{
    font-weight: 500;
    color: #324e9b;
    background-color: #f4f4f4;
}
.sustainability.environment.natural .sustainability_natural_table01 tr:nth-of-type(n+6) td:first-child{
    border-top: none;
}

.sustainability_natural_table01.risk tr:nth-of-type(3) td:first-child,
.sustainability_natural_table01.risk tr:nth-of-type(4) td:first-child,
.sustainability_natural_table01.risk tr:nth-of-type(7) td:nth-of-type(2),
.sustainability_natural_table01.risk tr:last-child td:first-child,
.sustainability_natural_table01.energy tr:nth-of-type(n+3) td:last-child,
.sustainability_natural_table01.cg tr:nth-of-type(4) td:first-child,
.sustainability_natural_table01.cg tr:nth-of-type(6) td:nth-of-type(2),
.sustainability_natural_table01.cg tr:nth-of-type(8) td:first-child{
    background-color: #fff !important;
    font-weight: normal !important;
    color: #121212 !important;
}

.sustainability_natural_table02 tr td:first-child{
    background-color: #f4f4f4;
    font-weight: bold;
}

.sustainability.management .sustainability_natural_table img{
    max-width: 130px;
    display: block;
    margin: 0 auto;
}

.sustainability .sustainability_category img{   
    max-height: 70px;
    width: auto;
}




.scroll-hint-text{
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .sustainability_natural_table table{
        min-width: 800px;
    }
    .sustainability .sustainability_category img{   
        max-height: 35px;
    }
    .sustainability .graph__ttl{
        font-size: 16px;
    }
    
    .sustainability .sp-flex > div:first-child{
        width: 35% !important;
    }
    .sustainability .sp-flex > div:nth-of-type(2){
        width: 65% !important;
    }

    .sustainability .so-panel ul li,
    .sustainability .so-panel ol li{
        font-size: 1.4rem;
    }

    .sustainability .sp_imageNote:after{
        content:"※図を拡大して見ることができます。";
        display: block;
        text-align: right;
        font-size: 75%;
        margin-top: 1em;
    }



}



/* 採用情報 */
.page-voices-top__scroll{
    flex-wrap: wrap;
}
.page-voices-top__link-desc span{
    display: block;
    color: #324E9B;
}


.page-voices-block{
    margin-top: 60px;
}

.page-voices-block__top {
    padding-top: 40px;
}
.page-voices-block__top::after{
    bottom: auto;
    top: 0;
    height: 400px;
}
.page-voices-block__top-wrapper{
    align-items: flex-start;
}
.page-voices-block__info{
    padding-top: 20px;
}
.page-voices-block__image{
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    width: 360px;
}
.page-voices-block__image img {
    aspect-ratio: auto;
    width: 360px;
    border: #FFF solid 4px;
}

.page-voices-block__body{
    margin-top: 40px;
}

.page-voices-block__col{
    flex: auto;
}
.page-voices-block__wrapper::after{
    display: none;
}

.page-voices-block__photo{
    display: flex;
    gap: 5%;
}
.page-voices-block__photo li{
    width: 30%;
}

.page-recruit-application__desc-wrap a{
    margin: 20px auto 0;
    text-align: center;
    height: 60px;
}
.page-recruit-application__desc-wrap > a{
    display: flex;
    width: fit-content;
}

@media only screen and (max-width: 767px) {
    .page-voices-block__top {
        padding-top: 10px;
    }
    .page-voices-block__image{
        width: auto;
        margin-top: 20px;
    }

    .page-voices-block__photo{
        gap: 5px 2%;
        flex-wrap: wrap;
    }
    .page-voices-block__photo li {
        width: 49%;
    }
}


.page-career-guide-note__text{
    margin-bottom: 22px;
}

.page-career-guide-note__text.note{
    margin: 15px 0 0;
    text-indent: -1em;
    padding-left: 1em;
    color: #B50000;
    font-size: 90%;
}

.page-career-guide-block__desc span{
    display: block;
    text-indent: -3em;
    padding-left: 3em;
}

.sustainability sub{
    font-size: 70% !important;
    vertical-align: baseline !important;
}


.page-benefits-title,
.page-benefits-text__xl{
    text-align: center;
}

.calendar__image {
    margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .calendar__image {
        margin-bottom: 50px;
    }
}





/* アプリケーション検索 */
.application-item__content{
    background: url(/wp-content/themes/hokuriku/assets/img/product/application_bg.png) center top / 100% auto repeat-y;
}
.application__table-link{
    display: flex;
    align-items: center;
}




/* １分でわかるＨＤＫ */
.hdk-product__inner-top{
    gap: 0;
    align-items: flex-start;
    width: 100%;
}
.hdk-product__inner-top span{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 2.5em;
}
.hdk-product__inner-top img{
    display: block;
    margin: 0.3em auto 0;
    max-width: 140px;
}
.hdk-product__inner-top img.w170{
    max-width: 170px;
}
.hdk-product__inner-top .hdk-product__inner-text{
    width: 50%;
}
.hdk-product__inner-top.w01 .hdk-product__inner-text:first-child{
    width: 40%;
}
.hdk-product__inner-top.w01 .hdk-product__inner-text:last-child{
    width: 60%;
}
.hdk-product__inner-top.w02 .hdk-product__inner-text:first-child{
    width: 60%;
}
.hdk-product__inner-top.w02 .hdk-product__inner-text:last-child{
    width: 40%;
}
.hdk-product__inner-top.w100 .hdk-product__inner-text{
    width: 100%;
}
.hdk-product__inner-text{
    font-size: 1.4rem;
}
.hdk-product__inner-bottom{
    position: relative;
}
.hdk-product__inner-bottom .hdk-product__inner-text{
    position: absolute;
    bottom: 1em;
    right: 3em;
}


.hdk-product__inner-bottom{
    display: flex;
    justify-content: center;
}
.hdk-product__inner-text{
    text-align: center;
}


@media only screen and (max-width: 991px) {
    .hdk-product__inner-text {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 767px) {
    .hdk-product__col{
        z-index: 5;
    }
    .hdk-product__inner-bottom .hdk-product__inner-text {
        bottom: 0em;
        right: 2em;
    }
    .hdk-product__inner-top span{
        white-space: nowrap;
    }
}

/* 中期経営計画 */
.ir-plan__pdfArea{
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .ir-plan__pdfArea{
        margin-top: 40px;
    }
}

/* 電子公告 */
.notice .calendar__text{
    border: none !important;
}

.notice .calendar__text + .calendar__text{
    border-top: 1px solid #C9C9C9 !important;
    padding-top: 17px;
}
.notice .calendar__desc + .calendar__text{
    margin-top: 30px;
}
.notice .latest .calendar__desc:first-child{
    padding-top: 0;
}

/* 製品情報 */
.product .focus__info-image{
    margin: 30px auto 0;
    max-width: 1000px;
}
.product .focus__info-graph {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}
.product .focus__info-description span{
    margin-right: 0;
    margin-left: 9px;
}

.imageNote{
    text-align: right;
    font-size: 75%;
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
    .product .focus__info-image{
        width: 100%;
        margin-top: 20px;
    }
    .focus__info-description {
        font-size: 1.3rem;
    }
    .page__info .heading .btn {
        justify-content: flex-end;
    }
}



/* トップページ */
/* .message {
    margin-top: 0;
    padding-bottom: 0;
} */



/* お問い合わせ */
.confir-hidden {
    display: none;
	text-align: center !important;
}
.Box{
    text-align: center;
}
.Box .confir-hidden{
	border: #324E9B solid 3px;
	margin-top: 2em;
	padding: 1em;
}

.contact__btn-wrapper.pointerNone{
    cursor: auto;
}
.contact__btn-wrapper.pointerNone .contact__btn-link{
    pointer-events: none;
    cursor: auto;
    opacity: 0.7;
}
.contact__btn-wrapper.pointerNone .contact__btn-link input{
    pointer-events: none;
    cursor: auto;
}