  /* （デザイナー）引き出しデザイン */	
.induction__review-post,
.product-color-check {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	justify-content: center;
	margin: 15px 7px 18px;
}
.induction__review-post .post-msg,
.product-color-check .post-msg {
	background-color: #ff5960;
	border-radius: 8px;
	padding: 8px;
	max-width: 75%;
	position: relative;
}
.induction__review-post .post-msg::before,
.product-color-check .post-msg::before {
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	left: -40px;
	border-width: 24px;
	border-top: 14px;
	border-bottom: 14px;
	border-style: solid;
	border-color: transparent #ff5960 transparent transparent;
}
.induction__review-post .post-msg .post-msg--inr,
.product-color-check .post-msg .post-msg--inr {
	display: flex;
	gap: 20px;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	padding: 8px 16px;
}
.induction__review-post .post-icon img {
  width: 150px;
}
.induction__review-post .post-icon,
.product-color-check .post-icon {
  margin-top: 10px;
  margin-right: 18px;
}
  /* 蛍光ペンマーカのようなデザイン */	
.maker {
    background: linear-gradient(transparent 50%, #fcff22 50%);
}