.seminars_banner {
	padding: 20px 0 27px;
	margin-top: 110px;
	background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
	.seminars_banner {
		padding: 18px 19px 20px;
		margin-top: 0;
		margin-bottom: -10px;
	}
}
.seminars_banner picture {
	display: block;
	width: 100%;
	max-width: 748px;
	margin: 0 auto;
}
.seminars_banner picture img {
	width: 100%;
	height: auto;
}
.seminars_top {
	padding: 0 0 60px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.seminars_top {
		padding: 0 0 28px;
	}
}
.seminars_top .tab {
	display: flex;
	flex-flow: row nowrap;
	width: 700px;
	padding: 0;
	margin: 0 auto 32px;
	background-color: #fff;
	color: #2d4d98;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.3684210526;
	letter-spacing: 0;
	list-style: none;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.seminars_top .tab {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.seminars_top .tab {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top .tab {
		width: 220px;
		margin: 0 auto 10px;
		font-weight: 500;
		font-size: 14px;
		line-height: 1.8571428571;
		letter-spacing: 0;
	}
}
.seminars_top .tab li {
	flex: 0 0 50%;
	border: 1px solid #2d4d98;
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	height: 53px;
	white-space: nowrap;
	transition: background 0.2s;
	cursor: pointer;
	flex-direction: column;
	/* background: url(../media/images/seminars/icon_down.png) no-repeat right 12px center / 28px; */
	text-decoration: none;
}
.seminars_top .tab li.active {
	/* background: url(../media/images/seminars/icon_down_hover.png) no-repeat right 12px center / 28px #2e4d98; */
	background-color: #2e4d98;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.seminars_top .tab li {
		width: 100%;
	}
}
.seminars_top .tab li:first-child {
	border-radius: 5px 0px 0px 5px;
}
@media screen and (min-width: 768px) {
	.seminars_top .tab li:first-child {
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top .tab li:first-child {
		border-radius: 0;
		border-bottom: none;
	}
}
.seminars_top .tab li:first-child.active {
	border-right: none;
}
.seminars_top .tab li:last-child {
	border-radius: 0px 5px 5px 0px;
}
@media screen and (max-width: 767px) {
	.seminars_top .tab li:last-child {
		border-radius: 0;
	}
}
.seminars_top .tab li:last-child.active {
	border-left: none;
}
.seminars_top .tab li span {
	font-size: small;
}
.seminars_top p.notes {
	width: 1000px;
	margin: 34px auto 0;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: center;
}
@media print, screen and (max-width: 1200px) {
	.seminars_top p.notes {
		width: 90%;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top p.notes {
		width: 100%;
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0;
	}
	.seminars_top .tab li {
		height: 44px;
	}
	/* .seminars_top .tab li,
	.seminars_top .tab li.active {
		background-position: right 8px center;
	} */
}
.seminars_top .tag_selecter {
	display: flex;
	flex-flow: row wrap;
	width: 1100px;
	padding: 0 25px;
	margin: 53px auto 0;
}
@media print, screen and (max-width: 1200px) {
	.seminars_top .tag_selecter {
		width: 90%;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter {
		width: 100%;
		margin: 30px auto 0;
	}
}
.seminars_top .tag_selecter dt {
	width: 10%;
	padding: 8px 8px 0 0;
	color: #224e9d;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3333333333;
	letter-spacing: 0;
	position: relative;
}
@media print, screen and (max-width: 1200px) {
	.seminars_top .tag_selecter dt {
		width: 12%;
	}
}
@media screen and (max-width: 1024px) {
	.seminars_top .tag_selecter dt {
		width: 15%;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter dt {
		width: 100%;
		padding: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0;
	}
}
.seminars_top .tag_selecter dt:after {
	position: absolute;
	top: 6px;
	right: 1px;
	display: block;
	content: '|';
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter dt:after {
		position: unset;
		display: inline-block;
		padding-left: 8px;
	}
}
.seminars_top .tag_selecter dt:not(:last-child) {
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter dt:not(:last-child) {
		margin-bottom: 8px;
	}
}
.seminars_top .tag_selecter dd {
	width: 90%;
	padding-left: 20px;
	margin: 0;
}
@media print, screen and (max-width: 1200px) {
	.seminars_top .tag_selecter dd {
		width: 88%;
	}
}
@media screen and (max-width: 1024px) {
	.seminars_top .tag_selecter dd {
		width: 85%;
	}
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter dd {
		width: 100%;
		padding-left: 0;
	}
}
.seminars_top .tag_selecter dd:not(:last-child) {
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter dd:not(:last-child) {
		margin-bottom: 20px;
	}
}
.seminars_top .tag_selecter ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
}
.seminars_top .tag_selecter ul li {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	height: 30px;
	padding: 0 24px;
	margin: 6px 4px;
	background-color: #fff;
	color: #6574b7;
	font-weight: 500;
	font-size: 14px;
	line-height: 2.3571428571;
	letter-spacing: 0;
	border: 1px solid #fff;
	border-radius: 16px;
	white-space: nowrap;
	transition: border-color 0.2s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.seminars_top .tag_selecter ul li {
		height: 29px;
		margin: 5px 3px;
		font-weight: 500;
		font-size: 13px;
		line-height: 2.5384615385;
		letter-spacing: 0;
	}
}
.seminars_top .tag_selecter ul li.active {
	background-color: #6574b7;
	color: #fff;
	border: 1px solid #6574b7;
}
.seminars_top .tag_selecter ul li:hover {
	border: 1px solid #6574b7;
}
.seminars_main {
	padding: 75px 0 100px;
	background: url(../media/images/seminars/yamagata/bg_detail.png) repeat-y center top / 100% auto #f9efe2;
	position: relative;
	overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
	.seminars_main {
		padding: 75px 15px 100px;
	}
}
@media screen and (max-width: 767px) {
	.seminars_main {
		padding: 30px 15px 70px;
	}
}
.seminar_inner_list .disable {
	pointer-events: none;
}
.seminar_inner_list .disable::before {
	content: none !important;
}
.seminar_inner_list .no-img .speaker_info {
	width: 100% !important;
}
@media screen and (max-width: 767px) {
	.seminar_inner_list .no-img .speaker_info {
		margin-top: 0 !important;
	}
	.seminar_inner_list .no-img .speaker_info .name {
		margin-top: 0 !important;
	}
}
/* .seminar_list.type-1 p.seminar_info:after,
.date_wrap {
display: none
} */
.seminar_subtitle {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
	.seminar_subtitle {
		font-size: 22px;
		margin: 0 0 10px;
	}
}
.comming-soon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 50px;
}
@media screen and (max-width: 767px) {
	.comming-soon {
		height: 150px;
		font-size: 30px;
	}
}
.sheet {
	color: #224e9d;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0;
	white-space: nowrap;
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	.sheet {
		display: block;
		font-size: 13px;
		margin-left: 0;
	}
}
.seminar_outline.mb-0 {
	margin-bottom: 0 !important;
}
.list-type1 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
}
.list-type1 > li {
	text-indent: -15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.list-type1 {
		font-size: 14px;
	}
	.list-type1 > li {
		text-indent: -14px;
		padding-left: 14px;
		margin-bottom: 14px;
	}
}
.font-bold {
	font-weight: bold;
}
