.mod_subfooter {
    margin-top: 0
}

.agrochemical_search {
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .agrochemical_search {
        margin-top:44px
    }
}

.agrochemical_search_title_wrap {
    padding-top: 55px;
    border-top: 2px solid #d52626;
    text-align: center
}

@media screen and (max-width: 768px) {
    .agrochemical_search_title_wrap {
        padding-top:35px
    }
}

.agrochemical_search_title {
    display: inline-block;
    position: relative;
    right: 10px;
    padding: 14px 0 14px 90px;
    background: url(/products/agrochemical/img/icon01.png) left center no-repeat;
    background-size: 80px 80px;
    color: #222;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .agrochemical_search_title {
        right:7px;
        padding: 13px 0 13px 69px;
        background: url(/products/agrochemical/img/icon01.png) left center no-repeat;
        background-size: 64px 64px;
        font-size: 2.8rem
    }
}

.agrochemical_search_link {
    max-width: 1080px;
    margin: 30px auto 0
}

.agrochemical_search_link a {
    padding: 22px;
    background-color: #3e5d43
}

.agrochemical_search_link a:hover {
    background-color: #416747;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.agrochemical_search_link a span {
    display: inline-block;
    position: relative;
    padding: 21px 48px 25px 110px;
    background: url(/products/agrochemical/img/icon16.png) right center no-repeat;
    background-size: 18px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.4
}

.agrochemical_search_link a span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 76px;
    margin: auto;
    border-radius: 100px;
    background: #fff url(/products/agrochemical/img/icon02.png) center center no-repeat;
    background-size: 60px 59px
}

@media screen and (max-width: 768px) {
    .agrochemical_search_link {
        margin-top:20px
    }

    .agrochemical_search_link a {
        padding: 8px
    }

    .agrochemical_search_link a span {
        padding: 21px 35px 25px 85px;
        background: url(/products/agrochemical/img/icon16.png) right center no-repeat;
        background-size: 15px 8px;
        font-size: 2rem
    }

    .agrochemical_search_link a span:before {
        width: 60px;
        height: 61px;
        border-radius: 100px;
        background: #fff url(/products/agrochemical/img/icon02.png) center center no-repeat;
        background-size: 48px 47px
    }
}

.agrochemical_tab_wrap {
    margin-top: 46px
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_wrap {
        margin-top:30px
    }
}

.agrochemical_tab_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    max-width: 1110px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_inner {
        margin:0 -7px
    }
}

.agrochemical_tab_trigger {
    width: 540px;
    margin: 0 15px;
    padding: 15px 10px 10px;
    border-top: 1px solid #ddd;
    color: #aaa;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    cursor: pointer
}

.agrochemical_tab_trigger.is-active,.agrochemical_tab_trigger.is-current,.agrochemical_tab_trigger:hover {
    border-color: #ddd;
    background-color: #e8e6e3;
    color: #d52626
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_trigger {
        width:50%;
        margin: 0 7px;
        padding: 7px 10px 6px;
        font-size: 1.6rem
    }
}

.agrochemical_tab_item {
    background-color: #e8e6e3
}

.agrochemical_tab_search_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 40px 0 50px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_search_wrap {
        display:block;
        padding: 30px 0
    }
}

.agrochemical_tab_search_input {
    position: relative;
    overflow: hidden;
    border-radius: 100px
}

.agrochemical_tab_search_input input {
    width: 600px;
    padding: 29px 80px 29px 40px;
    outline: 0;
    border: none;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.agrochemical_tab_search_input input::-webkit-input-placeholder {
    color: #aaa
}

.agrochemical_tab_search_input input::-moz-placeholder {
    color: #aaa
}

.agrochemical_tab_search_input input::-ms-input-placeholder {
    color: #aaa
}

.agrochemical_tab_search_input input::placeholder {
    color: #aaa
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_search_input input {
        width:100%;
        padding: 15px 47px 15px 15px;
        font-size: 1.5rem
    }
}

.agrochemical_tab_search_trigger {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto
}

.agrochemical_tab_search_trigger a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #d52626 url(/products/agrochemical/img/icon03.png) center center no-repeat;
    background-size: 17px 17px;
    font-size: 0
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_search_trigger {
        right:10px;
        width: 32px;
        height: 32px
    }

    .agrochemical_tab_search_trigger a {
        width: 32px;
        height: 32px;
        background: #d52626 url(/products/agrochemical/img/icon03.png) center center no-repeat;
        background-size: 13px 13px
    }
}

