﻿body{
  line-height:1.5;
}
/* 横幅1200px以下の場合のみ適用 */
@media (max-width: 1200px) {
  img{
    
    height: auto;
  }
}
/*header*/
.boso11_h2{
  font-size:30px;
  color:#006a18;
  padding:.5em 0;
  text-align:center;
}
.boso11_emphasis {
  background-image: linear-gradient(0deg, #2ecc7180 0.5em, transparent 0.5em);
  padding:0 1em;
}
}
h2,h3,h4{
  text-align:center;
}

header {
      color: #333333;
      text-align: center;
      padding: 10px;
      box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    }
.medatsu{
  font-size:20px;
  padding:1em;
  font-weight:600;
  background-color:black;
  text-align:center;
  color:yellow;
}
    .menu ul {
      padding: 0;
      text-align: center;
      font-size:18px;
    }

    .menu ul li {
      display: inline;
      margin-right: 20px;
    }

    .menu ul li a {
      color: #333333;
      transition: color 0.3s; /* ホバー時の色の変化を設定       */
      text-underline-offset:3px;
    }

    .menu ul li a:hover {
      color: #333; /* ホバー時のテキスト色を変更 */
      font-weight:600;
    }
 
    

    /* モバイル時のスタイル */
    @media (max-width: 600px) {
      .menu ul {
        text-align: center; /* モバイル時にテキストを左寄せにする */
      }
      .menu ul li {
        display: block; /* モバイル時に縦並びにする */
        margin: 10px 0;
      }
      .anti_weed_sheet_invisible{
        display:none;
      }
    }
article{
  max-width: 900px;
  margin: auto;
}
main{
	margin:.5em
}
/* ナビゲーションメニューのスタイル */
.g-navi {
  list-style: none;
  padding: 0;
}

.kaigyou{
  padding-left:.8rem;
  padding-right:.8rem;
}
ul img{
	margin-left:.8rem;
}
.product_link{
  background-color: #e8e8e8;
   margin: 2px .8rem;
   padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1em;;
  width:fit-content;
  text-underline-offset: 2.5px;
  font-size:15px;
}
.product_link a:hover{
  text-decoration: none;
}
.kaigyou3{
  margin-bottom:1em;
  padding:1em 0;
  font-size:18px;
  font-weight:600;
}
.kaigyou3_span{
  color: red;
}
.post_sheet{
  max-width: 600px;
  margin: auto;
}
.kaigyou2{
  margin-bottom:0.5em;
  padding-left:1em;
  text-decoration:underline #7db4e6;
  text-underline-offset:5px;
  text-decoration-thickness:2px;
  font-weight:600;
  color:#212121;
  font-size:18px;
}

.title{
  font-size:25px;
  font-weight:600;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #212121;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 8px #2ECC71;/*左線*/
  border-bottom: solid 2px #2ECC71;/*下線*/
  margin-top:3em;
  margin-bottom:0;
}


/* レスポンシブデザイン */
@media (max-width: 768px) {
  
}
.daimei{
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.1em 0.5em;
  margin-bottom: 5px;
  margin-top:1em;
  line-height: 1.5;
  vertical-align: middle;
  color: #212121;
  font-weight:600;
  font-size:25px;
}
.title span{
  color: red;
}

