@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff;
}
/*見出し*/
#suntory_contents #contents section h1{
  background: #000;
  color:#dabb3c;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #000;
    color: #dabb3c;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #eccc60;
}}
#suntory_contents nav ul li:after{
    border-color: #eccc60;
}

/*見出し*/
#suntory_contents #contents section h2{
  border-color:#dabb3c;
}

#suntory_contents #contents p.sample_tit{
  color: #068299;
}

#suntory_contents ul.prsnt_li {
    text-indent: -4.7em;
    padding-left: 4.7em;
}

/*テキストヘッダー*/
#container h1.txt_header{
  background: #000;
  color:#dabb3c;
}
#suntory_contents .btn_box ul li.cookie_red{
    color: #E0000F;
}