@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #F7F3EA;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #EED12B;
    border-right: 3px solid #EED12B;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #58422A;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#58422A;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#EED12B
}

#suntory_contents #contents p.sample_tit{
  color: #221816;
}

#suntory_contents .pc_none {
    display: none;
}

@media screen and (max-width:767px){
#suntory_contents .pc_none {
    display: block;
    max-width: 750px;
    margin: 0 auto;
}
}

/* ---------------テキストヘッダー---------------------- */
#suntory_contents #container h1.txt_header {
  background:#58422A;
  color:#fff;
}