.agrochemical_tab_note {
    width: 480px;
    padding-left: 30px
}

.agrochemical_tab_note li {
    margin-top: 8px;
    color: #777;
    font-size: 1.4rem;
    line-height: 1.6
}

.agrochemical_tab_note li:first-child {
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .agrochemical_tab_note {
        width:100%;
        margin-top: 10px;
        padding-left: 0
    }

    .agrochemical_tab_note li {
        margin-top: 5px;
        font-size: 1.3rem
    }
}

.agrochemical_topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 90px;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_topics {
        display:block;
        margin-top: 10px
    }
}

.agrochemical_topics_item {
    width: 570px;
    padding-top: 50px;
    border-top: 1px solid #8e8e8e
}

@media screen and (max-width: 768px) {
    .agrochemical_topics_item {
        width:100%;
        margin-top: 50px;
        padding-top: 30px
    }
}

.agrochemical_topics_title {
    position: relative;
    padding-left: 75px
}

.agrochemical_topics_title span {
    padding-left: 25px;
    border-left: 1px solid #ddd;
    color: #222;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4
}

.agrochemical_topics_title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto
}

.agrochemical_topics_title.type-topics:before {
    background: url(/products/agrochemical/img/icon08.png) left center no-repeat;
    background-size: 60px 60px
}

.agrochemical_topics_title.type-info:before {
    background: url(/products/agrochemical/img/icon09.png) left center no-repeat;
    background-size: 60px 60px
}

@media screen and (max-width: 768px) {
    .agrochemical_topics_title {
        padding-left:58px
    }

    .agrochemical_topics_title span {
        padding-left: 15px;
        font-size: 2.8rem
    }

    .agrochemical_topics_title:before {
        width: 48px;
        height: 48px
    }

    .agrochemical_topics_title.type-topics:before {
        background: url(/products/agrochemical/img/icon08.png) left center no-repeat;
        background-size: 48px 48px
    }

    .agrochemical_topics_title.type-info:before {
        background: url(/products/agrochemical/img/icon09.png) left center no-repeat;
        background-size: 48px 48px
    }
}

.agrochemical_topics_link {
    margin-top: 20px
}

.agrochemical_topics_link li {
    border-bottom: 1px solid #ededed
}

.agrochemical_topics_link li a {
    padding: 20px 0;
    background: url(/products/agrochemical/img/icon10.png) right 20px center no-repeat;
    background-size: 14px 7px
}

@media screen and (max-width: 768px) {
    .agrochemical_topics_link {
        margin-top:12px
    }

    .agrochemical_topics_link li a {
        padding: 18px 24px 18px 0;
        background: url(/products/agrochemical/img/icon10.png) right 0 center no-repeat;
        background-size: 13px 6px
    }
}

.agrochemical_topics_date {
    color: #444;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3
}

.agrochemical_topics_text {
    margin-top: 8px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6
}

.agrochemical_topics_text:hover {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    .agrochemical_topics_text {
        font-size:1.4rem
    }
}

.agrochemical_topics_btn {
    margin-top: 35px;
    text-align: right
}

.agrochemical_topics_btn a {
    display: inline-block;
    padding: 0 38px 0 0;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.4
}

.agrochemical_topics_btn a::after {
    width: 30px;
    height: 30px
}

.agrochemical_topics_btn a:hover::after {
    right: -12px;
    width: 54px;
    height: 54px
}

.agrochemical_topics_btn a .circle {
    width: 62px
}

.agrochemical_topics_btn a .circle::after {
    right: 58px
}

@media screen and (max-width: 768px) {
    .agrochemical_topics_btn {
        margin-top:15px
    }
}

