@charset "utf-8";


/*** Voice and Data Contents Styles ***/



/* Common
------------------------------------------------------------- */

.border {
	border-color: #ccc;
	margin: 0 auto 40px auto;
}

.fixedtitle .ti_vdata span br {
	display: none;
}

.vdata_outline {
	margin: 0 auto 60px auto;
	width: 100%;
	max-width: 800px;
	padding: 30px;
	font-size: 1.8rem;
	line-height: 1.8;
	border: 1px solid #ccc;
	border-radius: 12px;
}


/* Reader
------------------------------------------------------------- */

.vdata_header {
	margin-bottom: 40px;
	text-align: center;
}

.vdata_header .vdata_title {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}

.vdata_header .vdata_reader {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
}

.vdata_header .vdata_reader span {
	display: block;
	font-size: 1.3rem;
}



/* Article
------------------------------------------------------------- */

.vdata_article_box {
	margin: 0 0 60px 0;
	padding: 0;
	background-color: #f2f2f2;
	border-radius: 12px;
}

.vdata_article_box::after {
	content:"";
	display:block;
	clear:both;
}

.vdata_article_title {
	margin: 0;
	padding: 5px 20px 0 25px;
	text-align: left;
	line-height: 2.7em;
	font-size: 2.2rem;
	border-bottom: 1px solid #808080;
	position: relative;
}

.vdata_article_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 0;
	bottom: 2px;
}

.vdata_article_title > span {
	font-size: 2em;
	vertical-align: -0.125em;
	margin-right: 0.35em;
}

.vdata_article_title + .vdata_balloon_box {
	margin-top: 40px;
}



/* Graph
------------------------------------------------------------- */

.vdata_graph_box {
	margin: 0 0 40px 0;
	padding: 30px;
	position: relative;
}

