@charset "UTF-8";
.laboContents img {
  vertical-align: top;
}
.laboContents .tab li {
  flex-grow: 1;
}

/* ------------------
    共通
--------------------- */
.laboHeadline {
  background: url("/assets/images/labo/bg_headline.jpg") no-repeat center top/cover;
  min-height: 200px;
  padding: 40px 0;
}
.laboHeadline .subTitle {
  background-color: #f7a9bb;
  border-radius: 15px;
  color: #fff;
  display: table;
  font-weight: bold;
  margin: 0 auto .8em;
  padding: .4em 1em .5em;
  min-width: 170px;
  text-align: center;
}
.laboHeadline .subTitle.color02 {
  background-color: #a77dc8;
}
.laboHeadline .subTitle.color03 {
  background-color: #00a0af;
}

.laboArticleTitle {
  border-left: 13px solid #f7a9bb;
  color: #f7a9bb;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.54;
  margin-bottom: 60px;
  padding: 0 0 0 .5em;
}

.programIndex {
  display: flex;
  align-items: center;
}
.programIndex .headBox {
  align-self: stretch;
  background-color: #f7a9bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-width: 206px;
}
.programIndex .head {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.programIndex .textBox {
  line-height: 1.625;
  margin: 0 0 0 24px;
}

.programTable {
  width: auto;
}
.programTable th,
.programTable td {
  vertical-align: top;
}
.programTable tbody > tr:not(:first-child) th,
.programTable tbody > tr:not(:first-child) td {
  vertical-align: top;
  padding-top: .5em;
}
.programTable .nowrap {
  white-space: nowrap;
}
.programTable .icon {
  color: #f7a9bb;
  padding-right: .5em;
}

.indent1em {
  padding-left: 1em;
  text-indent: -1em;
}

.speakerBox {
  border: 2px solid #ffd1dc;
  padding: 55px 10px;
}
.speakerBox .text {
  line-height: 1.625;
}
.speakerBox .nameTxt {
  text-align: center;
}
.speakerBox .boxHead {
  color: #5eb584;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5em;
}
.speakerBox .mcText {
  display: table;
  margin: 1.5em auto 0;
}

.speakerList {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 974px;
}
.speakerList > * {
  padding: 0 16px 10px;
  width: calc(100% / 4);
}
.speakerList > * + * {
  border-left: 1px solid #ddd;
}
.speakerList .itemInner {
  margin-left: auto;
  margin-right: auto;
}
.speakerList .imgWrap {
  margin-bottom: .9em;
  text-align: center;
}

.dispInlineBlock {
  display: inline-block;
}

.mrHalfem {
  margin-right: .5em;
}

.bold {
  font-weight: bold;
}

.widFull {
  width: 100%;
}

.txtCtoL {
  text-align: center;
}

.shrink0 {
  flex-shrink: 0;
}

.mb1em {
  margin-bottom: 1em;
}

.border0 {
  border: 0;
}

.lsSpread {
  letter-spacing: .07em;
}

.programBox {
  background-color: #f2f2f2;
  padding: 40px 65px;
}
.programBox .boxHead {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
.programBox .boxHead .head {
  color: #5eb584;
  font-size: 2.6rem;
  font-weight: bold;
}
.programBox .boxHead .subText {
  line-height: 1.5;
}
.programBox .heading {
  color: #339933;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.22;
  margin-bottom: .1em;
}
.programBox .boxBody {
  background-color: #fff;
  padding: 50px 60px;
}
.programBox .boxBody.body02 {
  padding: 50px 0;
}
.programBox .boxBody02 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.programBox .secBox + .secBox {
  margin-top: 30px;
}
.programBox .pictHead {
  font-weight: bold;
  line-height: 1.4;
  min-height: 68px;
  padding: .6em 0 .4em 112px;
}
.programBox .pictHead * {
  font-weight: bold;
}
.programBox .pictHead .head {
  color: #5eb584;
  font-size: 2.6rem;
}
.programBox .pictHead .subText {
  line-height: 1.5;
}
.programBox .pictHead.pict01 {
  background: url("/assets/images/common/pict_mic.svg") no-repeat left 19px top/77px;
}
.programBox .pictHead.pict02 {
  background: url("/assets/images/common/pict_producer.svg") no-repeat left 5px top/98px;
}
.programBox .pictHead.pict03 {
  background: url("/assets/images/common/pict_people.svg") no-repeat left 16px top/81px;
}
.programBox .pictHead.pict04 {
  background: url("/assets/images/common/pict_souvenir.svg") no-repeat left 18px top/80px;
}
.programBox .innerBlock + .innerBlock {
  margin-top: 40px;
}
.programBox .secBox02 {
  padding: 0 50px;
  line-height: 2.25;
}
.programBox .qaBox {
  padding-bottom: 30px;
}
.programBox .qaBox:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.programBox .qaBox + .qaBox {
  border-top: 1px solid #f2f2f2;
  padding-top: 50px;
}
.programBox .qaBox .icon {
  margin-right: 14px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.programBox .qaBox .qText {
  color: #339933;
  display: flex;
  align-items: flex-start;
}
.programBox .qaBox .qText .text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: -.3em;
}
.programBox .qaBox .aText {
  margin-top: 30px;
  display: flex;
  align-content: flex-start;
}
.programBox .qaBox .aText .text {
  margin-top: -.2em;
}
.programBox .col2person {
  display: flex;
  align-items: flex-start;
}
.programBox .col2person + .col2person {
  margin-top: 25px;
}
.programBox .col2person .personImg {
  flex-shrink: 0;
  margin-right: 20px;
}
.programBox .col2person .personImg .caption {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.programBox .col2person .w100wrap {
  width: 100px;
}
.programBox .col2person .w140wrap {
  width: 140px;
}
.programBox .circleText {
  position: relative;
  padding: 0 0 0 36px;
}
.programBox .circleText::before {
  background: url("/assets/images/common/icon_circle_pink.svg") no-repeat left top/contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: .4em;
  width: 24px;
  height: 24px;
}
.programBox .impressionsBox {
  padding-bottom: 30px;
}
.programBox .impressionsBox:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.programBox .impressionsBox + .impressionsBox {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
.programBox .souvenirBox {
  padding: 40px 60px;
}
.programBox .souvenirBox .name {
  color: #5eb584;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.416;
}
.programBox .souvenirImg {
  flex-shrink: 0;
}
.programBox .souvenir2col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.programBox .souvenir2col > * + * {
  margin: 0 0 0 20px;
}

.program2colTo1 {
  display: flex;
}
.program2colTo1 > * + * {
  margin: 0 0 0 25px;
}
.program2colTo1 .w184wrap {
  width: 184px;
}
.program2colTo1 .w220wrap {
  width: 220px;
}
.program2colTo1 .w260wrap {
  width: 260px;
}

.btn2colTo1 .moreBtn {
  display: flex;
  justify-content: center;
}
.btn2colTo1 .moreBtn a {
  margin: 0;
  max-width: 360px;
  width: 100%;
}
.btn2colTo1 .moreBtn a + a {
  margin: 0 0 0 35px;
}
.btn2colTo1 + .innerBlock {
  margin-top: 95px;
}

.laboBottomArea {
  padding: 60px 0 80px;
}
.laboBottomArea .innerBlock .heading {
  color: #5eb584;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media only screen and (max-width: 750px) {
  .txtCtoL {
    text-align: left;
  }

  .laboHeadline {
    min-height: 0%;
    padding: 20px 0 35px;
  }
  .laboHeadline .subTitle {
    background-color: #f7a9bb;
    border-radius: 15px;
    color: #fff;
    display: table;
    font-weight: bold;
    margin: 0 auto .8em;
    padding: .4em 1em .5em;
    min-width: 170px;
    text-align: center;
  }

  .laboArticleTitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .programIndex {
    display: block;
  }
  .programIndex .headBox {
    padding: 5px 10px;
    min-width: 100%;
  }
  .programIndex .head {
    font-size: 1.6rem;
  }
  .programIndex .textBox {
    margin: 1em 0 0;
  }

  .speakerBox {
    padding: 30px calc(20 / 750 * 100vw);
  }
  .speakerBox .boxHead {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
  .speakerBox .mcText {
    display: table;
    margin: 1.5em auto 0;
  }

  .speakerList {
    display: block;
  }
  .speakerList > * {
    padding: 0 1em calc(20 / 750 * 100vw);
    width: 100%;
  }
  .speakerList > *:not(:first-child) {
    border-top: 1px solid #ddd;
    border-left: 0;
    padding-top: 15px;
  }
  .speakerList .itemInner {
    max-width: 100%;
  }
  .speakerList .imgWrap {
    text-align: center;
  }

  .programBox {
    padding: 20px calc(40 / 750 * 100vw);
  }
  .programBox .boxHead {
    margin-bottom: 15px;
  }
  .programBox .boxHead > * {
    display: inline-block;
  }
  .programBox .boxHead > *:first-child {
    margin-right: 16px;
  }
  .programBox .boxHead .head {
    font-size: 1.8rem;
  }
  .programBox .heading {
    font-size: 1.6rem;
    line-height: 2;
  }
  .programBox .boxBody {
    padding: 25px calc(40 / 750 * 100vw);
  }
  .programBox .boxBody02 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .programBox .secBox + .secBox {
    margin-top: 30px;
  }
  .programBox .pictHead {
    min-height: 34px;
    padding: .2em 0 .4em 56px;
  }
  .programBox .pictHead * {
    font-weight: bold;
  }
  .programBox .pictHead .head {
    font-size: 2rem;
  }
  .programBox .pictHead .subText {
    line-height: 1.5;
  }
  .programBox .pictHead.pict01 {
    background-position: left 9px top;
    background-size: 38px;
  }
  .programBox .pictHead.pict02 {
    background-position: left 2px top;
    background-size: 49px;
  }
  .programBox .pictHead.pict03 {
    background-position: left 8px top;
    background-size: 40px;
  }
  .programBox .pictHead.pict04 {
    background-position: left 9px top;
    background-size: 40px;
  }
  .programBox .innerBlock + .innerBlock {
    margin-top: 30px;
  }
  .programBox .secBox02 {
    line-height: 2;
    padding: 0 calc(25 / 750 * 100vw);
  }
  .programBox .qaBox {
    padding-bottom: 25px;
  }
  .programBox .qaBox + .qaBox {
    padding-top: 25px;
  }
  .programBox .qaBox .icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .programBox .qaBox .qText .text {
    font-size: 1.6rem;
  }
  .programBox .qaBox .aText {
    margin-top: 30px;
  }
  .programBox .col2person + .col2person {
    margin-top: 20px;
  }
  .programBox .col2person .personImg {
    margin-right: 10px;
  }
  .programBox .col2person .personImg .caption {
    font-size: 1.2rem;
  }
  .programBox .col2person .w100wrap {
    width: calc(100 / 750 * 100vw);
    max-width: 100px;
    min-width: 60px;
  }
  .programBox .col2person .w140wrap {
    width: calc(140 / 750 * 100vw);
    max-width: 140px;
    min-width: 60px;
  }
  .programBox .circleText {
    padding: 0 0 0 30px;
  }
  .programBox .circleText::before {
    top: .4em;
    width: 21px;
    height: 21px;
  }
  .programBox .impressionsBox {
    padding-bottom: 25px;
  }
  .programBox .impressionsBox + .impressionsBox {
    padding-top: 25px;
  }
  .programBox .souvenirBox .name {
    font-size: 1.8rem;
  }
  .programBox .souvenirImg {
    flex-shrink: 0;
  }
  .programBox .souvenir2col {
    display: block;
  }
  .programBox .souvenir2col > * + * {
    margin: 15px 0 0;
  }

  .program2colTo1.spReverse {
    flex-direction: column-reverse;
  }
  .program2colTo1.spReverse .imgWrap {
    margin-bottom: 15px;
  }
  .program2colTo1 > * + * {
    margin: 15px 0 0;
  }
  .program2colTo1 .w184wrap,
  .program2colTo1 .w220wrap,
  .program2colTo1 .w260wrap {
    width: auto;
  }
  .program2colTo1 .wAutoSp {
    width: auto;
  }

  .btn2colTo1 .moreBtn {
    display: block;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn2colTo1 .moreBtn a + a {
    margin: 15px auto 0;
  }
  .btn2colTo1 + .innerBlock {
    margin-top: 50px;
  }

  .laboBottomArea {
    padding: 30px 0 40px;
  }
  .laboBottomArea .innerBlock .heading {
    font-size: 2.4rem;
  }
}
/* ------------------
    教育関係者セミナー
--------------------- */
.educatorContents .laboHeadline .subTitle {
  background-color: #a77dc8;
}
.educatorContents .laboArticleTitle {
  border-color: #a77dc8;
  color: #a77dc8;
}
.educatorContents .programIndex .headBox {
  background-color: #a77dc8;
}
.educatorContents .programTable .icon {
  color: #a77dc8;
}
.educatorContents .speakerBox {
  border-color: #d7bdec;
}
.educatorContents .programBox .circleText::before {
  background-image: url("/assets/images/common/icon_circle_purple.svg");
}

/* ------------------
    刊行物・書籍
--------------------- */
.excelIcon::after {
  flex-shrink: 0;
}

.txtCost {
  color: #ff3300;
}

.secTitle .txtCost {
  font-size: 1.6rem;
}

.booksContents {
  background-color: #f2f2f2;
  padding: 70px 0 80px;
}
.booksContents + .booksContents {
  margin-top: 2px;
}
.booksContents .secTitle {
  margin-bottom: 1.5em;
}

.booksBtn a {
  padding: .55em 10px .65em;
  max-width: 280px;
}
.booksBtn .excelIcon {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.booksBtn .excelIcon::after {
  position: static;
}

.btnGreen.mail span::before {
  background: url("/assets/images/common/icon_mail_w.svg") no-repeat center;
  background-size: cover;
}

.booksCards .card {
  border-radius: 18px;
  background-color: #fff;
  line-height: 1.625;
  padding: 0 30px 30px;
}
.booksCards > a {
  display: block;
}
.booksCards .labelText {
  background-color: #f7a9bb;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: .35em .5em .38em;
  text-align: center;
  min-width: 100px;
}
.booksCards .heading {
  font-weight: bold;
}
.booksCards .heading + * {
  margin-top: 1.2em;
}
.booksCards .col2Wrap {
  display: flex;
}
.booksCards .col2Wrap .imgWrap {
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.booksCards .col2Wrap .w100wrap {
  width: 100px;
}
.booksCards .col2Wrap .w120wrap {
  width: 120px;
}
.booksCards .linkBtn {
  border-radius: 30px;
  background-color: #5eb584;
  color: #fff;
  display: table;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
.booksCards .linkBtn::after {
  background: url("../images/common/icon_arrow_right03.svg") no-repeat center/cover;
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 15px;
}
.booksCards .linkBtn .text {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 34px 6px;
  text-align: center;
  width: 100%;
  min-width: 160px;
}
.booksCards .btnRight {
  display: table;
  margin: auto 0 0 auto;
}
.booksCards .btnRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
.booksCards.one > .card + .card {
  margin-top: 40px;
}
.booksCards.two, .booksCards.three {
  display: flex;
  flex-wrap: wrap;
}
.booksCards.two .col2Wrap, .booksCards.three .col2Wrap {
  width: 100%;
}
.booksCards.two {
  justify-content: space-between;
}
.booksCards.two > .card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: calc(520 / 1080 * 100%);
}
.booksCards.two > .card:nth-child(n + 3) {
  margin-top: 40px;
}
.booksCards.two .heading,
.booksCards.two .col2Wrap {
  /* IE対策 */
  width: 100%;
}
.booksCards.three > .card {
  width: calc(333 / 1080 * 100%);
  max-width: 333px;
}
.booksCards.three > .card:not(:first-child) {
  margin-left: calc(40 / 1080 * 100%);
}
.booksCards.three > .card:nth-child(3n + 1) {
  margin-left: 0;
}
.booksCards.three > .card:nth-child(n + 4) {
  margin-top: 40px;
}
.booksCards .leafImg {
  width: 75px;
}

/* モーダル内2カラム（なるほど！なっとく！）*/
.modalImgBlock .blockInner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 320px;
}
.modalImgBlock .img01 {
  max-width: 100px;
  width: calc(100 / 320 * 100%);
}
.modalImgBlock .img02 {
  max-width: 205px;
  width: calc(205 / 320 * 100%);
  outline: 1px solid;
}

@media only screen and (max-width: 750px) {
  .secTitle .txtCost {
    font-size: 1.4rem;
  }

  .booksHeadline {
    margin-bottom: 0;
  }

  .booksContents {
    padding: 35px 0 40px;
  }
  .booksContents .secTitle {
    margin-bottom: 1em;
  }

  .booksBtn .excelIcon {
    font-size: 1.3rem;
  }

  .booksCards .card {
    border-radius: 9px;
    padding: 0 calc(30 / 750 * 100%) 15px;
  }
  .booksCards .labelText {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .booksCards .col2Wrap .imgWrap {
    margin: 0 calc(30 / 750 * 100vw) 0 0;
  }
  .booksCards .col2Wrap .w100wrap {
    width: calc(100 / 750 * 100vw);
    max-width: 100px;
    min-width: 80px;
  }
  .booksCards .col2Wrap .w120wrap {
    width: calc(120 / 750 * 100vw);
    max-width: 120px;
    min-width: 100px;
  }
  .booksCards.one > .card + .card {
    margin-top: 20px;
  }
  .booksCards.two, .booksCards.three {
    display: block;
  }
  .booksCards.two .card, .booksCards.three .card {
    width: 100%;
  }
  .booksCards.two > .card, .booksCards.three > .card {
    max-width: 100%;
  }
  .booksCards.two > .card:not(:first-child), .booksCards.three > .card:not(:first-child) {
    margin: 20px 0 0;
  }
}
/* ------------------
    農薬情報局
--------------------- */
#laboTop .laboAnk {
  padding-top: 22px;
  margin-top: -22px;
}
#laboTop .bandTitle {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  padding: 18px 0;
}
#laboTop .bandTitle span {
  font-weight: bold;
  position: relative;
}
#laboTop .bandTitle span::before {
  position: absolute;
  content: "";
  bottom: -9px;
}
#laboTop .bandTitle.pink {
  background-color: #f7a9bb;
}
#laboTop .bandTitle.purple {
  background-color: #a77dc8;
}
#laboTop .bandTitle.blue-asagi {
  background-color: #00a0af;
}
#laboTop .bandTitle.general span::before {
  background: url(../images/top/img_general.png) no-repeat left bottom;
  background-size: cover;
  width: 80px;
  height: 98px;
  left: -105px;
}
#laboTop .bandTitle.teacher span::before {
  background: url(../images/top/img_teacher.png) no-repeat left bottom;
  background-size: cover;
  width: 88px;
  height: 94px;
  left: -105px;
}
#laboTop .bandTitle.specialty span::before {
  background: url(../images/top/img_specialty.png) no-repeat left bottom;
  background-size: cover;
  width: 102px;
  height: 100px;
  left: -120px;
}