.agrochemical_info {
    margin-top: 120px;
    padding-top: 60px;
    border-top: 1px solid #8e8e8e
}

@media screen and (max-width: 768px) {
    .agrochemical_info {
        margin-top:50px;
        padding-top: 30px
    }
}

.agrochemical_info_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_info_title_wrap {
        display:block
    }
}

.agrochemical_info_title {
    position: relative;
    padding-left: 95px
}

.agrochemical_info_title span {
    padding-left: 30px;
    border-left: 1px solid #ddd;
    color: #222;
    font-size: 3.8rem;
    line-height: 1.4
}

.agrochemical_info_title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(/products/agrochemical/img/icon12.png) left center no-repeat;
    background-size: 100% 100%
}

@media screen and (max-width: 768px) {
    .agrochemical_info_title {
        padding-left:58px
    }

    .agrochemical_info_title span {
        padding-left: 15px;
        font-size: 2.8rem
    }

    .agrochemical_info_title:before {
        width: 48px;
        height: 48px;
        background: url(/products/agrochemical/img/icon12.png) left center no-repeat;
        background-size: 100% 100%
    }
}

.agrochemical_info_btn.type-sp {
    display: none
}

@media screen and (max-width: 768px) {
    .agrochemical_info_btn {
        margin:30px 0 0 auto
    }

    .agrochemical_info_btn.type-sp {
        display: table
    }

    .agrochemical_info_btn.type-pc {
        display: none
    }
}

.agrochemical_info_text {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .agrochemical_info_text {
        margin-top:30px;
        font-size: 1.5rem
    }
}

.agrochemical_info_clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 80px;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_info_clm {
        display:block;
        margin-top: 20px
    }
}

.agrochemical_info_clm_item {
    width: 570px
}

@media screen and (max-width: 768px) {
    .agrochemical_info_clm_item {
        width:100%;
        margin-top: 30px
    }
}

.agrochemical_info_clm_img {
    overflow: hidden
}

.agrochemical_info_clm_img img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.agrochemical_info_clm_item a:hover .agrochemical_info_clm_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.agrochemical_info_clm_text {
    margin-top: 20px;
    padding-right: 33px;
    background: url(/products/agrochemical/img/icon14.png) right center no-repeat;
    background-size: 18px 9px;
    color: #222;
    font-size: 2rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .agrochemical_info_clm_text {
        margin-top:15px;
        padding-right: 30px;
        background: url(/products/agrochemical/img/icon14.png) right center no-repeat;
        background-size: 15px 8px;
        font-size: 1.8rem
    }
}

.agrochemical_kumika {
    margin-top: 120px;
    padding-top: 60px;
    border-top: 2px solid #8e8e8e
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika {
        margin-top:60px;
        padding-top: 30px;
        border-width: 1px
    }
}

.agrochemical_kumika_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_title_wrap {
        display:block
    }
}

.agrochemical_kumika_title {
    position: relative;
    padding-left: 95px
}

.agrochemical_kumika_title span {
    padding-left: 30px;
    border-left: 1px solid #ddd;
    color: #222;
    font-size: 3.8rem;
    line-height: 1.4
}

.agrochemical_kumika_title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url(/products/agrochemical/img/icon15.png) left center no-repeat;
    background-size: 100% 100%
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_title {
        padding-left:58px
    }

    .agrochemical_kumika_title span {
        padding-left: 15px;
        font-size: 2.8rem
    }

    .agrochemical_kumika_title:before {
        width: 48px;
        height: 48px;
        background: url(/products/agrochemical/img/icon15.png) left center no-repeat;
        background-size: 100% 100%
    }
}

.agrochemical_kumika_btn.type-sp {
    display: none
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_btn {
        margin:30px 15px 0 auto
    }

    .agrochemical_kumika_btn.type-sp {
        display: table
    }

    .agrochemical_kumika_btn.type-pc {
        display: none
    }
}

.agrochemical_kumika_text {
    margin-top: 50px;
    font-size: 1.65rem;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_text {
        margin-top:30px;
        font-size: 1.5rem
    }
}

