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

  ガーデニング特集 No.4

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

/* 特集ページ
---------------------------------------*/
.lead {
  margin-bottom: 10px;
}
.ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.item {
  box-sizing: border-box;
  width: 610px;
  margin: 50px auto 10px;
  padding: 15px 20px 20px;
  border: 2px solid #b3d465;
  border-radius: 12px;
}
.item dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.item dd {
  display: flex;
}
.item dd p {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  text-align: justify;
}
.item dd a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: table;
  margin: auto;
  color: #0068b7;
  text-align: right;
}


.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: 20px;
  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 20px;
}
.idea dd h4 {
  margin-bottom: 15px;
  font-size: 24px;
  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: 10px;
}
#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;
}

/* ブログ */
.blog {
  margin-top: 40px;
  padding-top: 30px;
}
.blog ul {
  margin-bottom: 50px;
}
.blog h4 {
  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 p {
  margin-bottom: 10px;
}
.last-section a {
  color: #0068b7;
}
