.talk {
	display: flex;
	justify-content: space-between;
}

.talk:not(:first-child) {
	margin-top: 40px;
}

.person {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 35px;
}

.person p {
	font-size: 1.538rem;
	font-weight: bold;
	text-align: center;
}

.remark {
	position: relative;
	width: calc(100% - 80px);
	background: #fff;
	border: 1px solid #9ed255;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.talk .remark::before,
.talk .remark::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
}

.talkLeft .remark::after {
	left: -10px;
	top: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

.talkLeft .remark::before {
	left: -12px;
	top: 9px;
	border-top: 11px solid transparent;
	border-right: 11px solid #9ed255;
	border-bottom: 11px solid transparent;
}

.talkRight .remark::after {
	right: -10px;
	top: 10px;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

.talkRight .remark::before {
	right: -12px;
	top: 9px;
	border-top: 11px solid transparent;
	border-left: 11px solid #9ed255;
	border-bottom: 11px solid transparent;
}

.remark p {
	font-size: 1.077rem;
	text-align: justify;
	line-height: 1.8;
	margin: 0;
}

.remark p:not(:first-child) {
	margin-top: 20px;
}

.remark p a {
	color: #0000ee;
	font-size: 1.154rem;
}

.remark p.notes {
	background: #f6f6f6;
	font-size: 0.846rem;
	line-height: 1.4;
	margin-top: 10px;
	padding: 10px 15px;
	border-radius: 3px;
}

.remark figcaption {
	font-size: 0.846rem;
}

.c1 .person {
	background: #3ecbc6;
	color: #fff;
}

.c2 .person {
	background: #ffcc00;
	color: #fff;
}

.c3 .person {
	background: #00a63c;
	color: #fff;
}

@media only screen and (max-width : 1220px) {
}



@media only screen and (max-width : 1100px) {
}



@media only screen and (max-width : 980px) {
}



@media only screen and (max-width : 800px) {
}



@media only screen and (max-width : 660px) {
}



@media only screen and (max-width : 490px) {
	.talk:not(:first-child) {
		border-top: 1px dotted #aaa;
		margin-top: 30px;
		padding-top: 30px;
	}

	.person {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.person p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.remark {
		width: calc(100% - 50px);
		border: none;
		padding: 0 5px 0 0;
		box-shadow: none;
	}

	.remark p {
		font-size: 1rem;
	}

	.remark p a {
		font-size: 1.077rem;
	}

	.talkLeft .remark::before,
	.talkLeft .remark::after,
	.talkRight .remark::before,
	.talkRight .remark::after {
		content: none;
	}
}



@media only screen and (max-width : 420px) {
}



@media only screen and (max-width : 375px) {
}



@media only screen and (max-width : 320px) {
	.talk {
		flex-direction: column;
	}

	.talk:not(:first-child) {
		margin-top: 15px;
		padding-top: 15px;
	}

	.talk.talkRight {
		flex-direction: column-reverse;
	}

	.remark {
		width: 100%;
	}

	.person {
		display: block;
		width: auto;
		height: auto;
	}

	.person p {
		font-size: 1.538rem;
		text-align: left;
		margin: 0;
	}

	.c1 .person {
		color: #3ecbc6;
		background: #fff;
	}

	.c2 .person {
		color: #ffcc00;
		background: #fff;
	}

	.c3 .person {
		color: #00a63c;
		background: #fff;
	}
}
