@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FFEFBF;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #FFE102;
    border-right: 3px solid #FFE102;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #412210;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#412210;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#F6A716;
}

#suntory_contents #contents p.sample_tit{
  color: #FFE102;
}

/* ---------------テキストヘッダー---------------------- */
#suntory_contents #container h1.txt_header {
  background: #412210;
  color:#fff;
  padding: 35px 15px;
  text-align: center;
  font-size: 18.75px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* 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; }
}