@charset "utf-8";
/*------------------------------------------------------------
ホールディングスより抜粋ページの共通CSS 日本語版
------------------------------------------------------------ */
/*------------------------------------------------------------
[COMMON] setting
------------------------------------------------------------ */
#suntory_contents .extract_page a {
	color: #0081C6;
}
sub {
	font-size: 80%;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	vertical-align: top;
}
.right-txt {
	text-align: right;
}
.right-txt.float {
	float: right;
}
.c_taRight {
	text-align: right;
}
/*リスト*/
#suntory_contents .extract_page ul,
#suntory_contents .extract_page ol,
#suntory_contents .extract_page li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*リスト　中黒*/
#suntory_contents .extract_page ul.m_indentList li {
	position: relative;
	padding: 0 0 0 1em;
}
#suntory_contents .extract_page ul.m_indentList li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 2px;
	position: absolute;
	left: 4px;
	top: 10px;
}
/*リスト　※・カタカナ*/
#suntory_contents .extract_page ul.m_indentList.s_note li {
	padding: 0;
}
#suntory_contents .extract_page ul.kanalist li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#suntory_contents .extract_page ul.m_indentList.s_note li::before,
#suntory_contents .extract_page ul.kanalist li::before {
	content: none;
}
#suntory_contents .extract_page ul.m_indentList.s_note .p_head,
#suntory_contents .extract_page ul.kanalist .p_head {
	float: left;
	margin-right: 0.5em;
}
#suntory_contents .extract_page ul.m_indentList.s_note .p_text,
#suntory_contents .extract_page ul.kanalist .p_text {
	overflow: hidden;
}
/*リスト　数字dot*/
#suntory_contents .extract_page ol {
	counter-reset:item;
}
#suntory_contents .extract_page ol.m_indentList.dotnum > li {
	text-indent: -2.5em;
	padding-left: 2.5em;
	position: relative;
}
#suntory_contents .extract_page ol.m_indentList.dotnum > li::before {
	counter-increment:item;
	content: counter(item)'.';
	padding-right: 0.5em;
	padding-left: 1em;
}
/*リスト　丸数字*/
#suntory_contents .extract_page ol.m_indentList.circle > li {
			text-indent: -1.5em;
	padding-left: 1.5em;
	position: relative;
}
#suntory_contents .extract_page ol.m_indentList.circle > li::before {
	counter-increment:item;
	content: counter(item)' ';
	padding-right: 0.25em;
	padding-left: 0.5em;
}
#suntory_contents .extract_page ol.m_indentList.circle > li::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #444;
}
/*リスト　入れ子*/
#suntory_contents .extract_page .m_indentList li ol,
#suntory_contents .extract_page .m_indentList li ul {
	margin-top: 0;
}
/*テーブル*/
#suntory_contents table.m_table {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#suntory_contents .m_table th {
	background-color: #f3f3f3;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
#suntory_contents .m_table td {
	text-align: left;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
#suntory_contents .extract_page img {
height: auto;
}

/*------------------------------------------------------------
[COMMON] modal
------------------------------------------------------------ */
body {
	position:relative;
}
body.bodyfixed {
	position: fixed;
	width: 100%;
}
#suntory_contents #modal.close,
#suntory_contents #modal {
	display: none;
}
#suntory_contents #modal.is_open {
	display: block;
	z-index: 100;
}
#suntory_contents #modal .base {
	display: block;
	background: #CFEDF5;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	overflow-y: scroll;
	z-index: 100;
}
#suntory_contents #modal .inner {
	position: relative;
}
#suntory_contents #modal .inner .btn_close {
	display: block;
	cursor: pointer;
	position: absolute;
}
#suntory_contents #modal .inner .btn_close span {
	display: block;
	position: absolute;
	background: #298AA2;
	border-radius: 4px;
}
#suntory_contents #modal .inner .btn_close .first {
	transform: rotateZ(44deg);
}
#suntory_contents #modal .inner .btn_close .second {
	transform: rotateZ(-44deg);
}

@media print, screen and (max-width:767px) {
/*------------------------------------------------------------
[SP] COMMON
------------------------------------------------------------ */
#suntory_contents .extract_page .pc_item {
	display: none;
}

#suntory_contents .extract_page {
	padding: 0 0 12vw;
}

