@charset "UTF-8";


/*アンカーリンク*/
#suntory_contents nav ul {
	background:#132179;
}

#suntory_contents nav ul li{
    border-right:1px solid #fff;
}
#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
    color:#fff;
}

#suntory_contents nav ul li a:hover{
    filter: brightness(85%);
}

@media screen and (max-width:767px){

#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
    background: #132179;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}
}

#suntory_contents ul.present_idt li,
#suntory_contents p.present_idt {
    text-indent: -3em;
    padding-left: 3em;
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#132179;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#FFE200;
}

#suntory_contents #contents h3:before{
color: #132179;
}

#suntory_contents #contents p.sample_tit{
color: #132179;
}

