@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #d6d6d6;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #FFF101;
    border-right: 3px solid #FFF101;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #2E3092;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#2E3092;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#231F20;
}

#suntory_contents #contents p.sample_tit{
  color: #000;
}

/* ---------------テキストヘッダー---------------------- */
#suntory_contents #container h1.txt_header {
  background: #2E3092;
  color:#fff;
  padding: 35px 15px;
  text-align: center;
  font-size: 18.75px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

/*クローズ*/
#suntory_contents #container p.close_txt{
  padding: 30px 10px 0;
}