@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#faf7f7;
    color:#610B0F;
    border: solid 2px #610B0F;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color:#e6495c;
}}
#suntory_contents nav ul li:after{
    border-color:#e6495c;
}

/*見出し*/
#suntory_contents #contents section h1{
  background:#e6495c;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#630B10;
}

#suntory_contents #contents p.sample_tit{
  color:#630B10;
}



#suntory_contents #contents section h1{
	margin-bottom: 0;
}

#suntory_contents #contents section .contents_box h2:first-of-type {
    margin-top: 0;
}

#suntory_contents #contents section .contents_box {
    border: solid 2px #610B0F;
    border-top: none;
}

#suntory_contents #contents section .btn_box_wrap {
    border: solid 2px #610B0F;
    margin: 30px 0 40px;
}
#suntory_contents .btn_box_wrap .btn_box{
	margin: 0 auto;
}

@media screen and (max-width: 767px){
#suntory_contents #contents section .contents_box {
    padding: 10px;
}
}