/* #products common */
#products .products__head{
    background: url('../img/products/img_head.jpg') center / cover;
    max-width: none;
}
#products h1{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
#products h2{
    font-size: 40px;
}
#products h3{
    position: relative;
    padding: 0 10px;
}
#products h3.two-letter{
    width: 110px;
}
#products h3.three-letter{
    width: 120px;
}
#products h3.four-letter{
    width: 144px;
}
#products h3.five-letter{
    width: 168px;
}
#products h3.seven-letter{
    width: 223px;
}
#products h3.eight-letter{
    width: 250px;
}
#products h3.eleven-letter{
    width: 300px;
}
#products h3.thirteen-letter{
    width: 380px;
}
#products h3::before,
#products h3::after{
    content: '';
    width: 5px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#products h3::before{
    background: url('../img/common/h2_item01.png') center / cover;
    left: 0;
}
#products h3::after{
    background: url('../img/common/h2_item02.png') center / cover;
    right: 0;
}
#products .detailTxt{
    text-align: center;
    margin-bottom: 60px;
}
#products table{
    width: 100%;
    text-align: center;
}
#products table th{
    background: #000;
    color: #fff;
    padding: 25px 0;
}
#products table td{
    padding: 25px 10px;
}
#products table img{
    object-fit: contain;
}

/* 製品別リンク */
#products .products__type{
    background: #eeeeee;
}
#products section.products__type {
    max-width: none;
    margin-bottom: 0;
    padding: 60px 0 0;
}
#products .products__type ul{
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px auto;
    gap: 10px;
}
#products .products__type li{
    text-align: center;
}
#products.products__index .products__type li{
    width: calc(100% / 5 - 10px);
}
#products .products__type .btnLink{
    width: 100%;
    height: 60px;
    padding: 0;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}


#products .product__wrap{
    border-bottom: 1px solid #cccccc;
}
#products .product__wrap:not(:first-of-type){
    padding-top: 84px;
}
#products .product__wrap:last-of-type{
    border-bottom: none;
}
#products .product__wrap section{
    margin-bottom: 84px;
}




#products .products__detail ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
#products .products__detail li{
    width: 32%;
}
#products .products__detail li .imgLink .imgWrap{
    width: 320px;
    height: 210px;
}
#products.builtin .products__detail li .imgLink .imgWrap,
#products.others .products__detail li .imgLink .imgWrap{
    width: 320px;
    height: 190px;
}
#products .products__detail .textWrap{
    position: static;
    width: 100%;
    height: 70px;
    text-align: center;
    background: #f0f0f0;
    display: table;
}
#products .products__detail .textWrap p{
    font-size: 18px;
    line-height: normal;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
    #products .products__head{
        background: url('../img/products/img_head_sp.jpg') center / cover;
    }
    #products h1{
        left: 5%;
    }
    #products h2{
        font-size: 25px;
    }
    #products h3{
        padding: 0;
    }
    #products h3.two-letter{
        width: 87px;
    }
    #products h3.three-letter{
        width: 104px;
    }
    #products h3.four-letter{
        width: 136px;
    }
    #products h3.five-letter{
        width: 148px;
    }
    #products h3.seven-letter{
        width: 200px;
    }
    #products h3.eight-letter{
        width: 200px;
    }
    #products h3.thirteen-letter{
        width: 314px;
    }
    #products h3::before,
    #products h3::after{
        width: 4px;
        height: 26px;
    }
    #products .detailTxt{
        text-align: left;
        margin-bottom: 36px;
    }
    #products .products__detail ul{
        display: block;
    }
    #products .products__detail li{
        width: 100%;
        margin-bottom: 20px;
    }
    #products section.products__type {
        padding: 40px 5% 0;
    }
    #products .products__type ul{
        margin-bottom: 68px;
    }
    #products.products__index .products__type li{
        width: calc(100% / 2 - 10px);
    }
    #products .products__detail li .imgLink .imgWrap,
    #products.builtin .products__detail li .imgLink .imgWrap,
    #products.others .products__detail li .imgLink .imgWrap{
        width: 100%;
        height: auto;
    }
    #products table th,
    #products table td{
        font-size: 12px;
    }
    #products table td{
        padding: 0;
    }
    #products table img{
        height: 70px;
    }
}

