@charset "UTF-8";
/* ------------------
    共通
--------------------- */
.headline {
  background: url("../images/about/bg_about.png") no-repeat center bottom -80px/cover;
  padding: 70px 0;
}
.headline.top {
  background: url("../images/about/bg_about.png") no-repeat center bottom/cover;
}

@media only screen and (max-width: 750px) {
  .headline {
    background: url(../images/about/bg_about.png) no-repeat center bottom -30px/cover;
    padding: 25px 0 35px;
    background-size: 150%;
    margin-bottom: 0;
  }
  .headline.top {
    margin-bottom: 25px;
  }
}
/* ------------------
    TOP
--------------------- */
.newsArea {
  padding: 70px 0 80px;
}
.newsArea .newsList li {
  display: flex;
  margin-bottom: 30px;
  line-height: 1.2;
}
.newsArea .newsList li .date {
  width: 100px;
}
.newsArea .newsList li .item {
  width: 960px;
}
.newsArea .newsList li .item a {
  margin-right: 16px;
  color: #239943;
}
.newsArea .newsList li .item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.releaseArea {
  padding: 75px 0 70px;
}

@media only screen and (max-width: 750px) {
  .newsArea {
    padding: 45px 0 50px;
  }
  .newsArea .newsList li {
    display: block;
    line-height: 1.53;
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  .newsArea .newsList li .date {
    width: 100%;
    display: block;
  }
  .newsArea .newsList li .item {
    width: 100%;
  }
  .newsArea .newsList li .item a {
    margin-right: 6px;
  }

  .releaseArea {
    padding: 45px 0;
  }
}
/* ------------------
    行動規範
--------------------- */
#conduct .conductBlock {
  padding-bottom: 100px;
}

/* ------------------
    農薬工業会ビジョン
--------------------- */
#vision .individualLink {
  justify-content: center;
}
#vision .individualLink li + li {
  margin-left: 20px;
}
#vision .sdgsBox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#vision .sdgsBox dl {
  margin-left: 10px;
}
#vision .sdgsBox dl dt {
  font-weight: bold;
}
#vision .sdgsBox dl dd {
  line-height: 2;
}
#vision .plan .imgListBox.colTwo {
  justify-content: center;
}
#vision .plan .imgListBox.colTwo > div {
  width: 280px;
}
#vision .mfp-title {
  padding-right: 0;
}
#vision .subTtlVision {
  font-size: 2rem;
}

@media only screen and (max-width: 750px) {
  #vision .individualLink li + li {
    margin-left: calc(26 / 640 * 100%);
  }
  #vision .individualLink li img {
    width: 60px;
  }
  #vision .sdgsBox {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #vision .sdgsBox dl dt {
    line-height: 1.5;
  }
  #vision .sdgsBox dl dd {
    line-height: 1.5;
  }
  #vision .plan .imgListBox.colTwo > div {
    margin: auto;
  }
  #vision .plan .imgListBox.colTwo > div + div {
    margin-top: 14px;
  }
  #vision .subTtlVision {
    font-size: 1.8rem;
  }
}
#listing .unchor {
  justify-content: center;
}
#listing .listTtl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}
#listing .ankListBlock {
  padding: 40px 0;
}
#listing .memberList .ttl {
  background: #f2f2f2;
  padding: 16px 10px;
  text-align: center;
  border: 1px solid #dddddd;
}
#listing .memberList ul {
  display: flex;
  flex-wrap: wrap;
}
#listing .memberList ul li {
  line-height: 1.2;
  width: 50%;
  padding: 17px 12px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#listing .memberList ul li:nth-child(2n+1) {
  border-left: 1px solid #dddddd;
}

@media only screen and (max-width: 750px) {
  #listing .unchor {
    justify-content: flex-start;
  }
  #listing .listTtl {
    font-size: 2rem;
  }
  #listing .ankListBlock {
    padding: 30px 0 20px;
  }
  #listing .memberList ul {
    display: block;
  }
  #listing .memberList ul li {
    width: 100%;
    line-height: 1.53;
  }
  #listing .memberList ul li:nth-child(2n) {
    border-left: 1px solid #dddddd;
  }
}
