#container #subNav ul {
	margin-bottom: 10px;
	font-family:'suntory syntax';
}
#container #subNav li {
	float: left;
	width: 478px;
	height: 50px;
	margin: 0 0 10px 4px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 28px 0;
	color: #fff;
	background: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	text-decoration: none;
	background: #5bc2dc;
}
#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 #mainVisual {
	text-align: center;
	margin: 0 0 40px;
}

#container section h2 {
	font-size: 38px;
	font-family:'suntory syntax';
	line-height: 1.2;
}
#container section p {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	letter-spacing: 0.01em;
}
#container section p strong {
	color: #f37610;
}
#container dl {
	color: #5bc2dc;
	text-align: right;
	margin: 20px 0 0;
	font-family:'suntory syntax';
}
#container dt {
	font-size: 20px;
	padding: 30px 0 20px;
	border-bottom: 1px solid #e6e6e6;
}
#container dt strong {
	display: block;
	font-size: 26px;
	font-weight: 700;
}

/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container #subNav li {
		width: 54%;
		height: 44px;
		margin: 0 0 3px 1%;
		display: table;
	}
	#container #subNav li:nth-child(odd) {
		padding-left: 0;
	}
	#container #subNav li.sp-right {
		width: 45%;
	}
	#container #subNav li > a {
		font-size: 12.5px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 2%;
		display: table-cell;
		vertical-align: middle;
	}
	#container .fix #fixedNav {
		border-bottom: 1px solid #5bc2dc;
	}
	#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: 47px;
		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: #5bc2dc url(../png/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 #mainVisual {
		margin: 10px 0 1em;
	}
	#container #mainVisual img {
		width: 100%;
	}
	#container section h2 {
		font-size: 29px;
	}
	#container section p {
		font-size: 14px;
	}
	#container dt {
		font-size: 14px;
		padding: 30px 0 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	#container dt strong {
		display: block;
		font-size: 20px;
		font-weight: 700;
	}
	#container dd {
		text-align: center;
	}
	#container dd img {
		width: 70%;
	}
}


/*202404*/
@media only screen and (max-width: 960px) {
#suntory_contents #container h2,
#suntory_contents section p,
#suntory_contents section  dl {
	width: calc( 960px - 40px );
	padding-left: 20px;
	padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
#suntory_contents #container h2,
#suntory_contents section p,
#suntory_contents section  dl {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}	
}

#suntory_contents h1 {
    color: #238fb9;
	border-bottom: 1px solid #238fb9;
}
#suntory_contents #container h2 {
    color: #238fb9;
}
#container div.daihyou {
    color: #238fb9;
}
#container section p {
    font-size: 16px;
    color: #000;
}	
#container section dl {
    color: #238fb9;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	background: #238fb9;
}
@media only screen and (max-width: 767px) {	
#suntory_contents .inner {
    padding: 15px;
}
}