/* 特徴 */
#products .products__feature{
    width: 100%;
    max-width: none;
    background: #eeeeee;
    padding: 38px 5%;
    margin-bottom: 95px;
}
#products .products__feature section{
    margin-bottom: 0;
}
#products .products__feature li a{
    display: inline-block;
    color: #ff5f00;
    text-decoration: underline;
}
#products .products__feature li a:hover{
    opacity: 0.7;
}
#products .products__feature ul{
    max-width: 1000px;
    margin: 0 auto;
}
#products .products__feature li{
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-left: 35px;
    line-height: 3;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
#products .products__feature li:first-child{
    border-top: 1px solid #fff;
}
#products .products__feature li::before{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url('../img/products/check.png') center/cover;
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px){
    #products .products__feature{
        margin-bottom: 77px;
    }
    #products .products__feature ul{
        width: 100%;
    }
    #products .products__feature li{
        line-height: normal;
        font-size: 16px;
        padding: 15px 0 15px 35px;
    }
    #products .products__feature li::before{
        top: 28px;
    }
}



/* 紹介動画 */
#products .products__movie ul{
    display: flex;
    justify-content: space-between;
}
#products .products__movie li{
    /*width: 47%;*/
    width: 32%;
    position: relative;
}
#products .products__movie p{
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
#products .products__movie p::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5f00;
    position: absolute;
    top: 24%;
    left: 0;
    transform: translateY(-50%);
}
#products .products__movie--item{
    margin-top: 30px;
}
@media screen and (max-width: 1024px){
    #products .products__movie ul{
        display: block;
    }
    #products .products__movie li{
        width: 100%;
        margin: 0 auto 45px;
    }
    #products .products__movie--item{
        margin-top: 15px;
    }

    #products .products__movie p::before{
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ff5f00;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

/* 使用例 */
#products .products__ex ul{
    display: flex;
    flex-wrap: wrap;
}
#products .products__ex p{
    font-size: 12px;
    margin-top: 10px;
}
#products .products__ex.photo ul{
    gap: 40px 20px;
}
#products .products__ex.photo ul li{
    width: calc(100% / 3 - 20px);
}
#products .products__ex.illust ul {
    gap: 60px 25px;
}
#products .products__ex.illust ul li{
    width: calc(100% / 4 - 25px);
}
@media screen and (max-width: 1024px){
    #products .products__ex ul{
        display: block;
        gap: 0 25px;
    }
    #products .products__ex.illust ul{
        display: flex;
        gap: 28px 15px;
    }
    #products .products__ex.photo ul li{
        width: 100%;
        margin-bottom: 45px;
    }
}

/* 製品名・紹介 */
#products .product__info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}
#products .product__info .products__imgWrap{
    width: 50%;
}
#products .product__info .products__imgWrap p{
    margin: 35px 0 20px;
}
#products .product__info .products__imgWrap p.notice{
    margin: 20px 0 0;
}
#products .product__info--detail{
    width: 44%;
}
#products .product__info--detail .products__feature li{
    width: 100%;
}
#products .product__info--detail > p{
    font-size: 18px;
    line-height: 2.2;
}
#products .product__info h2{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 0;
    padding-bottom: 30px;
    border-bottom: 3px solid #ff5f00;
    margin-bottom: 30px;
}
#products .product__info h2 img{
    width: 57%;
    margin-bottom: 35px;
}
#products .product__info h2 span{
    color: #000;
    margin: 0 0 30px;
}
#products .product__info--detail h2 > em{
    line-height: 1.5;
    font-size: 32px;
}
#products .product__info h2 span::before,
#products .product__info h2 span::after{
    content: none;
}
#products .product__info .products__feature{
    padding: 0;
    background: none;
    margin: 0;
}
#products .product__info .products__feature ul{
    width: 100%;
}
#products .product__info .products__feature li{
    line-height: 2.2;
}
@media screen and (max-width: 1024px){
    #products .product__info{
        flex-direction: column-reverse;
        /* margin-bottom: 48px; */
    }
    #products .product__info h2{
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    #products .product__info h2 span{
        font-size: 12px;
    }
    #products .product__info--detail h2 > em{
        font-size: 23px;
    }
    #products .product__info .products__imgWrap{
        width: 100%;
    }
    #products .product__info--detail{
        width: 100%;
    }
    #products .product__info--detail > p{
        font-size: 14px;
        margin-bottom: 38px;
    }
    #products .product__info .products__feature li{
        padding: 0 0 0 35px;
    }
    #products .product__info .products__feature ul{
        margin-bottom: 30px;
    }
    #products .product__info--detail .products__movie--item{
        margin-bottom: 30px;
    }
}