.agrochemical_kumika_clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 65px;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_clm {
        display:block;
        margin-top: 40px
    }
}

.agrochemical_kumika_clm_item {
    width: 368px
}

.agrochemical_kumika_clm_item:hover {
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1));
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1))
}

.agrochemical_kumika_clm_item a {
    position: relative
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_clm_item {
        width:100%
    }
}

.agrochemical_kumika_clm_textarea {
    position: relative;
    width: calc(100% - 20px);
    margin: -15px 0 0 auto;
    padding: 18px 42px 17px 15px;
    border-top: 1px solid #d52626;
    background: #fff url(/products/agrochemical/img/icon14.png) right 15px bottom 15px no-repeat;
    background-size: 18px 9px
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_clm_textarea {
        width:calc(100% - 15px);
        padding: 15px 35px 12px 12px;
        background: #fff url(/products/agrochemical/img/icon14.png) right 12px bottom 12px no-repeat;
        background-size: 15px 8px
    }
}

.agrochemical_kumika_clm_number {
    color: #d52626;
    font-size: 1.1rem;
    line-height: 1.1
}

.agrochemical_kumika_clm_number span {
    font-size: 1.5rem
}

.agrochemical_kumika_clm_text {
    margin-top: 7px;
    color: #222;
    font-size: 1.7rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .agrochemical_kumika_clm_text {
        font-size:1.6rem
    }
}

.agrochemical_fb {
    margin-top: 120px;
    padding: 80px 0 85px;
    background-color: #f6f5f3
}

@media screen and (max-width: 768px) {
    .agrochemical_fb {
        margin-top:60px;
        padding: 25px 0
    }
}

.agrochemical_fb_clmwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_clmwrap {
        display:block
    }
}

.agrochemical_fb_link {
    width: 570px;
    padding: 65px 80px 131px;
    background: url(/products/agrochemical/img/text01.png) center bottom no-repeat;
    background-size: 100% auto;
    -webkit-box-shadow: 0 0 0 5px #fff inset;
    box-shadow: 0 0 0 5px #fff inset;
    text-align: center
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_link {
        width:100%;
        padding: 35px 30px 72px;
        -webkit-box-shadow: 0 0 0 3px #fff inset;
        box-shadow: 0 0 0 3px #fff inset
    }
}

.agrochemical_fb_catch {
    color: #1877f2;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_catch {
        font-size:2.4rem;
        font-size: clamp(2.2rem,6vw,2.4rem)
    }
}

.agrochemical_fb_text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_text {
        margin-top:15px;
        text-align: left;
        font-size: 1.5rem
    }
}

.agrochemical_fb_btn {
    margin-top: 40px
}

.agrochemical_fb_btn:hover .agrochemical_fb_btn_icon img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.agrochemical_fb_btn a {
    padding: 25px;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_btn {
        margin-top:20px
    }

    .agrochemical_fb_btn a {
        padding: 15px
    }
}

.agrochemical_fb_btn_icon {
    width: 62px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_btn_icon {
        width:44px
    }
}

.agrochemical_fb_btn_text {
    margin-top: 15px;
    color: #1877f2;
    font-size: 1.6rem;
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_btn_text {
        margin-top:10px;
        font-size: 1.5rem
    }
}

.agrochemical_fb_content {
    width: 500px;
    margin-left: 50px;
    background-color: #ddd;
    text-align: center
}

@media screen and (max-width: 768px) {
    .agrochemical_fb_content {
        width:100%;
        margin: 25px 0 0
    }
}

.agrochemical_banner {
    padding: 54px 0 69px;
    background-color: #4d4b49
}

@media screen and (max-width: 768px) {
    .agrochemical_banner {
        padding:40px 0 57px
    }
}

.agrochemical_banner_large .agrochemical_kumika_title::before {
    background: url(/products/agrochemical/img/icon17.png) left center no-repeat;
    background-size: 100% 100%
}

.agrochemical_banner_large .agrochemical_kumika_title span {
    display: inline-block
}

.agrochemical_banner_large .agrochemical_banner_large_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px
}

