@charset "utf-8";

#suntory_contents {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
}
#suntory_contents .sf_navi {
	display: none;
}

#suntory_contents #jump {
	text-align: left;
	margin-bottom: 30px;
}
#suntory_contents #jump a {
    text-decoration: none;
    color: #282828;
	position: relative;
	padding: 10px 15px 10px 30px;
    border: 1px solid #000;
    display: inline-block;
}
#suntory_contents #jump a:hover {
	opacity: 0.7;
	cursor: pointer;
}
#suntory_contents #jump a:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
	top: 40%;
    left: 15px;
    transform: rotate(225deg) translateY(-40%);
}
