.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}

body{
}
#header {
}

#header_inner {
	width: 100%;
	height: 133px;	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: left;
	width: 448px;
	margin: 0;
}

#header h1 a{
	display: block;
	width: 448px;
	margin: 0;
	padding: 0;
}

#header_menu {
	width: 100%;
	height: 133px;
	position: relative;
}
.logo_s{
	width: 100%;
	display: block;
	height: auto;
}


/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
#contents h1 {
	font-size: 1.8rem;
}
#pan{
	margin: 0 0 10px;
	border-top: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	font-size: 1.4rem;
	padding: 0 0;
}
#pan ul{
	font-size: 1.4rem;
	width: 100%;
	max-width: 1180px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	line-height: 40px;overflow-x: auto;
    white-space: nowrap;
	list-style: none;
	overflow-y: hidden;
}

#pan ul li{
	display: inline-block;
	position: relative;
	padding:0 15px;
}
#pan ul li.plist_1::before{
	font-family: "Font Awesome 5 Free";
    content: "\f015";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0 .5rem;	font-weight: 900;
	font-size: 2rem;

}
#pan ul li+li::after,
#pan ul li+li::before{
	content: "";
    width: 16px;
    height: 22px;
    border-right: 1px solid #666;
    display: inline-block;
    position: absolute;

}
#pan ul li+li::after{
    transform: rotate(15deg);
    left: -18px;
    bottom: 0;

}
#pan ul li+li::before{
    transform: rotate(-15deg);
    left: -18px;
    top: 0;
}
.topimg p{
	font-size:min( 3rem, 7vw);
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	height: 37.5vw;
	line-height: 37.5vw;
	font-weight: 800;
	-moz-text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
	-webkit-text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
	-ms-text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
}
.topimg .inner{
	height: 37.5vw;
}

.page_list{
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
.seminar_content .page_list .item{
	box-shadow: 0px 0px 4px 0px #aaa;
	margin: 10px;width:calc((100% - 40px) / 2);
}
.page_list .item{
	box-shadow: 0px 0px 4px 0px #aaa;
	margin: 10px;width: 100%;
}
.page_list .item a{
	display: block;
	margin: 0;
	color: #000;
}
.page_list .item img{
    width: 100%;
    display: block;
}
.page_list .item .icon{
    width: 100%;
    display: block;
    padding: 0;
	border-radius: 10px;
	position: relative;
}
.page_list .item .icon.non_view{
}
.page_list .item .icon.non_view::after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.page_list .item .name{
	text-align: left;
	padding: 5px;
	font-size: 1.4rem;
}
.page_list .item .ex_txt{
	text-align: left;
	padding: 5px;
	font-size: 1.4rem;
	color: #f00;
}
.movie_pager{
	display: flex;
	justify-content: center;
}

.movie_pager div{
	width: 45%;
	position: relative;
	background: #fff;
}
.movie_pager div.spacer{
	width: 1px;
	background: #ccc;
}
.movie_pager div p{
	text-align: center;
}
.movie_pager div a{
	display: flex;
	position: relative;
	flex-direction: column;
}
.movie_pager div a span{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}
.movie_pager div a i{
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 1em;
	font-size: 3rem;
}
.movie_pager div.next a i{
	right: 5px;
}
.movie_pager div.next a i{
	right: 5px;
}
.movie_pager div.prev a i{
	left: 5px;
}
.movie_pager div a img{
	width:calc(100% - 6rem);
	margin: auto;
	display: block;
}
.movie_pager div span.p_info{
	width:calc(100% - 4rem);
	margin: auto;
	display: block;
	text-align: center;
	color: #333;
	padding: 3em 0;
	border: 1px solid #ccc;
	background: #fafafa;
}
.discription{
	border: 2px solid #ddd;
	padding: 10px;
}

@media (orientation: landscape){
.movie_pager div{
	width: 45%;
	max-width: 300px;
	position: relative;
	background: #fff;
}
.movie_pager div.spacer{
	width: 1px;
	background: #ccc;
}
.movie_pager div p{
	text-align: center;
	color: #00326E;
	font-size: 1.8rem;
}
.movie_pager div a{
	display: flex;
	position: relative;
	flex-direction: row;
	align-items:center;
}
.movie_pager div a:hover{
	background: #eee;
}
.movie_pager div a span{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
	height: 2em;
	margin: 0 3rem;	
}
.movie_pager div a i{
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 1em;
	font-size: 3rem;
}
.movie_pager div a img{
	width:calc(50% - 6rem);
	min-width: 100px;
	margin:1rem  3rem;
	display: block;
}
.movie_pager div.next a i{
	right: 5px;
}
.movie_pager div.next a i{
	right: 5px;
}
.movie_pager div.prev a i{
	left: 5px;
}
.movie_pager div.next a span{
	margin-left: 0;
}
.movie_pager div.prev a span{
	margin: 0;
}
.movie_pager div.next a img{
	margin: 1rem;
}
.movie_pager div.prev a img{
	margin-right: 1rem;
}

	
	
	.page_list .item{
		width: calc(50% - 20px);
	}
}

#footer .footer_block{
	padding:20px;
}
#footer .footer_block ul{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 12em;
	font-size: 1.4rem;
}
#footer .footer_block li{
	list-style-type: none;
	margin: 0 0;
	text-align:left;
	width:50%;
	line-height: 2;
}
#footer .footer_block li a{
	color:#fff;
}
#footer .footer_block li a:hover{
	text-decoration:underline;
	color:#fff;
}
#pagetop {
	position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1;
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    width: calc(100% - 20px);
    left: 0;
	
}
#pagetop.absolute {
	position: absolute;
    right: 0;
    z-index: 1;
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    width: calc(100% - 20px);
    left: 0;
    top: -20px;
}
#pagetop a{
    position: absolute;
    right: 0;
    font-size: 2em;
	color: #00326E;
	background: rgba(255,255,255,.5);
	border-radius: 4em;
	text-align: center;
	width: 40px;
    height: 40px;
	line-height: 40px;
	border: 1px solid #00326E;
}
#pagetop.absolute a{
	background: rgba(255,255,255,1);
}

#pagetop a i{
	line-height: 40px;
	display: block;
}


@media screen and (max-width:374px) {
#footer .footer_block ul{
	height: auto;
}
#footer .footer_block li{
	width:100%;
}
 
}


