@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FEF8E8;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #036341;
    color: #fff;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #E4BA71;
}}
#suntory_contents nav ul li:after{
    border-color: #E4BA71;
}

/*見出し*/
#suntory_contents #contents section h1{
  background: #036341;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color: #E00034;
}

#suntory_contents #contents p.sample_tit{
  color: #006C46;
}


#suntory_contents #contents{
    hanging-punctuation: last allow-end;
}
