@charset "UTF-8";
/* CSS Document */

/*--------------- study ---------------*/

.bg_study {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto 140px;
	padding: 48px 0;
	background-color: rgba(255,255,255,0.7);
}
@media only screen and ( max-width: 600px ) {
	.bg_study {
		margin: 0 auto 10%;
		padding: 5% 0;
	}
}
.mds_study {
	width: 90%;
	margin: 0 auto;
	padding: 0.7em;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	background-color: #ffe100;
	box-sizing: border-box;
	transition: all .5s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.mds_study.active {
	opacity: 1;
	top: 0;
}
.col_studylist {
	width: 90%;
	margin: 0 auto 60px;
	padding: 0;
}
@media only screen and ( max-width: 600px ) {
	.col_studylist { margin: 0 auto 12%; }
}
.col_studylist .cont {
	width: 100%;
	margin: 0;
	padding: 28px 12px;
	border-bottom: dashed 1px #bbb;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	transition: all .5s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.col_studylist .cont.active {
	opacity: 1;
	top: 0;
}
@media only screen and ( max-width: 700px ) {
	.col_studylist .cont {
		padding: 15px 0;
		display: block;
	}
}
.col_studylist .cont dl.theme {
	width: calc( 100% - 175px );
	margin: 0;
	padding: 0;
	display: flex;
}
@media only screen and ( max-width: 700px ) {
	.col_studylist .cont dl.theme {
		width: 100%;
		margin: 0 0 10px;
	}
}
.col_studylist .cont dl.theme dt {
	width: 66px;
	margin: 0 5px 0 0;
	padding: 2px 0 0;
}
@media only screen and ( max-width: 600px ) {
	.col_studylist .cont dl.theme dt {
		width: 50px;
		font-size: 12px;
	}
}
.col_studylist .cont dl.theme dt .bg {
	width: 56px;
	height: 24px;
	margin: 0;
	padding: 1px 4px 0;
	text-align: center;
	background-color: #ffe100;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	z-index: 0;
}
@media only screen and ( max-width: 600px ) {
	.col_studylist .cont dl.theme dt .bg {
		width: 40px;
		height: 22px;
	}
}
.col_studylist .cont dl.theme dt .bg::after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #ffe100;
	border-top: solid 12px rgba(255,255,255,0);
	border-bottom: solid 12px rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 100%;
}
@media only screen and ( max-width: 600px ) {
	.col_studylist .cont dl.theme dt .bg::after {
		border-top-width: 11px;
		border-bottom-width: 11px;
	}
}
.col_studylist .cont dl.theme dd {
	width: calc( 100% - 71px );
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
}
@media only screen and ( max-width: 600px ) {
	.col_studylist .cont dl.theme dd {
		width: calc( 100% - 60px );
		font-size: 16px;
	}
}
.col_studylist .cont ul.list_date {
	width: 175px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
@media only screen and ( max-width: 700px ) {
	.col_studylist .cont ul.list_date { width: 100%; }
}
.col_studylist .cont ul.list_date li {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.col_studylist .cont ul.list_date li:last-child { margin-bottom: 0; }
.col_studylist .cont ul.list_date li .fin {
	width: 58px;
	margin: 0 0 0 30px;
	padding: 1px 0 2px;
	color: #fff;
	text-align: center;
	background-color: #000;
}