#products .product__point{
    margin-bottom: 84px;
}
#products .product__point li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
#products .product__point span{
    position: relative;
    width: 19%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
#products .product__point span::before,
#products .product__point span::after{
    content: '';
    width: 1px;
    height: 60px;
    background: #ff5f00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#products .product__point span::before{
    left: 0;
}
#products .product__point span::after{
    right: 0;
}
#products .product__point p{
    font-size: 15px;
    padding-left: 20px;
}
@media screen and (max-width: 1024px){
    #products .product__point li{
        flex-direction: column;
    }
    #products .product__point span{
        width: 45%;
        font-size: 18px;
        margin-bottom: 18px;
    }
    #products .product__point span::before,
    #products .product__point span::after{
        height: 30px;
    }
    #products .product__point p{
        font-size: 14px;
        padding: 0;
    }
}

/* カタログ・仕様 */
#products .product__spec{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
#products .product__spec--detail{
    width: 100%;
}
#products .product__spec.--flex h3{
    margin: 0 0 40px;
}
#products .product__spec table th{
    width: 35%;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}
#products .product__spec .product__table--productName{
    background: #bdbdbd;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
#products .product__spec table td{
    background: #eee;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}
#products .product__spec table td:last-of-type{
    border-right: none;
}
#products .product__spec table tr:last-of-type th,
#products .product__spec table tr:last-of-type td{
    border-bottom: none;
}
#products .product__spec--catalog{
    width: 200px;
}
#products .product__spec--catalog a{
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
#products .product__spec--catalog a:hover{
    opacity: 0.7;
}
#products .product__spec--catalog a img{
    width: 33px;
    margin-left: 10px;
}
#products .product__spec--detail .notice{
    margin-top: 20px;
}
@media screen and (max-width: 1024px){
    #products .product__spec{
        overflow: hidden;
        flex-direction: column;
    }
    #products .product__spec table th{
        width: 45%;
    }
    #products .product__spec table td{
        font-size: 12px;
        padding: 20px 10px;
    }
    #products .product__spec.--flex h3{
        margin: 0 auto 32px;
    }
    #products .product__spec--catalog{
        width: 100%;
    }
    #products .product__spec--catalog .products__imgWrap{
        max-width: 200px;
        margin: 0 auto;
    }
    #products .product__spec--catalog a{
        width: 42%;
        max-width: 300px;
        margin: 10px auto 0;
    }
    #products .product__spec table{
        width: 100%;
        overflow: scroll;
        display: flex;
    }
    #products .product__spec tbody{
        min-width: max-content;
        display: block;
        margin: 0 auto;
    }
    #products .product__spec.--flex table{
        display: table;
    }
    #products .product__spec.--flex tbody{
        display: table-row-group;
    }
}

/* カタログ・図面 */
#products .product__catalog-drawing{
    width: 100%;
}
#products .product__catalog--container{
    display: flex;
    justify-content: space-around;
}
#products .product__catalog--container p,
#products .product__drawing--item p{
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
}
#products .product__catalog--indiv{
    width: 65%;
    display: flex;
    justify-content: space-evenly;
    border-right: 1px solid #cccccc;
}
#products .product__catalog-drawing .products__imgWrap{
    width: 200px;
}
#products .product__drawing--item .products__imgWrap{
    width: 250px;
}
#products .product__catalog-drawing a{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}
#products .product__catalog-drawing a + a{
    margin-top: 10px;
}
#products .product__catalog-drawing a img{
    width: 32px;
    margin-left: 10px;
}
#products .product__catalog-drawing .notice{
    margin: 35px 0 0 10%;
}
@media screen and (max-width: 1024px){
    #products .product__catalog--container{
        display: block;
    }
    #products .product__catalog--indiv{
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    #products .product__catalog--indiv > div{
        margin-bottom: 36px;
    }
    #products .product__catalog-drawing .products__imgWrap{
        /* width: 200px; */
        margin: 0 auto;
    }
    #products .product__catalog--container p,
    #products .product__catalog-drawing a{
        width: 200px;
        margin: 0 auto 10px;
    }
    #products .product__catalog-drawing a{
        margin-top: 10px;
    }
    #products .product__drawing--item p{
        width: 250px;
        margin: 0 auto 10px;
    }
    #products .product__catalog--general{
        padding-top: 36px;
    }
    #products .product__catalog-drawing .notice{
        margin: 35px 0 0 0;
    }
}

