@charset "UTF-8";

#suntory_contents p.subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
}

/*アンカーリンク*/
#suntory_contents nav ul {
    background:#1b4584;

}

#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{
    -webkit-filter: brightness(80%) contrast(110%);
            filter: brightness(80%) contrast(110%);
}

@media screen and (max-width:767px){

#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
    background: #1b4584;
}

#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 #contents h3:before{
    content: none;
}

#suntory_contents #contents #recepit ul.caution {
    margin-left: 1em;
}
#suntory_contents .mt1em {
    margin-top: 1em;
}
#suntory_contents .ml1em {
    margin-left: 1em;
}

#suntory_contents .cl_red b{
    color:#f00;
}

#suntory_contents #recepit .rece_box p {
    text-align: center;
}

#suntory_contents a {
    word-break: break-all;
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
    background:#1b4584;
    color:#fff;
}

#suntory_contents #contents section h2{
    border-color:#1b4584;
}

#suntory_contents #contents h3:before{
    color: #1b4584;
}

#suntory_contents #contents p.sample_tit{
    color: #1b4584;
}

#suntory_contents #contents #recepit h2{
    color: #1b4584;
text-align: left;
}

#suntory_contents #recepit h3{
    text-align: center;
}

#suntory_contents .note {
    margin-top: 30px;
}