#suntory_contents .extract_page .frame {
	margin: 8vw 4vw 0;
	padding-top: 8vw;
}
#suntory_contents .extract_page .frame:first-of-type {
	margin-top: 4vw;
}
#suntory_contents .extract_page .frame .inside {
	width: 100%;
	padding: 0;
	position: relative;
}
#suntory_contents .extract_page .basic {
	margin: 8 4vw 0;
	padding-top: 8vw;
}
#suntory_contents .extract_page .basic + .basic {
	padding-top: 4vw;
}
#suntory_contents .extract_page .basic .inside {
	width: 100%;
	padding: 4vw 4vw 8vw;
	border: 1px #5BC2DC solid;
	position: relative;
}
#suntory_contents .extract_page .basic h2 {
	margin: 0 0 6.4vw;
	padding: 3.2vw 2.4vw;
	font-size: 4.266666667vw;
	font-weight:bold;
	line-height: 1.5;
	background: #E6F6FA;
}
#suntory_contents .extract_page .basic h3 {
	margin: 6.4vw 0 0;
	font-size: 4.266666667vw;
	line-height: 1.5;
	font-weight:bold;
}
#suntory_contents .extract_page .basic h4 {
	margin: 6.4vw 0 0;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: normal;
}
#suntory_contents .pdf a {
	position: relative;
}
#suntory_contents .pdf a::after {
	content: '';
	width: 5.6vw;
	height: 4.8vw;
	background: url(/softdrink/common2021/img/svg/icon_pdf.svg) no-repeat right top;
	background-size: auto 4.8vw;
	position: absolute;
	bottom: -0.4vw;
}

/*------------------------------------------------------------s
[SP] title_area
------------------------------------------------------------ */
#suntory_contents .title_area .inner {
	position: relative;
	margin: 0;
}
#suntory_contents .extract_page h1.category_title {
	margin-bottom: 0;
}
#suntory_contents .title_area .hamburger {
	position: absolute;
	right: 4vw;
	top: -4vw;
}

/*[SP] hamburger------------------------------------------------------------ */
#suntory_contents .hamburger {
	display: block;
	cursor: pointer;
	width: 12vw;
	height: 12vw;
	background: #298AA2;
	border-radius: 1.6vw;
}
#suntory_contents .hamburger span {
	display: block;
	position: absolute;
	width: 8vw;
	height: 0.53333333vw;
	background: #fff;
	border-radius: 4px;
}
#suntory_contents .hamburger .first {
	right: 2vw;
	top: 2.4vw;
}
#suntory_contents .hamburger .second {
	right: 2vw;
	top: 4.8vw;
}
#suntory_contents .hamburger .third {
	height: auto;
	width: 8vw;
	right: 2vw;
	top: 6.666666667vw;
	font-size: 2.933333333vw;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: none;
}

/*------------------------------------------------------------
[SP] extract_category
------------------------------------------------------------ */
#suntory_contents .extract_category {
	display: none;
}

/*------------------------------------------------------------
[SP] contents_list
------------------------------------------------------------ */
#suntory_contents .contents_list {
	margin: 4vw 4vw 0;
	padding: 3.2vw;
	border-radius: 1.6vw;
	background: #E6F6FA;
	position: relative;
}
#suntory_contents .contents_list .accordion {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .2s;
}
#suntory_contents .contents_list .accordion.ac-open {
	display: block;
	height: auto;
	opacity: 1;
}
#suntory_contents .contents_list .list_title {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 9.6vw;
	height: 9.6vw;
	display: flex;
	align-items: center;
	padding: 0 0 0 14.4vw;
	margin: 0;
	position: relative;
}
#suntory_contents .contents_list .list_title::after {
	content: " ";
	background: url(/softdrink/common2021/img/svg/arrow_down_blue.svg) no-repeat right center / 4.8vw;
	position: absolute;
	width: 4.8vw;
	height: 9.6vw;
	right: 0;
	top: 0;
}
#suntory_contents .contents_list .list_title.ac-active::after {
	background: url(/softdrink/common2021/img/svg/arrow_up_blue.svg) no-repeat right center / 4.8vw;
}
#suntory_contents .contents_list .list_title p {
	font-size: 4.266666667vw;
	font-weight: bold;
	color: #298AA2;
	line-height: 1;
	margin: 0;
}