/* 対象容器例 */
#products .product__table--notice{
    width: 205px;
    font-size: 12px;
    position: relative;
    margin-bottom: 15px;
}
#products .product__table--notice::before,
#products .product__table--notice::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ff5f00;
    border-right: 2px solid #ff5f00;
    transform: rotate(45deg) translateY(-50%);
}
#products .product__table--notice::before{
    right: 0px;
}
#products .product__table--notice::after{
    right: 6px;
}

#products .product__exTable table th,
#products .product__exTable table td{
    border-spacing: unset;
}
#products .product__exTable table th{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}
#products .product__exTable table th:last-of-type{
    border-right: none;
}
#products .product__exTable table td{
    background: #fff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}
#products .product__exTable table td:last-of-type{
    border-right: none;
}
#products .product__exTable table tr:first-child th:first-of-type{
    width: 40%;
}
#products .product__exTable table th span{
    font-size: 12px;
    font-weight: 300;
}
#products .product__exTable table td:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
}
#products .product__exTable table td img{
    width: 55px;
    margin: 0 12px;
}
#products .product__exTable .product__exTable--mark{
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
}
#products .product__exTable .product__exTable--mark.dubble{
    font-size: 24px;
}
#products .product__exTable .notice{
    margin-top: 20px;
}
@media screen and (max-width: 1024px){
    #products .product__exTable{
        overflow: hidden;
    }
    #products .product__exTable tbody{
        min-width: max-content;
        display: block;
    }
    #products .product__exTable table{
        overflow: scroll;
        display: block;
    }
}

/* オプション */
#products .product__option th,
#products .product__option td{
    border-spacing: unset;
}
#products .product__option th:not(:last-of-type),
#products .product__option td:not(:last-of-type){
    border-right: 1px solid #cccccc;
}
#products .product__option tr:not(:first-of-type) td:nth-of-type(2),
#products .product__option tr:not(:first-of-type) td:nth-of-type(3){
    text-align: left;
}
#products .product__option td{
    border-bottom: 1px solid #cccccc;
}
#products .product__option td:not(:last-of-type){
    height: 70px;
    padding: 0 20px;
}
#products .product__option td:last-of-type{
    padding: 10px 0;
}
#products table th.product__option--number{
    width: 130px;
}
#products table th.product__option--name{
    width: 230px;
}
#products table th.product__option--spec{
    width: 470px;
}
#products table th.product__option--content{
    width: 320px;
}
#products table th.product__option--category{
    width: 216px;
}
#products table th.product__option--feature{
    width: 340px;
}
@media screen and (max-width: 1024px){
    #products .product__option{
        overflow: hidden;
    }
    #products .product__option tbody{
        overflow: hidden;
    }
    #products .product__option tbody{
        min-width: 1000px;
        display: block;
    }
    #products .product__option table{
        overflow: scroll;
        display: block;
    }
}

/* 一覧 */
#products .lineup h2{
    text-align: center;
    margin: 0 auto 40px;
    font-size: 40px;
}
#products .lineup ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#products .lineup ul li{
    width: 47%;
    margin-bottom: 60px;
}
#products .lineup .imgWrap{
    width: 470px;
    height: 280px;
}
@media screen and (max-width: 1024px){
    #products .lineup h2{
        font-size: 25px;
    }
    #products .lineup ul{
        display: block;
    }
    #products .lineup ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    #products .lineup .imgWrap{
        width: 100%;
        height: auto;
    }
}

/* シュリンク共通 */
#products.shrink .product__spec--detail{
    width: 70%;
}
#products.shrink .products__type li{
    width: calc(100% / 5 - 10px);
}
#products.shrink.cap-seal h2 p{
    line-height: normal;
}
#products.shrink.cap-seal .products__feature li::before{
    top: 20px;
}
@media screen and (max-width: 1024px) {
    #products.shrink .product__spec--detail{
        width: 100%;
    }
    #products .product__spec.--flex tbody {
        min-width: auto;
    }
    #products.shrink .products__type li{
        width: calc(100% / 2 - 10px);
    }
    #products.shrink.cap-seal .products__feature li::before{
        top: 18px;
    }
}


