.detail_top_inner {
	width: 1200px;
	padding: 80px 50px 25px;
	margin: 0 auto;
}
@media print, screen and (max-width: 1200px) {
	.detail_top_inner {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.detail_top_inner {
		padding: 28px 30px 8px;
	}
}
.detail_top_inner .company_info {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info {
		margin-bottom: 30px;
	}
}
.detail_top_inner .company_info img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 113px;
	margin-right: 35px;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info img {
		margin-right: 0;
		margin-bottom: 14px;
	}
}
.detail_top_inner .company_info_text {
	position: relative;
	padding-left: 25px;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info_text {
		padding-left: 0;
	}
}
.detail_top_inner .company_info_text:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 1px;
	height: 110px;
	background-color: #b1b1b1;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info_text:before {
		content: none;
	}
}
.detail_top_inner .company_info_text h2 {
	margin: 0;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info_text h2 {
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
.detail_top_inner .company_info_text h2:after {
	content: none;
}
.detail_top_inner .company_info_text p {
	margin: 0;
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.5882352941;
	letter-spacing: 0;
	display: none;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_info_text p {
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0;
	}
}
.detail_top_inner .company_link {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_link {
		font-weight: 500;
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0.03em;
	}
}
.detail_top_inner .company_link li {
	padding-left: 12px;
	margin-right: 20px;
	color: #224e9d;
	position: relative;
}
@media screen and (max-width: 767px) {
	.detail_top_inner .company_link li:not(:last-child) {
		margin-bottom: 1px;
	}
}
.detail_top_inner .company_link li:before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #8cbdd5;
	border-radius: 3px;
}
.detail_middle {
	background: url(../media/images/seminars/yamagata/bg_detail.png) repeat-y center top / 100% auto #f8f4ed;
	position: relative;
	overflow: hidden;
}
.detail_middle ul {
	position: relative;
	z-index: 1;
	width: 1200px;
	padding: 95px 50px 95px;
	margin: 0 auto;
	list-style: none;
}
@media print, screen and (max-width: 1200px) {
	.detail_middle ul {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.detail_middle ul {
		padding: 30px 30px 50px;
	}
}
.detail_middle ul li {
	padding: 28px 45px 24px;
	background-color: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.detail_middle ul li {
		padding: 20px 25px 20px 35px;
	}
}
.detail_middle ul li:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.detail_middle ul li:not(:last-child) {
		margin-bottom: 8px;
	}
}
.detail_middle ul li h3 {
	margin: 0 0 10px;
	color: #224e9d;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 767px) {
	.detail_middle ul li h3 {
		margin: 0 0 8px;
		font-weight: 500;
		font-size: 17px;
		line-height: 1.4117647059;
		letter-spacing: 0;
	}
}
.detail_middle ul li h3:before {
	position: absolute;
	top: 1px;
	left: -15px;
	display: block;
	content: '';
	width: 5px;
	height: 100%;
	background-color: #8cbdd5;
}
@media screen and (max-width: 767px) {
	.detail_middle ul li h3:before {
		top: 4px;
		left: -16px;
		height: 86%;
	}
}
.detail_middle ul li p {
	margin: 0;
	white-space: pre-wrap;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.detail_middle ul li p {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: 0;
	}
}
.article_body {
	background-color: #f4f8fc;
	padding: 80px 0 120px;
}
.article_container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.article_date {
	color: #031e77;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.article_title {
	font-size: 28px;
	color: #224e9d;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
.article_editor {
	font-size: 15px;
	font-weight: 400;
	line-height: 2.1333;
	color: #000;
}
@media screen and (max-width: 767px) {
	.article_body {
		padding-bottom: 80px;
	}
	.article_date {
		margin-bottom: 10px;
	}
	.article_title {
		font-size: 23px;
		margin-bottom: 20px;
	}
}
