@charset "utf-8";

#container #subNav li {
	float: left;
	width: 188px;
	height: 50px;
	margin: 0 0 10px 5px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 5px 0 10px;
	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 a.row2 {
	padding-top: 7px;
}
#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 .inner section li {
	float: left;
	width: 440px;
	height: 460px;
	margin: 0 20px;
}
#container .inner section li figcaption {
	color: #fff;
	font-size: 16px;
	background: #999;
	height: 34px;
	line-height: 34px;
	text-indent: .5em;
}
#container .inner section li figure img {
	display: block;
	width: 400px;
	margin: 0 auto;
}
#container .inner section .date {
	font-style: italic;
	text-align: right;
	line-height: 1;
	margin-bottom: .5em;
}
#container #mainVisual {
    text-align: center;
    margin: 0 0 30px;
}
#container #mainVisual img {
    width: 100%;
    height: auto;
}

#container section h2 {
    font-size: 25px;
    line-height: 1.2;
	margin-bottom: 30px;
}
#suntory_contents h2 {
    border: none;
}
#suntory_contents #container h2 {
    color: #5bc2dc;
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto 1em;
    width: 1154px;
}
#container div.daihyou {
    color: #5bc2dc;
    text-align: right;
    margin: 5px  auto 0;
	width: 100%;
	position:relative;
}
#container div.daihyou p {
	/*position: absolute;
	right: 5px;
	bottom: 20px;*/
	font-size: 14px;
}
#container div.daihyou p strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
	padding: 0 0 25px 0;
}

#container section #ph {
    margin: 0 auto;
    width: 1154px;
}

#container section #ph p {
    line-height: 1.8;
    letter-spacing: 0.01em;
	font-size: 14px;
	margin-bottom: 2em;
}
/*
#ph .text-left {
	float: left;
	margin-right: 8%;
	}
#ph .text-right {
	float: right;
	}
*/
#ph .text-left,
#ph .text-right {
	width: 100%;
	}

#container #topmessage_foot {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
#container #topmessage_foot {
	font-style: italic;
	font-size: 14px;
	color: #000;
}

/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container #mainVisual {
    	text-align: center;
    	margin: 0 0 15px;
	}
	#container #subNav li {
		width: 45%;
		height: 44px;
		margin: 0 0 3px 1%;
		display: table;
	}
	#container #subNav li:nth-child(odd) {
		margin-left: 0;
	}
	#container #subNav li.sp-right {
		width: 54%;
	}
	#container #subNav li > a {
		font-size: 12.5px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 2%;
		display: table-cell;
		vertical-align: middle;
	}
	#container #subNav a.row2 {
		padding-top: 0;
	}
	#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: 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: #5bc2dc 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 section li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#container .inner section li figcaption {
		font-size: 15px;
		height: 23px;
		line-height: 23px;
	}
	#container .inner section li figure img {
		width: 100%;
	}
	#container .inner section .financial table br.sp-br {
		display: inline;
	}
	#container .inner section .financial td,
	#container .inner section .financial th {
		font-weight: normal;
		padding: .2em .5em;
	}
	#container .inner section .financial .download .pdf a:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background-size: 50px auto;
		-moz-background-size: 50px auto;
		-webkit-background-size: 50px auto;
		background-position: 0 -15px;
	}
	#container .inner section .date {
		font-size: .9em;
	}
	#container #mainVisual img {
    	width: 100%;
	}
	#container section h2 {
    	font-size: 19px;
		margin-bottom: 5px;
	}
    #suntory_contents #container h2 {
    width: auto;
    }
    #container div.daihyou {
    width: auto;
    }
	#container div.daihyou p {
    	font-size: 14px;
    	padding: 0;
		position: initial;
		line-height: 1.5;
	}
	#container div.daihyou p strong {
    	display: block;
    	font-size: 20px;
    	font-weight: 700;
		padding: 0 0 10px 0;
	}
    #container section #ph {
    width: auto;
    }
	#container section #ph p {
    	font-size: 14px;
		margin-bottom: 40px;
	}
	#container section #ph .text-right p:last-child {
    	margin-bottom: 20px;
	}
	#ph .text-left {
		float: none;
	}
	#ph .text-right {
		float: none;
	}
	#ph .text-left,
	#ph .text-right {
		width: 100%;
	}

}


/*202404*/
#suntory_contents #container h2,
#suntory_contents #container #ph,
#suntory_contents #container .daihyou,
#suntory_contents #container #topmessage_foot {
	width: 1154px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1164px) {
#suntory_contents #container h2,
#suntory_contents #container #ph,
#suntory_contents #container .daihyou,
#suntory_contents #container #topmessage_foot {
	width: calc( 100% - 40px );
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 960px) {
#suntory_contents #container h2,
#suntory_contents #container #ph,
#suntory_contents #container .daihyou,
#suntory_contents #container #topmessage_foot {
	width: calc( 960px - 40px );
}
}
@media only screen and (max-width: 767px) {
#suntory_contents #container h2,
#suntory_contents #container #ph,
#suntory_contents #container .daihyou,
#suntory_contents #container #topmessage_foot {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}	
}

#suntory_contents h1 {
    color: #000;
	border-bottom: 2px solid #5bc2dc;
	margin-bottom: 21px;
}
#suntory_contents #container h2 {
    color: #000;
	margin-bottom: 42px;
}
#container div.daihyou {
    color: #000;
	margin-bottom: 21px;
}
#container div.daihyou img {
    width: 185px;
}
#container section #ph p {
    font-size: 16px;
    color: #000;
}
#container section #ph .text-left {
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {	
#suntory_contents .inner {
    padding: 15px;
}
}