/* ハンディ共通 */
#products.handy .products__head{
    background: url('../img/products/handy/head.jpg') center / cover;
}
#products.handy .product__spec table th {
    width: calc(100% / 7);
}
#products.handy .product__spec table tr:nth-of-type(2) td:nth-of-type(3),
#products.handy .product__spec table tr:nth-of-type(2) td:nth-of-type(4),
#products.handy .product__spec table tr:nth-of-type(2) td:nth-of-type(5),
#products.handy .product__spec table tr:nth-of-type(2) td:nth-of-type(6),
#products.handy .product__spec table tr:nth-of-type(2) td:last-of-type{
    border-bottom: none;
}
#products.handy .product__spec table tr:last-of-type td{
    border-right: 1px solid #bdbdbd;
}
#products.handy .products__ex.photo ul {
    gap: 40px;
}
#products.handy .products__ex.photo ul li{
    width: calc(100% / 3 - 30px);
}
#products.handy .products__type li{
    width: calc(100% / 3 - 10px);
}
#products.handy.phw01 .products__ex.photo ul li,
#products.handy.phw02 .products__ex.photo ul li{
    width: calc(100% / 2 - 30px);
}
/* phw01 */
#products.handy.phw01 .products__ex.photo ul {
    gap: 40px 60px;
}
#products.handy.phw01 .product__option td:last-of-type{
    padding: 0;
}
#products.handy.phw01 .product__option table td:not(:last-of-type){
    padding: 0 20px;
}
/* phw02 */
#products.handy.phw02 .products__head{
    background: url('../img/products/handy/phw02/head.jpg') center / cover;
}
#products.handy.phw02 .product__spec table tr:last-of-type td:last-of-type{
    border-right: none;
}
/* phw07 */
#products.handy.phw07 .product__info--detail h2 > em{
    display: flex;
    align-items: center;
}
#products.handy.phw07 .product__info h2 em span{
    margin: 0;
}
#products.handy.phw07 .product__spec table tr:nth-of-type(2) td:nth-of-type(4),
#products.handy.phw07 .product__spec table tr:nth-of-type(2) td:last-of-type{
    border-bottom: 1px solid #bdbdbd;
}
#products.handy.phw07 .product__spec table tr:nth-of-type(3) td:last-of-type,
#products.handy.phw07 .product__spec table tr:nth-of-type(4) td:last-of-type{
    border-right: 1px solid #bdbdbd;
}
#products.handy.phw07 .product__spec table tr:nth-of-type(5) td:nth-of-type(3),
#products.handy.phw07 .product__spec table tr:nth-of-type(5) td:last-of-type{
    border-bottom: none;
}
#products.handy.phw07 .phw07_7b .product__spec table tr:last-of-type td:last-of-type{
    border-right: none;
}
@media screen and (max-width: 1024px){
    #products .products__head{
        background: url('../img/products/handy/head_sp.jpg') center / cover;
    }
    #products.handy .products__ex.photo ul li,
    #products.handy.phw01 .products__ex.photo ul li,
    #products.handy.phw02 .products__ex.photo ul li{
        width: 100%
    }
    #products.handy.phw01 .products__feature li::before,
    #products.handy.phw02 .products__feature li::before,
    #products.handy.phw07 .products__feature li::before{
        top: 18px;
    }
    #products.handy .products__type li{
        width: calc(100% / 2 - 10px);
    }
    #products.handy.phw02 .products__head{
        background: url('../img/products/handy/phw02/head_sp.jpg') center / cover;
    }
}