.vdata_graph_box::after {
	content: "";
	width: calc(100% - 60px);
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.graph_cont {
	margin-bottom: 40px;
}

.graph_title {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.6;
	font-size: 2rem;
	font-weight: 400;
}


/* Graph Table */

.graph_table {
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 320px;
}

.graph_table > table {
	width: 100%;
	margin: 0;
	line-height: 1.5;
	border-collapse: collapse;
	font-size: 1.45rem;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.graph_table > table th {
	height: 32px;
	padding: 2px;
	text-align: center;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	white-space: nowrap;
	font-weight: 400;
}

.graph_table > table td {
	height: 32px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #b1b1b1;
	font-weight: 400;
}

.graph_table > table tr:last-child td {
	border-bottom: 1px solid #262626;
}

.graph_table > table th:first-child:nth-last-child(2),
.graph_table > table td:first-child:nth-last-child(2) {
	text-align: left;
	min-width: 80%;
	padding-right: 0.5em;
}


/* Graph Image */

.graph_image {
	text-align: center;
	margin-bottom: 20px;
}

.graph_image.bar_graph {
	width: 100%;
	max-width: none;
}

.graph_image img {
	max-width: 280px;
}

.graph_image.bar_graph img {
	max-width: 400px;
}


/* Graph Balloon */

.graph_balloon {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 12px;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
}

.graph_balloon::before, .graph_balloon::after {
	content: "";
	height: 18px;
	width: 18px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	right: 50%;
	margin-right: -10px;
}

.graph_balloon::before {
	top: -18px;
	background-color: #999;
	z-index: 10;
}

.graph_balloon::after {
	top: -16px;
	background-color: #f2f2f2;
	margin-right: -9px;
	z-index: 20;
}

.graph_balloon p {
	font-size: 1.8rem;
	line-height: 1.6;
}

.graph_balloon p.balloon_note {
	font-size: 1.3rem;
	color: #808080;
	padding: 5px 0 0 1em;
	text-indent: -1em;
}

.article_1 .graph_balloon {
	max-width: 320px;
}

.article_2 .graph_balloon {
	max-width: 420px;
}


/* Graph Notes */

.graph_note {
	margin: 0;
	padding: 30px 0 0 0;
	color: #595959;
	font-size: 1.5rem;
}

.graph_note > p {
	line-height: 1.6;
	margin-bottom: 5px;
}

.graph_note ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type: none;
	list-style-position: outside;
}

.graph_note ul li {
	line-height: 1.6;
	margin-bottom: 4px;
	text-indent: -0.5em;
}

.graph_note ul li::before {
	content: "●";
	display: inline-block;
	font-size: 0.5em;
	color: #b1b1b1;
	margin: 0 0.7em 0 0.3em;
	vertical-align: 0.2em;
}



/* Reasons
------------------------------------------------------------- */

.vdata_reason_box {
	padding: 0 30px;
	position: relative;
}

.vdata_reason_box > div {
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
}

.reason_title {
	margin: 0;
	padding: 7px 10px 3px 65px;
	line-height: 50px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 400;
	background-color: #e5e5e5;
	position: relative;
	cursor: pointer;
}

.reason_title::before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 10px;
	top: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.vdata_reason_box > div:first-child .reason_title::before {
	background-image: url(../img/icon_good.svg);
}

.vdata_reason_box > div:nth-child(2) .reason_title::before {
	background-image: url(../img/icon_ng.svg);
}

.reason_title::after {
	content: "┼";
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.8rem;
}

.reason_title.open::after {
	content: "─";
}

.reason_cont {
	display: none;
	padding: 25px 20px 17px 20px;
}

.reason_cont ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.reason_cont ul li {
	line-height: 1.6;
	margin-bottom: 8px;
	text-indent: -0.5em;
}

.reason_cont ul li::before {
	content: "●";
	display: inline-block;
	font-size: 0.5em;
	color: #b1b1b1;
	margin: 0 0.7em 0 0.3em;
	vertical-align: 0.2em;
}

.reason_cont ul.reason_sublist {
	font-size: 1.5rem;
	color: #595959;
	margin-bottom: 0;
}

.reason_cont > p {
	font-size: 1.5rem;
	color: #595959;
}



/* Balloons
------------------------------------------------------------- */

.vdata_balloon_box {
	padding: 0 30px 40px 30px;
	font-size: 1.5rem;
}

.balloon_main_box {
	position: relative;
}

.balloon_sub_box {
	display: none;
	position: relative;
	margin-bottom: -30px;
}

.vdata_balloon_box::after,
.balloon_main_box::after,
.balloon_sub_box::after,
.ballon_shutter_btn::after {
	content:"";
	display:block;
	clear:both;
}

.comment_balloon {
	margin: 0 0 35px 0;
	padding: 20px;
	width: fit-content;
	max-width: 100%;
	border-radius: 12px;
	background-color: #fff;
	position: relative;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	display: flow-root;
}

.comment_balloon::after {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background-color: #fff;
	position: absolute;
	bottom: -15px;
}

.comment_balloon.bl_l::after {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	left: 55px;
}

.comment_balloon.bl_r::after {
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	right: 55px;
}

.comment_balloon > p {
	line-height: 1.6;
	font-size: 1.5rem;
}

.comment_balloon > p > span {
	color: #c21632;
	font-size: 2.2rem;
}


/*　ViewMore Button　*/

.ballon_shutter_btn {
	width: 280px;
	height: 50px;
	margin: 10px auto 0 auto;
	cursor: pointer;
	clear: both;
}

.ballon_shutter_btn > span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 48px;
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #999;
	border-radius: 25px;
	position: relative;
}

.ballon_shutter_btn > span::before {
	content: "他の声を見る";
}

.ballon_shutter_btn.open > span::before {
	content: "閉じる";
}

.ballon_shutter_btn > span::after {
	content: "┼";
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -0.75rem;
}

.ballon_shutter_btn.open > span::after {
	content: "─";
}


/* Comment Balloons Setting */

.comment_balloon.bl_l {
	margin-right: 30px;
	max-width: fit-content;
	float: left;
}

.comment_balloon.bl_r {
	margin-left: 30px;
	max-width: fit-content;
	float: right;
}

