#suntory_contents #voice {
	order: 1;
	margin: 8vw 4vw 4vw
}

#suntory_contents #voice a {
	color: #06b;
	text-decoration: none
}

#suntory_contents #voice a:hover {
	text-decoration: underline;
}

#suntory_contents #voice h1 {
	margin-bottom: 1em;
	font-size: 5.6vw;
	font-weight: 700;
	line-height: 1
}

#suntory_contents #voice .lead {
	margin-bottom: 12vw
}

#suntory_contents #voice .lead p {
	font-size: 4.26666667vw;
	line-height: 1.6
}

#suntory_contents #voice .lead p.note {
	margin-top: 2vw;
	font-size: 3.73333333vw;
	line-height: 1.6
}

#suntory_contents #voice .voiceindex {
	border-top: 1px solid #9adeb6
}

#suntory_contents #voice .voiceindex li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #9adeb6
}

#suntory_contents #voice .voiceindex li:hover {
	text-decoration: underline;
}

#suntory_contents #voice .voiceindex li a {
	width: 100%;
	padding: 5.6vw 6vw 5.6vw 0;
	color: #222;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative
}

#suntory_contents #voice .voiceindex li a:hover {
	text-decoration: none
}

#suntory_contents #voice .voiceindex li a:after {
	content: "";
	display: inline-block;
	width: 2.666666666666667vw;
	height: 2.666666666666667vw;
	border-top: .8vw solid #fea000;
	border-right: .8vw solid #fea000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 2vw);
	right: 1.6vw
}

#suntory_contents #voice .voiceindex li a picture {
	display: block;
	margin-right: 4vw;
	width: 20vw;
	height: 20vw
}

#suntory_contents #voice .voiceindex li a picture img {
	width: 20vw;
	height: auto;
	border-radius: 1.2vw
}

#suntory_contents #voice .voiceindex li a picture.bd img {
	border: 1px solid #eee;
	box-sizing: content-box
}
	#suntory_contents #voice .voiceindex li a picture.border img {
		border: 1px solid #ddd;
	}

#suntory_contents #voice .voiceindex li a p {
	display: block;
	width: calc(100% - 24vw);
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.6
}

#suntory_contents #voice .voiceindex li.new a p:before {
	content: "New!";
	display: block;
	font-size: 4.53333333vw;
	font-weight: 700;
	font-family: arial, san-selif;
	color: #f33;
	line-height: 1;
	margin-bottom: 1.6vw
}

#suntory_contents .pagetitle .btn_backlist {
	display: none
}

#suntory_contents #voice_case {
	display: table;
	width: 100%;
	padding: 4vw 4vw 4vw 2.4vw;
	background: #ddf4fa;
	position: relative
}

#suntory_contents #voice_case .balloon {
	display: block;
	vertical-align: top;
	width: 19.2vw;
	height: 17.6vw;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/customer/common2023/img/voices/img_balloon.svg) no-repeat left top/16vw
}

#suntory_contents #voice_case p {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 19.2vw);
	min-height: 17.6vw;
	font-size: 4.26666667vw;
	line-height: 1.5;
	font-weight: 700
}

#suntory_contents #voice_case:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12vw;
	text-align: center;
	height: 12vw;
	background: url(/customer/common2023/img/voices/img_arrow_down.svg) no-repeat center center/21.3333333333333vw
}

#suntory_contents #voice_result {
	width: 100%;
	margin: 12.2666666666667vw 0 0;
	padding: 0;
	background: #d3f7e2 url(/customer/common2023/img/voices/img_improve_arrow.svg) no-repeat left center/19.2vw 100%;
	border-radius: 1.6vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center
}

#suntory_contents #voice_result .improve {
	display: block;
	position: relative;
	width: 19.2vw;
	height: 8.96vw;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/customer/common2023/img/voices/img_improve.svg) no-repeat left 3.2vw center/10.6666666666667vw auto;
	border-radius: 1.6vw 0 0 1.6vw
}

#suntory_contents #voice_result h2 {
	display: block;
	width: calc(100% - 19.2vw);
	margin: 0;
	padding: 4.8vw 4vw 4.8vw 2.6vw;
	font-size: 4.26666667vw;
	line-height: 1.5;
	font-weight: 700
}

