@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #eac7ce;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #F5AA00;
    border-right: 3px solid #F5AA00;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #7c001a;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#7c001a;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#F5AA00;
}

#suntory_contents #contents p.sample_tit{
  color: #7c001a;
}

/* pcsp出し分け
-------------------------------------------------- */
#suntory_contents .pc_none {
  display: none;
}
#suntory_contents .sp_none {
  display: block;
}

@media screen and (max-width:767px){
#suntory_contents .pc_none {
  display: block;
}
#suntory_contents .sp_none {
  display: none;
}
}