.comment_balloon.comment_401 {
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {


}





/* for MiddleSize(480-579px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {


}




/* for MiddleSize(580-639px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:580px) {

	/* Common
	------------------------------------------------------------- */

	.vdata_outline {
		font-size: 2rem;
	}


	/* Reader
	------------------------------------------------------------- */

	.vdata_header .vdata_title {
		font-size: 3.2rem;
	}

	.vdata_header .vdata_reader {
		font-size: 2.2rem;
	}

	.vdata_header .vdata_reader span {
		font-size: 1.4rem;
	}


	/* Article
	------------------------------------------------------------- */

	.vdata_article_title {
		font-size: 2.6rem;
	}


	/* Reasons
	------------------------------------------------------------- */

	.reason_title {
		font-size: 2.2rem;
	}


	/* Balloons
	------------------------------------------------------------- */

	.vdata_balloon_box {
		font-size: 1.8rem;
	}

	.comment_balloon > p {
		font-size: 1.8rem;
	}

	.comment_balloon > p > span {
		font-size: 2.7rem;
	}

}





/* for MiddleSize(788-959px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Common
	------------------------------------------------------------- */

	.border {
		margin-bottom: 60px;
	}

	.fixedtitle .ti_vdata span br {
		display: inline;
	}

	.vdata_outline {
		margin-bottom: 80px;
	}


	/* Reader
	------------------------------------------------------------- */

	.vdata_header {
		margin-bottom: 60px;
	}

	.vdata_header .vdata_title {
		margin-bottom: 40px;
	}


	/* Article
	------------------------------------------------------------- */

	.vdata_article_box {
		margin-bottom: 80px;
	}


	/* Graph
	------------------------------------------------------------- */

	.graph_title {
		margin-bottom: 40px;
	}

	.graph_cont {
		margin-bottom: 60px;
	}


	/* Reasons
	------------------------------------------------------------- */

	.vdata_reason_box {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.vdata_reason_box::before {
		top: -60px;
	}



}





/* for MiddleSize(960-1079px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:960px) {

	/* Common
	------------------------------------------------------------- */

	.vdata_outline {
		padding: 50px;
	}


	/* Reader
	------------------------------------------------------------- */

	.vdata_header .vdata_title > br {
		display: none;
	}

	.vdata_header .vdata_reader > br.wbr {
		display: none;
	}


	/* Graph
	------------------------------------------------------------- */

	.graph_cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	/* Graph Table */

	.graph_table {
		margin: 0;
		max-width: 280px;
		padding-left: 50px;
	}

	/* Graph Image */

	.graph_image {
		margin-bottom: 0;
		width: calc(100% - 280px);
	}

	/* Graph Balloon */

	.article_1 .graph_balloon {
		margin-left: auto;
		margin-right: calc(((100% - 280px) - 320px) / 2);
	}

	.article_1 .vdata_graph_box .graph_cont:first-child .graph_balloon {
		margin-top: -50px;
	}

	.article_1 .vdata_graph_box .graph_cont:nth-child(2) .graph_balloon {
		margin-top: 25px;
	}

	.article_2 .graph_balloon {
		margin-top: 20px;
		margin-left: 50px;
		margin-right: auto;
	}

	.article_2 .graph_balloon::before, .article_2 .graph_balloon::after {
		right: 25%;
	}

}





/* for LargeSize(1080px~)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {


	/* Graph
	------------------------------------------------------------- */

	/* Graph Table */

	.graph_table {
		margin: 0;
		max-width: 360px;
		padding-left: 130px;
	}

	/* Graph Image */

	.graph_image {
		margin-bottom: 0;
		width: calc(100% - 360px);
		max-width: 460px;
	}

	/* Graph Balloon */

	.article_2 .graph_balloon {
		margin-top: 10px;
		margin-left: 130px;
	}


	/* Reasons
	------------------------------------------------------------- */

	.vdata_reason_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		align-content: start;
		margin-bottom: 20px;
	}

	.vdata_reason_box > div {
		align-self: self-start;
	}

}





