#suntory_contents #container {
	max-width: 1164px;
	width: 100%;
}
#suntory_contents #container a {
	color: #000;
}
#container #subNav {
	margin: 50px 0 90px;
}
#container #subNav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#container #subNav li {
	width: calc(calc(100% - 6px) / 4);
	height: 50px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #000;
	background: #EFEFEF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}
#container #subNav a.row2 {
	padding-top: 7px;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	text-decoration: none;
	background: #9DDAEA;
	border-bottom: 2px solid #000;
}
#container #fixedNav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(255,255,255);/*ie8*/
	background: rgba(255,255,255,0.95);
	z-index: 100;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
#container #fixedNav ul {
	width: 960px;
	margin: 10px auto 0;
}
#container #fixedNav label {
	display: none;
	position: relative;
}
#container #fixedNav .sp-open {
	display: none;
}
#container .fix #fixedNav {
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	opacity: 1;
}
#container .fix > ul {
	opacity: 0;
	-webkit-transition: all linear .5s;
	transition: all linear .5s;
}
/* #container .inner h1 {
	color: #000;
	font-size: 36px;
	border-bottom: none;
	margin: 20px 0 30px;
	text-align: center;
	line-height: 1.277;
}
#container .inner h2 {
	color: #000;
	font-size: 36px;
	border-bottom: none;
	margin: 0;
	text-align: center;
	line-height: 1.277;
}
#container .inner h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.214;
	text-align: center;
	color: #000;
	padding: 0;
	border-left: none;
	margin: 90px 0 30px;
}
#container .inner h4 {
	background: #9DDAEA;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	font-style: normal;
	padding: 14px 10px;
}
#container .inner h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
	margin: 30px 0 15px;
} */
#container .inner h5 a {
	text-decoration: none;
	color: #000;
}
#container .inner h4 a[target="_blank"] > span,
#container .inner h5 a[target="_blank"] > span {
	margin-right: 10px;
}
#container .inner h5 a:hover {
	opacity: .7;
}
/* #container .inner h5 a:after {
	display: inline-block;
	content: 'Company Profile';
	font: normal 14px/1 Arial, Helvetica, sans-serif;
	background: #5bc2dc;
	color: #fff;
	width: 120px;
	padding: 8px 0;
	margin-left: 40px;
	text-align: center;
	vertical-align: middle;
}
#container .inner h5 a[target=_blank]:after {
	content: 'Web Site';
	text-indent: -10px;
	background: #5bc2dc url(/sun_common/en/layout/responsive/img/parts.png) 100px -180px no-repeat;
} */
#container .inner > section > section {
	color: #000;
}
#container .inner > section + section {
	margin-top: 50px;
}
#container .inner > section > section + section {
	border-top: 1px solid #e6e6e6;
	padding-top: 50px;
}
#container .inner > section > section:first-child {
	border-top: none;
}
#container .inner > section > section > p {
	font-size: 16px;
	line-height: 1.812;
	color: #000;
}
#container .inner > section > section > dl {
	margin: 25px 0 50px;
}
#container .inner > section > section > dl dt {
	color: #000;
	font-size: 16px;
	line-height: 1.812;
	font-weight: bold;
}
#container .inner > section > section > dl dd {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.812;
}
#suntory_contents #container .img_blank,
#suntory_contents #container .img_blank-m0 {
	margin-left: 30px;
	width: 30px;
	height: auto;
	vertical-align: baseline;
}
#suntory_contents #container .inner h4 a[target="_blank"] .img_blank,
#suntory_contents #container .inner h5 a[target="_blank"] .img_blank {
	margin-left: 0;
}

/*SP/Tablet*/
@media only screen and (max-width: 767px) {

	#suntory_contents #container .inner {
		padding: 6px 20px;
	}

	#container #subNav {
		margin: 50px 0 100px;
	}
	#container #subNav ul {
		flex-wrap: wrap;
	}
	#container #subNav li {
		width: 49.8%;
		height: 62px;
	}
	#container #subNav li:nth-child(n + 3) {
		margin-top: 1px;
	}
	#container #subNav li > a {
		font-size: 18px;
		width: 100%;
		height: 100%;
	}
	#container #subNav a.row2 {
		padding-top: 0;
	}
	#container .fix > ul {
		pointer-events: none;
	}
	#container .fix #fixedNav {
		border-bottom: 1px solid #9DDAEA;
	}
	#container #fixedNav h1 {
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	#container #fixedNav ul {
		width: auto;
		height: 0;
		overflow: hidden;
		margin: 0 6px;
		-webkit-transition: all ease-out .4s;
		transition: all ease-out .4s;
	}
	#container #fixedNav.open ul {
		height: 142px;
		margin-top: 4px;
	}
	#container #fixedNav label {
		display: block;
		height: 40px;
		line-height: 40px;
		text-indent: 6px;
		text-align: left;
	}
	#container #fixedNav label a {
		background-color: transparent;
	}
	#container #fixedNav .sp-open {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#container #fixedNav .sp-open:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		background: #9DDAEA url(/sun_common/en/sun_navi/sp/img/header_footer.png) no-repeat 16px -82px;
		-moz-background-size: 384px auto;
		-webkit-background-size: 384px auto;
		background-size: 384px auto;
	}
	#container #fixedNav.open .sp-open:after {
		background-position: 16px -110px;
	}
	/* #container .inner h1 {
		font-size: 24px;
		line-height: 1.25;
		margin: 34px 0 30px;
	}

	#container .inner h3 {
		font-size: 24px;
		line-height: 1.25;
		margin-bottom: 30px;
	}
	#container .inner h4 {
		font-size: 24px;
		line-height: 1.25;
		padding: 15px 10px;
		margin: 30px 0 0;
	}
	#container .inner h5 {
		font-size: 20px;
		line-height: 1.4;
		margin: 24px 0 20px;
	} */
	#container .inner h5 a:after {
		display: block;
		margin: .5em 0;
	}
	#container .inner > section > section > p {
		font-size: 16px;
	}
	#container .inner > section > section > dl {
		margin: 20px 0 40px;
	}
	#container .inner > section > section > dl dd {
		margin: 10px 0 0;
	}
	#container .inner > section > section + section {
		padding-top: 40px;
	}
	#suntory_contents #container .img_blank-m0 {
		display: block;
		margin: 5px 0 0;
	}

}
