@charset "UTF-8";
.tag-recommend__wrapper h3.ttl_h3_01 span {
  display: inline-block;
  font-size: 0.9em;
}
.tag-recommend__area {
  display: block !important;
  margin-bottom: 2em;
  padding: 1em 0;
}
.tag-recommend__box:not(:last-of-type) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d1dce1;
}
.tag-recommend__link {
  text-decoration: none;
}
.tag-recommend__pbox {
  display: flex;
  align-items: flex-start;
}
.tag-recommend__img {
  width: 130px;
  margin-right: 15px;
  aspect-ratio: 16 / 9;
  border: 1px solid #b3c5cd;
}
.tag-recommend__img .img_background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.tag-recommend__tbox {
  flex: 1;
}
.tag-recommend__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
}

.tag-recommend__description {
  display: none !important;
}

@media (751px <= width) {
  .tag-recommend__link:hover {
    text-decoration: underline;
  }
}
@media (width <= 750px) {
  .tag-recommend__img {
    width: 105px;
    margin-right: 15px;
  }
  .tag-recommend__title {
    font-size: 1.4rem;
    font-weight: bold;
  }  
}

.tag-recommend__slider .tagplus-slick-slide .tag-recommend__box {
  padding: 0 5px 5px 5px;
}