@charset "utf-8";
/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */

/*------------------------------------------------------------
[SP] message
------------------------------------------------------------ */
section.message {
	margin: 0 4vw 12vw;
}

.message h2 {
	margin-bottom: 9.333333333333333vw;
	padding-bottom: 2.666666666666667vw;
	font-size: 4.8vw;
	font-weight: bold;
	border-bottom: 0.266666666666667vw #5BC2DC solid;
	position: relative;
}

.message h2::after {
	content: '';
	width: 40vw;
	height: 0.533333333333333vw;
	background: #5BC2DC;
	position: absolute;
	bottom: -0.533333333333333vw;
	left: 0;
}

.message h3 {
	margin-bottom: 6.4vw;
	font-size: 4.8vw;
	line-height: 1.5;
	font-weight: bold;
}

.message p {
	font-size: 3.733333333333333vw;
	line-height: 1.7;
}

.message p+p {
	margin-top: 1em;
}

.message p .sub {
	font-size: 2.933333333333333vw;
	vertical-align: baseline;
}

.message .img_container {
	margin: 0 0 4.8vw 4.266666667vw;
	width: 40vw;
	float: right;
}

.message .img_container picture {
	margin-bottom: 3.2vw;
}

.message .img_container picture img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.message .img_container .caption .caption_title {
	margin-bottom: 0.8vw;
	font-size: 4vw;
	font-weight: bold;
}

.message .img_container .caption .caption_text {
	font-size: 3.466666666666667vw;
	line-height: 1.5;
	margin-top: 0;
}

/*------------------------------------------------------------
[SP] overview
------------------------------------------------------------ */
.overview {
	margin: 0 4vw 16vw;
}

.overview table {
	width: 100%;
	margin: 0 0 4vw;
	border-spacing: 0;
	border-collapse: collapse;
}

.overview table th {
	margin: 0 0 2.4vw;
	display: block;
	font-size: 4vw;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.overview table td {
	margin: 0 0 4vw;
	padding: 0 0 4vw;
	display: block;
	font-size: 3.733333333333333vw;
	line-height: 1.7;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #ccc solid;
}

.overview table td .link a {
	color: #0081C6;
}

.overview .pdf a {
	font-size: 3.733333333333333vw;
	font-weight: normal;
	color: #0081C6;
	display: inline-flex;
	align-items: center;
}

.overview .pdf a::after {
	content: '';
	display: inline-block;
	width: 3.733333333333333vw;
	height: 4.8vw;
	background: url(https://www.suntory.com/softdrink/common2021/img/svg/icon_pdf.svg) no-repeat 0 0;
	background-size: auto 4.8vw;
	margin-left: 2.666666666666667vw;
}

.overview .member_table {
	width: auto;
	margin: 0 0 5.6vw 2.4vw;
}

.overview .member_table tr {
	display: block;
	padding: 4vw 0 0;
}

.overview .member_table tr:first-child {
	padding: 0;
}

.overview .member_table tr:first-child th {
	margin-top: 2.4vw;
}

.overview .member_table th,
.overview .member_table td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border-bottom: none;
}

.overview .member_table th {
	margin-top: 1.6vw;
	font-size: 3.733333333333333vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	color: #1E798F;
}

.overview .member_table td.name {
	margin: 2.4vw 0 0;
	padding: 0 0 0 4vw;
	font-size: 4.266666667vw;
	line-height: 1;
}

.overview .member_table td.position {
	margin: 0.8vw 0 0;
	padding: 0 0 0 8vw;
	font-size: 3.2vw;
	line-height: 1.7;
}

.overview .member_table th.empty,
.overview .member_table td.position.empty {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.overview .member_table th.empty+td.name {
	margin: 0;
}


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print,
screen and (min-width:768px) {

	/*------------------------------------------------------------
[PC] message
------------------------------------------------------------ */
	section.message {
		margin: 0 auto 120px;
		width: 1160px;
		min-height: 580px;
		position: relative;
		padding: 0 0 0 224px;
	}

	.message h2 {
		margin: 0;
		padding: 0;
		width: 183px;
		height: 183px;
		background: url(https://www.suntory.com/softdrink/common2021/img/svg/circle_label.svg) no-repeat 0 0;
		background-size: 183px 183px;
		font-size: 22px;
		font-weight: bold;
		color: #1E798F;
		border-bottom: none;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	}

	.message h2::after {
		display: none;
	}

	.message h3 {
		width: 590px;
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 1.5;
		font-weight: bold;
	}

	.message>p {
		width: 590px;
		margin: 0;
		font-size: 16px;
		line-height: 1.7;
	}

	.message p+p {
		margin-top: 1em;
	}

	.message p .sub {
		font-size: 12px;
	}

	.message .img_container {
		margin: 0;
		width: 290px;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	.message .img_container picture {
		margin-bottom: 15px;
	}

	.message .img_container picture img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.message .img_container .caption p.caption_title {
		margin: 0 0 5px;
		font-size: 16px;
		font-weight: bold;
	}

	.message .img_container .caption p.caption_text {
		margin: 0;
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0;
	}


	/*------------------------------------------------------------
[PC] overview
------------------------------------------------------------ */
	.overview {
		margin: 0 auto 100px;
		width: 900px;
	}

	.overview table {
		margin: 0 0 50px;
	}

	.overview table th {
		width: 24%;
		margin: 0;
		padding: 20px 0;
		display: table-cell;
		font-size: 16px;
		line-height: 1.7;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px #ccc solid;
	}

	.overview table td {
		width: 76%;
		margin: 0;
		padding: 20px 0;
		display: table-cell;
		font-size: 16px;
		line-height: 1.7;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px #ccc solid;
	}

	.overview table td .link a {
		color: #0081C6;
	}

	.overview table td .link a:hover {
		color: #5BC2DC;
	}

	.overview .pdf {}

	.overview .pdf a {
		font-size: 16px;
		font-weight: normal;
		color: #0081C6;
		display: inline-flex;
		align-items: center;
	}

	.overview .pdf a:hover {
		color: #5BC2DC;
	}

	.overview .pdf a::after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 21px;
		background: url(https://www.suntory.com/softdrink/common2021/img/svg/icon_pdf.svg) no-repeat 0 0;
		background-size: 15px;
		margin-left: 12px;
	}

	.overview .member_table {
		width: 100%;
		margin: 0 0 30px;
	}

	.overview .member_table tr {
		padding: 15px 0 0;
	}

	.overview .member_table tr:first-child th {
		margin-top: 5px;
	}

	.overview .member_table th {
		margin-top: 5px;
		font-size: 15px;
	}

	.overview .member_table td.name {
		margin: 15px 0 0;
		padding: 0 0 0 30px;
		font-size: 18px;
	}

	.overview .member_table td.position {
		margin: 8px 0 0;
		padding: 0 0 0 50px;
		font-size: 13px;
	}

	.overview .member_table th.empty,
	.overview .member_table td.position.empty {
		font-size: 0;
		line-height: 0;
		margin: 0;
	}

	.overview .member_table td .nobreak {
		margin-left: 0;
	}



}