@charset "UTF-8";
/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FFFDEE;
}

#container h1.txt_header {
background: #1F1763;
background: linear-gradient(90deg, rgba(31, 23, 99, 1) 0%, rgba(13, 46, 139, 1) 50%, rgba(31, 23, 99, 1) 100%);
    color: #fff;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #FFE102;
    border-right: 3px solid #FFE102;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #253783;
    color: #fff;
}

/*見出し*/
#suntory_contents #contents section h1{
    background:#253783;
    color: #fff;
}

#suntory_contents #contents section h2{
    border-color:#FFE102;
}

#suntory_contents #contents p.sample_tit{
    color:#253783;
}

