@charset "utf-8";

/* セミナー講師のご紹介 ------------------------------ */
.instructor header {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0;
}
.instructor .header_desc {
	width: 50%;
}
.instructor .header_pic {
	width: 50%;
}
.instructor .header_pic img {
	width: 100%;
}
.instructor .entryLead {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #70BA27;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 1.05;
}
.instructor .entryTitle {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 1.2;
}
.instructor .entryTitle > span {
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #999;
}
.instructor .header_prof {
	padding: 20px;
	background: #f0f6ea;
}
.instructor .header_prof p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
}
.instructor .header_prof dt {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #70BA27;
	font-size: 16px;
	font-weight: bold;
	color: #70BA27;
}
.instructor .header_prof dd {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
}
.instructor .header_prof dd:last-of-type {
	margin: 0;
}
.instructorSec h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 0 5px;
	font-size: 22px;
}
.instructorSec h2:first-child {
	margin-top: 0;
}
.instructorSec .columnImage {}

@media screen and (min-width: 1150px) {
	.instructor header {
		margin-bottom: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
  .instructor .header_desc {
  	width: 430px;
  }
  .instructor .entryLead {
  	font-size: 32px;
  }
	.instructor .entryTitle {
		margin: 30px 0 55px;
		font-size: 32px;
	}
	.instructor .entryTitle > span {
		font-size: 18px;
	}
	.instructor .header_prof {
		padding: 40px;
		background: #f0f6ea;
	}
	.instructor .header_prof dt {
		font-size: 18px;
	}
	.instructor .header_prof dd {
		margin: 0 0 30px;
		font-size: 16px;
	}
	.instructorSec h2 {
		margin-top: 50px;
		margin-bottom: 25px;
		padding: 0 0 10px;
		font-size: 28px;
	}
}
@media screen and (max-width: 768px) {
	.instructor .header_desc {
		width: 100%;
	}
	.instructor .header_pic {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
	}
  .instructor .entryLead {
		margin-bottom: 20px;
  	font-size: 22px;
  }
	.instructor .entryTitle {
		margin: 0 0 20px;
		font-size: 22px;
	}
	.instructor .entryTitle > span {
		font-size: 14px;
	}
	.instructor .header_prof dt {
		font-size: 14px;
	}
	.instructor .header_prof dd {
		margin: 0 0 10px;
		font-size: 14px;
	}
	.instructorSec h2 {
		margin-bottom: 15x;
		padding: 0 0 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 600px) {
	.instructor header {
		display: block;
	}
}

/* 関連記事 */
.instructor .TagRelationalHeading {
  margin: 0;
	padding: 0;
	font-size: 18px;
}