#suntory_contents .contents_list li a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	padding: 2.8vw 0 2.8vw 3.2vw;
}
#suntory_contents .contents_list li a::before {
	content: " ";
	display: block;
	width: 1.866666667vw;
	height: 1.866666667vw;
	background: #5BC2DC;
	border-radius: 0.93333333vw;
	position: absolute;
	left: 0;
	top: 5.066666667vw;
}

/*------------------------------------------------------------
[SP] modal
------------------------------------------------------------ */
#suntory_contents #modal .inner {
	margin: 0 4vw;
	padding: 3.2vw 0 5.6vw;
}
#suntory_contents #modal .inner h1 a {
	display: block;
	font-size: 5.6vw;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#suntory_contents #modal .inner .btn_close {
	width: 8vw;
	height: 8vw;
	right: 0;
	top: 3.2vw;
}
#suntory_contents #modal .inner .btn_close span {
	width: 8vw;
	height: 0.53333333vw;
	top: 4vw;
	right: 0;
}


/*------------------------------------------------------------
[SP] hdlink ホールディングス関連ページ
------------------------------------------------------------ */
#suntory_contents aside.hdlink {
	width: 92vw;
	margin: 12vw auto 0;
	padding: 4vw;
	background: #BDE6F0;
	border-radius: 1.6vw;
}
#suntory_contents aside.hdlink .link_title {
	margin: 0;
	font-size: 4.533333333vw;
	color: #333;
	position: relative;
	padding: 0 0 0 4.8vw;
}
#suntory_contents aside.hdlink .link_title::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2.4vw;
	width: 2.666666667vw;
	height: 2.666666667vw;
	background: #298AA2;
}
#suntory_contents aside.hdlink ul {
	margin: 0 0 0 0.8vw;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents aside.hdlink li {
	width: 100%;
}
#suntory_contents aside.hdlink li a {
	display: block;
	margin: 0;
	padding: 2.4vw 0 2.4vw 4vw;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.01em;
	text-decoration: none;
	position: relative;
}
#suntory_contents aside.hdlink li a::before {
	content: "";
	display: block;
	width: 2.4vw;
	height: 0.53333333vw;
	background: #298AA2;
	border-radius: 1.2vw;
	position: absolute;
	left: 0;
	top: 5.6vw;
}
#suntory_contents aside.hdlink li a .line_1st {
	display: block;
	letter-spacing: 0;
	font-feature-settings: normal;
}

/*------------------------------------------------------------
[SP] #extract_page
サントリー企業より移植＆調整用
------------------------------------------------------------ */
#suntory_contents .extract_page section .inner {
	width: 100%;
}
#suntory_contents .extract_page .frame h2 {
	width: 100%;
	margin: 0 0 6.4vw;
	padding: 4vw 3.2vw;
	font-size: 5.333333333vw;
	font-weight:bold;
	line-height: 1.3;
	color: #FFF;
	background: #5BC2DC;
}
#suntory_contents .extract_page .frame h3 {
	margin: 8vw 0 0;
	padding: 0 0 0 3.2vw;
	font-size: 4.8vw;
	line-height: 1.3;
	font-weight:bold;
	border-left: 1.06666667vw #298AA2 solid;
}
#suntory_contents .extract_page .frame h4 {
	margin: 6.4vw 0 0;
	padding: 0 0 0 4.8vw;
	font-size: 4.266666667vw;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
#suntory_contents .extract_page .frame h4::before {
	content: "";
	display: block;
	width: 3.2vw;
	height: 3.2vw;
	background:#298AA2;
	position: absolute;
	left: 0;
	top: 1.866666667vw;
}
#suntory_contents .extract_page .frame h5 {
	margin: 5.6vw 0 0;
	font-size: 4.266666667vw;
	line-height: 1.5;
	font-weight: bold;
	color: #298AA2;
}
#suntory_contents .extract_page .frame h6 {
	margin: 5.6vw 0 0;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
