
article.feedbacks .list {
	margin: 0;
	padding: 0;
}

article.feedbacks .list li {
	margin-left: 0;
	margin-bottom: 1.5em;
	list-style: none;
}

article.feedbacks .list li:last-child {
	margin-bottom: 0;
}

article.feedbacks .list li .icon {
	text-align: center;
}

article.feedbacks .list li:nth-child(2n+1) .icon {
	float: left;
}

article.feedbacks .list li:nth-child(2n+2) .icon {
	float: right;
}

article.feedbacks .list li .content {
	position: relative;
	padding: 1em;
	border-radius: 20px;
	box-sizing: border-box;
}

article.feedbacks .list li:nth-child(2n+1) .content {
	background: #cff;
}

article.feedbacks .list li:nth-child(2n+2) .content {
	background: #cfc;
}

article.feedbacks .list li:nth-child(2n+1) .content:before,
article.feedbacks .list li:nth-child(2n+2) .content:before {
	content: "";
	display: block;
	position: absolute;
}

article.feedbacks .list2 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

article.feedbacks .list2:after {
	content: "";
	display: block;
	clear: both;
}

article.feedbacks .list2 li {
	position: relative;
	margin-left: 0;
	margin-right: 0.75em;
	margin-bottom: 2.25em;
	float: left;
	list-style: none;
}

article.feedbacks .list2 li a {
	color: #333;
}

body.lang- article.feedbacks .list2 li:after {
	content: "\f00e";
	display: block;
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1em;
	font-family: "Font Awesome 5 Free";
	font-size: 1.5em;
	font-weight: 900;
	text-align: right;
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	pointer-events: none;
}

article.feedbacks .list2 li .img {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	background: #eee;
}

article.feedbacks .list2 li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

article.feedbacks .list2 li .name {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	word-break: break-all;
	text-align: center;
	line-height: 1;
}

@media all and (min-width: 768px) {
/* PC */

article.feedbacks .list li .icon {
	width: 100px;
	font-size: 90%;
}

article.feedbacks .list li .content {
	width: calc(100% - 120px);
}

article.feedbacks .list li:nth-child(2n+1) .content {
	margin-left: 120px;
}

article.feedbacks .list li:nth-child(2n+2) .content {
	margin-right: 120px;
}

article.feedbacks .list li:nth-child(2n+1) .content:before {
	top: 35px;
	left: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #cff;
}

article.feedbacks .list li:nth-child(2n+2) .content:before {
	top: 35px;
	right: -30px;
	border: 15px solid transparent;
	border-left: 15px solid #cfc;
}

article.feedbacks .list2 li {
	width: calc(100% / 3 - 0.75em * 2 / 3);
	padding-top: calc(100% / 3 - 0.75em * 2 / 3);
}

article.feedbacks .list2 li:nth-of-type(3n+1) {
	clear: both;
}

article.feedbacks .list2 li:nth-of-type(3n+3) {
	margin-right: 0;
}

/* PC end */
}

@media all and (max-width: 767px){
/* SP */

article.feedbacks .list li .icon {
	font-size: 90%;
}

article.feedbacks .list li .icon img {
	width: 120px;
}

article.feedbacks .list li .content {
	clear: both;
}

article.feedbacks .list li:nth-child(2n+1) .content:before {
	top: -18px;
	left: calc(50% - 45px);
	border: 8px solid transparent;
	border-right: 25px solid #cff;
	transform: rotate(55deg);
	-webkit-transform: rotate(55deg);
}

article.feedbacks .list li:nth-child(2n+2) .content:before {
	top: -18px;
	right: calc(50% - 45px);
	border: 8px solid transparent;
	border-right: 25px solid #cfc;
	transform: rotate(125deg);
	-webkit-transform: rotate(125deg);
}

article.feedbacks .list2 li {
	width: calc(100% / 2 - 0.75em * 1 / 2);
	padding-top: calc(100% / 2 - 0.75em * 1 / 2);
}

article.feedbacks .list2 li:nth-of-type(2n+1) {
	clear: both;
}

article.feedbacks .list2 li:nth-of-type(2n+2) {
	margin-right: 0;
}

/* SP end */
}