/* 組み込み共通 */
#products.builtin .product__spec--detail{
    width: 100%;
}
#products.builtin table th{
    padding: 15px 0;
}
#products.builtin .product__spec table th {
    width: calc(100% / 7);
}
#products.builtin .products__ex.illust ul li{
    width: calc(100% / 4 - 25px);
}
#products.builtin .products__ex .notice {
    margin-top: 60px;
}
#products.builtin .product__wrap .product__spec table th {
    width: calc(100% / 8);
}
#products.builtin .products__type li{
    width: calc(100% / 4 - 10px);
}
/* phs09 */
#products.builtin.phs09 .product__spec tbody{
    min-width: 1000px;
}
#products.builtin.phs09 .products__ex.illust ul li{
    width: calc(100% / 3 - 25px);
}
/* phs25 */
#products.phs25 .product__spec table tr:nth-of-type(2) td:nth-of-type(2),
#products.phs25 .product__spec table tr:nth-of-type(2) td:nth-of-type(3),
#products.phs25 .product__spec table tr:nth-of-type(2) td:nth-of-type(5),
#products.phs25 .product__spec table tr:nth-of-type(2) td:nth-of-type(6){
    border-bottom: none;
}
/* phs30 */
#products.phs30 .product__spec table tr:nth-of-type(2) td:nth-of-type(6){
    border-bottom: none;
}
/* phs50 */
#products.phs50 table th.product__option--number{
    width: 100px;
}
#products.phs50 table th.product__option--name {
    width: 225px;
}
#products.phs50 table th.product__option--img {
    width: 165px;
}
#products.phs50 .product__spec table tr:nth-of-type(2) td:nth-of-type(6),
#products.phs50 .product__spec table tr:nth-of-type(2) td:last-of-type,
#products.phs50 .product__spec table tr:nth-of-type(6) td:nth-of-type(2),
#products.phs50 .product__spec table tr:nth-of-type(6) td:nth-of-type(4){
    border-bottom: none;
}
#products.phs50 .product__spec table tr:not(:first-of-type) td:last-of-type{
    border-right: 1px solid #bdbdbd;
}
#products.phs50 .product__spec table tr:nth-of-type(2) td:last-of-type{
    border-right: none;
}
#products.phs50 .product__option td{
    padding: 0 10px;
}
#products.phs50 .product__option td img{
    height: 60px;
}
#products.phs50 .product__option tr:nth-of-type(10) td:last-of-type,
#products.phs50 .product__option tr:last-of-type td:last-of-type{
    border-right: 1px solid #cccccc;
}
#products.phs50 .product__option tr:nth-of-type(9) td:nth-of-type(3),
#products.phs50 .product__option tr:nth-of-type(9) td:nth-of-type(4),
#products.phs50 .product__option tr:nth-of-type(10) td,
#products.phs50 .product__option tr:last-of-type td{
    text-align: left;
}
#products.phs50 .product__option .notice{
    margin-left: 50px;
}
/* phs100 */
#products.phs100 table th.product__option--number{
    width: 100px;
}
#products.phs100 table th.product__option--name{
    width: 206px;
}
#products.phs100 table th.product__option--img{
    width: 170px;
}
#products.phs100 .product__spec tbody{
    min-width: 1000px;
}
#products.phs100 .product__spec table tr:nth-of-type(2) td:nth-of-type(6),
#products.phs100 .product__spec table tr:nth-of-type(2) td:last-of-type,
#products.phs100 .product__spec table tr:nth-of-type(5) td:nth-of-type(2),
#products.phs100 .product__spec table tr:nth-of-type(5) td:nth-of-type(4){
    border-bottom: none;
}
#products.phs100 .product__spec table tr:not(:first-of-type) td:last-of-type{
    border-right: 1px solid #bdbdbd;
}
#products.phs100 .product__option tr:last-of-type td:last-of-type{
    border-right: 1px solid #cccccc;
}
#products.phs100 .product__spec table tr:nth-of-type(2) td:last-of-type{
    border-right: none;
}
#products.phs100 .product__option td{
    padding: 0 10px;
}
#products.phs100 .product__option tr:nth-of-type(6) td:nth-of-type(4),
#products.phs100 .product__option tr:last-of-type td:first-of-type{
    text-align: left;
}
#products.phs100 .product__option .notice{
    margin-left: 50px;
}
/* blower */
#products.builtin.blower .products__feature li::before {
    top: 8px;
    transform: none;
}
#products.builtin.blower .product__spec.--flex .product__spec--detail{
    width: 65%;
}
#products.builtin.blower .product__spec.--flex .product__spec--catalog{
    width: 25%;
}
@media screen and (max-width: 1024px){
    #products.builtin .products__ex.illust ul li{
        width: calc(100% / 2 - 10px);
    }
    #products.builtin .products__feature li::before{
        top: 28px;
    }
    #products.builtin.phs09 .products__feature li::before,
    #products.builtin.phs25 .products__feature li::before,
    #products.builtin.phs30 .products__feature li::before,
    #products.builtin.phs50 .products__feature li::before,
    #products.builtin.phs100 .products__feature li::before{
        top: 18px;
    }
    #products.builtin.blower .products__feature li::before{
        top: 8px;
    }
    #products.builtin.phs09 .products__ex.illust ul li{
        width: calc(100% / 2 - 10px);
    }
    #products.builtin .products__type li{
        width: calc(100% / 2 - 10px);
    }
    #products.builtin.blower .product__spec.--flex .product__spec--detail{
        width: 100%;
        margin-bottom: 68px;
    }
    #products.builtin.blower .product__spec.--flex .product__spec--catalog{
        width: 100%;
    }
    #products.builtin.blower .product__spec.--flex table {
        display: flex;
    }
    #products.builtin.blower .product__spec.--flex tbody {
        min-width: max-content;
    }
}

