@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #0E0E0E;
}

/*アンカーリンク*/

@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  background-color: #0E0E0E;
}
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #231816;
    border-right: 3px solid #231816;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #F0BB3A;
    color:#231816;
}

#suntory_contents #contents section h1{
  background:#F0BB3A;
  color:#231816;
}

#suntory_contents #contents section h2{
  border-color: #0E0E0E;
}

#suntory_contents #contents p.sample_tit{
  color: #231816;
}

#suntory_contents p.subtitle{
	color: #fff;
}
#suntory_contents .page_top p a{
	color: #fff;
}



/*領収書・納品書画像*/
#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 .btn_box.close {
    margin-top: 0;
    padding-top: 10px;
}
 
#suntory_contents #container p.close_txt{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #e80000;
    margin: 30px auto 0;
    padding: 30px 10px 0;
}
 
@media screen and (max-width:767px){
	#suntory_contents #container p.close_txt{
    font-size: 1rem;
	}
}