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

div#contents_container{
	padding-bottom: 40px;
}

/*----------------------------------------------------------------*/
/*---sec_schedule-------------------------------------------------------------*/

div#sec_schedule{
	width: 100%;
}

div#schedule_generator_list{
	width: 100%;
	min-height: 70vh;
	background-color: rgba(0,0,0,0.03);
	padding: 20px 7%;
}

.sci_21{background-color: #46bacf; background-image:url(../../img/common/icon/sche_begi_wh.svg);}
/* .sci_1{background-color: #fdcd56; background-image:url(../img/common/icon/sche_class_l.svg);}
.sci_2{background-color: #46ceac; background-image:url(../img/common/icon/sche_class_k.svg);}
.sci_3{background-color: #eb5463; background-image:url(../img/common/icon/sche_class_s.svg);} */

.sci_21{background-color: #46bacf;}
.sci_1{background-color: #fdcd56;}
.sci_2{background-color: #46ceac;}
.sci_3{background-color: #a462c7;}

.sci_4{background-color: #a462c7;}
.sci_5{background-color: #fdcd56;}
.sci_6{background-color: #46ceac;}

/*----------------------------------------------------------------*/
/*---ctg_class_icon-------------------------------------------------------------*/

div#sec_schedule > ul.ctg_class_icon{
	width: 100%;
	padding: 0 7%;
	margin-top: -6px;
	margin-bottom: 20px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_schedule > ul.ctg_class_icon li{
	font-size: 13px;
	font-weight: 500;
	margin-top: 6px;
	margin-right: 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_schedule > ul.ctg_class_icon li:first-child{
}

div#sec_schedule > ul.ctg_class_icon li span{
	height: 22px;
	color: #ffffff;
	font-size: 12px;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.05em;
	padding: 0 4px;

	overflow: hidden;
	margin-right: 5px;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

div#sec_schedule > ul.ctg_class_icon li span.sci_21{
	width: 24px;
	height: 24px;
	background-size: 14px;
	background-position: center center;
	text-indent: -99999px;

	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