/* for ExtraLargeSize(1260px-)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1260px) {

	/* Reader
	------------------------------------------------------------- */

	.vdata_header .vdata_title {
		font-size: 4rem;
	}

	.vdata_header .vdata_reader {
		font-size: 2.4rem;
	}

	/* Article
	------------------------------------------------------------- */

	.vdata_article_title {
		padding: 5px 30px 0 35px;
		font-size: 3rem;
	}


	/* Graph
	------------------------------------------------------------- */

	.graph_title {
		font-size: 2.2rem;
	}

	.vdata_graph_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.article_1 .vdata_graph_box {
		display: block;
	}

	.graph_cont {
		width: calc(50% - 20px);
		margin: 0 0 60px 0;
		align-self: flex-start;
	}

	.article_1 .graph_cont {
		width: 100%;
	}

	/* Graph Table */

	.graph_table {
		max-width: 230px;
		padding-left: 0;
	}

	.article_1 .graph_table {
		max-width: 280px;
		padding-left: 50px;
	}

	/* Graph Image */

	.graph_image {
		width: calc(100% - 230px);
		max-width: 280px;
	}

	.article_1 .graph_image {
		width: calc(100% - 620px);
		max-width: 360px;
		padding-top: 30px;
	}

	.article_1 .vdata_graph_box .graph_cont:nth-child(2) .graph_image {
		padding-top: 0;
	}

	/* Graph Balloon */

	.article_1 .graph_balloon {
		max-width: 340px;
		margin: 0;
		align-self: flex-start;
	}

	.article_1 .vdata_graph_box .graph_cont:first-child .graph_balloon {
		margin-top: 30px;
	}

	.article_1 .vdata_graph_box .graph_cont:nth-child(2) .graph_balloon {
		margin-top: 30px;
	}

	.graph_balloon p {
		font-size: 2rem;
	}

	.article_1 .graph_balloon::before, .article_1 .graph_balloon::after {
		height: 18px;
		width: 18px;
		clip-path: polygon(0 100%, 100% 0, 100% 100%);
		top: 50%;
		margin-left: 0;
	}

	.article_1 .graph_balloon::before {
		left: -18px;
		margin-top: -9px;
	}

	.article_1 .graph_balloon::after {
		left: -16px;
		margin-top: -10px;
	}

	.article_2 .graph_balloon {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
		max-width: fit-content;
	}


	/* Balloons
	------------------------------------------------------------- */

	/* Comment Balloons Setting */

	.comment_balloon.bl_l, .comment_balloon.bl_r {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}

	.comment_balloon.comment_101 {
		margin-right: 10px;
		max-width: 20.5em;
		float: left;
	}

	.comment_balloon.comment_102 {
		margin-left: 10px;
		margin-right: 80px;
		max-width: 19.5em;
		float: right;
	}

	.comment_balloon.comment_103 {
		margin: 0 auto 35px auto;
		max-width: 35em;
		float: none;
		clear: both;
	}

	.comment_balloon.comment_104 {
		margin-right: 10px;
		float: left;
		max-width: 27.5em;
	}

	.comment_balloon.comment_105 {
		margin-left: 10px;
		float: right;
		max-width: 18em;
	}


	.comment_balloon.comment_201 {
		margin-right: 10px;
		float: left;
		max-width: 19em;
	}

	.comment_balloon.comment_202 {
		margin-left: 10px;
		float: right;
		max-width: 26.8em;
	}

	.comment_balloon.comment_203 {
		margin-right: 10px;
		float: left;
		max-width: 20em;
	}

	.comment_balloon.comment_204 {
		margin-left: 10px;
		margin-right: 60px;
		margin-top: 20px;
		float: right;
	}

	.comment_balloon.comment_205 {
		margin-right: 10px;
		float: left;
		clear: left;
		max-width: 23.5em;
	}

	.comment_balloon.comment_206 {
		margin-left: 10px;
		float: right;
		max-width: 22em;
	}

	.comment_balloon.comment_207 {
		margin-right: 10px;
		margin-left: 60px;
		float: left;
	}

	.comment_balloon.comment_208 {
		margin-left: 10px;
		float: right;
		max-width: 21em;
	}

	.comment_balloon.comment_209 {
		margin-right: 10px;
		float: left;
		max-width: 24em;
	}

	.comment_balloon.comment_210 {
		margin-left: 10px;
		margin-right: 20px;
		float: right;
		max-width: 21em;
	}

	.comment_balloon.comment_211 {
		margin-right: 10px;
		float: left;
	}

	.comment_balloon.comment_212 {
		margin-left: 10px;
		margin-right: 60px;
		float: right;
		max-width: 17.5em;
	}

	.comment_balloon.comment_213 {
		margin-right: 10px;
		float: left;
		max-width: 22.5em;
	}

	.comment_balloon.comment_214 {
		margin-left: 10px;
		float: right;
		max-width: 23em;
	}

	.comment_balloon.comment_215 {
		margin-right: 10px;
		float: left;
		max-width: 22em;
	}

	.comment_balloon.comment_216 {
		margin-left: 10px;
		float: right;
		max-width: 23.5em;
	}

	.comment_balloon.comment_217 {
		margin-right: 10px;
		float: left;
		max-width: 24em;
	}

	.comment_balloon.comment_218 {
		margin-left: 10px;
		float: right;
		max-width: 22em;
	}

	.comment_balloon.comment_219 {
		margin-right: 10px;
		margin-left: 50px;
		float: left;
		max-width: 26em;
	}

	.comment_balloon.comment_220 {
		margin-left: 10px;
		float: right;
		max-width: 17em;
	}

	.comment_balloon.comment_221 {
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
		max-width: 35em;
	}

	.comment_balloon.comment_222 {
		margin-right: 10px;
		margin-left: 20px;
		float: left;
	}

	.comment_balloon.comment_223 {
		margin-left: 10px;
		float: right;
		max-width: 26.5em;
	}


	.comment_balloon.comment_301 {
		margin-right: 10px;
		float: left;
		max-width: 20em;
	}

	.comment_balloon.comment_302 {
		margin-left: 10px;
		float: right;
		max-width: 26em;
	}

	.comment_balloon.comment_303 {
		margin-right: 10px;
		margin-left: 50px;
		float: left;
	}

	.comment_balloon.comment_304 {
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
		max-width: 40em;
	}

	.comment_balloon.comment_305 {
		margin-right: 10px;
		float: left;
		max-width: 27em;
	}

	.comment_balloon.comment_306 {
		margin-left: 10px;
		float: right;
		max-width: 18.5em;
	}

	.comment_balloon.comment_307 {
		margin-right: 10px;
		float: left;
		clear: left;
		max-width: 23em;
	}

	.comment_balloon.comment_308 {
		margin-left: 10px;
		margin-right: 50px;
		float: right;
		max-width: 19em;
	}

	.comment_balloon.comment_309 {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70px;
		float: none;
		clear: both;
		max-width: 36.5em;
	}


	.comment_balloon.comment_401 {
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}


	.comment_balloon.comment_501 {
		margin-right: 10px;
		float: left;
		max-width: 23em;
	}

	.comment_balloon.comment_502 {
		margin-left: 10px;
		float: right;
		max-width: 23em;
	}

	.comment_balloon.comment_503 {
		margin-right: 10px;
		float: left;
	}

	.comment_balloon.comment_504 {
		margin-left: 10px;
		float: right;
	}

	.comment_balloon.comment_505 {
		margin-left: 120px;
		float: left;
		max-width: 32.5em;
	}


	.comment_balloon.comment_601 {
		margin-right: 10px;
		float: left;
		max-width: 15.8em;
	}

	.comment_balloon.comment_602 {
		margin-left: 10px;
		float: right;
		max-width: 30.5em;
	}

	.comment_balloon.comment_603 {
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}


}