#suntory_contents .extract_page .frame .p_textArea h4,
#suntory_contents .extract_page .frame .p_textArea h5,
#suntory_contents .extract_page .frame .p_textArea h6 {
	margin: 0;
}
#suntory_contents .extract_page .frame .m_imgCol + h5,
#suntory_contents .extract_page .frame .m_imgCol + h6,
#suntory_contents .extract_page .frame .m_table + h6 {
	margin-top: 5.6vw;
}
#suntory_contents .extract_page .frame h6.square {
	padding: 0 0 0 4vw;
}
#suntory_contents .extract_page .frame h6.square::before {
	content: "";
	display: block;
	width: 2.666666667vw;
	height: 2.666666667vw;
	background:#298AA2;
	border-radius: 1.333333333vw;
	position: absolute;
	left: 0;
	top: 1.6vw;
}
#suntory_contents .extract_page h6.circle {
	padding: 0 0 0 4.8vw;
}
#suntory_contents .extract_page h6 .circle_txt {
	display: block;
	position: absolute;
	font-size: 3.466666667vw;
	padding-right: 0.5em;
	padding-left: 0.25em;
	left: 0;
	top: 0.4vw;
}
#suntory_contents .extract_page h6 .circle_txt::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #444;
	left: 0;
	top: 0.533333333vw;
	width: 4vw;
	height: 4vw;
	border-radius: 2vw;
}
#suntory_contents .extract_page p {
	margin-top: 3.733333333vw;
	font-size: 3.733333333vw;
	line-height: 1.8;
}
#suntory_contents .extract_page .inner p:first-child {
	margin-top: 0;
}
#suntory_contents .extract_page .frame h3 + p,
#suntory_contents .extract_page .frame h3 + h5,
#suntory_contents .extract_page .frame h3 + h6 {
	margin-top: 4.8vw;
}
#suntory_contents .extract_page .frame h5 + p,
#suntory_contents .extract_page .frame h5 + .m_imgSet {
	margin-top: 2.4vw;
}
#suntory_contents .extract_page .frame h6 + p,
#suntory_contents .extract_page .frame h6 + .m_imgSet {
	margin-top: 1.6vw;
}
#suntory_contents .extract_page .basic h3 + p {
	margin-top: 2.4vw;
}
#suntory_contents .extract_page .basic h4 + p {
	margin-top: 1.6vw;
}
#suntory_contents .extract_page .m_centerImg + p {
	margin-top: 4.8vw;
}
#suntory_contents .extract_page p.lead_bold {
	margin-bottom: 4.8vw;
	font-weight: bold;
	font-size: 4.266666667vw;
}
#suntory_contents .extract_page p .circle_txt {
	display: inline-block;
	position: relative;
	font-size: 3.466666667vw;
	padding-right: 0.5em;
	padding-left: 0.5em;
	left: 0;
	top: 0;
}
#suntory_contents .extract_page p .circle_txt::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #444;
	left: 0.8vw;
	top: 0.8vw;
	width: 4vw;
	height: 4vw;
	border-radius: 2vw;
}
#suntory_contents .extract_page li {
	font-size: 3.733333333vw;
	line-height: 1.8;
}
#suntory_contents .m_blankLink {
	position: relative;
	padding-right: 4.8vw;
}
#suntory_contents .m_blankLink::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 4vw;
	height: 4vw;
	background: url(/softdrink/common2021/img/svg/icon_external.svg) no-repeat right bottom / 2.666666667vw;
	bottom: 0.53333333vw;
}
#suntory_contents .extract_page .m_sectionBox {
	margin: 8vw 0 0;
	padding: 4vw;
	background: #E6F6FA;
}
#suntory_contents .extract_page .m_sectionBox.s_gray {
	background: #f3f3f3;
}
#suntory_contents .extract_page .m_sectionBox h4 {
	margin: 4vw 0 0;
	padding: 0;
}
#suntory_contents .extract_page .m_sectionBox h4::before {
	content: none;
}
#suntory_contents .extract_page .m_sectionBox h4:first-child {
	margin-top: 0;
}
#suntory_contents .extract_page .m_sectionBox h5 {
	margin: 4.8vw 0 0;
	font-size: 4vw;
	color: #000;
}
#suntory_contents .extract_page h5.bkcircle {
	position: relative;
	padding: 0 0 0 1em;
	font-size: 4vw;
	color: #000;
}
#suntory_contents .extract_page h5.bkcircle::before {
	content: "";
	display: block;
	width: 2.4vw;
	height: 2.4vw;
	background: #000;
	border-radius: 1.2vw;
	position: absolute;
	left: 0;
	top: 1.6vw;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart {
	margin: 2.4vw 0 0 4vw;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart dt {
	margin: 4vw 0 0;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart dd {
	margin-top: 1.6vw;
	font-size: 3.733333333vw;
	line-height: 1.8;
}
#suntory_contents .extract_page .m_sectionBox ol.m_indentList.dotnum > li {
	padding-left: 1.5em;
}
#suntory_contents .extract_page .m_centerImg {
	margin: 5.6vw 0 0;
	text-align: center;
}
#suntory_contents .extract_page .m_centerImg img {
	display: inline;
}
#suntory_contents .extract_page .m_sectionBox .m_centerImg {
	display: block;
	padding: 4vw;
	background: #FFF;
}
#suntory_contents .extract_page .m_imgCol {
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
#suntory_contents .extract_page .m_imgCol li {
	margin: 4.8vw 0 0;
	text-align: center;
}
#suntory_contents .extract_page .m_imgCol li + li {
	margin: 4vw 0 0;
}
#suntory_contents .extract_page h4 + .m_centerImg,
#suntory_contents .extract_page h5 + .m_centerImg {
	margin: 4vw 0 0;
}
#suntory_contents .extract_page .m_centerImg img,
#suntory_contents .extract_page .m_imgCol li img {
	max-width: 80vw;
	height: auto;
}
#suntory_contents .extract_page .m_centerImg.sp100 img,
#suntory_contents .extract_page .m_imgCol li.sp100 img { 
	max-width: 92vw;
	width: 92vw;
}
#suntory_contents .extract_page .m_imgSet {
	margin: 4vw 0 0;
	display:flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
