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

  ガーデニング特集 No.2

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

/* 特集ページ
---------------------------------------*/
.menu-no02 {
  box-sizing: border-box;
  width: 610px;
  margin: 30px auto 20px;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.menu-no02:last-of-type {
  margin-bottom: 100px;
}
.menu-no02 + .menu-no02 {
  margin-top: 0;
}
.menu-no02 div {
  margin-right: 20px;
}
.menu-no02 li {
  display: flex;
}
.menu-no02 a {
  display: inline-block;
  margin-bottom: 10px;
  color: #0068b7;
  font-size: 20px;
  font-weight: bold;
}
.menu-no02 p {
  color: #555;
  font-size: 16px;
  font-weight: normal;
}

.zumen {
  margin: 0 0 20px;
  text-align: center;
}



.ttl dt {
  text-align: center;
}
.ttl dd {
  margin: 15px 0 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.txt {
  margin: 20px auto;
  font-size: 16px;
  text-align: justify;
}

.point {
  box-sizing: border-box;
  width: 580px;
  margin: 30px auto 50px;
  padding: 15px 20px 20px;
  border: 1px solid #81511c;
  border-radius: 12px;
  color: #81511c;
}
.point dt {
  margin-bottom: 10px;
}
.point dd {
  display: flex;
}
.point dd p {
  margin-left: 20px;
  font-size: 16px;
  text-align: justify;
}

.rec {
  margin-top: 70px;
}
.rec h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #2f7400;
  padding-left: 10px;
  line-height: 1.4;
}
.rec ul {
  display: flex;
  justify-content: space-between;
}
.rec li {
  overflow: hidden;
  position: relative;
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
.rec li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.rec li a p {
  display: table;
  margin: 0 auto 5px;
  padding: 2px 17px;
  background: url(/public/img/static/feature/gardening/common/icon_link.png) no-repeat right;
  color: #2f7400;
  font-size: 16px;
  text-align: center;
}
.rec > p {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}
.rec > p a {
  color: #0068b7;
}