/* for ExtraLargeSize(1400px-)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1400px) {

	/* Graph
	------------------------------------------------------------- */

	/* Graph Table */

	.article_1 .graph_table {
		margin: 0;
		max-width: 310px;
		padding-left: 80px;
	}


	/* Balloons
	------------------------------------------------------------- */

	/* Comment Balloons Setting */

	.comment_balloon.comment_101 {
		max-width: fit-content;
	}

	.comment_balloon.comment_102 {
		margin-right: 30px;
	}

	.comment_balloon.comment_104 {
		margin-right: 10px;
		float: left;
		max-width: 27.5em;
	}

	.comment_balloon.comment_105 {
		max-width: 25em;
	}


	.comment_balloon.comment_201 {
		margin-left: 40px;
		max-width: 23.5em;
	}

	.comment_balloon.comment_202 {
		max-width: 27.5em;
	}

	.comment_balloon.comment_203 {
		margin-left: 20px;
		margin-top: 20px;
		max-width: 23em;
	}

	.comment_balloon.comment_204 {
		margin-right: 80px;
		margin-top: 40px;
	}

	.comment_balloon.comment_206 {
		max-width: 30em;
	}

	.comment_balloon.comment_208 {
		margin-right: 50px;
		max-width: fit-content;
	}

	.comment_balloon.comment_209 {
		max-width: fit-content;
	}

	.comment_balloon.comment_210 {
		margin-right: 0;
	}

	.comment_balloon.comment_211 {
		margin-top: 30px;
	}

	.comment_balloon.comment_212 {
		margin-right: 190px;
	}

	.comment_balloon.comment_213 {
		margin-top: 30px;
		margin-right: 0;
		max-width: 22.5em;
	}

	.comment_balloon.comment_214 {
		margin-left: 0;
		max-width: fit-content;
	}

	.comment_balloon.comment_215 {
		margin-left: 80px;
		clear: left;
	}

	.comment_balloon.comment_216 {
		margin-right: 60px;
		float: right;
	}

	.comment_balloon.comment_217 {
		max-width: fit-content;
	}

	.comment_balloon.comment_219 {
		margin-left: 40px;
		max-width: 32.5em;
	}

	.comment_balloon.comment_220 {
		max-width: 18.5em;
	}

	.comment_balloon.comment_223 {
		max-width: 33.5em;
	}


	.comment_balloon.comment_301 {
		margin-left: 40px;
		max-width: 23.5em;
	}

	.comment_balloon.comment_302 {
		margin-left: 0;
		margin-top: 40px;
		max-width: 28em;
	}

	.comment_balloon.comment_303 {
		margin-left: 0;
		max-width: 25.5em;
	}

	.comment_balloon.comment_304 {
		max-width: 50em;
	}

	.comment_balloon.comment_305 {
		max-width: 28.5em;
	}

	.comment_balloon.comment_306 {
		max-width: 24em;
	}

	.comment_balloon.comment_308 {
		margin-right: 70px;
		max-width: fit-content;
	}


	.comment_balloon.comment_501 {
		max-width: 24.5em;
	}

	.comment_balloon.comment_502 {
		margin-right: 80px;
	}

	.comment_balloon.comment_503 {
		margin-left: 60px;
		max-width: 24em;
	}

	.comment_balloon.comment_504 {
		max-width: 25em;
	}

	.comment_balloon.comment_505 {
		margin-left: 120px;
		float: left;
		max-width: 32.5em;
	}


	.comment_balloon.comment_601 {
		margin-left: 20px;
		margin-top: 45px;
		max-width: fit-content;
	}



}