#suntory_contents #voice_notes {
	margin: 8vw 0 0;
	padding: 0 0 12vw;
	border-bottom: 1px solid #9adeb6
}

#suntory_contents #voice_notes p {
	font-size: 4.26666667vw;
	line-height: 1.6
}

#suntory_contents #voice_notes .picture_wrap {
	margin-top: 4vw;
	width: 100%;
	height: auto
}

#suntory_contents #voice_notes .picture_wrap img {
	width: 100%;
	height: auto
}

#suntory_contents #voice_notes .picture_wrap .caption {
	font-size: 3.73333333vw;
	line-height: 1.5;
	text-align: right
}

#suntory_contents #voice_notes p.time_right {
	font-size: 3.73333333vw;
	text-align: right
}

#suntory_contents #voice_notes .picture_wrap+p,
#suntory_contents #voice_notes p+p {
	margin-top: 4vw
}

#suntory_contents #voice_notes .to_other {
	margin-top: 8vw
}

#suntory_contents #voice_notes .to_other p {
	font-size: 4vw
}

#suntory_contents #voice_notes ul {
	margin: 2vw 0 0
}

#suntory_contents #voice_notes li {
	margin-top: 1vw
}

#suntory_contents #voice_notes li a {
	display: inline-block;
	padding: 0 0 0 4vw;
	color: #06b;
	line-height: 1.6;
	font-weight: 400;
	text-decoration: none;
	background: url(/customer/common2023/img/icon_arrow_btn.svg) no-repeat;
	background-position: left top 4px;
	background-size: auto 3.73333333vw
}

#suntory_contents #voice_notes li a:hover {
	text-decoration: underline
}

#suntory_contents #voice_notes .body_link li a {
	font-size: 4.26666667vw
}

#suntory_contents #voice_notes .to_other li a {
	font-size: 4vw
}

#suntory_contents #voice .btn_backlist a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60vw;
	height: 10.666666666666668vw;
	margin: 8vw auto 0;
	padding-right: 4vw;
	background: #ffdfa8;
	border-radius: 5.333333333333333vw;
	font-size: 3.466666666666667vw;
	line-height: 1;
	font-weight: 700;
	color: #222;
	text-decoration: none
}

#suntory_contents #voice .btn_backlist a:after {
	content: "";
	display: block;
	width: 2.133333333333333vw;
	height: 2.133333333333333vw;
	border-top: .8vw solid #fea000;
	border-right: .8vw solid #fea000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 1.6vw);
	right: 4vw
}

#suntory_contents #voice .btn_backlist a:hover {
	text-decoration: underline;
}

