@charset "UTF-8";
/* ------------------
    共通
--------------------- */
.headline {
  background: url("../images/user/bg_user.png") no-repeat center bottom -80px/cover;
  padding: 70px 0;
}
.headline.top {
  background: url("../images/user/bg_user.png") no-repeat center bottom/cover;
}

@media only screen and (max-width: 750px) {
  .headline {
    background: url(../images/user/bg_user.png) no-repeat center bottom -30px/cover;
    padding: 25px 0 35px;
    background-size: 150%;
    margin-bottom: 0;
  }
  .headline.top {
    margin-bottom: 25px;
  }
}
/*------- /user/共通 -------*/
.suppBlock {
  padding: 20px 10px;
  width: 720px;
  margin: auto;
}

.userBtmLink {
  background: url(../images/common/bg_border.png) repeat-x bottom left;
  padding: 80px 0 84px;
}
.userBtmLink .areaWrap {
  justify-content: space-between;
}
.userBtmLink .linkBtn .btn {
  background-color: #fff;
  border: 1px solid #5eb584;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 17px calc(66 / 525 * 100%) 17px 160px;
  position: relative;
  width: 525px;
}
.userBtmLink .linkBtn .btn .txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  color: #339933;
  font-weight: bold;
}
.userBtmLink .linkBtn .btn::before {
  position: absolute;
  content: "";
  width: 107px;
  bottom: 0;
  left: 35px;
}
.userBtmLink .linkBtn.mask .btn::before {
  background: url(../images/user/img_user_mask.png) no-repeat left bottom;
  background-size: cover;
  height: 119px;
}
.userBtmLink .linkBtn.dispatch {
  margin-left: 10px;
}
.userBtmLink .linkBtn.dispatch .btn::before {
  background: url(../images/user/img_user_dispatch.png) no-repeat left bottom;
  background-size: cover;
  height: 126px;
}

@media only screen and (max-width: 750px) {
  .suppBlock {
    padding: 10px;
    width: 90%;
  }

  .userBtmLink {
    padding: 50px 0 44px;
  }
  .userBtmLink .linkBtn {
    width: 100%;
  }
  .userBtmLink .linkBtn .btn {
    justify-content: center;
    border-radius: 15px;
    padding: 6px calc(30 / 670 * 100%) 6px 110px;
    width: 100%;
    min-height: 74px;
  }
  .userBtmLink .linkBtn .btn .txt {
    font-size: 1.5rem;
  }
  .userBtmLink .linkBtn .btn::before {
    width: 75px;
    left: 15px;
  }
  .userBtmLink .linkBtn.mask .btn::before {
    height: 83px;
  }
  .userBtmLink .linkBtn.dispatch {
    margin-top: 20px;
    /*margin-left: 10px;*/
    margin-left: 0;
  }
  .userBtmLink .linkBtn.dispatch .btn::before {
    height: 88px;
  }
}
/*@media only screen and (max-width: 460px) {
    .areaWrap {
        display: block;
    }
    .userBtmLink{
        .linkBtn{
            width: 100%;
            .btn{
                &::before{
                    left: 20px;
                }
            }
            &.dispatch{
                margin-top: 20px;
                margin-left: 0;
            }
        }
    }
}*/
/*------- /user/共通 End -------*/
/*------- 農薬の正しい使い方（動画） -------*/
#movie {
  /*.bgWhite{
      justify-content: space-between;
      align-items: center;
      border-radius: 20px;
      padding: 35px 50px;
  }*/
}
#movie .bgGray {
  padding: 80px 0;
}

@media only screen and (max-width: 750px) {
  #movie {
    /*.bgWhite{
        border-radius: 10px;
        padding: 20px;
    }*/
  }
  #movie .bgGray {
    padding: 40px 0;
  }
}
/*------- 農薬の正しい使い方（動画） End -------*/
/*------- 農薬をご使用になる方へ -------*/
#userTop {
  /*.acoBlock{
      & + .acoBlock{
          margin-top: 15px;
      }
  }*/
}
#userTop .userList li {
  position: relative;
  padding-left: 50px;
  line-height: 2.15;
  margin-bottom: 12px;
}
#userTop .userList li:last-child {
  margin-bottom: 0;
}
#userTop .userList li::before {
  position: absolute;
  content: url("../images/common/icon_qa_q.png");
  left: 0;
  top: 2px;
}
#userTop .individualLink {
  justify-content: flex-start;
}

