@charset "utf-8";

.not_pc {
	display: block;
}

.not_sp {
	display: none;
}

.not_seminar_img_list {
	display: flex;
	flex-flow: row wrap;
}

.not_seminar_img_list .not_semina_img_list_nth {
	width: 33.3%;
	margin: auto;
}

.not_seminar_img_list .not_semina_img_list_nth::before {
	display: none;
}

.not_seminar_img_list .not_semina_img_list_nth {
	width: 33.3%;
	margin: auto;
}


.not_movie_load_box {
	text-align: center;
	margin: 1em auto;
}

.not_movie_load_box .not_movie_load_btn {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

.not_movie_load_box .not_movie_load_btn a {
	font-weight: 600;
	display: inline-block;
	padding:  0.3em 5em;
	color: #fff !important;
	background: #770000;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.not_movie_load_box .not_movie_load_btn a::before {
	top: 10px !important;
	left: 3.5em;
}

.not_movie_load_box .not_movie_load_btn a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {

.not_pc {
	display: none;
}

.not_sp {
	display: block;
}

}