@charset "utf-8";
/* seminer.css Document */
.pc{
	display: none;
}
.seminer_first_txt{
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
.seminer_cv li{
	margin-bottom: 1.2em;
}
.kouza li{
	margin-bottom: 1.2em;
}
.seminer_menu_ex{
	display: flex;
	flex-wrap: wrap;
}
.seminer_menu_ex li{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1em;
	box-sizing: border-box;
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 10px;
}
.seminer_menu_ex li img{
	width: 100%;
}
/*PC用*/
@media only screen and (min-width: 480px) {
.pc{
	display: block;
}
.sp{
	display: none;
}
.seminer_first_txt{
	font-size: x-large;
}
.seminer_first_txt span{
	display: block;
	}
.seminer_cv{
	display: flex;
	justify-content: space-between;
}
.seminer_cv li{
	width: 45%;
	}
.kouza{
	display: flex;
	justify-content: space-between;
}
.kouza li{
	width: 45%;
	}
.seminer_menu_ex li{
	width: 31%;
	margin-right: 2%;
}
}