@media only screen and (max-width: 750px) {
  #userTop .userList li {
    padding-left: 40px;
    line-height: 2;
  }
  #userTop .userList li::before {
    top: 0;
  }
  #userTop .individualLink {
    justify-content: space-between;
  }
}
/*------- 農薬をご使用になる方へ End -------*/
/*------- 個別農薬に関するお問い合わせ先 -------*/
#contact {
  /*a[href*="tel:"] {
      color: #239943;
  }*/
}
#contact h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}
#contact .dataTable .sds {
  width: 8%;
}
#contact .dataTable th {
  padding: 6px 10px;
}
#contact .dataTable td {
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  #contact h2 {
    font-size: 2rem;
  }
  #contact .dataTable .sds {
    width: 16%;
  }
}
/*------- 個別農薬に関するお問い合わせ先 End -------*/
#guideline .imgBox.leaflet img {
  width: 100px;
}

@media only screen and (max-width: 750px) {
  #guideline .imgBox.leaflet img {
    width: 33%;
  }
}
/*------- 安全・安心の農薬使用のための発信情報 -------*/
#hasshin .bgGray {
  padding: 70px 0 80px;
}
#hasshin .newspaper {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5px;
}
#hasshin .newspaper li {
  width: 290px;
}

@media only screen and (max-width: 750px) {
  #hasshin .bgGray {
    padding: 40px 0;
  }
  #hasshin .newspaper div {
    width: 100%;
  }
}
/*------- 農薬に関する用語集 -------*/
#glossary .suppBlock {
  padding-bottom: 16px;
}
#glossary .suppBlock ul {
  display: flex;
  justify-content: center;
}
#glossary .suppBlock ul li {
  display: flex;
  padding-right: 10px;
}
#glossary .suppBlock ul li:last-child {
  padding-right: 0;
}
#glossary .suppBlock ul li .iconLink {
  width: 54px;
  margin-right: 5px;
}
#glossary h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}
#glossary .dataTable .iconLink {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
  width: 54px;
}
#glossary .dataTable .arrowIcon::before {
  top: -2px;
}
#glossary .inlineModal .imgBdr {
  border: 1px solid #dddddd;
}
#glossary .inlineModal .colList {
  justify-content: center;
  flex-wrap: wrap;
}
#glossary .inlineModal .colList li {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
#glossary .inlineModal .colList li .colImg {
  display: flex;
  height: 100%;
  display: block;
  margin-bottom: 5px;
}
#glossary .inlineModal .colList li:first-child {
  margin-left: 0;
}
#glossary .inlineModal .colList li:nth-child(4) {
  margin-left: 0;
}
#glossary .inlineModal .colList.type02 {
  width: 80%;
  margin: auto;
}
#glossary .inlineModal .colList.type02 li:nth-child(3) {
  margin-left: 0;
}
#glossary .inlineModal .colList.type02 li:nth-child(4) {
  margin-left: 15px;
}

@media only screen and (max-width: 750px) {
  #glossary .suppBlock {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #glossary .suppBlock ul {
    display: block;
  }
  #glossary .suppBlock ul li {
    padding-right: 0;
  }
  #glossary .suppBlock ul li:last-child {
    padding-top: 5px;
  }
  #glossary h2 {
    font-size: 2rem;
  }
  #glossary .inlineModal .colList {
    text-align: center;
  }
  #glossary .inlineModal .colList li {
    margin-left: 0;
  }
}
/*------- 農薬に関する用語集 End -------*/
/*------- 農薬をご使用になる方へ 詳細ページ -------*/
#qaUser .moreBtn a.btnGreen {
  max-width: 360px;
}

.ankBlock {
  padding-top: 88px;
  margin-top: -88px;
}

@media only screen and (max-width: 750px) {
  #qaUser .moreBtn a.btnGreen {
    max-width: 310px;
  }
}
/*------- 農薬をご使用になる方へ 詳細ページ End -------*/
.qa06_2_img04 {
  /*qa06_2.htmlサムネサイズ調整*/
  max-width: 233px;
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  .qa06_2_img04 {
    /*qa06_2.htmlサムネサイズ調整*/
    margin: auto;
  }
}
/*------- 化管法対象物質の見直しに伴う、農薬製品中の指定化学物質新旧対照表ページ 20230126 -------*/
#kakanhou h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}
#kakanhou .dataTable th:last-child {
  width: 32%;
}
#kakanhou .dataTable td {
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  #kakanhou h2 {
    font-size: 2rem;
  }
  #kakanhou .dataTable th:last-child {
    width: 38%;
  }
}
/*------- 化管法対象物質の見直しに伴う、農薬製品中の指定化学物質新旧対照表ページ End -------*/
/*------- 農薬に関する正しい知識の推進活動 202311080 -------*/
#haken .bgGray {
  padding: 70px 0 80px;
}

@media only screen and (max-width: 750px) {
  #haken .bgGray {
    padding: 40px 0 50px;
  }
}