/* 付属品共通 */
#products.attachment .products__detail{
    margin-bottom: 68px;
}
#products.attachment table{
    margin-bottom: 50px;
}
#products.attachment .product__option tr:last-of-type td {
    border-bottom: 1px solid #cccccc;
}
#products.attachment li p{
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}
#products.attachment li p::before{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#products.attachment .attachment__product--container{
    display: flex;
    justify-content: space-between;
}
#products.attachment .attachment__product--img{
    width: 50%;
}
#products.attachment .attachment__product--txt{
    width: 44%;
}
#products.attachment .attachment__product--txt li{
    margin-bottom: 25px;
}
#products.attachment .attachment__product--txt li p{
    margin-bottom: 8px;
}
#products.attachment .attachment__product--txt li p.attachment__detailTxt{
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    margin-bottom: 0;
}
#products.attachment p.attachment__detailTxt::before{
    content: none;
}
@media screen and (max-width: 1024px){
    #products.attachment .attachment__product--container{
        flex-direction: column;
        gap: 25px;
    }
    #products.attachment .attachment__product--img,
    #products.attachment .attachment__product--txt{
        width: 100%;
    }
    #products.attachment li p::before{
        top: 14px;
    }
}


/* その他の製品共通 */
#products.others .products__head{
    background: url('../img/products/others/head.jpg') center / cover;
}
#products.others h2{
    margin-bottom: 40px;
    font-size: 32px;
}
#products.others .products__type li{
    width: calc(100% / 3 - 10px);
}
#products.industrial_chemicals h2,
#products.rust_inhibitor h2,
#products.ergomat h2{
    padding-bottom: 38px;
    position: relative;
}
#products.industrial_chemicals h2::before,
#products.rust_inhibitor h2::before,
#products.ergomat h2::before{
    content: '';
    width: 60px;
    height: 3px;
    background: #ff5f00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#products.industrial_chemicals h2 span::before,
#products.rust_inhibitor h2 span::before,
#products.ergomat h2 span::before{
    content: none;
}
#products.industrial_chemicals h2 span::after,
#products.rust_inhibitor h2 span::after,
#products.ergomat h2 span::after{
    content: none;
}
#products.industrial_chemicals h2 span,
#products.rust_inhibitor h2 span,
#products.ergomat h2 span{
    color: #000;
    margin-bottom: 0;
    font-size: 20px;
}
#products.industrial_chemicals p,
#products.rust_inhibitor p,
#products.ergomat p{
    line-height: 2.2;
    margin-bottom: 60px;
    text-align: center;
}
/* industrial_chemicals */
#products.industrial_chemicals .products__head{
    background: url('../img/products/others/industrial_chemicals/head.jpg') center / cover;
}
#products.industrial_chemicals .product__detail--imgWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#products.industrial_chemicals .product__detail--imgWrap div{
    width: 48%;
}
#products.industrial_chemicals table td {
    padding: 25px 10px;
}
#products.industrial_chemicals table td:not(.product__table--productName){
    text-align: left;
}
/* rust_inhibitor */
#products.rust_inhibitor .products__head{
    background: url('../img/products/others/rust_inhibitor/head.jpg') center / cover;
}
#products.rust_inhibitor .products__feature--inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#products.rust_inhibitor .products__feature--inner p{
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 45px;
    text-align: left;
}
#products.rust_inhibitor .products__feature--txt{
    width: 47%;
}
#products.rust_inhibitor .products__feature--img{
    width: 40%;
}
#products.rust_inhibitor .notice{
    max-width: 1000px;
    margin: 30px auto 0;
    text-align: left;
    font-size: 12px;
}
#products .rustInhibitor__product--inner,
#products .rustInhibitor__img{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#products .rustInhibitor__product--parkheat{
    width: 38%;
    padding-right: 60px;
    border-right: 1px solid #cccccc;;
}
#products .rustInhibitor__product--otherCo{
    width: 61%;
    padding-left: 60px;
}
#products .rustInhibitor__product--otherCo img{
    width: 48%;
}
#products .rustInhibitor__product--inner .notice{
    margin-bottom: 0;
}
#products.rust_inhibitor .product__drawing--item .products__imgWrap {
    width: 200px;
    margin: 0 auto;
}
#products.rust_inhibitor  .product__catalog-drawing a {
    width: 200px;
    text-align: end;
    margin: 20px auto 0;
}

