main.fertilizer .title div.title1 {
  text-align: center;
  margin: 20px 0;
}

main.fertilizer .title div.title2 {
  text-align: left;
  margin: 0 -22px;
  padding: 15px 22px 15px 22px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
  background-color: #ddd;
}

main.fertilizer .tab {
  margin-top: 3rem;
}

main.fertilizer .tab nav ul {
  margin: 0 -3px;
}

main.fertilizer .tab nav ul li {
  padding: 0 3px;
  float: left;
}

main.fertilizer .tab nav ul li.w1of4:nth-of-type(1) {
  margin-left: 12.5%;
}

main.fertilizer .tab nav ul li.w1of4:nth-of-type(1),
main.fertilizer .tab nav ul li.w1of4:nth-of-type(2),
main.fertilizer .tab nav ul li.w1of4:nth-of-type(3) {
  height: calc(8rem + 3px);
}

main.fertilizer .tab nav ul li.w1of4:nth-of-type(5) {
  clear: none;
}

main.fertilizer .tab nav ul li.w1of4:nth-of-type(4),
main.fertilizer .tab nav ul li.w1of4:nth-of-type(5),
main.fertilizer .tab nav ul li.w1of4:nth-of-type(6),
main.fertilizer .tab nav ul li.w1of4:nth-of-type(7) {
  margin-top: -4rem;
  height: calc(4rem + 3px);
}

main.fertilizer .tab nav ul li a {
  text-align: center;
  margin-bottom: 5px;
  color: #996600;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  display: block;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #d5c4a3;
  text-decoration: none;
}

main.fertilizer .tab nav ul li a:hover {
  background-color: #fce0cd;
  color: #ed6710;
}

main.fertilizer .tab nav ul li a span {
  vertical-align: middle;
  line-height: 1.4rem;
  display: inline-block;
}

main.fertilizer .tab nav ul li.current a {
  background-color: #ed6710;
  margin-bottom: 0;
  height: calc(100% + 3px);
  color: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

main.fertilizer .tab .tabcontent {
  border-top: 5px solid #ed6710;
  padding: 0 30px 30px 30px;
  background-color: rgba(237, 103, 16, 0.05);
}

main.fertilizer .tab .tabcontent h3 {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 22px solid #ed6710;
  padding: 0 0 0 1rem;
}

main.fertilizer .tab .tabcontent h3 span {
  border-bottom: 3px solid #ed6710;
  display: inline-block;
  line-height: 2.5rem;
}

main.fertilizer .tab .tabcontent>ul,
main.fertilizer .tab .tabcontent>section>ul {
  margin-top: 20px;
}

main.fertilizer .tab .tabcontent>ul li,
main.fertilizer .tab .tabcontent>section>ul li {
  padding: 6.5px 0 0 18px;
  margin: 6.5px 0 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  border-top: 1px solid rgba(237, 103, 16, 0.5);
}

main.fertilizer .tab .tabcontent>ul li::before,
main.fertilizer .tab .tabcontent>section>ul li::before {
  position: absolute;
  left: 0;
  top: 12.5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ed6710;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: baseline;
}

main.fertilizer .tab .tabcontent>ul li:first-child,
main.fertilizer .tab .tabcontent>section>ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

main.fertilizer .tab .tabcontent>ul li:first-child::before,
main.fertilizer .tab .tabcontent>section>ul li:first-child::before {
  top: 6px;
}

main.fertilizer .tab .tabcontent h3+div {
  padding: 20px 20px 0 20px;
}

main.fertilizer .tab .tabcontent div.white {
  display: block;
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
}

main.fertilizer .tab .tabcontent div.white>ul li {
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
}

main.fertilizer .tab .tabcontent div.white>ul li::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: baseline;
}

main.fertilizer .tab .tabcontent div.white>dl {
  *zoom: 1;
  margin-top: -5px;
}

main.fertilizer .tab .tabcontent div.white>dl:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

main.fertilizer .tab .tabcontent div.white>dl dt,
main.fertilizer .tab .tabcontent div.white>dl dd {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

main.fertilizer .tab .tabcontent div.white>dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin-top: 0.2em;
}

main.fertilizer .tab .tabcontent div.white>dl dt::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.3em;
  background-color: #ed6710;
  vertical-align: baseline;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

main.fertilizer .tab .tabcontent div.white>dl dd {
  margin-top: 0.2em;
  width: 100%;
  float: left;
}

