@charset "UTF-8";

/* ----------------------------------------------------------------
    製品一覧用css
---------------------------------------------------------------- */

body {
    box-sizing: border-box;
}

.pageTitle_01 {
    margin-top: 29px;
}
.introText {
    padding-top: 40px;
}
.introText_caution {
    color: #ED0000;
    padding: 9px 19px 9px 17px;
    border: 1px solid #ED0000;
    margin: 20px auto 40px;
}
.exclamIcon {
    padding-right: 0.5em;
}
.pdf {
    color: #ED0000;
    -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width:768px) {
    .pageTitle_01 {
        margin-top: 45px;
    }
    .introText {
        padding-top: 60px;
    }
    .introText_caution {
        font-size: 1.8rem;
        line-height: 1.667;
        width: 750px;
        padding: 14px 36px 14px 35px;
        margin: 44px 0 70px 0;
    }
}


/* 製品一覧 */
.productArea {
    background: #F2F2F2;
    margin-top: 40px;
}
#contents {
    padding: 0 0 50px;
    margin: 0 auto;
}
.listTitleWrap {
    padding-top: 48px;
}
.listTitleWrap h2 {
    font-size: 2rem;
    line-height: 1.45;
    color: #333333;
}
.yokoscroll_txt {
    padding-top: 7px;
}
.yokoscroll {
    width: 29px;
    margin: 0 3px;
    vertical-align: middle;
}
.tableScrollWrap {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none;    /* Firefox 対応 */
    width: 100%;
    margin: 0 auto;
    padding: 9px 12px 0;
}
.tableScrollWrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
}
.tableScroll {
    width: 1100px;
    table-layout: auto;
    margin: 0 auto;
}
.productsListTable {
    font-size: 1.5rem;
    line-height: 1.467;
}
.productsListTable th,
.productsListTable td {
    text-align: left;
    border: solid 1px #D1D1D1;
}
.productsListTable th {
    padding: 7px 0 7px 18px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}
.productsListTable th:nth-of-type(4),
.productsListTable th:nth-of-type(5),
.productsListTable th:nth-of-type(6) {
    padding: 13px 0 12px;
}
.productsListTable .sacchuzai {
    background: #5D8428;
}
.productsListTable .jouzai {
    background: #846428;
}
.productsListTable .josouzai {
    background: #842828;
}
.productsListTable .yakuzai {
    background: #285284;
}
.productsListTable th.pdName {
    width: calc((193 / 1100) * 100%);
}
.productsListTable th.sakumotsu {
    width: calc((199 / 1100) * 100%);
}
.productsListTable th.gaichu {
    width: calc((199 / 1100) * 100%);
}
.productsListTable th.anzen{
    width: calc((129 / 1100) * 100%);
}
.productsListTable th.jirei {
    width: calc((189 / 1100) * 100%);
}
.productsListTable th.chirasi {
    width: calc((190 / 1100) * 100%);
}
.productsListTable td {
    background: #FFFFFF;
    padding: 11px;
    vertical-align: top;
}
.productsListTable tr:nth-child(even) td {
    background: #F8F8F8;
}
.productsListTable tbody td li {
    text-indent: -1em;
    padding-left: 1em;
}
.productsListTable tbody td li.outerList {
    text-indent: 0;
    padding-left: 0;
}
.productsListTable tbody td li.outerList:before {
    color: #333333;
}
.productsListTable tbody td li:before {
    content: '・';
    color: #0062B1;
}
.productsListTable tbody td .outerList li:before {
    content: '';
    color: #0062B1;
    text-indent: -1em;
    padding-left: 1em;
}
.sdsPdfIcon:after,
.productsListTable tbody td a.pdf:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    font-weight: 900;
    color: #ED0000;
    padding-left: 3px;
    text-indent: 1em;
    -webkit-font-smoothing: antialiased;
}
.sdsPdfIcon::before {
    content: '・';
    color: #0062B1;
}
.sdsPdfIcon {
    padding-left: 3px;
    color: #ED0000;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.soloPdfIcon {
    font-size: 2rem;
    line-height: 1;
    padding-left: 3px;
    color: #ED0000;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width:768px) {
    .productArea {
        margin-top: 70px;
    }
    #contents {
        padding-bottom: 144px;
    }
    .listTitleWrap {
        padding-top: 78px;
    }
    .listTitleWrap:first-of-type {
        padding-top: 68px;
    }
    .listTitleWrap h2 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .tableScrollWrap {
        padding-top: 38px;
    }
    .productsListTable a span:hover {
        opacity: 0.7;
    }
    .productsListTable tbody td a:hover:after {
        opacity: 0.7;
    }
}


/* ========================================
    ダイアジノン剤一覧
========================================= */
a.diazion_pdflink {
    padding: 4px 14px 5px;
    border-radius: 6px;
    border: 1px solid var(--linkcolor, #0064B1);
    background: var(--white, #FFF);
    display: inline-block;
    margin-top: 20px;
}


.diazionWrap {
    /* width: 1100px; */
    margin: 0 auto;
    padding: 40px 0;
}
.diazionWrap_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.diazionWrap_title {
    display: flex;
    height: 48px;
    padding-bottom: 6px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 2px solid var(--diazinon_green, #22AC38);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.diazionWrap_item {
    width: calc(100% / 375 * 355);
    margin: 0 auto;
    background: #fff;
    padding: 26px 14px;
    border-radius: 16px;
}
.diazionWrap_item:not(:first-of-type) {
    margin-top: 30px;
}
.diazionWrap_text p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
h3.diazionWrap_name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    padding-bottom: 4px;
    margin: 22px 0 10px;
    border-bottom: 1px solid var(--line_gray, #AAA);
}
h3.diazionWrap_name::before {
    content: "";
    background: url(../img_rp/diazionwrap_name_icon.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -3px;
    margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
    .diazionWrap {
        width: 1100px;
        padding: 70px 0;
    }
    .diazionWrap_content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
    .diazionWrap_title {
        height: 55px;
        padding-bottom: 6px;
        font-size: 28px;
        margin-bottom: 40px;
    }
    .diazionWrap_item {
        width: 100%;
        padding: 54px 50px;
        border-radius: 20px;
    }
    .diazionWrap_text {
        width: 690px;
    }
    .diazionWrap_item:not(:first-of-type) {
        margin-top: 60px;
    }
    h3.diazionWrap_name {
        margin: 20px 0 10px;
        padding-bottom: 2px;
    }
        .diazionWrap_img {
        width: 270px;
    }
}
