@charset "UTF-8";
/*/////////////////////////////////////////////////////////////

  ガーデニング特集 No.3

////////////////////////////////////////////////////////////*/

/* 特集ページ
---------------------------------------*/
.lead {
  margin-bottom: 10px;
}
.ttl dt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.ttl dd {
  box-sizing: border-box;
  width: 670px;
  height: 76px;
  margin: 20px 0 10px;
  padding: 30px 0 0 140px;
  background: url(/public/img/static/feature/gardening/no03/bg_point.png) no-repeat center;
  color: #81511c;
  font-size: 18px;
  font-weight: bold;
}
#a3 .ttl dd { background-image: url(/public/img/static/feature/gardening/no03/bg_point02.png); padding-left: 210px;}
#a4 .ttl dd { background-image: url(/public/img/static/feature/gardening/no03/bg_point03.png); padding-left: 97px;}
#a5 .ttl dd { background-image: url(/public/img/static/feature/gardening/no03/bg_point04.png); padding-left: 190px;}

.exp {
  display: flex;
  align-items: center;
}
.exp p {
  margin-left: 30px;
  font-size: 16px;
  text-align: justify;
}
#a1 .exp img {
  width: auto;
  height: 150px;
  margin: 0 25px;
}

.txt {
  margin: 20px auto 40px;
  font-size: 16px;
  text-align: justify;
}

.idea {
  position: relative;
  box-sizing: border-box;
  width: 610px;
  margin: 30px auto 50px;
  border: 1px solid #81511c;
  border-radius: 12px;
}
.idea::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  display: block;
  width: 70px;
  height: 20px;
  margin: auto;
  background: url(/public/img/static/feature/gardening/no03/icon_arrow.png) no-repeat center bottom;
}
.idea dt {
  margin-bottom: 10px;
  padding: 5px 0;
  border-radius: 11.5px 11.5px 0 0;
  background-color: #cfa972;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.idea dd {
  padding: 10px 20px 15px;
}
.idea dd h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.idea dd p {
  font-size: 16px;
  text-align: justify;
}
.trees li {
  margin-bottom: 30px;
}

#a6 .head,
#a7 .head {
  width: 600px;
  margin: auto;
}
#a6 .ttl,
#a7 .ttl {
  margin-bottom: 20px;
}
#a6 .ttl dt,
#a7 .ttl dt {
  margin-bottom: 40px;
}
#a6 .ttl dd,
#a7 .ttl dd {
  width: 600px;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.5;
}
#a6 .bt_showcase {
  margin: 40px auto 50px;
}
#a6 .trees .bt_showcase {
  margin-bottom: 10px;
}
#a6 .txt {
  width: 600px;
}

/* プラントプラン */
.trees {
  margin-top: 40px;
}
.trees h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #2f7400;
  padding-left: 10px;
  line-height: 1.4;
}
.trees li {
  display: flex;
  justify-content: space-between;
}
.trees li a {
  display: inline-block;
  margin-bottom: 10px;
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
}
.trees p {
  margin-right: 20px;
  font-size: 16px;
  text-align: justify;
}

/* ブログ */
.blog {
  margin-top: 20px;
}
.blog ul {
  margin-bottom: 50px;
}
.blog h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.blog li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog div {
  margin-left: 20px;
}
.blog li a {
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.blog p {
  font-size: 16px;
  text-align: justify;
}





.last-section .message {
  margin: 40px auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.last-section .img {
  margin: 20px auto;
  text-align: center;
}