@media screen and (max-width: 768px) {
    .agrochemical_banner_large .agrochemical_banner_large_content {
        -ms-flex-direction:column;
        flex-direction: column;
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        gap: 32px
    }
}

.agrochemical_banner_large .agrochemical_banner_large_teext {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 768px) {
    .agrochemical_banner_large .agrochemical_banner_large_teext .pc-only {
        display:none
    }
}

.agrochemical_banner_large .agrochemical_banner_large_image {
    width: 820px
}

.agrochemical_banner_large .agrochemical_banner_large_image img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.agrochemical_banner_large .agrochemical_banner_large_image a {
    overflow: hidden;
    border: 1px solid #ddd
}

.agrochemical_banner_large .agrochemical_banner_large_image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width: 768px) {
    .agrochemical_banner_large .agrochemical_banner_large_image {
        width:100%
    }
}

.js-feature {
    overflow: hidden
}

.agrochemical_clm {
    position: relative;
    width: 326px;
    margin: 65px 0 0 0
}

@media screen and (max-width: 768px) {
    .agrochemical_clm {
        display:block;
        width: 303px;
        margin: 40px auto 0
    }
}

.agrochemical_clm_item {
    width: 326px;
    padding-right: 40px
}

.agrochemical_clm_item a {
    position: relative
}

@media screen and (max-width: 768px) {
    .agrochemical_clm_item {
        width:303px;
        padding-right: 14px;
        padding-left: 14px
    }
}

.agrochemical_pager_wrap {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    margin: 30px auto 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .agrochemical_pager_wrap {
        width:73.3%
    }
}

.agrochemical_pager_wrap.-hide {
    display: none
}

.agrochemical_pager_btn {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    font-size: 0;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .agrochemical_pager_btn {
        width:30px;
        height: 30px
    }
}

.agrochemical_pager_btn.type-prev {
    background: url(../img/top/top_icon04.png) center center no-repeat #fff;
    background-size: 8px 14px
}

@media screen and (max-width: 768px) {
    .agrochemical_pager_btn.type-prev {
        background-size:5px 9px
    }
}

.agrochemical_pager_btn.type-next {
    background: url(../img/top/top_icon05.png) center center no-repeat #fff;
    background-size: 8px 14px
}

@media screen and (max-width: 768px) {
    .agrochemical_pager_btn.type-next {
        background-size:5px 9px
    }
}

.agrochemical_pager_btn.swiper-button-disabled {
    opacity: .6
}

.agrochemical_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative;
    width: 64.5%;
    margin: 0 30px;
    background: 0 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .agrochemical_pager {
        margin:0 15px
    }
}

.agrochemical_pager:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #e5e5e5
}

.agrochemical_pager .swiper-scrollbar-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #d52626;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    will-change: transform
}

@media screen and (max-width: 768px) {
    .agrochemical_report {
        padding:0
    }

    .agrochemical_report .agrochemical_kumika {
        padding: 30px 15px 0 15px
    }

    .agrochemical_report .agrochemical_kumika_text {
        padding: 0 15px
    }

    .agrochemical_report .agrochemical_report_swiper {
        position: relative;
        margin: 0 0 35px;
        padding: 0 50px 0
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper {
        position: relative;
        width: calc(100% - 30px);
        height: 30px;
        margin: 20px auto 50px
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-next,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-prev,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-next,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-prev {
        top: 30px;
        width: 30px;
        height: 30px;
        background-image: none
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-next::after,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-prev::after,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-next::after,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-prev::after {
        content: '';
        position: absolute;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        background: url(/common/img/parts/icon_arrow_head_red.png) no-repeat center;
        background-size: 5px 9px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-prev,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-prev {
        left: 0
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-prev::after,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-prev::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-next.sp-report-button-next,.agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-button-prev.sp-report-button-next {
        right: 0
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-pagination-progressbar {
        width: calc(100% - 80px);
        height: 2px;
        margin: 22px 40px;
        background-color: #e5e5e5
    }

    .agrochemical_report .agrochemical_report_swiper .swiper-button-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color: #d52626
    }
}



