@charset "UTF-8";

#suntory_contents { 
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif; 
}
#suntory_contents #contents ul.caution li p.nokome {
    text-indent: 0;
    margin-left: -1em;
}

#suntory_contents a {
    word-break: break-all;
}

/* h1ヘッダー画像出し分け(spヘッダー幅750px)
-------------------------------------------------- */
#suntory_contents h1 img.pc_none {
	display: none;
}
#suntory_contents h1 img.sp_none {
	display: block;
}

@media screen and (max-width:767px){
#suntory_contents h1 img.pc_none {
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#951e22;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #FEF20D;
}

#suntory_contents #contents p.sample_tit{
color: #951e22;
}

#suntory_contents #contents #recepit h2{
color: #951e22;
}


/* ----------対象商品例 .sample------------ */
/*
@media all and (max-width: 375px) {
#suntory_contents div.sample ul li {
        margin: 0 auto 10px;
    }
}
*/