#suntory_contents .extract_page .m_imgSet .p_img {
	width: 100%;
	margin: 4vw auto 0;
	text-align: center;
}
#suntory_contents .extract_page .m_imgSet .p_textArea p:first-child {
	margin: 0;
}
#suntory_contents .extract_page .m_imgSet.s_w420 .p_img img { max-width: 80vw;}
#suntory_contents .extract_page .m_imgSet.s_w380 .p_img img { max-width: 72vw;}
#suntory_contents .extract_page .m_imgSet.s_w260 .p_img img { max-width: 60vw;}
#suntory_contents .extract_page .m_imgSet .p_img.sp100 img { 
	max-width: 92vw;
	width: 92vw;
}

.m_imgSet .p_img div + div {
	margin-top: 4vw;
}
#suntory_contents .extract_page p.m_caption {
	margin-top: 2.4vw;
	text-align: center;
	font-size: 3.466666667vw;
	line-height: 1.5;
}
#suntory_contents .extract_page p.m_caption.left {
	text-align: left;
}
#suntory_contents .extract_page p.c_fontSS {
	font-size: 3.2vw;
}
#suntory_contents .extract_page ol.m_indentList,
#suntory_contents .extract_page ul.m_indentList {
	margin: 4vw 0 0;
}
#suntory_contents .extract_page ol.m_indentList li,
#suntory_contents .extract_page ul.m_indentList li {
	margin-top: 1.6vw;
}
/*リスト　丸数字 SP*/
#suntory_contents .extract_page ol.m_indentList.circle > li::before {
	font-size: 3.466666667vw;
}
#suntory_contents .extract_page ol.m_indentList.circle > li::after {
	left: 0.53333333vw;
	top: 1.06666667vw;
	width: 4.266666667vw;
	height: 4.266666667vw;
	border-radius: 2.133333333vw;
}
/*リスト　注意書き*/
#suntory_contents .extract_page .m_indentList.s_note li {
	font-size: 3.2vw;
	margin-top: 1.6vw;
	line-height: 1.5;
}
/*ページの途中へアンカー*/
#suntory_contents .extract_page .half_ancher {
	margin-top: -12vw;
	padding-top: 12vw;
}

/*------------------------------------------------------------
[SP] table
------------------------------------------------------------ */
#suntory_contents .m_table {
	margin: 4vw 0;
}
/*テーブル横スクロール*/
#suntory_contents .table_wrap {
	display: block;
	padding: 0 0 2.4vw;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#suntory_contents .table_wrap .m_table {
	margin: 4vw 0 0;
}


}
@media print, screen and (min-width:768px) {
/*------------------------------------------------------------
[PC] COMMON
------------------------------------------------------------ */
#suntory_contents .extract_page .sp_item {
	display: none;
}

