@charset "utf-8";

#suntory_contents #sitemap {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
}
#suntory_contents .list_main {
  float: left;
  width: 49%;
  margin-right: 1%;
}
#suntory_contents .list_main:nth-child(2) {
  margin-right: 0;
  margin-left: 1%;
}
#suntory_contents .list_main>li {
  margin-top: 2em;
}
#suntory_contents .list_main>li:first-child {
  margin-top: 0;
}
#suntory_contents .list_main>li>a {
  display: block;
  width: 100%;
  background-color: #5fc2db;
  padding: 1.2em 3%;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.2s ease;
}
#suntory_contents .list_main>li>a {
  color: #fff;
}
#suntory_contents .list_main>li>a:hover {
  text-decoration: none;
  background-color: #afe1ed;
}
#suntory_contents .list_sub>li {
  margin-top: 0.6em;
}
#suntory_contents .list_sub>li>a {
  font-size: 1.1em;
  transition: all 0.2s ease;
}
#suntory_contents .list_sub>li>a {
  color: #0071bf;
  text-decoration: underline;
}
#suntory_contents .list_sub>li>a:hover {
  color: #5fc2db;
}
#suntory_contents .list_sub>li>a:before {
  content: "■";
}

/*========================================
========================================
========================================
for SP
========================================
========================================
========================================*/
@media screen and (max-width: 767px) {

#suntory_contents #sitemap {
  margin-top: -1.6em;
}
#suntory_contents #ttl_main h2 {
  width: 100%;
  background-color: #5fc2db;
  padding: 0.4em 0 0.4em 1%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#suntory_contents .list_main {
  float: none;
  width: 100%;
  margin-right: 0;
}
#suntory_contents .list_main>li:first-child {
  margin-top: 3em;
}
#suntory_contents .list_sub>li {
  margin-top: 1.4em;
}






}