@charset "UTF-8";


/*アンカーリンク*/
#suntory_contents nav ul {
	background:#C8E9FA;
}

#suntory_contents nav ul li{
    border-right:1px solid #000100;
}
#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
	color:#000100;
}

#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: #C8E9FA;
    border-right:1px solid #fff;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #000100;
    border-right: 3px solid #000100;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}
}

#suntory_contents ul.present_idt li {
    text-indent: -8em;
    padding-left: 8em;
}

#suntory_contents div.sample {
    margin-top:10px;
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#C8E9FA;
color:#000100;
}

#suntory_contents #contents section h2{
border-color:#3CB035;
}

#suntory_contents #contents h3:before{
color: #6C80BF;
}

#suntory_contents #contents p.sample_tit{
color: #6C80BF;
}

