@charset "UTF-8";
.instructor-box {
	margin: 0 2%;
}

.instructor-name-eng {
	font-size: 36px;
	color: #8f0080;
	line-height: 1em;
}

.instructor-name-jp {
	font-size: 16px;
}

.voice-img-box {
	text-align: center;
}

.instructor-img {
	display: inline-block;
	width: 100%;
	max-width: 230px;
}

.instructor-img img {
	width: 100%;
}

.assigned-class li {
	margin-bottom: 5px;
}

.assigned-class li {
	background: #ffbc00;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding: 10px;
}

.prof-text h5 {
	padding-left: 15px;
	color: #8f0080;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}

.prof-text h5::before {
	content: '';
	height: 10px;
	width: 10px;
	left: 0;
	top: 1em;
	position: absolute;
	background: #8f0080;
}

.prof-text {
	border-bottom: 1px dotted #888;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.prof-comment-text {
	border-bottom: 1px solid #888;
	padding: 20px;
}

@media screen and (min-width: 769px) {
	/* PC */
	.instructor-box {
		margin: 0;
	}
	.instructor-name-eng {
		font-size: 42px;
		display: block;
	}
	.instructor-name-jp {
		font-size: 18px;
		display: block;
	}
	.instructor-box {
		font-size: 0;
	}
	.prof-left {
		display: inline-block;
		width: 23%;
		margin-right: 3%;
		vertical-align: top;
		font-size: 14px;
	}
	.prof-right {
		display: inline-block;
		width: 74%;
		vertical-align: top;
		font-size: 14px;
	}
}
