@charset "UTF-8";

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#032058;
}

#suntory_contents nav ul li{
    border-right:1px solid #c4a872;
}
#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
	color:#c4a872;
}

#suntory_contents nav ul li a:hover{
	filter: none;
	color: #E0DEDE;
}

@media screen and (max-width:767px){
	
#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;border: none;}

#suntory_contents nav ul li{
	background:#032058;
    border: none;
}

}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#032058;
color:#c4a872;
}

#suntory_contents #contents section h2{
border-color:#c4a872;
}

#suntory_contents #contents h3:before{
color: #032058;
}

#suntory_contents #contents p.sample_tit{
color: #032058;
}

#suntory_contents #contents #recepit h2{
color: #032058;
}




#suntory_contents #contents #recepit #recepit_g ul.caution {
    text-align: center;
}

/* ---------------テキストヘッダー---------------------- */
#suntory_contents h1#head {
    background-color: #032058;
    padding: 35px 15px;
    text-align: center;
    color: #c4a872;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

#suntory_contents p.top_txt{
	margin: 1.5em 0;
	color: #f00;
	text-align: center;
	font-size: 1.5em;
}

#suntory_contents p.top_txt b{
	color: #f00;
}



/*領収書・納品書画像*/
#suntory_contents .ex_img{
	padding:1em 10% 0;
}
#suntory_contents .ex_img img {
    width:100%;
}

@media screen and (min-width:768px){
        #suntory_contents .ex_img{
            text-align:center;
            padding: 0;
        }
    #suntory_contents .ex_img img {
        margin: 2em auto;
    width:50%;
}
}

#suntory_contents #contents #recepit #recepit_g ul.caution {
    text-align: center;
}