@charset "UTF-8";


/*アンカーリンク*/
#suntory_contents nav ul {
	background:#40210F;
}

#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: #40210F;
}

#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 {
    text-indent: -8em;
    padding-left: 8em;
}

#contents span.caution_span{
    display: inline-block;
    text-indent: -1em;
    margin-left: 1em;
}

#suntory_contents div.sample {
    margin-top:10px;
    margin-bottom:10px;
}
@media screen and (max-width:767px){
#suntory_contents div.sample ul {
    margin: 10px 0;
}
}

#suntory_contents div.sample ul li {
    margin: 0 5px 10px 0;
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#D3111C;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#40210F;
}

#suntory_contents #contents h3:before{
color: #D3111C;
}

#suntory_contents #contents p.sample_tit{
color: #D3111C;
}