@media only screen and (max-width: 750px) {
  #laboTop .bandTitle {
    font-size: 2.4rem;
    padding: 10px 0;
  }
  #laboTop .bandTitle span::before {
    bottom: -5px;
  }
  #laboTop .bandTitle.general span::before {
    width: 51px;
    height: 62px;
    left: -65px;
  }
  #laboTop .bandTitle.teacher span::before {
    width: 57px;
    height: 60px;
    left: -66px;
  }
  #laboTop .bandTitle.specialty span::before {
    width: 62px;
    height: 60px;
    left: -72px;
  }
}
/* ------------------
    農薬ゼミTOP
--------------------- */
#seminarTOP .seminarContents {
  padding: 70px 0 80px;
}
#seminarTOP .seminarContents .bgWhite {
  padding: 40px 35px;
}
#seminarTOP .seminarContents.last {
  padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  #seminarTOP .grayBdrBlock .bdrB {
    margin-bottom: 20px;
  }
  #seminarTOP .seminarContents {
    padding: 35px 0 40px;
  }
  #seminarTOP .seminarContents .bgWhite {
    padding: 20px;
  }
  #seminarTOP .seminarContents.last {
    padding-bottom: 80px;
  }
}
/* ------------------
    教育関係者セミナーTOP
--------------------- */
.educatorList {
  padding: 70px 0 100px;
}
.educatorList .bgWhite {
  padding: 40px 35px;
}

