@charset "utf-8";

/*==================================================
common
================================================== */
#suntory_contents #contents_newstopics dd.category .tag.invite {background: #5bc;}
#suntory_contents #contents_newstopics dd.category .tag.perform {background: #e96;}
#suntory_contents #contents_newstopics dd.category .tag.new {background: #8c6;}
#suntory_contents #contents_newstopics dd.category .tag.notice {background: #f67;}

#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: 3.4666666666667vw;
	font-weight: normal;
	font-weight: 500;
	line-height: 1.8;
	width: 50%;
}
#suntory_contents #contents_newstopics dd.category {
	display: inline-block;
	vertical-align: baseline;
	width: 50%;
	margin: 0;
	line-height: 6.6vw;
	text-align: right;
}
#suntory_contents #contents_newstopics dd.category .tag {
	display: inline-block;
	width: 20vw;
	font-size: 3.2vw;
	line-height: 6.6vw;
	color: #FFF;
	text-align: center;
	border-radius: 3.3vw;
}
#suntory_contents #contents_newstopics dd {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-top: 2.6666666666667vw;;
	font-size: 3.4666666666667vw;
	font-weight: normal;
	font-weight: 500;
	line-height: 1.5;
}
#suntory_contents #contents_newstopics dd.external a::after {
	content:'';
	display: inline-block;
	width: 3.8vw;
	height: 2.4vw;
	background-size: contain;
	background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat right center / 2.4vw;
}
    

/*==================================================
article [sp]
================================================== */    
#suntory_contents #contents_newstopics .article {
    margin: 0 auto;
}
#suntory_contents #contents_newstopics .article .article_title {
    border-bottom: 1px #000 solid;
    padding-bottom: 8vw;
    margin-bottom: 5.333333333333333vw;
}
#suntory_contents #contents_newstopics .article .article_title .date {
    font-size: 3.733333333333333vw;
    margin-bottom: 5.6vw;
}
#suntory_contents #contents_newstopics .article .article_title h2 {
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
}
#suntory_contents #contents_newstopics .article_body {
    line-height: 2;
}
#suntory_contents #contents_newstopics .article_body a {
    color: #881134;
}
#suntory_contents #contents_newstopics .article_body ul,
#suntory_contents #contents_newstopics .article_body ol {
    margin-left: 2em;
}
#suntory_contents #contents_newstopics .article_body::after {
    content: '';
    display: block;
    clear: both;
}  
#suntory_contents #contents_newstopics .article_body img {
	max-width: 100%;
	height: 100%;
}

}


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


/*==================================================
container[pc]
================================================== */
#suntory_contents #container {
	width: 100%;
	max-width: 1164px;
	margin: 50px auto 110px;
	padding: 0 40px;
	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: 150px;
	font-size: 15px;
		font-weight: normal;
		font-weight: 500;
	line-height: 1.8;
}
#suntory_contents #contents_newstopics dd.category {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
#suntory_contents #contents_newstopics dd.category .tag {
	display: inline-block;
	width: 80px;
	font-size: 13px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	border-radius: 13px;
}
#suntory_contents #contents_newstopics dd {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 251px);
	font-size: 15px;
		font-weight: normal;
		font-weight: 500;
	line-height: 1.5;
}
#suntory_contents #contents_newstopics dd.external a::after {
	content:'';
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat right center / 9px;
}
    

    /*==================================================
    article [pc]
    ================================================== */    
    #suntory_contents #contents_newstopics .article {
        margin: 0 auto;
        width: 820px;
    }
    #suntory_contents #contents_newstopics .article .article_title {
        border-bottom: 1px #000 solid;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #suntory_contents #contents_newstopics .article .article_title .date {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #suntory_contents #contents_newstopics .article .article_title h2 {
        font-size: 22px;
        line-height: 1.5;
        font-weight: bold;
    }
    #suntory_contents #contents_newstopics .article_body {
        line-height: 2;
    }
    #suntory_contents #contents_newstopics .article_body a {
        color: #881134;
    }
    #suntory_contents #contents_newstopics .article_body a:hover {
        opacity: 0.7;
    }
    #suntory_contents #contents_newstopics .article_body ul,
    #suntory_contents #contents_newstopics .article_body ol {
        margin-left: 2em;
    }    
    #suntory_contents #contents_newstopics .article_body::after {
        content: '';
        display: block;
        clear: both;
    }
}