@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #f4f4f4;
}

#container h1#head {
    background-color: #bb0000;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

@media screen and (min-width:768px){
#container h1#head {
    padding: 35px 5px;
    font-size: 115%;
}
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #FFD52C;
    border-right: 3px solid #FFD52C;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #bb0000;
    color: #FFD52C;
}

#suntory_contents #contents section h1{
background:#bb0000;
color:#FFD52C;
}

#suntory_contents #contents section h2{
border-color:#bb0000;
}

#suntory_contents #contents p.sample_tit{
color: #E0000F;
}

/* pcsp出し分け
-------------------------------------------------- */
#suntory_contents .pc_none {
  display: none;
}
#suntory_contents .sp_none {
  display: block;
}

@media screen and (max-width:767px){
#suntory_contents .pc_none {
  display: block;
}
#suntory_contents .sp_none {
  display: none;
}
}