main.fertilizer .tab .tabcontent div.white>dl.dt1letters dt {
  width: 2.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt1letters dd {
  margin-left: -2.5em;
  padding-left: 2.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt2letters dt {
  width: 3.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt2letters dd {
  margin-left: -3.5em;
  padding-left: 3.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt3letters dt {
  width: 4.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt3letters dd {
  margin-left: -4.5em;
  padding-left: 4.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt4letters dt {
  width: 5.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt4letters dd {
  margin-left: -5.5em;
  padding-left: 5.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt5letters dt {
  width: 6.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt5letters dd {
  margin-left: -6.5em;
  padding-left: 6.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt6letters dt {
  width: 7.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt6letters dd {
  margin-left: -7.5em;
  padding-left: 7.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt7letters dt {
  width: 8.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt7letters dd {
  margin-left: -8.5em;
  padding-left: 8.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt8letters dt {
  width: 9.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt8letters dd {
  margin-left: -9.5em;
  padding-left: 9.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt9letters dt {
  width: 10.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt9letters dd {
  margin-left: -10.5em;
  padding-left: 10.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt10letters dt {
  width: 11.5em;
}

main.fertilizer .tab .tabcontent div.white>dl.dt10letters dd {
  margin-left: -11.5em;
  padding-left: 11.5em;
}

main.fertilizer .tab .tabcontent aside {
  display: block;
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
}

main.fertilizer .tab .tabcontent aside h4 {
  font-size: 2.0rem;
  font-weight: 700;
  background: url("../../fertilizer/shared/img/book.png") left center no-repeat;
  padding: 0 0 0 45px;
  line-height: 37px;
  margin-bottom: 15px;
}

main.fertilizer .tab .tabcontent aside p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

main.fertilizer .tab .tabcontent aside p b {
  font-weight: bold;
}

main.fertilizer .tab .tabcontent form {
  width: 100%;
}

main.fertilizer .tab .tabcontent form .searchcontent {
  margin-bottom: 20px;
  font-size: 1.4rem;
  margin-left: 0;
}

main.fertilizer .tab .tabcontent form .searchcontent .row {
  margin-left: 0;
  position: relative;
  display: block;
  width: 400px;
  border: 1px solid #2d6eb6;
  border-radius: 5px;
  background: #fff;
}

main.fertilizer .tab .tabcontent form .searchcontent .row:nth-child(1) {
  margin-bottom: 20px;
}

main.fertilizer .tab .tabcontent form .searchcontent .row:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #2d6eb6;
}

main.fertilizer .tab .tabcontent form select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 400px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 5px;
  background: transparent;
}

main.fertilizer .tab .tabcontent form ::-ms-expand {
  display: none;
}

main.fertilizer h1+p {
  margin-top: 30px;
}

main.fertilizer h1.title div.title2 {
  background-color: #ed6710;
}

main.fertilizer .header {
  margin-top: 30px;
}

main.fertilizer div.bg_orange,
main.fertilizer div.bg_gray {
  padding: 30px;
  margin-top: 50px;
}

main.fertilizer div.bg_orange section,
main.fertilizer div.bg_gray section {
  margin-top: 0;
}

main.fertilizer div.bg_orange section h3,
main.fertilizer div.bg_gray section h3 {
  margin-top: 0;
}

main.fertilizer div.bg_white {
  padding: 30px;
  margin-top: 15px;
  position: relative;
}

main.fertilizer div.bg_white section {
  margin-top: 0;
}

main.fertilizer div.bg_white section h3 {
  margin-top: 0;
}

main.fertilizer div.bg_white::before {
  display: block;
  width: 77px;
  height: 173px;
  content: "";
  background: transparent url("../../fertilizer/herbicide/img/triangle_white2.png") center center no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

main.fertilizer div.bg_orange {
  background-color: rgba(237, 103, 16, 0.05);
}

main.fertilizer div.bg_orange div.products h4 {
  border-bottom: 1px solid #ed6710;
  margin-bottom: 10px;
}

main.fertilizer div.bg_gray {
  background-color: #f6f6f5;
}

main.fertilizer div.bg_gray .flow h4 {
  position: relative;
}

main.fertilizer div.bg_gray .flow h4 span.rightcap {
  margin-top: 20px;
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
}

main.fertilizer div.bg_white {
  background-color: #fff;
}

main.fertilizer h2+div.bg_green {
  margin-top: 30px;
}

main.fertilizer h2+div.bg_gray,
main.fertilizer h2+div.bg_white {
  margin-top: 0;
}

main.fertilizer div.table_scrl {
  overflow: scroll;
}

main.fertilizer table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

main.fertilizer table thead tr th {
  white-space: nowrap;
  border: 1px solid #908e8f;
  background-color: rgba(237, 103, 16, 0.6);
  line-height: 96px;
  font-size: 1.4rem;
  padding: 0 1em;
  font-weight: 700;
  text-align: center;
}

main.fertilizer table tbody tr td {
  border: 1px solid #908e8f;
  background-color: rgba(237, 103, 16, 0.1);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
  padding: 15px 10px;
  text-align: center;
}

main.fertilizer section {
  margin-top: 4rem;
}

main.fertilizer section h2 {
  font-size: 1.7rem;
  font-weight: 700;
  background-color: rgba(237, 103, 16, 0.1);
  padding: 17px 22px 17px 17px;
  border-bottom: 3px solid #ed6710;
  margin-left: -22px;
  margin-right: -22px;
}

main.fertilizer section h2.weed {
  padding-left: 65px;
  background: rgba(237, 103, 16, 0.2) url("../../fertilizer/shared/img/icon_weed.png") 6px center no-repeat;
}

main.fertilizer section h2.herbicide {
  padding-left: 65px;
  background: rgba(237, 103, 16, 0.2) url("../../fertilizer/shared/img/icon_herbicide.png") 15px center no-repeat;
}

main.fertilizer section h2+* {
  margin-top: 2rem;
}

main.fertilizer section h3 {
  font-size: 1.7rem;
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 22px solid #ed6710;
  padding: 0 0 0 1rem;
}

main.fertilizer section h3 span {
  border-bottom: 3px solid #ed6710;
  display: inline-block;
  font-weight: 700;
  line-height: 2.5rem;
}

main.fertilizer section h4 {
  font-size: 1.7rem;
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.2;
  /*border-left: 22px solid $cl;*/
  padding: 0 0 0 1rem;
}

main.fertilizer section h4 span {
  border-bottom: 3px solid #ed6710;
  display: inline-block;
  font-weight: 700;
  line-height: 2.5rem;
}

main.fertilizer section h3+* {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

main.fertilizer section h3.togglev,
main.fertilizer section h2.togglev {
  position: relative;
}

main.fertilizer section h3.togglev::after,
main.fertilizer section h2.togglev::after {
  position: absolute;
  display: block;
  height: 18px;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  content: url("../../fertilizer/shared_sp/img/arrow.png");
  line-height: 0;
}

main.fertilizer section h3.togglev.on::after,
main.fertilizer section h2.togglev.on::after {
  content: url("../../fertilizer/shared_sp/img/arrow_close.png");
}

main.fertilizer section>strong,
main.fertilizer section>div>strong {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

main.fertilizer section>strong.bdt,
main.fertilizer section>div>strong.bdt {
  border-top: 1px solid #ed6710;
  padding-top: 3rem;
}

main.fertilizer section>strong {
  margin-top: 35px;
}

main.fertilizer section .frame_green {
  border: 1px solid #ed6710;
  padding: 24px;
}

main.fertilizer section .frame_green h4 {
  color: #ed6710;
  font-size: 2rem;
  font-weight: 700;
}

main.fertilizer section .frame_green h4+p {
  margin-top: 15px;
}

main.fertilizer section .intro {
  margin-top: 30px;
}

main.fertilizer section .intro ul {
  margin: -25px -10px 0 -10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}

main.fertilizer section .intro ul li {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 25px 0 25px 0;
  padding: 0 10px;
  display: flex;
}

main.fertilizer section .intro ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  border: solid 2px;
  border-radius: 10px;
  padding-bottom: 10px;
  width: 100%;
}

main.fertilizer section .intro ul li a figure {
  text-align: center;
}

main.fertilizer section .intro ul li a figure figcaption strong {
  display: inline-block;
  color: #000;
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 2.4;
  font-weight: 700;
  min-height: 5.76rem;
}

main.fertilizer section .intro ul li a figure figcaption strong>span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}

main.fertilizer section .intro ul li a figure figcaption>span {
  text-align: center;
  display: inline-block;
  margin: 10px 0 0 0;
  min-width: 175px;
  border: 1px solid #12902c;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  -moz-border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  border-radius: 1.6rem;
  background: none;
  font-weight: bold;
}

main.fertilizer section .intro ul li a figure figcaption>span:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background: url("../../shared/img/icon_arrow_link_16.png") center center no-repeat;
}

main.fertilizer section .intro ul li a.on figure img,
main.fertilizer section .intro ul li a:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

main.fertilizer section .intro ul li a.on figure figcaption>span,
main.fertilizer section .intro ul li a:hover figure figcaption>span {
  background-color: #079a00;
  color: #fff;
}

main.fertilizer section .tidbits {
  margin-top: 2rem;
  background-color: rgba(237, 103, 16, 0.05);
  border: 2px solid rgba(237, 103, 16, 0.2);
  padding: 30px;
}

main.fertilizer section .tidbits h4 {
  padding: 0 0 0 55px;
  line-height: 51px;
  margin-bottom: 15px;
  background: url("../../fertilizer/shared_sp/img/book.png") left center no-repeat;
  font-size: 2rem;
  font-weight: 700;
}

main.fertilizer section div.shape {
  text-align: center;
}

main.fertilizer section div.shape h4 {
  font-size: 2rem;
  font-weight: 700;
  background-color: rgba(237, 103, 16, 0.3);
  line-height: 2;
}

main.fertilizer section div.shape h5 {
  margin-top: 1px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ed6710;
  line-height: 2;
}

main.fertilizer section div.shape a {
  margin-top: 1px;
  padding: 10px 0;
  background-color: rgba(237, 103, 16, 0.1);
  text-decoration: none;
  display: block;
  height: -webkit-calc(100% - 72px);
  height: calc(100% - 72px);
}

main.fertilizer section div.shape a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section div.shape a p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

main.fertilizer section div.shape a figure {
  margin-top: 5px;
}

main.fertilizer section div.shape a figure div.photo {
  min-height: 208px;
  width: 208px;
}

main.fertilizer section div.shape a figure figcaption {
  margin-top: 10px;
  display: inline-block;
}

main.fertilizer section div.shape .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.fertilizer section div.shape .flex .flexitem {
  margin: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

main.fertilizer section.link_resolution {
  text-align: center;
}

main.fertilizer section.link_resolution a {
  display: inline-block;
  border: 1px solid #2d6eb6;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0;
  -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  border-radius: 37px;
  overflow: hidden;
}

main.fertilizer section.link_resolution a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.link_resolution a span {
  display: inline-block;
  line-height: 74px;
  font-size: 1.2rem;
  font-weight: 700;
}

main.fertilizer section.link_resolution a span.l {
  color: #000000;
  padding: 0 24px;
}

main.fertilizer section.link_resolution a span.r {
  color: #ffffff;
  padding: 0 30px 0 60px;
  background: #2d6eb6 url("../../shared/img/icon_arrow_link_25.png") 24px center no-repeat;
}

main.fertilizer section ul.illust {
  margin-top: 30px;
}

main.fertilizer section ul.illust .illust107 {
  background: url("../../fertilizer/img/illust107.png") center center no-repeat;
}

main.fertilizer section ul.illust .illust108 {
  background: url("../../fertilizer/img/illust108.png") center center no-repeat;
}

main.fertilizer section ul.illust .illust109 {
  background: url("../../fertilizer/img/illust109.png") center center no-repeat;
}

main.fertilizer section ul.illust .illust110 {
  background: url("../../fertilizer/img/illust110.png") center center no-repeat;
}

main.fertilizer section ul.illust li {
  text-align: center;
  background: rgba(237, 103, 16, 0.1);
  margin-top: 30px;
  position: relative;
  min-height: 360px;
}

main.fertilizer section ul.illust li div {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
  height: 5.04rem;
  line-height: 5.04rem;
}

main.fertilizer section ul.illust li div span {
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
}

main.fertilizer section ul.illust li a {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 22px 22px 22px;
  padding: 10px;
  min-height: 78px;
  display: block;
  min-width: 180px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: #fff;
  white-space: nowrap;
}

main.fertilizer section ul.illust li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.35rem;
  line-height: 1.1;
  text-align: left;
}

main.fertilizer section ul.illust li a::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: #fff url("../../shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
}

main.fertilizer section ul.illust li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section .ingredient {
  margin-top: 3rem;
}

main.fertilizer section .ingredient ul li {
  margin: 25px 0 0 0;
}

main.fertilizer section .ingredient ul li a {
  text-decoration: none;
  position: relative;
  display: block;
}

main.fertilizer section .ingredient ul li a figure {
  text-align: center;
}

main.fertilizer section .ingredient ul li a figure figcaption {
  text-align: center;
  display: inline-block;
  margin: 10px 0 0 0;
  min-width: 175px;
  border: 1px solid #12902c;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  -moz-border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  border-radius: 1.6rem;
  background: none;
  font-weight: bold;
}

main.fertilizer section .ingredient ul li a figure figcaption:before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") center center no-repeat;
}

main.fertilizer section .ingredient ul li a.on figure img,
main.fertilizer section .ingredient ul li a:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

main.fertilizer section .ingredient ul li a.on figure figcaption,
main.fertilizer section .ingredient ul li a:hover figure figcaption {
  background-color: #079a00;
  color: #fff;
}

main.fertilizer section div.products h4 {
  margin-top: 2.5rem;
  color: #ed6710;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
}

main.fertilizer section div.products ul {
  margin-top: -15px;
}

main.fertilizer section div.products ul li {
  margin-top: 25px;
}

main.fertilizer section div.products ul li a {
  display: block;
  text-decoration: none;
}

main.fertilizer section div.products ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section div.products ul li a span {
  display: block;
  text-align: center;
  background-color: #8f7336;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 0.8em;
  font-weight: 700;
  height: 40px;
}

main.fertilizer section div.products ul li a figure div.photo {
  min-height: 300px;
}

main.fertilizer section div.products ul li a figure div.photo img {
  max-height: 100%;
}

main.fertilizer section div.products ul li a figure figcaption {
  padding: 0 0 0 1.4em;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") 0 6px no-repeat;
  color: #1356a2;
}

main.fertilizer section div.products div.link {
  margin-top: 30px;
  text-align: center;
}

main.fertilizer section div.products div.link a {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  min-width: 420px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  border: 1px solid #12902c;
  text-decoration: none;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background-color: #fff;
}

main.fertilizer section div.products div.link a span {
  display: inline-block;
  margin-left: 0.8em;
  color: #000;
}

main.fertilizer section div.products div.link a::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: #fff url("../../shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
}

main.fertilizer section div.products div.link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.weeddetail ul.speclist li {
  padding: 0.65rem 0 0 1.2rem;
  margin: 0.65rem 0 0 0;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 2.4rem;
  position: relative;
  border-top: 1px solid rgba(237, 103, 16, 0.2);
}

main.fertilizer section.weeddetail ul.speclist li::before {
  position: absolute;
  left: 0;
  top: 1.45rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ed6710;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: baseline;
}

main.fertilizer section.weeddetail ul.speclist li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

main.fertilizer section.weeddetail ul.speclist li:first-child::before {
  top: 0.8rem;
}

main.fertilizer section.weeddetail .frame_lightgreen {
  margin-top: 2rem;
  border: 2px solid rgba(237, 103, 16, 0.2);
  padding: 19px 24px;
}

main.fertilizer section.weeddetail .frame_lightgreen h3 {
  margin-top: 0;
}

main.fertilizer section.weeddetail .frame_lightgreen p {
  margin-bottom: 0;
}

main.fertilizer section div.placelist ul {
  margin-top: -25px;
}

main.fertilizer section div.placelist ul li {
  margin-top: 25px;
}

main.fertilizer section div.placelist ul li p {
  font-size: 1.2rem;
  line-height: 1.5;
}

main.fertilizer section div.flow h4 {
  margin-top: 25px;
  color: #ed6710;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

main.fertilizer section div.flow ul {
  margin-top: 1.5rem;
  width: 500px;
}

main.fertilizer section div.flow ul li {
  padding: 34px;
  margin: 80px 0 0 0;
  background-color: rgba(237, 103, 16, 0.1);
  position: relative;
}

main.fertilizer section div.flow ul li::before {
  content: "";
  background: url("/weed/shared_sp/img/triangle.png") 0 0 no-repeat;
  position: absolute;
  margin: auto;
  top: -60px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 114px;
  height: 48px;
}

main.fertilizer section div.flow ul li:first-child {
  margin: 0;
}

main.fertilizer section div.flow ul li:first-child::before {
  content: none;
}

main.fertilizer section div.flow ul li strong {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

main.fertilizer section div.flow ul li figure img {
  margin-top: 1rem;
}

main.fertilizer section div.flow ul li figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.714;
}

main.fertilizer section div.flow div.bg_white ul {
  margin-top: 0;
}

main.fertilizer section div.flow div.bg_white ul li {
  -webkit-flex: 0 0 226px;
  flex: 0 0 226px;
}

main.fertilizer section.ranking ol {
  margin-top: 20px;
}

main.fertilizer section.ranking ol li {
  margin-top: 25px;
}

main.fertilizer section.ranking ol li:nth-of-type(1) {
  width: 50%;
}

main.fertilizer section.ranking ol li:nth-of-type(2) {
  width: 50%;
}

main.fertilizer section.ranking ol li:nth-of-type(3) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(4) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(5) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(6) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(7) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(8) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(9) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(10) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(11) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(12) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(13) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(14) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(15) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(16) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(17) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(18) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(19) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li:nth-of-type(20) {
  width: 33.333%;
}

main.fertilizer section.ranking ol li a {
  display: block;
  text-decoration: none;
}

main.fertilizer section.ranking ol li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.ranking ol li a span {
  display: block;
  text-align: center;
  background-color: #8f7336;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  height: 2rem;
}

main.fertilizer section.ranking ol li a figure>img {
  display: block;
  width: 100%;
  height: auto;
}

main.fertilizer section.ranking ol li a figure div.photo {
  min-height: 150px;
  position: relative;
  background-color: #fff;
}

main.fertilizer section.ranking ol li a figure div.photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

main.fertilizer section.ranking ol li a figure figcaption {
  margin-top: 3px;
  padding: 0 0 0 1.4em;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") 0 0.3rem no-repeat;
  color: #1356a2;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

main.fertilizer section.search div.searchtit a {
  display: block;
  font-weight: bold;
  background-color: rgba(237, 103, 16, 0.05);
  border-bottom: 2px solid #ed6710;
  text-decoration: none;
  font-size: 0;
}

main.fertilizer section.search div.searchtit a.on i.on {
  display: inline-block;
}

main.fertilizer section.search div.searchtit a.on i.off {
  display: none;
}

main.fertilizer section.search div.searchtit a span {
  font-size: 2.2rem;
  margin-left: 15px;
  display: inline-block;
  color: #000;
}

main.fertilizer section.search div.searchtit a:hover i {
  background-color: #f2853e;
}

main.fertilizer section.search div.searchcontent {
  overflow: hidden;
}

main.fertilizer section.search div.searchcontent>div.row {
  height: 80px;
}

main.fertilizer section.search div.searchcontent>div.row.searchword h4,
main.fertilizer section.search div.searchcontent>div.row.searchinitial h4 {
  background-color: rgba(237, 103, 16, 0.05);
  line-height: 80px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 20px;
}

main.fertilizer section.search div.searchcontent>div.row.searchword h4 span,
main.fertilizer section.search div.searchcontent>div.row.searchinitial h4 span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}

main.fertilizer section.search div.searchcontent>div.row.searchword h4 span b,
main.fertilizer section.search div.searchcontent>div.row.searchinitial h4 span b {
  font-weight: bold;
  font-size: 1.6rem;
}

main.fertilizer section.search div.searchcontent>div.row.searchword div.row input.left {
  border: 2px solid #ed6710;
  line-height: 46px;
  font-size: 1.8rem;
  padding: 0 0.5em;
}

main.fertilizer section.search div.searchcontent>div.row.searchword div.row button.right {
  background-color: #ed6710;
  color: #fff;
  line-height: 50px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
}

main.fertilizer section.search div.searchcontent>div.row.searchinitial {
  margin-top: 40px;
}

main.fertilizer section.search div.searchcontent>div.row.searchinitial ul.row5 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ed6710;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  line-height: 80px;
  margin-top: 5px;
}

main.fertilizer section.search div.searchcontent>div.row.searchinitial ul.row5 li span {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
  color: #aaa;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  line-height: 80px;
}

main.fertilizer section.search div.searchcontent h3+div.pink {
  margin-top: 15px;
  padding: 18px 20px 30px 20px;
  background-color: rgba(237, 103, 16, 0.05);
}

main.fertilizer section.search div.searchcontent h3+div.pink h4 {
  line-height: 56px;
  padding: 0 20px;
  background-color: rgba(237, 103, 16, 0.1);
}

main.fertilizer section.search div.searchcontent h3+div.pink h4 span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}

main.fertilizer section.search div.searchcontent h3+div.pink h4 span b {
  font-weight: bold;
  font-size: 1.6rem;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.checkbox {
  min-height: 80px;
  padding: 15px;
  background-color: #fff;
  line-height: 33px;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.checkbox.oneline {
  padding: 23.5px 15px;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.checkbox strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.checkbox label {
  display: inline-block;
  float: left;
  width: 16.666666%;
  font-size: 1.5rem;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.checkbox label input {
  vertical-align: baseline;
  margin-right: 0.25em;
  border: 1px solid #ccc;
  height: 1em;
  width: 1em;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

main.fertilizer section.search div.searchcontent h3+div.pink.off h4.left {
  background-color: #eeeeee;
  color: #b5b4b4;
}

main.fertilizer section.search div.searchcontent h3+div.pink.off div.right label {
  color: #b5b4b4;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.submit {
  margin-top: 30px;
  text-align: center;
}

main.fertilizer section.search div.searchcontent h3+div.pink div.submit button {
  font-size: 1.8rem;
  line-height: 5rem;
  width: 207px;
  font-weight: bold;
  color: #fff;
  background-color: #ed6710;
}

main.fertilizer section.search div.searchresult>p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

main.fertilizer section.search div.searchresult div.pagenum {
  margin: 40px 0;
}

main.fertilizer section.search div.searchresult div.pagenum ol {
  text-align: center;
  font-size: 0;
}

main.fertilizer section.search div.searchresult div.pagenum ol li {
  margin: 0 0.25rem;
  display: inline-block;
  min-width: 4rem;
}

main.fertilizer section.search div.searchresult div.pagenum ol li a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 4rem;
  background-color: #ed6710;
  text-decoration: none;
  vertical-align: baseline;
}

main.fertilizer section.search div.searchresult div.pagenum ol li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.search div.searchresult div.pagenum ol li a img {
  display: inline-block;
  vertical-align: middle;
}

main.fertilizer section.search div.searchresult div.pagenum ol li span {
  display: block;
  height: 10px;
  vertical-align: middle;
  background: transparent url("../../shared_sp/img/ellipsis.png") center center no-repeat;
}

main.fertilizer section.search div.searchresult div.pagenum ol li.current a {
  border: 2px solid #ed6710;
  background-color: #fff;
  color: #ed6710;
  line-height: 76px;
}

main.fertilizer section.search div.searchresult div.textlist ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0 0 1.4em;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") 0 center no-repeat;
  color: #1356a2;
  font-size: 1.4rem;
  line-height: 3.5rem;
}

main.fertilizer section.search div.searchresult div.photolist ul {
  margin-top: -25px;
}

main.fertilizer section.search div.searchresult div.photolist ul li {
  margin-top: 25px;
}

main.fertilizer section.search div.searchresult div.photolist ul li a figure div.photo {
  min-height: 150px;
}

main.fertilizer section.place dl {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #777777;
}

main.fertilizer section.place dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

main.fertilizer section.place dl dt a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #12902c;
  text-decoration: none;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: #fff;
}

main.fertilizer section.place dl dt a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  text-align: left;
}

main.fertilizer section.place dl dt a::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: #fff url("../../shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
}

main.fertilizer section.place dl dt a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.place dl dt ul li {
  text-align: center;
  margin-top: 10px;
}

main.fertilizer section.place dl dd .products ul {
  margin-top: -25px;
}

main.fertilizer section .herbicides {
  border-bottom: 1px solid #777777;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

main.fertilizer section .herbicides:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

main.fertilizer section .herbicides dl {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dotted #777777;
}

main.fertilizer section .herbicides dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

main.fertilizer section .herbicides dl dt a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #12902c;
  text-decoration: none;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: #fff;
}

main.fertilizer section .herbicides dl dt a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  text-align: left;
}

main.fertilizer section .herbicides dl dt a::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: #fff url("../../shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
}

main.fertilizer section .herbicides dl dt a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section .herbicides dl dt ul {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

main.fertilizer section .herbicides dl dt ul li {
  display: inline-block;
}

main.fertilizer section .herbicides dl dd .products ul {
  display: inline-block;
}

main.fertilizer section figure>img {
  display: block;
  width: 100%;
  height: auto;
}

main.fertilizer section figure div.photo {
  position: relative;
  background-color: #fff;
}

main.fertilizer section figure div.photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

main.fertilizer section figure figcaption {
  margin-top: 3px;
  font-size: 1.35rem;
  line-height: 2.4rem;
}

main.fertilizer section a figure figcaption {
  padding: 0 0 0 1.35em;
  line-height: 2.4rem;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") 0 0.3rem no-repeat;
  color: #1356a2;
}

main.fertilizer section.kana>div.row.row10 {
  min-height: 197px;
}

main.fertilizer section.kana>div.row.row10>.left {
  width: 7.5%;
}

main.fertilizer section.kana>div.row.row10>.left strong {
  margin-top: 25px;
  display: block;
  background-color: #ed6710;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 2.4rem;
  font-weight: bold;
}

main.fertilizer section.kana>div.row.row10>.right {
  width: 92.5%;
}

main.fertilizer section.kana>div.row.row10>.right ul.row.row10 li.left {
  margin-top: 25px;
}

main.fertilizer section.kana>div.row.row10>.right ul.row.row10 li.left a {
  display: block;
}

main.fertilizer section.kana>div.row.row10>.right ul.row.row10 li.left a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

main.fertilizer section.kana>div.row.row10>.right ul.row.row10 li.left a figure img {
  display: block;
  width: 100%;
  height: auto;
}

main.fertilizer section.kana>div.row.row10>.right ul.row.row10 li.left a figure figcaption {
  margin-top: 3px;
  padding: 0 0 0 1.4em;
  background: url("../../shared_sp/img/icon_arrow_link_16.png") 0 3px no-repeat;
  color: #1356a2;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

main.fertilizer section.kana>div.row.row10.off>.left strong {
  background-color: #eeeeee;
  color: #b5b4b4;
}

main.fertilizer section.tab .tabcontent div.white {
  margin-top: 2px;
}

main.fertilizer section.tab .tabcontent div.white:nth-of-type(1) {
  margin-top: 30px;
}

main.fertilizer section.tab .causal strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.333;
}

main.fertilizer section.tab .causal ul {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

main.fertilizer section.tab .causal ul li p:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 35px 10px 30px;
  position: relative;
}

main.fertilizer section.tab .causal ul li p:nth-of-type(1)::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #ed6710;
  left: 0;
  top: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

main.fertilizer section.tab .causal ul li p:nth-of-type(2) {
  padding: 10px 15px 10px 210px;
  margin-left: 48px;
  background-color: #eeeeee;
  position: relative;
}

main.fertilizer section.tab .causal ul li p:nth-of-type(2)::before {
  content: url("../../fertilizer/sign/img/arrow_cause_sp.png");
  position: absolute;
  height: 61px;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto -48px;
}

main.fertilizer section.tab .causal ul li p:nth-of-type(2) a {
  display: inline-block;
  padding: 0 0 0 1.4em;
  background: url("../../shared_sp/img/icon_arrow_link_32.png") 0 center no-repeat;
  color: #1356a2;
}

main.fertilizer section .resolution2 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

main.fertilizer section .resolution2 h4 {
  text-align: center;
}

main.fertilizer section .resolution2 .pest {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece8df;
}

main.fertilizer section .resolution2 .pest ul.row {
  margin: 10px 15px 0 15px;
}

main.fertilizer section .resolution2 .pest ul.row li {
  float: left;
  width: 33.33333%;
  padding: 5px;
}

main.fertilizer section .resolution2 .pest ul.row li:nth-of-type(3n+1) {
  clear: left;
}

main.fertilizer section .resolution2 .disease {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3e7f8;
}

main.fertilizer section .resolution2 .disease ul.row {
  margin: 10px 15px 0 15px;
}

main.fertilizer section .resolution2 .disease ul.row li {
  float: left;
  width: 50%;
  padding: 5px;
}

main.fertilizer section .resolution2 .disease ul.row li:nth-of-type(2n+1) {
  clear: left;
}

main.fertilizer section .resolution2 a {
  text-decoration: none;
  position: relative;
  display: block;
}

main.fertilizer section .resolution2 a.on::after {
  content: "";
  position: absolute;
  width: 100%;
  padding-bottom: 80.76923%;
  display: block;
  top: -3px;
  left: -3px;
  border: 3px solid #079a00;
}

main.fertilizer section .resolution2 a figure figcaption {
  display: block;
  margin-top: 10px;
  border: 1px solid #12902c;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 0.75rem 0.5rem 0.75rem 2.8rem;
  -moz-border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  border-radius: 1.6rem;
  background: url("../../cultivation/shared/img/icon_arrow_link.png") 0.65rem 0.65rem no-repeat;
}

main.fertilizer section .resolution2 a.on figure img,
main.fertilizer section .resolution2 a:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

main.fertilizer section .resolution2 a.on figure figcaption,
main.fertilizer section .resolution2 a:hover figure figcaption {
  background-color: #079a00;
  color: #fff;
}

main.fertilizer .caution {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 28px;
  background: url("/cultivation/shared/img/caution.png") left top no-repeat;
  padding: 0 0 0 40px;
}

main.fertilizer .category_link {
  margin-top: 100px;
}

main.fertilizer .category_link ul {
  display: flex;
  text-align: center;
}

main.fertilizer .category_link ul li {
  width: calc(100%/3);
  margin-right: 20px;
  border: 1px solid #12902c;
  border-radius: 10px;
  padding: 10px;
}

main.fertilizer .category_link ul li a {
  display: block;
  text-decoration: none;
}

main.fertilizer .category_link ul li a:hover {
  opacity: 0.7;
}

main.fertilizer .category_link ul li a p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

main.fertilizer .category_link ul li:nth-child(3) {
  margin-right: 0;
}

main.fertilizer .working_listmenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

main.fertilizer .working_listmenu li {
  width: 47%;
  margin: 0 30px 30px 0;
  padding: 0.5em 1em;
  border: solid 2px #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
}

main.fertilizer .working_listmenu li a {
  text-decoration: none;
  color: #333;
  display: block;
}

main.fertilizer .working_listmenu li a:hover {
  opacity: 0.7;
}

main.fertilizer .working_listmenu li p {
  text-align: center;
}

main.fertilizer .working_listmenu li:nth-child(even) {
  margin-right: 0;
}

main.fertilizer .working_listmenu .working_n {
  background: #668ad8;
  box-shadow: 0px 0px 0px 5px #668ad8;
}

main.fertilizer .working_listmenu .working_p {
  background: #ff7f50;
  box-shadow: 0px 0px 0px 5px #ff7f50;
}

main.fertilizer .working_listmenu .working_k {
  background: #df1f67;
  box-shadow: 0px 0px 0px 5px #df1f67;
}

main.fertilizer .working_listmenu .working_ca {
  background: #2d6eb6;
  box-shadow: 0px 0px 0px 5px #2d6eb6;
}

main.fertilizer .working_listmenu .working_mg {
  background: #a6181e;
  box-shadow: 0px 0px 0px 5px #a6181e;
}

main.fertilizer .working_listmenu .working_s {
  background: #ffff00;
  box-shadow: 0px 0px 0px 5px #ffff00;
}

main.fertilizer .working_listmenu .working_fe {
  background: #ff8c00;
  box-shadow: 0px 0px 0px 5px #ff8c00;
}

main.fertilizer .working_listmenu .working_mn {
  background: #ff4500;
  box-shadow: 0px 0px 0px 5px #ff4500;
}

main.fertilizer .working_listmenu .working_b {
  background: #98cc31;
  box-shadow: 0px 0px 0px 5px #98cc31;
}

main.fertilizer .working_listmenu .working_zn {
  background: #3cb371;
  box-shadow: 0px 0px 0px 5px #3cb371;
}

main.fertilizer .working_listmenu .working_mo {
  background: #deb887;
  box-shadow: 0px 0px 0px 5px #deb887;
}

main.fertilizer .working_listmenu .working_cu {
  background: #C0C0C0;
  box-shadow: 0px 0px 0px 5px #C0C0C0;
}

main.fertilizer .working_listmenu .working_cl {
  background: #bfcc31;
  box-shadow: 0px 0px 0px 5px #bfcc31;
}