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

  ガーデニング特集 No.5

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

/* 特集ページ
---------------------------------------*/
.ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.txt {
  margin: 20px auto;
  font-size: 16px;
  text-align: justify;
}
.bt_showcase {
  margin: 40px auto 0;
}

.rec {
  margin-top: 70px;
}
.rec h3 {
  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 {
  font-size: 16px;
  text-align: right;
}
.rec > p a {
  color: #0068b7;
}