@media only screen and (max-width: 750px) {
  .educatorList {
    padding: 35px 0 80px;
  }
  .educatorList .bgWhite {
    padding: 20px;
  }
}
/* ------------------
    農薬ゼミ - よくある質問
--------------------- */
#seminarQA .acoBlock .acoTtl .pickup {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #01c0d2;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 2px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#seminarQA .acoBlock .acoTtl.open .pickup {
  color: #01c0d2;
  background-color: #fff;
}
#seminarQA .acoBlock .answerBlock {
  margin-top: 20px;
}
#seminarQA .acoBlock .answerBlock .imgBox {
  width: 350px;
  margin-right: 50px;
}

@media only screen and (max-width: 750px) {
  #seminarQA .acoBlock .acoTtl .pickup {
    font-size: 1.2rem;
    margin-left: 4px;
    margin-top: 2px;
  }
  #seminarQA .acoBlock .answerBlock .imgBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* ------------------
    農薬安全性情報
--------------------- */
.anzenContents {
  padding: 70px 0 80px;
}
.anzenContents.last {
  padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .anzenContents {
    padding: 35px 0 40px;
  }
  .anzenContents .bgWhite {
    padding: 20px;
  }
  .anzenContents.last {
    padding-bottom: 80px;
  }
}
/* ------------------
    農薬中毒の症状と治療法
--------------------- */
#poisoning .read {
  font-size: 1.8rem;
}
#poisoning .btnColArea {
  width: 600px;
  margin: 25px auto 0;
}
#poisoning .btnColArea .moreBtn a {
  min-width: 260px;
}

@media only screen and (max-width: 750px) {
  #poisoning .read {
    font-size: 1.6rem;
  }
  #poisoning .btnColArea {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  #poisoning .btnColArea .moreBtn a {
    min-width: 120px;
  }
}
/* ------------------
    農薬中毒の症状と治療法ダウンロード
--------------------- */
#download .mod_form001 .check label {
  cursor: pointer;
}
#download .mod_form001 .check input {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
#download .mod_form001 .btn input {
  cursor: default;
  background: #f2f2f2;
  color: #333;
  width: 360px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 10px;
  margin-top: 10px;
}
#download .mod_form001 .btn input.on {
  background: #5eb584;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  #download .mod_form001 .btn input {
    width: 100%;
    max-width: 320px;
    font-size: 1.6rem;
    padding: 9px 25px;
  }
  #download .mod_form001 .btn input.on {
    background: #5eb584;
    color: #fff;
  }
}
/* ------------------
    Japan FRAC／殺菌剤耐性菌対策
--------------------- */
#jfracTop .bgGray {
  padding: 70px 0 80px;
}

@media only screen and (max-width: 750px) {
  #jfracTop .bgGray {
    padding: 45px 0 50px;
  }
}
