.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;
}
.header_btn{
	display: flex;
	justify-content: space-around;
	font-size: 1.2rem;
}
.header_btn a{
	padding: 8px;
	border-radius: 4px;
	border:1px solid #ddd;
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 5px;
}
.header_btn a:hover{
	box-shadow:0 0 5px #999;
}
.header_btn a.regist{
	border:1px solid #008000;
	background: #008000;
	color: #fff;
}


/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
#contents {
	min-height: calc(100vh - 88px);
}
#contents h1 {
	font-size: 1.8rem;
}
#pan{
	margin: 0 0;
	border-bottom:  1px solid #ccc;
	font-size: 1.4rem;
	padding: 0 0;
	background: #fff;
}
#pan ul{
	font-size: 1.4rem;
	width: 100%;
	max-width: 1180px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	line-height: 50px;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: 28px;
    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: 2.2rem;
	color: #fff;
	text-align: center;
	height: 27.5vw;
	line-height: 27.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;
}




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

.card {
    background: #fff;
    margin: 0 10px 20px;
	border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

.card a {
    margin: 0;
    display: block;
    color: #333;
}

.card:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
  }
.card a .imgbox {
	position: relative;
    display: block;
    border-radius: 4px 4px 0 0;
    width: 100%;
    overflow: hidden;

}

.card a .imgbox img {
	position: absolute;
	top: 0;
    display: block;
    border-radius: 4px 4px 0 0;
    width: 100%;
    transform: scale(1.1, 1.1);
    transition: .7s all;
}


.card:hover a .imgbox img {
    transform: scale(1, 1);
    transition: .7s all;
}

.card a p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 5px;
	font-weight: 500;
	margin: 5px;
	font-size: 1.4rem;
}