/* ergomat */
#products.ergomat .products__head{
    background: url('../img/products/others/ergomat/head.jpg') center / cover;
}
#products.ergomat .product__detail--imgWrap{
    display: flex;
}
#products.ergomat .product__detail--imgWrap img{
    width: 50%;
    border: 1px solid #cccccc;
}
#products.ergomat .product__spec table {
    border-spacing: unset;
}
#products.ergomat .product__spec table th{
    width: 95px;
    border-bottom: 1px solid #cccccc;
}
#products.ergomat .product__spec table td{
    width: 150px;
    background: none;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 25px 0;
}
#products.ergomat .product__spec table td.product__spec--img{
    padding: 15px;
}
#products.ergomat .product__spec table tr:last-of-type th,
#products.ergomat .product__spec table tr:last-of-type td{
    border-bottom: none;
}
#products.ergomat .product__spec table td:last-of-type{
    border-right: none;
}
@media screen and (max-width: 1024px){
    #products.others .products__head{
        background: url('../img/products/others/head_sp.jpg') center / cover;
    }
    #products.others h2{
        margin-bottom: 28px;
    }
    #products.others h2 span{
        font-size: 16px;
    }
    #products.ergomat .product__detail--imgWrap{
        line-height: 0;
    }
    #products.others .product__table--notice{
        font-size: 12px;
    }
    #products.others .products__type li{
        width: 100%;
    }
    #products.industrial_chemicals .products__head{
        background: url('../img/products/others/industrial_chemicals/head_sp.jpg') center / cover;
    }
    #products.rust_inhibitor .products__head{
        background: url('../img/products/others/rust_inhibitor/head_sp.jpg') center / cover;
    }
    #products.industrial_chemicals .products__head{
        background: url('../img/products/others/industrial_chemicals/head_sp.jpg') center / cover;
    }
    #products.industrial_chemicals h2,
    #products.rust_inhibitor h2,
    #products.ergomat h2{
        padding-bottom: 28px;
    }
    #products.industrial_chemicals p,
    #products.rust_inhibitor p,
    #products.ergomat p{
        text-align: left;
        margin-bottom: 40px;
        font-size: 14px;
    }
    #products.industrial_chemicals .product__detail--imgWrap{
        flex-direction: column;
        gap: 25px;
    }
    #products.industrial_chemicals .product__detail--imgWrap div{
        width: 100%;
    }
    #products.rust_inhibitor .products__feature--inner{
        flex-direction: column;
    }
    #products.rust_inhibitor .products__feature--txt,
    #products.rust_inhibitor .products__feature--img{
        width: 100%;
    }
    #products .rustInhibitor__product--inner,
    #products .rustInhibitor__img{
        flex-direction: column;
    }
    #products .rustInhibitor__img{
        gap: 40px;
    }
    #products .rustInhibitor__product--parkheat{
        width: 100%;
        padding: 0 0 30px 0;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    #products .rustInhibitor__product--otherCo{
        width: 100%;
        padding: 30px 0 0 0;
    }
    #products .rustInhibitor__product--otherCo img{
        width: 80%;
        margin: 0 auto;
    }
    #products.ergomat .product__detail--imgWrap{
        display: block;
    }
    #products.ergomat .product__detail--imgWrap img{
        width: 100%;
    }
}