#suntory_contents .extract_page {
	padding: 0 0 80px;
}
#suntory_contents .extract_page a:hover {
	color: #5BC2DC;
}
#suntory_contents .extract_page .frame {
	margin: 0 auto;
	width: 1160px;
	margin-top: 30px;
	padding-top: 30px;
}
#suntory_contents .extract_page .frame .inside {
	width: 100%;
	padding: 0 0 50px;
	border: 1px #5BC2DC solid;
	border-top: none;
	position: relative;
}
#suntory_contents .extract_page .basic {
	margin: 0 auto;
	width: 1160px;
	margin-top: 30px;
	padding-top: 30px;
}
#suntory_contents .extract_page .basic .inside {
	width: 100%;
	padding: 30px 30px 50px;
	border: 1px #5BC2DC solid;
	position: relative;
}
#suntory_contents .extract_page .basic h2 {
	margin: 0 0 40px;
	padding: 15px 30px;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.3;
	background: #E6F6FA;
}
#suntory_contents .extract_page .basic h3 {
	margin: 40px 0 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
#suntory_contents .extract_page .basic h4 {
	margin: 40px 0 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: normal;
}
#suntory_contents .pdf a {
	position: relative;
}
#suntory_contents .pdf a::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/softdrink/common2021/img/svg/icon_pdf.svg) no-repeat right top;
	position: absolute;
	top: -1px;
}

/*------------------------------------------------------------
[PC] title_area
------------------------------------------------------------ */
#suntory_contents .title_area .inner {
	position: relative;
	width: 1160px;
	margin: 0 auto;
}
#suntory_contents .extract_page h1.category_title {
	margin-bottom: 0;
}

/*[PC] hamburger------------------------------------------------------------ */
#suntory_contents .title_area .hamburger {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #298AA2;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: -3px;
}
#suntory_contents .hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
}
#suntory_contents .hamburger .first {
	right: 10px;
	top: 10px;
}
#suntory_contents .hamburger .second {
	right: 10px;
	top: 20px;
}
#suntory_contents .hamburger .third {
	height: auto;
	right: 10px;
	top: 30px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: none;
}
#suntory_contents .hamburger:hover {
	background: #499bb0;
}


/*------------------------------------------------------------
[PC] extract_category
------------------------------------------------------------ */
#suntory_contents .extract_page .extract_category {
	width: 1160px;
	height: 80px;
	margin: 20px 0 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents .extract_page .extract_category li {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
}
#suntory_contents .extract_page .extract_category li a {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
padding: 0 20px 0 72px;
	color: #298AA2;
	text-decoration: none;
	border-radius: 10px;
	background-color: #E6F6FA;
}
#suntory_contents .extract_page .extract_category li a:hover {
	color: #fff;
	background-color: #499bb0;
}

/*------------------------------------------------------------
[PC] contents_list
------------------------------------------------------------ */
#suntory_contents .contents_list {
	width: 1160px;
	margin: 0 auto;
	padding: 25px 40px;
	border-radius: 10px;
	background: #E6F6FA;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
#suntory_contents .contents_list li a {
	display: block;
	color: #000;
	line-height: 1.6;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 15px;
}
#suntory_contents .contents_list li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #5BC2DC;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 8px;
}
#suntory_contents  .contents_list .list_title {
	display: none;
}
#suntory_contents .contents_list .accordion {
	width: 100%;
}
#suntory_contents .contents_list ul {
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}

/*------------------------------------------------------------
[PC] modal
------------------------------------------------------------ */
#suntory_contents #modal .inner {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
}
#suntory_contents #modal .inner h1 {
	display: none;
}
#suntory_contents #modal .inner .btn_close {
	width: 30px;
	height: 30px;
	right: 0;
	top: 30px;
}
#suntory_contents #modal .inner .btn_close span {
	width: 30px;
	height: 2px;
	top: 15px;
	right: 0;
}
#suntory_contents #modal .inner .btn_close:hover span {
	opacity: 0.7;
}

/*------------------------------------------------------------
[PC] hdlink ホールディングス関連ページ
------------------------------------------------------------ */
#suntory_contents aside.hdlink {
	width: 1160px;
	margin: 60px auto 0;
	padding: 30px 40px;
	background: #BDE6F0;
	border-radius: 10px;
}
#suntory_contents aside.hdlink .link_title {
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 20px;
	color: #333;
	position: relative;
}
#suntory_contents aside.hdlink .link_title::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 12px;
	height: 12px;
	background: #298AA2;
}
#suntory_contents aside.hdlink ul {
	margin: 10px 0 0;
	display: block;
}
#suntory_contents aside.hdlink li {
	margin-top: 8px;
}
#suntory_contents aside.hdlink li a {
	margin: 0 20px;
	padding: 0 0 0 15px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	position: relative;
}
#suntory_contents aside.hdlink li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background: #298AA2;
	border-radius: 1px;
	position: absolute;
	left: 0;
	top: 7px;
}
#suntory_contents aside.hdlink li a:hover {
	text-decoration: underline;
	color: #333;
}
#suntory_contents aside.hdlink li a .line_1st::after {
	content: "　";
	display: inline;
}

