@charset "utf-8";

#suntory_contents #entry {
  background: url(../img/parts/bg_entry.png) no-repeat;
  background-position: right bottom;
  padding-bottom: 20em;
}
#suntory_contents h3.ttl_entry {
  color: #fff;
  background-color: #0071bf;
  padding: 0.4em 0;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.4em;
}
#suntory_contents h3.ttl_entry span{
  font-size: 0.8em;
  background: #fff;
  color: #0071bf;
  padding: 4px 2em;
  border-radius: 5px;
  margin-left: 1em;
}
#suntory_contents .txt_entry {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
}
#suntory_contents .list_entry {
  margin: 1em 0;
}
#suntory_contents .list_entry li {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
  margin-bottom: 0.4em;
}
#suntory_contents .list_entry li:before {
  content: " ";
  background: url(/sfa/music/2019common/img/parts/icon_pdf.png);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -0.4em;
}
#suntory_contents .list_entry li.word:before {
  background: url(/sfa/music/2019common/img/parts/icon_word.png);
  background-size: contain;
}
#suntory_contents .list_entry a {
  font-weight: bold;
  color: #0071bf;
  text-decoration: underline;
}
#suntory_contents .txt_entry a {
  color: #0071bf;
  text-decoration: underline;
}

#suntory_contents #entry .txt_entry{
  margin-bottom:1em;
}

#suntory_contents #entry .txt_entry span a{
  font-weight: bold;
  color: #0071bf;
  text-decoration: underline;
}

#suntory_contents #entry .txt_entry span .pdf{
  margin-left: 1em;
}

#suntory_contents #entry .txt_entry span .word{
  margin-left: 1em;
}

#suntory_contents #entry .txt_entry span .pdf:before{
  content: " ";
  background: url(/sfa/music/2019common/img/parts/icon_pdf.png);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -0.4em;
}

#suntory_contents #entry .txt_entry span .word:before{
  content: " ";
  background: url(/sfa/music/2019common/img/parts/icon_word.png);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -0.4em;
}

#suntory_contents #entry .txt_entry.frame{
  width:80%;
  border:1px solid #eee;
  border: 4px solid #eeeeee;
  margin:0 auto 1em;
  padding:10px;
}

#suntory_contents #entry .txt_entry span.underline{
  border-bottom: 1px solid #2d1506;
}

/*========================================
========================================
========================================
for PC
========================================
========================================
========================================*/

@media screen and (min-width: 768px) {

  #suntory_contents #entry .txt_entry.frame{
    max-width:55%;
    margin:0 4em 1em;
  }

  #suntory_contents #entry .txt_entry .br_sp{
    display: none;
  }

}
/* ===============PC end===============*/

/*========================================
========================================
========================================
for SP
========================================
========================================
========================================*/
@media screen and (max-width: 767px) {

#suntory_contents h3.ttl_entry {
  font-size: 1.6em;
}
#suntory_contents h3.ttl_entry span{
  margin-left: 0;
  margin-bottom: 5px;
}
#suntory_contents #entry {
  background-size: 90%;
  padding-bottom: 20vh;
}

@media screen and (orientation: landscape) {
  #suntory_contents #entry {
    background-size: 50%;
    padding-bottom: 40vh;
  }
}






}
