@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #ECE7E3;
}

#container h1#head {
    background-color: #97272D;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

@media screen and (max-width:767px){
#container h1#head {
    padding: 35px 5px;
    font-size: 110%;
}
}

/*アンカーリンク*/
@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  background-color: #ECE7E3;
}
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #ECE7E3;
    border-right: 3px solid #ECE7E3;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #97272D;
    color: #fff;
}

#suntory_contents #contents section h1{
    background: #97272D;
    color: #fff;
}

#suntory_contents #contents section h2{
    border-color:#000;
}

#suntory_contents #contents p.sample_tit{
    color: #000;
}

/* 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;
}
}