/* TOPページ PC */

/* 特集・連載 */
.top-feature {
  width: auto;
  margin-bottom: 0;
  padding: 20px 0;
  background: #f0f0f0;
}
.top-feature .full-width {
  width: 1220px;
  margin: 0 auto;
  margin-bottom: 0;
}
.top-feature .block-header {
  margin-bottom: 0;
  padding: 20px 0 20px 0;
  background: #f0f0f0;
}
.block-feature {
  background: #FFF;
  margin-bottom: 30px;
  padding: 15px;
}
.block-feature a:hover {
  opacity: 0.7;
}
.block-feature__title {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
  color: #333;
}
.block-feature__subtitle {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}
.block-feature__item {
  display: flex;
  gap: 10px;
}
.block-feature__item:hover{
  color: #333;
}
.block-feature__item-image {
  width: 40%;
  max-height: 100px;
  object-fit: contain;
}
.block-feature__item-title {
  font-weight: bold;
  font-size: 1.4rem;
}
.block-feature__btn {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 12px;
  color: #2379ca;
}
.block-feature__btn:hover {
  color: #2379ca;
}