/*** Print Styles ***/

@media print{

	/* Common
	------------------------------------------------------------- */

	.fixedtitle .ti_vdata span br {
		display: none;
	}


	/* Article
	------------------------------------------------------------- */

	.vdata_article_box {
		break-before: always;
		break-before: page;
	}


	/* Graph
	------------------------------------------------------------- */

	.vdata_graph_box {
		display: block;
	}

	.graph_cont {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		break-inside: avoid;
	}

	/* Graph Table */

	.article_1 .graph_table {
		margin: 0;
		max-width: 280px;
		padding-left: 50px;
	}

	/* Graph Image */

	.article_1 .graph_image {
		margin-bottom: 0;
		width: calc(100% - 280px);
	}

	/* Graph Balloon */

	.article_1 .graph_balloon {
		margin-left: auto;
		margin-right: 40px;
	}

	.article_1 .vdata_graph_box .graph_cont:first-child .graph_balloon {
		margin-top: -20px;
	}

	.article_1 .vdata_graph_box .graph_cont:nth-child(2) .graph_balloon {
		margin-top: 20px;
	}


	.article_1 .graph_balloon::before, .article_1 .graph_balloon::after {
		clip-path: polygon(0 100%, 100% 0, 100% 100%);
		right: 50%;
		left: auto;
		bottom: auto;
		margin-right: -10px;
	}

	.article_1 .graph_balloon::before {
		top: -9px;
		margin-left: -9px;
	}

	.article_1 .graph_balloon::after {
		top: -7px;
		margin-left: -10px;
	}

	.article_2 .graph_balloon {
		margin-top: 5px;
	}



	/* Balloons
	------------------------------------------------------------- */

	.comment_balloon {
		break-inside: avoid;
	}

	.ballon_shutter_btn {
		display: none;
	}

	/* Comment Balloons Setting */

	.comment_balloon.bl_l {
		margin: 0 30px 35px 0;
		max-width: fit-content;
		float: left;
	}

	.comment_balloon.bl_r {
		margin: 0 0 35px 30px;
		max-width: fit-content;
		float: right;
	}

	.comment_balloon.comment_401 {
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}



}