@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FBFACC;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #EDE97D;
    border-right: 3px solid #EDE97D;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #E70012;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#E70012;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#06318f;
}

#suntory_contents #contents p.sample_tit{
  color: #06318f;
}

/* ---------------テキストヘッダー---------------------- */
#container h1.txt_header {
    background-color: #E70012;
    color: #fff;
}

#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; }
}