/*--------------------------------------
	feed
--------------------------------------*/
#rss.style2 {
  padding: 38px 0;
  background: url('../../shared/img/shared/bg-01.jpg') repeat center top;
}
#rss h3 {
  text-align: center;
}
#feed {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  max-width: 823px;
  margin: 0 auto;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 100px;
  padding: 35px 15px 45px;
  box-sizing: border-box;
  text-align: left;
}
#feed .block {
  width: 200px;
}
#feed .block .photo {
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 200 / 150;
}
#feed .block .photo:hover {
  opacity: 0.8;
}
#feed .block .photo span {
  width: 100% !important;
  height: 100% !important;
}
#feed .block dl {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}
#feed .block dl a {
  display: block;
  font-size: 13px;
}

#rss.style2 #feed {
  width: 565px;
}
#rss.style2 #feed .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: auto;
  align-items: center;
}
#rss.style2 #feed .photo {
  width: 220px;
  aspect-ratio: 220 / 140;
  margin-bottom: 0;
  margin-right: 30px;
}