@media print,
screen and (min-width:768px) {
	#suntory_contents #voice {
		order: 2;
		margin: 0 auto 100px;
		width: 960px
	}

	#suntory_contents #voice h1 {
		display: block;
		margin-bottom: 40px;
		font-size: 32px
	}

	#suntory_contents #voice .lead {
		margin-bottom: 40px
	}

	#suntory_contents #voice .lead p {
		font-size: 16px
	}

	#suntory_contents #voice .lead p.note {
		margin-top: 5px;
		font-size: 14px
	}

	#suntory_contents #voice .voiceindex {
		border: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start
	}

	#suntory_contents #voice .voiceindex li {
		width: 48%;
		margin-bottom: 30px;
		border: 1px solid #9adeb6;
		border-radius: 5px
	}

	#suntory_contents #voice .voiceindex li a {
		padding: 20px 40px 20px 20px
	}

	#suntory_contents #voice .voiceindex li a:after {
		width: 8px;
		height: 8px;
		margin: 0;
		border-top: 3px solid #fea000;
		border-right: 3px solid #fea000;
		top: calc(50% - 4px);
		right: 20px
	}

	#suntory_contents #voice .voiceindex li a picture {
		margin-right: 20px;
		width: 102px;
		height: 102px
	}

	#suntory_contents #voice .voiceindex li a picture img {
		width: 100px;
		border-radius: 6px;
	}
	#suntory_contents #voice .voiceindex li a picture.border img {
		border: 1px solid #ddd;
	}

	#suntory_contents #voice .voiceindex li a p {
		width: calc(100% - 120px);
		font-size: 16px
	}

	#suntory_contents #voice .voiceindex li.new a p:before {
		font-size: 18px;
		margin-bottom: 5px
	}

	#suntory_contents .pagetitle {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start
	}

	#suntory_contents #voice .pagetitle h1 {
		display: block;
		margin-bottom: 50px;
		font-size: 28px
	}

	#suntory_contents #voice .pagetitle .btn_backlist {
		display: block
	}

	#suntory_contents #voice .pagetitle .btn_backlist a {
		margin: -5px 0 0
	}

	#suntory_contents #voice_case {
		padding: 25px 25px 25px 15px;
		position: relative
	}

	#suntory_contents #voice_case .balloon {
		display: block;
		position: absolute;
		top: -10px;
		left: 15px;
		width: 135px;
		height: 121px;
		min-height: 121px;
		margin: 0;
		background-size: 110px
	}

	#suntory_contents #voice_case p {
		min-height: 72px;
		height: 72px;
		width: 100%;
		padding: 0 0 0 135px;
		font-size: 24px
	}

	#suntory_contents #voice_case:after {
		bottom: -50px;
		height: 40px;
		padding: 0;
		margin: 0;
		background: url(/customer/common2023/img/voices/img_arrow_down.svg) no-repeat center center/contain
	}

	#suntory_contents #voice_result {
		margin: 60px 0 0;
		background: #d3f7e2 url(/customer/common2023/img/voices/img_improve_arrow_pc.svg) no-repeat left center/135px 100%;
		border-radius: 8px
	}

	#suntory_contents #voice_result .improve {
		width: 135px;
		height: 56px;
		background-position: left 30px center;
		background-size: 66px;
		border-radius: 8px 0 0 8px
	}

	#suntory_contents #voice_result h2 {
		width: calc(100% - 135px);
		padding: 30px 25px 30px 15px;
		font-size: 24px
	}

	#suntory_contents #voice_notes {
		margin: 40px 0 0;
		padding: 0 0 50px
	}

	#suntory_contents #voice_notes p {
		font-size: 20px
	}

	#suntory_contents #voice_notes .picture_wrap {
		margin: 30px auto 0;
		width: 100%;
		max-width: 640px;
		height: auto;
		text-align: center
	}

	#suntory_contents #voice_notes .picture_wrap.w549 {
		max-width: 549px
	}

	#suntory_contents #voice_notes .picture_wrap.w664 {
		max-width: 664px
	}

	#suntory_contents #voice_notes .picture_wrap.w660 {
		max-width: 660px
	}

	#suntory_contents #voice_notes .picture_wrap img {
		width: 100%;
		height: auto
	}

	#suntory_contents #voice_notes .picture_wrap .caption {
		font-size: 14px;
		padding: 0;
	}

	#suntory_contents #voice_notes p.time_right {
		font-size: 14px
	}

	#suntory_contents #voice_notes .picture_wrap+p,
	#suntory_contents #voice_notes p+p {
		margin-top: 20px
	}

	#suntory_contents #voice_notes .to_other {
		margin-top: 30px
	}

	#suntory_contents #voice_notes .to_other p {
		font-size: 15px
	}

	#suntory_contents #voice_notes ul {
		margin: 0
	}

	#suntory_contents #voice_notes li {
		margin-top: 5px
	}

	#suntory_contents #voice_notes li a {
		padding: 0 0 0 15px
	}

	#suntory_contents #voice_notes .body_link li a {
		font-size: 20px;
		background-size: auto 16px
	}

	#suntory_contents #voice_notes .to_other li a {
		font-size: 15px;
		background-size: auto 14px
	}

	#suntory_contents #voice .btn_backlist a {
		width: 160px;
		height: 40px;
		margin: 25px auto 0;
		padding-right: 10px;
		background: #ffdfa8;
		border-radius: 20px;
		font-size: 13px
	}

	#suntory_contents #voice .btn_backlist a:after {
		width: 7px;
		height: 7px;
		border-top: 3px solid #fea000;
		border-right: 3px solid #fea000;
		top: calc(50% - 5px);
		right: 15px
	}
}
