@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #DFF1FD;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#0068B7;
    color:#fff;
    /*border: solid 2px #0068B7;*/
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color:#fff;
}}
#suntory_contents nav ul li:after{
    border-color:#fff;
}

/*見出し*/
#suntory_contents #contents section h1{
  background:#0068B7;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#0068B7;
}

#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 #0068B7;
    border-top: none;
}

#suntory_contents #contents section .btn_box_wrap {
    border: solid 2px #0068B7;
    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;
}
}