@charset "utf-8";

/*==================================================
common
================================================== */

#suntory_contents #contents_newstopics dd a {
	color: #881133;
	text-decoration: none;
}
#suntory_contents #contents_newstopics dd a:hover {
	text-decoration: underline;
}

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){

/*==================================================
container[sp]
================================================== */
#suntory_contents #container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#suntory_contents #contents_newstopics {
	margin: 0 4vw;
	padding: 8vw 0 12vw;
}

/*==================================================
contents_newstopics [sp]
================================================== */
#suntory_contents #contents_newstopics dl {
	font-size: 0px;
	padding: 5.3333333333333vw 0;
	border-top: 1px solid #dedede;
}
#suntory_contents #contents_newstopics dl:first-of-type {
	padding-top: 0;
	border-top: none;
}
#suntory_contents #contents_newstopics dl:nth-of-type(n+21) {
	display: none;
}
#suntory_contents #contents_newstopics dt {
	display: inline-block;
	vertical-align: baseline;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1;
	width: 50%;
}
#suntory_contents #contents_newstopics dd {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-top: 2.6666666666667vw;;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.7;
}
#suntory_contents #contents_newstopics dd a.external::after {
	content: '';
    display: inline-block;
    width: 2.9333333333333vw;
    height: 2.9333333333333vw;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png) no-repeat right center;
    background-size: 2.9333333333333vw auto;
    margin: 0 0 0 4vw;
    vertical-align: middle;
}
#suntory_contents #contents_newstopics dd a.pdf {
    line-height: 7.4666666666667vw;
}
#suntory_contents #contents_newstopics dd a.pdf::after {
    content: '';
    display: inline-block;
    width: 5.8666666666667vw;
    height: 7.4666666666667vw;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_pdf.png) no-repeat right center;
    background-size: 5.8666666666667vw auto;
    margin: 0 0 0 4vw;
    vertical-align: middle;
}
    

}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){


/*==================================================
container[pc]
================================================== */
#suntory_contents #container {
	width: 100%;
	max-width: 1164px;
	margin: 50px auto 110px;
	padding: 0 112px;
	height: auto;
}
/*==================================================
contents_newstopics [pc]
================================================== */
#suntory_contents #contents_newstopics dl {
	font-size: 0px;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
#suntory_contents #contents_newstopics dl:first-of-type {
	border-top: 1px solid #dedede;
}
#suntory_contents #contents_newstopics dt {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
#suntory_contents #contents_newstopics dd {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 170px);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
#suntory_contents #contents_newstopics dd a.external::after {
	content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png) no-repeat right center;
    background-size: 11px auto;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
#suntory_contents #contents_newstopics dd a.pdf {
    line-height: 28px;
}
#suntory_contents #contents_newstopics dd a.pdf::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_pdf.png) no-repeat right center;
    background-size: 22px auto;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
    
    
    
}