/*------------------------------------------------------------
[PC]#extract_page
サントリー企業より移植＆調整用
------------------------------------------------------------ */
#suntory_contents .extract_page section .inner {
	margin: 0 auto;
	width: 960px;
}
#suntory_contents .extract_page .frame h2 {
	margin: 0 0 50px;
	padding: 22px 50px;
	color: #FFF;
	font-size: 28px;
	font-weight:bold;
	line-height: 1.3;
	background: #5BC2DC;
}
#suntory_contents .extract_page .frame h3 {
	margin: 50px 0 0;
	padding: 3px 0 3px 20px;
	font-size: 22px;
	line-height: 1.3;
	font-weight:bold;
	border-left: 5px #298AA2 solid;
}
#suntory_contents .extract_page .frame h4 {
	margin: 40px 0 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
}
#suntory_contents .extract_page .frame h4::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background:#298AA2;
	position: absolute;
	left: 0;
	top: 5px;
}
#suntory_contents .extract_page .frame h5 {
	margin: 25px 0 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #298AA2;
}
#suntory_contents .extract_page .frame h6 {
	margin: 25px 0 0;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
}
#suntory_contents .extract_page .frame .p_textArea h4,
#suntory_contents .extract_page .frame .p_textArea h5,
#suntory_contents .extract_page .frame .p_textArea h6 {
	margin: 0;
}
#suntory_contents .extract_page .frame .m_imgCol + h5,
#suntory_contents .extract_page .frame .m_imgCol + h6,
#suntory_contents .extract_page .frame .m_table + h6 {
	margin-top: 30px;
}
#suntory_contents .extract_page .frame h6.square {
	padding: 0 0 0 18px;
}
#suntory_contents .extract_page .frame h6.square::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background:#298AA2;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 4px;
}
#suntory_contents .extract_page h6.circle {
	padding: 0 0 0 20px;
}
#suntory_contents .extract_page h6 .circle_txt {
	display: block;
	position: absolute;
	font-size: 14px;
	padding-right: 0.5em;
	padding-left: 0.25em;
	left: 0;
	top: 2px;
}
#suntory_contents .extract_page h6 .circle_txt::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #444;
	left: -1px;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#suntory_contents .extract_page p {
	margin-top: 18px;
	font-size: 15px;
	line-height: 1.8;
}
#suntory_contents .extract_page .inner p:first-child {
	margin-top: 0;
}
#suntory_contents .extract_page .frame h3 + p,
#suntory_contents .extract_page .frame h3 + h6 {
	margin-top: 25px;
}
#suntory_contents .extract_page .frame h5 + p,
#suntory_contents .extract_page .frame h5 + .m_imgSet {
	margin-top: 10px;
}
#suntory_contents .extract_page .frame h6 + p,
#suntory_contents .extract_page .frame h6 + .m_imgSet {
	margin-top: 5px;
}
#suntory_contents .extract_page .basic h3 + p {
	margin-top: 10px;
}
#suntory_contents .extract_page .basic h4 + p {
	margin-top: 5px;
}
#suntory_contents .extract_page .m_centerImg + p {
	margin-top: 25px;
}
#suntory_contents .extract_page p.lead_bold {
	margin-bottom: 25px;
	font-weight: bold;
	font-size:  20px;
}
#suntory_contents .extract_page p .circle_txt {
	display: inline-block;
	position: relative;
	font-size: 13px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	left: 0;
	top: 0;
}
#suntory_contents .extract_page p .circle_txt::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #444;
	left: 2px;
	top: 3px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#suntory_contents .extract_page li {
	font-size: 15px;
	line-height: 1.8;
}
#suntory_contents .over:hover {
	opacity: 0.8;
}
#suntory_contents .m_blankLink {
	position: relative;
	padding-right: 20px;
}
#suntory_contents .m_blankLink::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(/softdrink/common2021/img/svg/icon_external.svg) no-repeat right bottom / 10px;
	bottom: 2px;
}
#suntory_contents .extract_page .m_sectionBox {
	margin: 30px 0 40px;
	padding: 40px;
	background: #E6F6FA;
}
#suntory_contents .extract_page .m_sectionBox.s_gray {
	background: #f3f3f3;
}
#suntory_contents .extract_page .m_sectionBox.mt0 {
	margin-top: 0;
}
#suntory_contents .extract_page .m_sectionBox h4 {
	margin: 35px 0 0;
	padding: 0;
}
#suntory_contents .extract_page .m_sectionBox h4::before {
	content: none;
}
#suntory_contents .extract_page .m_sectionBox h4:first-child {
	margin-top: 0;
}
#suntory_contents .extract_page .m_sectionBox h5 {
	margin: 30px 0 0;
	font-size: 16px;
	color: #000;
}
#suntory_contents .extract_page h5.bkcircle {
	position: relative;
	padding: 0 0 0 1em;
	font-size: 16px;
	color: #000;
}
#suntory_contents .extract_page h5.bkcircle::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	left: 2px;
	top: 6px;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart {
	margin: 10px 0 0 20px;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart dt {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
}
#suntory_contents .extract_page .m_sectionBox .lowerpart dd {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.8;
}
#suntory_contents .extract_page .m_centerImg {
	margin: 30px 0 0;
	text-align: center;
}
#suntory_contents .extract_page .m_sectionBox .m_centerImg {
	display: block;
	padding: 20px 15px;
	background: #FFF;
}
#suntory_contents .extract_page .m_centerImg.grid {
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#suntory_contents .extract_page .m_imgCol {
	margin: 30px 0 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}
