@charset "utf-8";
/* ────────── ▼ Line Talk ▼ ────────── */
.line-body {
	background-color: #94a8cb;
	padding: 2em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:920px;
	margin: 0 auto;
}
.balloon_l,
.balloon_r{
	position: relative;
	margin: 0 0 1em 0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.balloon_r{
	justify-content:flex-end;
}
.balloon_l .faceicon .wp-block-image,
.balloon_r .faceicon .wp-block-image {
	width: 80px!important;
	height: 80px!important;
	top: 0px!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
}
.balloon_l .faceicon {
	width: 110px;
	margin: 0;
	float: left;
}
.balloon_r .faceicon {
	width: 110px;
	margin: 0;
	float: right;
}
.balloon_l .wp-block-image figcaption,
.balloon_r .wp-block-image figcaption {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	color: #fff;
	text-shadow: 0 1px 0 #7b8aa1!important;
	font-weight: bold;
	text-align:center;
	font-size:0.6em;
}
.balloon_l .wp-block-image figcaption {
	left: 76px;
}
.balloon_r .wp-block-image figcaption {
	right: 76px;
}
.balloon_l .says p,
.balloon_r .says p {
	width:100%!important;
}
.faceicon img{
	width: 100%!important;
	height: auto!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
}
.balloon_r .wp-block-image {
	margin:0 0 0 25px!important;
}
.balloon_l .wp-block-image {
	margin:0 25px 0  0!important;
}
.balloon_r .wp-block-image {
	order:2 !important;
}
.says {
	min-width: 200px;
	max-width:600px;
	display: flex!important;
	flex-wrap: wrap!important;
	position: relative!important;
	padding: 17px 13px 15px 18px!important;
	border-radius: 12px!important;
	box-sizing:border-box!important;
	margin:0 !important;
	line-height:1.5!important;
}
.says p{
	margin:8px 0 0 !important; 
}
.says p:first-child{
	margin-top:0 !important;
}
.says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}
.balloon_l .says p{
	color: #000!important;
	text-shadow: 0 1px 0 #e4e4e4!important;
}
.balloon_r .says p{
	color: #000!important;
	text-shadow: 0 1px 0 #72a45d!important;
}
.balloon_l .says {
	background: #ffffff!important;
}
.balloon_r .says {
	background: #9bdf64!important;
}
.balloon_l .says:after {
	left: -26px;
	border-right: 22px solid #ffffff;
}
.balloon_r .says:after {
	right: -26px;
	border-left: 22px solid #9bdf64;
}
/* ────────── ▲ Line Talk ▲ ────────── */