@charset "utf-8";

/* ------------------------------
 受講者の声（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 検索結果一覧 */
	.voiceResults {
		display: flex;
		flex-wrap: wrap;
		gap: 60px 45px
	}
	.voiceResults > li {
		width: 350px;
	}
}
/* ------------------------------
 受講者の声（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 検索結果一覧 */
	.voiceResults > li {
		margin-bottom: 40px;
	}
	/* .teacherResults > li > .teacherBox > img {
		display: block;
		width: 246px;
		height: 246px;
		margin-left: auto;
		margin-right: auto;
	} */
}

/* ------------------------------
受講者の声詳細（PC）
------------------------------ */
.cms_block.voiceDetailBlock::after {
	content: none;
}
.voiceDetailBlock .w1-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.voiceDetailBlock .w1-4 img {
	border-radius: 50%;
}
.voiceDetailBlock .w1-4 .f18 {
	display: inline-block;
	margin-top: 23px;
}
.voiceDetailBlock h1 {
	margin-bottom: 12px;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
}
.attend a {
	font-weight: bold;
	text-decoration: none;
}
.attend a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 5px;
	border-top: 1px solid #6c7889;
	border-right: 1px solid #6c7889;
	vertical-align: middle;
	transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
	.voiceDetailBlock {
		display: flex;
		justify-content: space-between;
	}
}
/* ------------------------------
 受講者の声詳細（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.voiceDetailBlock .w1-4 {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.voiceDetailBlock .w1-4 img {
		width: 246px;
		height: 246px;
	}
	.voiceDetailBlock .f18 {
		margin-top: 13px;
	}
	.voiceDetailBlock h1 {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}