@charset "utf-8";

#suntory_contents .list_archive li {
  float: left;
  width: 24.1%;
  margin-right: 1.2%;
  margin-bottom: 2em;
}
#suntory_contents .list_archive li:nth-child(4n) {
  margin-right: 0;
}
#suntory_contents .list_archive li a {
  display: block;
}
#suntory_contents .list_archive li img {
  width: 100%;
}
#suntory_contents .list_archive li p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: #fff;
  background-color: #0071bf;
  padding: 0.4em 2%;
}
#suntory_contents .list_archive li a:hover {
  text-decoration: none;
}
#suntory_contents .list_archive li a:hover img {
  opacity: 0.6;
}
#suntory_contents .list_archive li a:hover p {
  background-color: rgba(0,113,191,0.6);
}
@media screen and (max-width: 767px) {
  #suntory_contents .list_archive li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 1.4em;
  }
  #suntory_contents .list_archive li:nth-child(2n) {
    margin-right: 0;
  }
}
