@charset "UTF-8";


/* --------------------------
    上書き
-------------------------- */
.table_wrap {
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .table_wrap {
        margin-top: 30px;
    }
    .table_box {
        width: 990px;
    }
}


/* --------------------------
    各表へのリンク
-------------------------- */
.internal {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px 0;
    margin: 18px auto 0;
}
a.internal_link {
    border-left: 4px solid #3669E8;
    border-image: linear-gradient(to bottom, #3669E8 0%, #29A9ED 100%);
    border-image-slice: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    position: relative;
    color: #000000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    padding: 8px 14px;
}
.internal_icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
@media print, screen and (min-width: 768px) {
    .internal {
        display: grid;
        grid-template-columns: 310px 310px 310px;
        gap: 0 30px;
        margin: 38px auto 0;
    }
    a.internal_link {
        font-size: 2.0rem;
        line-height: 1.45;
        padding: 15px 20px;
    }
    .internal_link:hover {
        opacity: 0.7;
    }
    .internal_icon {
        right: 16px;
    }
    .internal + .common_title {
        margin: 36px 0 0 0;
    }
}


/* --------------------------
    トライスマット寸法表　共通
-------------------------- */
.table_item .w45 {
    width: 45px;
}
.table_item .w72 {
    width: 72px;
}
.table_item .w90 {
    width: 90px;
}
.table_item .w110 {
    width: 110px;
}
.table_item .w120 {
    width: 120px;
}
.table_item .w130 {
    width: 130px;
}
.table_item .w162 {
    width: 180px;
}
.table_item .w180 {
    width: 180px;
}
.table_item .w240 {
    width: 240px;
}
.table_item th,
.table_item td {
    padding: 11px 2px !important;
    line-height: 1.4286;
}
.table_item thead tr:nth-of-type(2) th:last-of-type {
    border-right: 1px solid #fff;
}
.table_item thead tr:nth-of-type(2) th {
    border-top: 1px solid #fff;
}
.table_item .table_img img {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.table_bolt {
    background: #EEF8FD;
}
.table_img img,
.table_bolt img {
    display: block;
    margin: 0 auto;
}


/* --------------------------
    トライスマット寸法表（通常開口用）
-------------------------- */
.normal_table_img {
    width: 74px;
    margin: 0 auto;
}
.normal_table_bolt_01 {
    width: 70px;
}
.normal_table_bolt_04 {
    width: 43px;
}
.normal_table_bolt_05 {
    width: 42px;
}
.normal_table_bolt_06 {
    width: 55px;
}
.normal_table_bolt_07,
.normal_table_bolt_08 {
    width: 43px;
}
.normal_table_bolt_09 {
    width: 29px;
}
.normal_table_bolt_10 {
    width: 25px;
}
.normal_table_bolt_11 {
    width: 23px;
}
.normal_table_bolt_12 {
    width: 29px;
}
/* --------------------------
    トライスマット寸法表（水抜き用）
-------------------------- */
.drain_table_img_01 {
    width: 76px;
}
.drain_table_img_03 {
    width: 59px;
}
.drain_table_img_04 {
    width: 76px;
}
.drain_table_img_05 {
    width: 59px;
}
.drain_table_img_06 {
    width: 40px;
}


.drain_table_bolt_01 {
    width: 70px;
}
.drain_table_bolt_03 {
    width: 42px;
}
.drain_table_bolt_04 {
    width: 55px;
}
.drain_table_bolt_05 {
    width: 44px;
}
.drain_table_bolt_06 {
    width: 25px;
}


/* --------------------------
    トライスマット寸法表（円形開口用）
-------------------------- */
.round_table_img_01 {
    width: 76px;
}
.round_table_img_02 {
    width: 77px;

}
.round_table_bolt_01 {
    width: 80px;
}