.daimei:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:0.3em;
  height: 1.2em;
  background: #2ECC71; /*横線*/
  /*border-radius: 50%;*/
  margin-right: 10px;
}
.daimei_number{
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.1em 0.5em;
  margin-bottom: 5px;
  margin-top:1em;
  line-height: 1.5;
  vertical-align: middle;
  color: #212121;
  font-weight:600;
  font-size:25px;
}
.daimei_number::before{
  display: inline-block;
  vertical-align:initial;
  margin-right: 8px;
  color: #2ECC71;
  font-size: 2rem;
  font-weight: 800;
}
.number1::before{
  content: "1.";
}
.number2::before{
  content: "2.";
}
.number3::before{
  content: "3.";
}
/*まとめ*/
.conclusion{
  margin: 5rem auto;
  border: 2px solid #2ECC7180;
  padding: 1em;
  max-width: 800px;
  background-color: #fff3bf80;
}
.conclusion h3{
  color: red;
  font-size: 2rem;
  margin: 0;
}
.conclusion_ul{
  list-style: none;
}
.conclusion_ul li::before{
  content: '✅';
  margin-right: .5em;
}
.conclusion p{
  margin: 0;
}
.highlight {
  background-image: linear-gradient(0deg, #fff3bf 0.5em, transparent 0.5em);
}

.center {
	text-align: center;
}
.catchphrase{
	font-size: clamp(1.438rem, 1rem + 1.4vi, 1.875rem);
    /* text-align: center; */
    background-color: #FF5733;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: .5em;
    /* text-align: center; */
    background-color: #FF5733;
    color: #fff;
    width: fit-content;
    margin: 2em auto;
    padding: .5em;
}
.recommend{
	text-align:center;
	margin-top:3em;
}
.recommend span{
	font-size: clamp(1.438rem, 1rem + 1.4vi, 1.875rem);
    color: #006a18;
    font-weight: 700;
}
.recommend img{
	vertical-align:bottom;
  margin-right: 10px;
}
/*表*/
.construction_case_table{
  border-collapse: collapse;
  border: 2px solid #5c5c5c;
}
table.construction_case_table{
  width: auto;
  text-align: center;
  margin: auto;
  max-width:1080px;
}
.construction_case_table td{
  border: 1px solid #5c5c5c;
}
.construction_case_table tr:nth-child(even){
  background-color: #fff3bf;/*偶数の時のみ適用*/
}
.construction_case_table tr:nth-child(even) td{
  padding: 5px .5em;
  border-top: none;
}
.construction_case_table tr:nth-child(odd) td{
  border-bottom: none;
}
/*ボタンデザイン*/
.anti_weed_sheet_button a{
  background:#006a18;
  border-radius: 3px;
  position:relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: .7em;
  max-width: 250px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-underline-offset: 3px;
  text-decoration: none;
}
.anti_weed_sheet_button a:hover{
  opacity: 0.8;
}
.anti_weed_sheet_button a:after{
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
/*おすすめ*/
.recommend_section{
  background-color: #F2F2F2;
  padding: 2em;
  ul{
    padding-left: 0;
  }
}
@media only screen and (min-width:800px){
  .recommend_ul{
    display: flex;
    justify-content: space-evenly;
  }
}
.recommend_ul{
  list-style: none;
  li{
    border: 3px solid #bfbfbf;
    padding: 0 .5em;
    margin: 1em;
    background-color: #fff;
  }
  img{
    border: ;
  }
}
.recommend_title{
  font-size: 18px;
  line-height: 1.2;
  padding-top: 5px;
  font-weight: 700;
}
.recommend_title a{
  color: #333;
  text-underline-offset: 3px;
}
.recommend_title::before{
  content: '▼';
  margin-right: 5px;
  display: inline-block;
 transform:rotate(30deg);
}
.recommend_title a:hover{
  text-decoration: none;
}
.recommend_menu ul{
  list-style: none;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
.recommend_menu li{
  padding-inline: .5em;
  margin: 10px;

}
.recommend_menu a{
  color:#333;
  font-weight: 600;
  text-underline-offset: 3px;
}
.recommend_menu a:hover{
  text-decoration: none;
}
.recommend_menu li::before{
  content: '▼';
  margin-right: .3rem;
  display: inline-block;
 transform:rotate(30deg);
}
/*防草シート道具リスト*/
.anti_weed_sheet_tool_div {
  display: flex;
  flex-wrap: wrap; /* 画面からはみ出る場合は折り返す */
  gap: 30px; /* ul同士の間隔を調整 */
  margin-left: 20px;
}

.anti_weed_sheet_tool_ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 269px; /* 適切な幅を設定 */
  list-style: none;
  padding: 0;
  border: 2px solid #5c5c5c;
}

.anti_weed_sheet_tool_ul li {
  width: 100%;
  display: flex;
  justify-content: center;

}
div ul.anti_weed_sheet_tool_ul img{
  margin: 0;
}
/*防草シート貼り方*/
.anti_weed_sheet_construction_method-p{
  font-weight: 600;
font-size: 20px;
text-underline-offset: 3px;
margin-bottom: 0;
span{
  font-size: 2em;
  color: #2ECC71;
}
}
.construction_method_daimei{
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
  margin-top: .3em;
  margin-bottom: 0.3em;
}
.construction_method_daimei::before{
  display: inline-block;
  vertical-align: middle;
  content: '';
  width:0.3em;
  height: 1.2em;
  background:#2ECC71;
  margin-right: 10px;;
}
.construction_method_div {
  display: flex;
  flex-wrap: wrap; /* 画面からはみ出る場合は折り返す */
  gap: 20px; /* ul同士の間隔を調整 */
}

.construction_method_ul {
  display: flex;
  flex-direction: column;
  width: 273px; /* 適切な幅を設定 */
  list-style: none;
  padding: 0;
  margin-left: 0.8em;
}
div ul.construction_method_ul img{
  margin-left: 0;
}
.construction_method_li{
  position: relative;
  padding-left: 20px;;
  margin-bottom: 0.2em;
}
.construction_method_li::before{
  content:'●';
position: absolute;
left: 0;
}
/*万歳あしらい*/
.heading-16 {
  font-family: 'Mochiy Pop One', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF5733;
  font-weight:400;
  margin: 1em 0 -1em 0;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 30px;
    background-color: #FF5733;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
/*比較表レスポンシブ*/
        .aws14_table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 18px;
            text-align: left;
        }
        .aws14_th, .aws14_td {
            border: 1px solid #ddd;
            padding: 12px;
        }
        .aws14_th {
            background-color: #f4f4f4;
            text-align: center;
        }
        .aws14_tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        @media screen and (max-width: 768px) {
            .aws14_table {
                font-size: 14px;
            }
            .aws14_th, .aws14_td {
                padding: 8px;
            }
        }
        @media screen and (max-width: 480px) {
            .aws14_table {
                font-size: 12px;
            }
            .aws14_th, .aws14_td {
                padding: 6px;
            }
            .aws14_table, .aws14_thead, .aws14_tbody, .aws14_th, .aws14_td, .aws14_tr {
                display: block;
            }
            .aws14_thead .aws14_tr {
                display: none;
            }
            .aws14_tr {
                margin-bottom: 10px;
                border-bottom: 2px solid #ddd;
            }
            .aws14_td {
                text-align: left;
                padding-left: 50%;
                position: relative;
            }
            .aws14_td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                text-align: left;
                font-weight: bold;
            }
            .aws14_td:first-child {
                background-color: #f4f4f4;
                font-weight: bold;
                text-align: center;
        }
                    padding-left: 0;
            .aws14_td:first-child::before {
                content: "";
            }
        }
/*防草シート16*/
.post_sheet-p{
    color: #fff;
    background-color: #ff5733;
    padding: 1em 2em;
    font-size: 20px;
    font-weight: 600;
}
.aws_comparison_table{
    margin: .5em;
}
.aws_comparison_table td{
    padding: .5em 1.5em;
    background-color: #f5f5f5;
}
.aws_comparison_table-top td{
    background-color: #D9D9D9;
    font-weight: 600;
}
.aws16_div ul{
   list-style: none;
   padding: 0;
   margin-left: .8em;
}
.aws16_div img{
    margin: 0;
}
.aws_li{
    margin-top: 1em;
    margin-bottom: .3em;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #ff5733;
    text-decoration-thickness: 3px;
    font-weight: 600;
    font-size: 20px;
}