#suntory_contents .extract_page .m_imgCol li {
	margin: 0;
	text-align: center;
}
#suntory_contents .extract_page .m_imgCol li + li {
	margin-left: 15px;
}
#suntory_contents .extract_page h4 + .m_centerImg,
#suntory_contents .extract_page h5 + .m_centerImg {
	margin: 15px 0 0;
}
#suntory_contents .extract_page p.m_caption {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}
#suntory_contents .extract_page p.c_fontSS {
	font-size: 12px;
}
#suntory_contents .extract_page .m_imgSet {
	margin-top: 25px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents .extract_page h4 + .m_imgSet {
	margin: 18px 0 0;
}
#suntory_contents .extract_page .m_imgSet .p_img {
	text-align: center;
}
#suntory_contents .extract_page .m_imgSet .p_textArea p:first-child {
	margin: 0;
}
#suntory_contents .extract_page .m_imgSet.s_w420 .p_img { width: 420px;}
#suntory_contents .extract_page .m_imgSet.s_w420 .p_textArea { width: 500px;}
#suntory_contents .extract_page .m_imgSet.s_w380 .p_img { width: 380px;}
#suntory_contents .extract_page .m_imgSet.s_w380 .p_textArea { width: 540px;}
#suntory_contents .extract_page .m_imgSet.s_w260 .p_img { width: 260px;}
#suntory_contents .extract_page .m_imgSet.s_w260 .p_textArea{ width: 660px;}
#suntory_contents .extract_page .m_imgSet.s_w180 .p_img { width: 180px;}
#suntory_contents .extract_page .m_imgSet.s_w180 .p_textArea{ width: 740px;}
#suntory_contents .extract_page .m_sectionBox .m_imgSet.s_w260 .p_textArea{ width: 590px;}
#suntory_contents .extract_page .m_imgSet .p_img div + div {
	margin-top: 20px;
}
#suntory_contents .extract_page .m_imgSet .p_img.grid {
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}
#suntory_contents .extract_page ol.m_indentList,
#suntory_contents .extract_page ul.m_indentList {
	margin: 18px 0 0;
}
#suntory_contents .extract_page ol.m_indentList li,
#suntory_contents .extract_page ul.m_indentList li {
	margin-top: 8px;
}
/*リスト　丸数字 PC*/
#suntory_contents .extract_page ol.m_indentList.circle > li::before {
	font-size: 13px;
}
#suntory_contents .extract_page ol.m_indentList.circle > li::after {
	left: 2px;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
/*リスト　注意書き*/
#suntory_contents .extract_page .m_indentList.s_note li {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
}
/*ページの途中へアンカー*/
#suntory_contents .extract_page .half_ancher {
	margin-top: -60px;
	padding-top: 60px;
}

}/*END min-width:768px*/