img {
  width: auto;
  max-width: 100%;
}
section.agri_FV.pdt_001 {
  background: url("../img/product/pdt_001/main_bg.webp");
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
section.agri_FV.pdt_001 h1 {
  left: 0;
  max-width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 100%;
  padding: 80px;
  display: flex;
  align-items: center;
}
section.agri_FV h1 img {
  width: auto;
  max-width: 100%;
  max-height: 80vh;
}
section.product_sec01 {
  padding: 80px 0;
}
h2.product_h2 {
  font-size: 40px;
  font-weight: 900;
  border-top: 4px solid #311e0e;
  border-bottom: 2px solid #877d6f;
  padding: 10px 30px;
  margin-bottom: 50px;
}
section.product_sec01 .un_product_gallery {
  width: 48%;
}
section.product_sec01 .un_product_main {
  display: flex;
  justify-content: space-between;
}
.product_sec01txt {
  width: 50%;
}
section.product_sec01 .un_product_gallery figure {
  border: 10px solid #d9d8c9;
  margin-bottom: 10px;
}
section.product_sec01 .un_product_thumbsUnit {
  display: flex;
  justify-content: center;
}
section.product_sec01 .un_product_thumbsUnit button {
  width: 32%;
  background: #fff;
  padding: 10px 0;
  border: 10px solid #d9d8c9;
}
.product_sec01txt h3 {
  background: #fff;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 800;
  border-left: 10px solid #52a548;
  margin-bottom: 30px;
}
.product_sec01txt h4 {
  color: #52a548;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-left: 10px;
}
.product_sec01txt .txt p {
  font-size: 18px;
  line-height: 1.8;
}
.product_sec01txt .txt {
  padding: 0 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.Y_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  min-width: 400px;
  background: #edaf34;
  border: 5px solid #d89b21;
  font-weight: 800;
  color: #1b1b1b;
  border-radius: 50px;
  box-shadow: 3px 3px 0 #e7e7e7;
  position: relative;
  transition: 0.5s;
}
.Y_btn a:before {
  content: "▶";
  position: absolute;
  right: 15px;
  font-size: 10px;
  color: rgb(134, 99, 28);
}
.product_sec01link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.G_btn {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Y_btn {
  margin-bottom: 20px;
}
a.G_harf a {}
.G_btn a {
  background: #fff;
  border: 5px solid #52a548;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 70px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #52a548;
  position: relative;
  transition: 0.5s;
}
.G_btn a:hover {
  background: #006600;
  color: #fff;
}
.Y_btn a:hover {
  opacity: 0.8;
}
.G_btn a:before {
  content: "▶";
  position: absolute;
  right: 15px;
  font-size: 10px;
  color: #52a548;
}
.G_btn a.G_long {
  width: 100%;
}
section.product_sec01 table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 2px solid #bfbfbf;
}
section.product_sec01 table th {
  width: 38%;
  background: #e7f5e4;
  border: none;
}
section.product_sec01 table td {
  padding: 20px;
  line-height: 1.8;
}
section.product_sec01 table tr th, section.product_sec01 table tr td {
  border-bottom: 1px solid #bfbfbf;
}
section.product_sec02 {
  padding: 40px 0 100px;
}
section.product_sec02 .box {
  background: #fff;
  border: 5px solid #52a548;
  border-radius: 30px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
section.product_sec02 .box ul {
    width: calc(100% - 230px);
}
section.product_sec02 .box ul li {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}section.product_sec02 .box figure {
    width: 230px;
}
section.product_sec02 .box ul li:before {
  content: "";
  background: url("../img/agriculture/check.webp");
  height: 38px;
  width: 38px;
  background-size: cover;
  position: absolute;
  left: 0;
}
section.product_sec02 .box ul li span {
  color: #53a440;
  font-weight: bold;
}
section.product_sec03 .cont {
  background: #fff;
  padding: 50px 50px 40px;
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.product_sec03 .laftcont {
  padding-top: 50px;
  width: 48%;
}
section.product_sec03 h3 {
  position: absolute;
  left: -30px;
  top: 30px;
}
section.product_sec03 .laftcont h3 span {
  width: 255px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  background: #aaa;
}
section.product_sec03 .cont .rightcont {
  width: 48%;
}
section.product_sec03 .cont .rightcont h4 {
  background: #eae9dd;
  padding: 5px 20px;
  border-left: 5px solid #c0bd9d;
  font-size: 18px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 20px;
}
section.product_sec03 .cont .rightcont .txt {
  padding: 0 0 0 40px;
  margin-bottom: 30px;
  font-size: 16px;
}
section.product_sec03 .cont .rightcont .txt h5 {
  position: relative;
  line-height: 1.8;
}
section.product_sec03 .cont .rightcont .txt h5:before {
  content: "";
  height: 8px;
  width: 8px;
  background: #503705;
  position: absolute;
  left: -20px;
  top: 10px;
  border-radius: 10px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
section.product_sec03 .laftcont h3 span.green {
  background: #53a440;
  color: #fff;
}
section.product_sec03 {
  padding: 0 0 80px;
}
.ac {
  text-align: center;
}
section.product_sec04 .cont {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
}
section.product_sec04 .cont h3 {
  width: 160px;
  background: #53a440;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-weight: 900;
}
section.product_sec04 .cont .txt {
    width: calc(100% - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
}
section.product_sec04 .cont h3 b {
  font-size: 40px;
  line-height: 1;
}
section.product_sec04 .cont .txt p span {
  color: #ff3a00;
}
section.contact_bnr-single.product_contact {
  margin: 0 0 150px;
  background: #eae9de;
}
section.product_sec05 table {
  table-layout: fixed;
  width: 100%;
}
section.product_sec05 table.box01 {
  border: 2px solid #bfbfbf;
  background: #fff;
  border-collapse: collapse;
  margin-bottom: 60px;
}
section.product_sec05 table.box01 th {
  background: #52a548;
  color: #fff;
  height: 70px;
  border: 1px solid;
}
section.product_sec05 table.box01 td {
  border: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.8;
}
section.product_sec05 table.box01 td:nth-child(1) {
  font-weight: bold;
}
section.product_sec05 table.box01 td img {
    margin: 10px auto;
}
section.product_sec05 table.box01 th.main {
  background: #ff9900;
  font-size: 24px;
  border: 3px solid #ff9900;
  border-top: none;
  border-bottom: none;
}
section.product_sec05 table.box01 td.main {
  border-left: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  background: #ffebcd;
  font-size: 20px;
  font-weight: 900;
}
section.product_sec05 table.box01 tr:last-child td.main {
  border-bottom: 5px solid #ff9900;
}
section.product_sec05 table.box02 td {
  vertical-align: text-bottom;
  position: relative;
  padding: 30px 40px;
  line-height: 1.8;
}
section.product_sec05 table.box02 td:before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 20px;
  border: 1px solid #000;
  z-index: 0;
  right: 0;
  margin: auto;
}
section.product_sec05 table.box02 td p {
  position: relative;
  line-height: 1.8;
}
section.product_sec05 table.box02 td:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0px 45px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
section.product_sec05 table.box02 td.main {
  font-weight: bold;
}
section.product_sec05 table.box02 td.main:before {
  border: 8px solid #ff9900;
}
section.product_sec05 table.box02 td.main:after {
  border-color: #ff9900 transparent transparent transparent;
}
section.product_sec05 {
  padding: 0 0 70px;
}
section.product_sec06 {
  background: #e7f5e4;
  padding: 80px 0 50px;
}
section.product_sec06 .cont {
  display: flex;
  margin-bottom: 40px;
  padding: 40px 70px;
  background-size: auto auto;
  background-color: rgba(173, 211, 164, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(83, 164, 64, 1) 5px, rgba(83, 164, 64, 1) 7px);
  position: relative;
  justify-content: space-between;
  align-items: center;
}
section.product_sec06 figure {
  position: relative;
  width: 120px;
  text-align: center;
}
section.product_sec06 .txt {
  position: relative;
  width: calc(100% - 160px);
}
section.product_sec06 h3 {
  font-size: 30px;
  background: #52a548;
  color: #fff;
  padding: 7px 40px;
  font-weight: 900;
  margin-bottom: 30px;
}
section.product_sec06 .txt h4 {
  color: #53a440;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #53a440;
  padding: 15px 0;
  margin-bottom: 15px;
}
section.product_sec06 .txt p {
  font-size: 16px;
  line-height: 1.8;
}
section.product_sec06 figure p {
  font-size: 14px;
}
section.product_sec06 .cont:before {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
}
section.product_sec06 figure img {
  margin: 0 auto 20px;
}
section.product_sec07 {
  padding: 80px 0 50px;
  background: #a4958c;
}
section.product_sec07 .service08box ul {
    justify-content: start;
}
section.product_sec07 .service08box ul li {
    width: 32%;
    margin-right: 2%;
}
section.product_sec07 .service08box ul li:nth-child(3n) {
    margin-right: 0;
}

section.product_sec07 h2.product_h2 {
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom-color: #cec6c2;
}
section.product_sec07 .service08box ul li a.un_tMovie_slide_link {
  padding-bottom: 10px;
}
section.product_sec07 .service08box {
  margin-bottom: 70px;
}
section.product_sec08 {
  padding: 80px 0;
}
section.product_sec08 h3 {
  font-size: 30px;
  font-weight: 900;
  border-left: 10px solid #52a548;
  padding: 15px 30px;
  border-bottom: 2px solid #9c9c9c;
  margin-bottom: 40px;
}
section.product_sec08 table {
  table-layout: fixed;
  width: 100%;
  border: 2px solid #bfbfbf;
  border-collapse: collapse;
  background: #fff;
}
section.product_sec08 table th {
  background: #e7f5e4;
  padding: 20px 0;
}
section.product_sec08 table td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #bfbfbf;
    line-height: 1.8;
}
section.product_sec08 table tr:nth-child(2) td, section.product_sec09 table tr:nth-child(2) td {
  border-top: none;
}
section.product_sec08 table tr:nth-child(1) th {
  border-right: 1px solid #bfbfbf;
}
section.product_sec08 .box {
  margin-bottom: 70px;
}
section.product_sec08 table td span {
  display: block;
  font-size: 12px;
}
section.product_sec08 .box2 th {
  border-right: 1px solid #bfbfbf;
  padding: 10px 0;
}
section.product_sec08 .box2 th span {
  font-size: 12px;
}
section.product_sec08 .box2 {
  margin-bottom: 30px;
}
section.product_sec09 {
  padding: 50px 0 0;
}
section.product_sec09 table {
  width: 100%;
  border: 2px solid #bfbfbf;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
.Y_btn.Green {
  margin: 0;
}
section.product_sec09 table th {
  background: #e7f5e4;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #bfbfbf;
}
section.product_sec09 table th img {
  margin: 15px 0 auto;
}
section.product_sec09 table td {
  border: 1px solid #bfbfbf;
  text-align: center;
  padding: 20px 0;
  vertical-align: middle;
}
section.product_sec09 table td:nth-child(1) {
  font-weight: bold;
}
section.product_sec09 .ac {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.yellowbox {
  background: url("../img/product/pdt_001/y-dot.webp");
  background-size: cover;
  padding: 50px 40px 60px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
  border: 3px solid #000;
}
.yellowbox b.addstyle {
  position: relative;
}
.yellowbox b.addstyle:before {
  content: url("../img/product/pdt_001/line.webp");
  position: absolute;
  right: -60px;
  top: -20px;
}
.yellowbox p span {
  border-bottom: 6px solid #fff;
  color: #fff;
  padding-bottom: 5px;
}
.yellowbox p span strong {
  font-size: 30px;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.Y_btn.Green a {
  background: #53a440;
  color: #fff;
  border: 5px solid #338420;
}
.Y_btn.Green a:before {
  color: #fff;
}
section.product_sec11 dt.accordion_header {
  background: #edaf34;
  color: #000;
}
section.product_sec11 dd.accordion_content {
  padding: 30px 40px 1px;
}
section.product_sec11 dd.accordion_content .box {
  border: 4px solid #338420;
  margin-bottom: 30px;
}
section.product_sec11 dd.accordion_content .box h4 {
  background: #338420;
  padding: 20px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
section.product_sec11 dd.accordion_content .box .cont {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.product_sec11 dd.accordion_content .box .cont .txt {
  width: calc(100% - 260px);
}
section.product_sec11 dd.accordion_content .box .cont figure {
  width: max-content;
}
section.product_sec11 dd.accordion_content .box .cont .txt p {
  display: inline;
  border-bottom: 2px dotted #aaa;
  line-height: 2.5;
  padding: 5px;
  color: #000;
}
section.product_sec11 dd.accordion_content .box .cont .txt p strong {
  font-weight: normal;
  color: #ff6000;
}section.product_sec12.service09 h2.product_h2 {
    text-align: left;
}.flex_c {
    display: flex;
    justify-content: space-around;
}
section.product_sec04 .cont .txt .txt_in {
    text-align: left;
    padding: 20px;
    width: 100%;
}

section.product_sec04 .cont .txt .txt_in h4 {
    text-align: center;
    color: #fc5e58;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
}

section.product_sec04 .cont .txt .txt_in ul li {
    list-style: disc;
    margin-bottom: 10px;
}

section.product_sec04 .cont .txt .txt_in ul {
    margin-left: 2em;
    font-size: 18px;
}section.product_sec05 table.box01 td.main.p_06 {
    font-size: 18px;
    text-align: left;
    letter-spacing: -2px;
}
section.service06.plantcare ul li a{
	padding: 0 10px;
}.un_tMovie_slide_thumb {
    aspect-ratio: 276/180;
    object-fit: cover;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.Inner {
    padding: 0 50px;
}section.product_sec02 .box ul li {
    font-size: 18px;
}section.product_sec04 .cont .txt {
    font-size: 17px;
}.yellowbox {
    font-size: 36px;
}.flex_c {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	
}
@media screen and (max-width: 768px) {
	section.agri_FV.pdt_001 {
     height: auto;
}
	section.product_sec01 .un_product_main {
    flex-wrap: wrap;
}section.product_sec01 .un_product_gallery {
    width: 100%;
}section.product_sec01 .un_product_gallery figure {
    border: 10px solid #d9d8c9;
    margin: 0 auto 10px;
}section.product_sec01 .un_product_thumbsUnit {
    display: flex;
    justify-content: center;
    width: 100%;
}.product_sec01txt {
    width: 100%;
}h2.product_h2 {
    font-size: 33px;
    padding: 10px 20px;
    margin-bottom: 50px;
}section.product_sec02 .box {
    flex-wrap: wrap;
}section.product_sec02 .box ul {
    width: 100%;
    margin-bottom: 20px;
}section.product_sec02 .box figure {
    width: 100%;
    text-align: center;
}section.product_sec02 .box figure img {
    margin: 0 auto;
}section.product_sec04 .cont .txt {
    font-size: 17px;
    padding: 0 20px;
}section.product_sec04 .cont .txt br {
    display: none;
}section.product_sec05 table.box01 td.main {
    font-size: 18px;
    padding: 15px 0;
}section.product_sec05 table.box02 td:before {
   width: 95%;
}section.product_sec05 table.box02 td.main:before {
    border: 5px solid #ff9900;
}section.product_sec07 .service08box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
	
}@media screen and (max-width: 600px) {
	.Inner {
    padding: 0 20px;
}h2.product_h2 {
    font-size: 28px;
    padding: 10px 10px;
    margin-bottom: 50px;
    letter-spacing: -1px;
}.product_sec01txt h3 {
    background: #fff;
    padding: 10px 20px;
    font-size: 26px;
}.product_sec01txt h4 {
    color: #52a548;
    font-size: 22px;
}.Y_btn {
    margin-bottom: 20px;
    width: 100%;
}.Y_btn a {
    min-width: 100%;
    display: flex;
    width: 100%;
}.G_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.product_sec01 table,section.product_sec01 table th,section.product_sec01 table td {
    width: 100%;
    display: block;
}

section.product_sec01 table tr,section.product_sec01 table tbody {
    display: block;
    width: 100%;
}section.product_sec01 table  th {
    padding: 10px;
}section.product_sec02 .box {
    flex-wrap: wrap;
    padding: 20px;
}section.product_sec02 .box ul li {
    font-size: 16px;
}section.product_sec03 .cont {
    flex-wrap: wrap;
    padding: 50px 20px 40px;
}section.product_sec03 .laftcont {
    width: 100%;
    margin-bottom: 20px;
}section.product_sec03 .cont .rightcont {
    width: 100%;
}section.product_sec04 .cont h3 {
    width: 100px;
    padding: 15px 5px;
    color: #fff;
    font-weight: 900;
}section.product_sec04 .cont .txt {
    font-size: 14px;
    padding: 10px;
    width: calc(100% - 100px);
    text-align: left;
}section.product_sec04 .cont .txt .txt_in {
    text-align: left;
    padding: 0;
    width: 100%;
}section.product_sec04 .cont .txt .txt_in ul {
    margin-left: 1.2em;
    font-size: 14px;
}section.product_sec04 .cont .txt .txt_in h4 {
    font-size: 1.1em;
}section.product_sec05 table.box01 td.main.p_06 {
    font-size: 16px;
    text-align: left;
    letter-spacing: -2px;
    padding: 15px 10px;
}

.product_sec05Tab {
    overflow-x: scroll;
}

section.product_sec05 .product_sec05Tab table {
    table-layout: unset;
    width: 800px;
}

section.product_sec05  th,section.product_sec05  td {
    width: 200px;
}section.product_sec05 table.box02 td {
    padding: 20px;
    line-height: 1.8;
}section.product_sec06 h3 {
    font-size: 24px;
}section.product_sec06 .cont {
    padding: 20px;flex-wrap: wrap;
}section.product_sec06 figure {
    position: relative;
    width: 100%;
    text-align: center;
}section.product_sec06 .txt {
    position: relative;
    width: 100%;
    padding: 0 20px 20px;
}section.product_sec06 .txt h4 {
    color: #53a440;
    font-size: 22px;
}section.product_sec08 .box2 table td, section.product_sec08 .box2 table th {
    padding: 10px;
}
section.product_sec08 .box2 table {
    white-space: nowrap;
    table-layout: unset;
}
section.product_sec08 .box2 {
    margin-bottom: 30px;
    overflow-x: scroll;
}section.product_sec08 p:last-child {
    font-size: 13px;
    line-height: 1.8;
}.yellowbox {
    font-size: 20px;
    padding: 30px 40px;
}.yellowbox p {
    line-height: 2;
}.yellowbox b.addstyle:before {
    content: "";
    background: url("../img/product/pdt_001/line.webp");
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: -30px;
    top: -20px;
}.yellowbox p b.end {
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 20px 0 0;
}section.product_sec11 dd.accordion_content {
    padding: 20px 20px 1px;
}section.product_sec11 dd.accordion_content .box h4 {
    background: #338420;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}section.product_sec11 dd.accordion_content .box .cont {
    padding: 20px;
    flex-wrap: wrap;
}section.product_sec11 dd.accordion_content .box .cont .txt {
    width: 100%;
    margin-bottom: 20px;
}section.product_sec08 h3 {
    font-size: 24px;
    padding: 10px 15px;
}
	
}