@charset "UTF-8";

#suntory_contents p.head_txt {
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    color: #00B7E0;
}

@media screen and (max-width:767px){
    #suntory_contents p.head_txt {
    margin-top: 10px;
}
}

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#00B7E0;
}

#suntory_contents nav ul li{
    border-right:1px solid #fff;
}

#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
    color:#fff;
}

#suntory_contents nav ul li a:hover{
    -webkit-filter: brightness(80%) contrast(110%);
            filter: brightness(80%) contrast(110%);
}

@media screen and (max-width:767px){
	
#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
    background: #00B7E0;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}

}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#00B7E0;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#00B7E0;
}

#suntory_contents #contents h3:before{
color: #00B7E0;
}

#suntory_contents #contents p.sample_tit{
color: #00B7E0;
}

#suntory_contents #contents #recepit h2{
color: #00B7E0;
}

/*領収書・納品書画像*/


#suntory_contents .ex_img img {
    width:100%;
}

@media screen and (min-width:768px){
        #suntory_contents .ex_img{
            text-align:center;
        }
    #suntory_contents .ex_img img {
    width:70%;
}
}
