@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{ margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 1200px;
	margin: 0 auto;
}
#contents_02 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header + #contents {
	padding-top: 50px;
	float: left;
	clear: both;
}

.inner {
	position: relative;
	/*margin: auto;*/
}

a {
	color: #000;
}
a:hover {
	color: #000;
}
a:link {
	text-decoration: underline;
}

h1 {
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}

/*dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}*/

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	width: 50%;
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR p{
	font-size: 16px;
	width:55%;
	float:left;
}
.imgR img {
	float:right;
	width: 40%;
	margin-top: -40px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR p{
	font-size: 12px;
	padding-bottom: 10px;
	width: 100%;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
		width: 100%;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

.alpha a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: red;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 26px;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

/* ボタン */
.btn_02 a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #595959;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 26px;
}
.btn_02 a:hover {
	color: #fff;
	background: #333;
}

/* ボタン */
.btn_r a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #999999;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 16px; 
}
.btn_r a:hover {
	color: #fff;
	background: #333;
}


/* ボタン */
.btn_ev a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #595959;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 26px;
}
.btn_ev a:hover {
	color: #fff;
	background: #333;
}
@media screen and (max-width:767px) {
.btn_ev a {font-size: 18px;}
.sub_copy{font-size: 12px;}
}
/* ボタン */
.btn_03 a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #999999;
	border-radius: 5px;
	margin-left: 300px;
	font-size: 16px;
	text-align: center !important;
}
.btn_03 a:hover {
	color: #fff;
	background: #333;
}
@media screen and (max-width:767px) {
.btn_03 a {font-size: 14px; margin-left: 0px;}
}

.btn_04 a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: red;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 26px;
}
.btn_04 a:hover {
	color: #fff;
	background: #333;
}

.btn_04 a p{
	font-size: 18px;
}



/* 1カラム */
.oneCol{
	margin: 15px 0 15px 0;
	position: relative;
}
.oneCol p{
	font-size: 17px;
	float: left;
	width: 100%;
}
.oneCol p.s_cop{
	font-size: 16px;
	float: left;
	width: 100%;
}
.oneCol .sub_copy{
	font-size: 13px;
	line-height: 1.7em !important;
	float: left;
	width: 100%;
}
.oneCol img{
	margin-bottom: 1.5em;
	float: left;
}
.oneCol .inner{
	width: 100%;
	height:250px;
	margin: -30px 0 0 0;
	position: relative;
	display: block;
}
.oneCol .inner > a {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width:767px) {
	.oneCol{
	width: 100%;
}
	.oneCol p{
	font-size: 12px;
	width: 100%;
	float: left;
	}
	.oneCol img{
	width: 100%;
	float: left;
	}
	.oneCol .inner{
	width: 100%;
	height:200px;
}
.oneCol .sub_copy{
	font-size: 12px;
}
.oneCol .sub_tittle{
	font-size: 12px !important;
}
}
	
	
/* 1カラム */
.e_oneCol{
	margin: 15px 0 15px 0;
	position: relative;
	border:1px solid #dedede;
	height:270px;
}
.e_oneCol p{
	font-size: 17px;
	float: left;
	width: 100%;
}
.e_oneCol p.s_cop{
	font-size: 16px;
	float: left;
	width: 100%;
}
.e_oneCol .sub_copy{
	font-size: 13px;
	line-height: 1.7em !important;
	float: left;
	width: 100%;
}
.e_oneCol img{
	margin-bottom: 1.5em;
	float: left;
}
.e_oneCol .inner{
	width: 100%;
	margin: -30px 0 0 0;
	position: relative;
	display: block;
}
.e_oneCol .inner > a {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width:767px) {
	.e_oneCol{
	width: 100%;
	height:420px;
}
	.e_oneCol p{
	font-size: 12px;
	width: 100%;
	float: left;
	}
	.e_oneCol img{
	width: 100%;
	float: left;
	}
	.e_oneCol .inner{
	width: 100%;
	height:200px;
}
.e_oneCol .sub_copy{
	font-size: 12px;
}
.e_oneCol .sub_tittle{
	font-size: 12px !important;
}
}

	
.e_oneCol .inner .inner_ttl {
	margin: 18px 0 0 30px;
	font-size: 24px;
	line-height: 1.3em;
	text-align: left !important;
}	
	
.e_oneCol .inner .inner_ttx {
	text-align: left !important;
	margin: 20px 0 80px 30px;
	font-size: 16px;
	line-height: 1.5em;
}
.e_oneCol .inner .inner_ttx p{
	font-size: 22px;
	font-weight: bold;
}	


/* 1カラム */
.s_oneCol{
	margin: 15px 0 15px 0;
	position: relative;
	border:5px solid #ffd6cb;
	height:270px;
}
.s_oneCol p{
	font-size: 17px;
	float: left;
	width: 100%;
}
.s_oneCol p.s_cop{
	font-size: 16px;
	float: left;
	width: 100%;
}
.s_oneCol .sub_copy{
	font-size: 13px;
	line-height: 1.7em !important;
	float: left;
	width: 100%;
}
.s_oneCol img{
	margin-bottom: 1.5em;
	float: left;
}
.s_oneCol .inner{
	width: 100%;
	margin: -30px 0 0 0;
	position: relative;
	display: block;
}
.s_oneCol .inner > a {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width:767px) {
	.s_oneCol{
	width: 100%;
	height:460px;
}
	.s_oneCol p{
	font-size: 12px;
	width: 100%;
	float: left;
	}
	.s_oneCol img{
	width: 100%;
	float: left;
	}
	.s_oneCol .inner{
	width: 100%;
	height:200px;
}
.s_oneCol .sub_copy{
	font-size: 12px;
}
.s_oneCol .sub_tittle{
	font-size: 12px !important;
}
}

	
.s_oneCol .inner .inner_ttl {
	margin: 13px 0 0 30px;
	font-size: 36px;
	line-height: 1.3em;
	text-align: left !important;
}
.s_oneCol .inner .inner_rttl {
	text-align: center;
	padding: 3px;
	background: #7e7e7e;
	color:#fff;
	margin: 0 0 -15px 30px;
	font-size: 16px;
	line-height: 1.3em;
	width: 450px;
}
@media screen and (max-width:767px) {	
.s_oneCol .inner .inner_rttl {
	width: 300px;
	font-size: 14px;
	}
.br-sp {
	display: none;
	}
}	

.s_oneCol .inner .inner_ttx {
	text-align: left !important;
	margin: 20px 0 60px 30px;
	font-size: 16px;
	line-height: 1.5em;
}
.s_oneCol .inner .inner_ttx p{
	font-size: 20px;
	font-weight: bold;
}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	align-items: flex-start;
}
.twoCol .inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: left;
	-webkit-box-align: left;
	-webkit-align-items: left;
	align-items: left;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 0 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}

dl.inq dt{font-size: 14px;}
dl.inq dd{margin-bottom: 30px; font-size: 16px;}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}


@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}



/* イベント2カラム（スマートフォンでは2カラム) */
.e_twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	/*display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify; 
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	/*overflow: hidden;*/
}
.e_twoCol .inner {
	position: relative;
	/*display: -ms-flexbox;*/
	display: -webkit-box;
	display: -webkit-flex;
	/*display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;*/
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	/*justify-content: space-between;*/
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: calc((478 / 980) *100%);
	/*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));*/
border:1px solid #dedede;
	/*border-radius:5px;*/
	float: left;
	margin-right:2%;
	height: 450px;
}
.e_twoCol .inner:nth-child(2n) {
	margin-right:0% !important;
}
.e_twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.e_twoCol .inner img,.twoCol .inner img {
	width: 100%;
	margin:0 auto;
	margin-top:20px;
}
.e_twoCol .inner .inner_ttl {
	margin: 18px 0 0 18px;
	font-size: 24px;
	line-height: 1.3em;
	text-align: center !important;
}
.e_twoCol .inner .inner_ttx {
	text-align: left !important;
	margin: 20px 0 0 18px;
	font-size: 16px;
	line-height: 1.5em;
}
.e_twoCol .inner .inner_ttx p{
	font-size: 22px;
	font-weight: bold;
}
.e_twoCol .inner .ev_btn,.twoCol .inner .ev_btn {
	text-align: center;
	padding: 5px;
	background: red;
	width: 50%;
	/*position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);*/
	border-radius: 5px;
}
.e_twoCol .inner .flg {
	padding: 2px;
	text-align: center;
	font-size: 13px;
	width: 60px !important;
	color: white;
	background-color: #ff1706;
	border-color:  #ff1706;
	border-width: 1px;
	border-style: solid;
	margin-right: 1%;
	position: absolute;
	top:30px;
	left:30px;
}

.e_twoCol .inner .course {
	padding: 2px;
	text-align: center;
	width: 60px !important;
	font-size: 13px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #000;
	margin-right: 3%;
	margin-bottom: 0px;
	position: absolute;
	top:30px;
	right:20px;
}


.e_twoCol .inner .flg_b {
	padding: 2px;
	text-align: center;
	font-size: 13px;
	width: 60px !important;
	color: white;
	background-color: #000;
	border-color:  #000;
	border-width: 1px;
	border-style: solid;
	margin-right: 1%;
	position: absolute;
	top:30px;
	left:30px;
}

.pos_t10 {
	position: absolute;
	top:-60px;
	margin-top: 20px;
	font-size: 18px;
}
.pos_b10 {
	position: absolute;
	bottom:10px;
}
.e_twoCol .inner .ev_btn a,.twoCol .inner .ev_btn a {
	display: block;
	color:#fff;
	text-decoration: none;
}
.e_twoCol .inner .ev_btn a:hover,.twoCol .inner .ev_btn a:hover {
	color:#fff;
	text-decoration: none;
}
.e_twoCol .inner .online_movie_bal {
	text-align: center;
	padding: 3px 0px 3px 0px;
	background: #000;
	margin: 0 auto;
	margin-top:20px;
	width: 90%;
	font-size: 12px;
	color:#fff;
}
.bg_g{background: #f5f5f5; padding:20px 0px 20px 0;}

.bg_gy{background: #f5f5f5;}
.bg_gb{background: #edf5f9;}
.bg_go{background: #f9eeee;}
.bg_gw{background: rgba(255,255,255,1);}
.bg_gg{background: rgba(245,245,245,1);}


.ev_ttl{padding: 45px 0 0 0; font-size: 24px; text-align: left; font-weight: bold;}
.ev_ttl p{font-size: 24px;}
.ev_m_ttl{padding-top: 15px; font-size: 38px; text-align: left; font-weight: bold; text-align: center; margin-bottom: 30px;}
.ev_m_ttl span{font-size: 24px;}
@media screen and (max-width:767px) {
	.ev_ttl{font-size: 18px;}
	.ev_m_ttl{font-size: 22px;}
	.ev_m_ttl p{font-size: 14px;}
	dl.inq dt{font-size: 14px;}
	dl.inq dd{margin-bottom: 30px; font-size: 16px;}
}


@media screen and (max-width:767px) {
.e_twoCol .inner {margin-bottom: 50px;}
.e_twoCol .inner .inner_ttx,.twoCol .inner .inner_ttx {font-size: 14px;}
.e_twoCol .inner .inner_ttx p,.twoCol .inner .inner_ttx p{font-size: 18px;}
.e_twoCol .inner .flg,.e_twoCol .inner .course,.e_twoCol .inner .flg_b {
	font-size: 12px;
	width: 40px !important;
}
	ul.nav{
	padding-top: 3%;
	width: 90%;
	margin: 0 auto;
	}
	ul.nav{
	margin-right: 0px !important;
	}
	ul.nav li.top_btn a{
	margin-bottom: 8px;
	width: 90%;
	margin-right: 0px !important;
	}
	.e_twoCol .inner:nth-child(2n) {
	margin-right:0% !important;
	}
	.e_twoCol {
		display: block;
		margin-bottom: 20px;
	}
	.e_twoCol .inner {
		box-sizing: border-box;
		width: 100%;
		height: 380px;
	}
	.e_twoCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.e_twoCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
	.e_twoCol .inner .inner_ttl,.twoCol .inner .inner_ttl {
	font-size: 18px;
	}
	.s_oneCol .inner .inner_ttl {
	font-size: 22px;
	}
	.e_twoCol .inner .inner_ttx,.e_twoCol .inner .ev_btn,.e_twoCol .inner .online_movie_ttl,.twoCol .inner .ev_btn {
	font-size: 12px;
	}
	.pos_t10 {font-size: 14px;
	}
	.movie_notice{
	font-size: 14px;
	}
}

ul.nav{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 8%;
	padding-top: 0%;
	}

ul.nav li.top_btn a{
	font-size: 125%;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 8px;
	text-align: center;
	color: white;
	background-color: #62abd4;
	float: left;
	width: 326px;
	text-decoration: none;
}
ul.nav li.top_btn a.btn_off{
	background-color: #d2d2d2;

}

ul.nav li.top_btn a:hover{
	background-color: #909090;
}

ul.nav li.top_btn:nth-child(3) a {
	margin-right: 0px;
}




/* 5カラム（スマートフォンでは2カラム) */
.fiveCol {
	clear: both;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.fiveCol .inner {
	position: relative;
	/* overflow: hidden; */
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((180 / 980) *100%);
	margin: 0 0 20px 0;
}
.fiveCol .inner .image {
	border-color: #bfbfbf;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	min-height: 0%;
}
.fiveCol .inner img {
	width: 100%;
}
.fiveCol .inner p{font-size: 18px; font-weight: bold;}

@media screen and (max-width:767px) {
	.fiveCol {
		display: block;
		margin-bottom: 20px;
	}
	.fiveCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fiveCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fiveCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
	.fiveCol .inner p{font-size: 14px;}
}

/*================================================
 *  トップヘッダー
 ================================================*/
.main{
	/*max-height: 500px;*/
	position: relative;
}
.main .logo{
	position: absolute;
	top:10px;
	left:10px;
	width: 100px;
}
.main img{
	height: auto;
	width: 100%;
}
.main .inq_btn a{
	position: absolute;
	top:0px;
	right:10px;
	width: 140px;
}
.main .online_movie_ttl{
	position: absolute;
	top:38%;
	left:12%;
	font-size:40px;
	line-height: 1.3em;
}
@media screen and (max-width:768px) {
.tab_top10{
margin-top: 60px;
}
	.main .inq_btn a{
	width: 80px;		
	right:0px;
	}
	.main .inq_btn a{
	padding-top:  0%;
	}
	.main .inq_btn a:link img{
	z-index:100;
	}
	.main h1 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
	}
	.main .online_movie_ttl{
	font-size:18px;
	top:40px;
	left:10px;
	margin-bottom: 20px;
	}
	.main .logo{
	width: 60px;
}
}


@media screen and (max-width:768px) {
	.main_sem .inq_btn a{
		width: 120px;
	}
	.main_sem .inq_btn a{
	padding-top:  0%;
	}
	.main_sem .inq_btn a:link img{
	z-index:100;
	}
	.main_sem h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
	}
}


/*================================================
 *  コンテンツヘッダー
 ================================================*/
@media print, screen and (min-width:769px) {
.main_con header.content {
bottom: 0;}
}
.main_con header.content {
	height: 55px;
	background: rgba(45,45,45, 0.4);
	display: flex;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	margin: auto;	
}
.main_con header.content.fixed{
	position: fixed;
	top: 0;
}

.main_con header.content h1 img {
	display: none;
}

@media screen and (max-width:768px) {
	.main_con header.content {
		padding: 0 0 0 10px;
		position: absolute;
		top:0px;
	}
	.main_con h1{
		z-index: 100;
	}
	/*.main_con h1 img.toggle_pc { display: none!important; }
	.main_con h1 img.toggle_sp { display: block!important; }*/
	.main_con h1{
	position: absolute;
	top:10px;
	left:10px;
	width: 80px;
}
.main_con h1.title{
	 display: none!important;
}
}

.main_con{
	max-height: 500px;
	overflow: hidden;
	position: relative;
}
.main_con h1{
	position: absolute;
	top:10px;
	right:10px;
	width: 80px;
}
.main_con h1.title{
	position: absolute;
	top:10px;
	left:10px;
	width: 400px;
}
@media screen and (max-width:1200px) {
.main_con h1.title{
	width: 300px;
}
}
.main_con img{
	height: auto;
	width: 100%;
}
/*@media print, screen and (min-width:769px) {
.main_con h1 img.toggle_pc { display: block!important; }
.main_con h1 img.toggle_sp { display: none!important; }
}*/
/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: left;
		margin: auto;
	}

	/* 共通 */
	nav.gnav ul {
		text-align: center;
		
	}
	nav.gnav ul li {
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background: #097CBC;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #fff;
		color: #097CBC;
	}
	
	nav.gnav ul li.close {
		list-style: none;
	}
	nav.gnav ul li.close {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background: #DDDDDD;
		color: #EEEEEE;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		width: 160px;
		height: 39px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		list-style: none;
		line-height: 40px;
		background: #097CBC;
	}
		nav.gnav > ul > li.close {
		width: 160px;
		height: 39px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		list-style: none;
		line-height: 40px;
		background: #DDDDDD;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #000;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 20px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
/* footer */
#footer {
	float: left;
	width:100%;
	background: #DDDDDD;
	margin-top: 0 !important;
}
.footerwrap {
	position:relative;
	margin:0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

footerwrap ul > :first-child + * + * + * + * + *{
	border-right: 1px solid #333 !important;
	padding-right: 10px !important;
}
.footerwrap li:last-child{
	border-right: none !important;
	padding-right: 0 !important;
}

.copyright {
	letter-spacing:0.4px!important;
	font-size:0.9em;
	text-align:center;
}

#foot_group_nav{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}
#foot_group_nav p{
	color: #005EAE;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#foot_group_nav li {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}
#foot_group_nav li a{
	color: #000;
}
#foot_group_nav li i{
	padding-leftt: 3px;
	line-height: 30px;
}

#foot_group_nav li:first-child {
    clear: both;
    float: left;
    border-right: 2px solid #999;
    padding-right: 10px;
    padding-left: 0px
}
#foot_group_nav li{
	border-right: none;
}
#foot_group_nav li img,.footerwrap p a img{
	padding-left: 5px;
}
.footerwrap p a{
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	float: left;
	display:inline-block;
}

@media screen and (max-width:767px) {
	#footer{
		background: #DDDDDD;
	}
	#footer .nav{
		display: none;
	}
	
	#wrapper,
	.footerwrap,
	.footerwrap .inquirywrap,
	#foot_group_nav{
		width: auto;
		padding-left: 10px;
	}
	#foot_group_nav {
		border-top: none;
	}
	#foot_group_nav li{
		width: 300px;
		text-align: left;
		float: left;
		padding-left: 5px;
		line-height: 2em;
	}
	#foot_group_nav li:first-child{
		border-right: none;
		padding-left: 5px;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
}



/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner { width: 100%; }
	#contents { box-sizing: border-box; width: 100%; padding: 0 10px; }
	#contents_02 { box-sizing: border-box; width: 100%; padding: 0 10px; }
	footer { width: 100% }
	.lock { overflow: hidden; }
}
/*
table
*/
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	display: block;
}
th p.flg{padding: 2px!important;
	text-align: center;
	font-size: 13px;
	width: 40px!important;
	color: white;
	background-color: black;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	margin:0 auto;
	}

@media screen and (max-width:767px) {
table {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
th {
	width: 25%;
}
td {
	width: 25%;
}
th p.flg{
	font-size: 12px;
	margin-left:50px;
	}
}


th,td{font-size: 14px; font-weight: bold;}
th span,td span{font-size: 48px; font-weight: bold;}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
	width: 280px;
}
td {
	background-color: #ffdada;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	width: 280px;
}
th img,td img{width: 40%;}
/*
information
*/
.info_ttl{ font-size: 20px; }
.info_ttl li{ clear: both; width: 100%; font-weight: bold; }
.info_ico{ font-size: 12px; float: right; width: 20%; }
.info_ico{ padding-left: 10px; padding-bottom: 5px; padding-right: 10px; padding-top: 5px; display: block; margin-right: 10px; position: relative; text-align: center; background: #097CBC; color: #fff; width: 80px; }
@media screen and (max-width:767px) {
	table.info{ width: 100%; }
	table.info th{ width: auto; display: block; border-bottom: 0px }
	table.info td{ display: block; padding: 0px 0px 30px 0px; }
	.info_ttl{ font-size: 16px; }
	.info_ico{ width: 50px; font-size: 10px; padding: 4px 6px; }
}

/*================================================
 *  PCコンテンツ
 ================================================*/
 
.lg_ttl{padding-top: 20px; font-size: 45px; font-weight: bold; text-align: center;}
.cn_ttl{margin: 20px 0 20px 0; float: left;width: 100%; background-color: #cccccc; position: relative;}
.cn_ttl p{text-align: left; padding-bottom: 7px; padding-top: 7px; padding-left: 70px; font-size: 24px;}
.cn_ttl img{width: 60px; position: absolute; top:-12px; left:10px;}
.cn_ttl span{font-size: 120%;}
.cn_copy{float: left; padding-bottom: 25px; padding-top: 25px; font-size: 16px;}
.prd_ttl{ margin-top: 50px; margin-bottom: 20px; padding-bottom: 10px; padding-top: 10px; float: left; width: 100%; color: white; background-color: #7f7f7f;}
.prd_ttl p{ line-height: 1.3em; font-size: 34px; text-align: left; font-weight: bold; margin-left: 20px; }
.sub_ttl span{ color: red; font-size: 130%;}
.sub_ttl{border-bottom-color: #bfbfbf; border-bottom-width: 1px; border-bottom-style: dotted; width: 100%; padding-bottom: 5px; padding-top: 10px; font-size: 22px; }
.s_sub_ttl{width: 100%; padding-bottom: 5px; padding-top: 5px; font-size: 20px; float: left; }
.sub_ttl_02{width: 100%; padding-bottom: 5px; padding-top: 10px; font-size: 24px; }
.qst{ clear: both; display: inline-block; height: 580px; float: left; position: relative; width: 100%;}
.qst ul.inner{  position: absolute;
  top: 35%;
  left: 49%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  }
.qst ul.inner li{ padding-bottom: 20px; padding-top: 0px; padding-left: 40px; font-size: 22px; font-weight: bold; background: url('../img/home/check_ico.png') no-repeat; width: 100%; white-space: nowrap; }
.qst ul.inner li span{ font-size: 140%; color: red;}
.qst ul.inner li.arrow{background-image : none; text-align: center; padding-left: 0px; float: left;}
.qst ul.inner li.arrow img{text-align: center; width: 40%;}
.qst ul.inner li.fa{background-image : none; text-align: center; float: left; padding-left: 0px; font-size: 28px; } 
.qst dl dt.slash{ background-image : none; left: 680px; bottom: 40px; position: absolute;} 
.qst dl dt.slash img{ height: 80px; } 
.qst dl dt.sub{ background-image : none; left: 260px; bottom: 40px; position: absolute;} 
.qst dl dt.sub img{ height: 160px; } 
.qst dl dt.name{ background-image : none; left: 520px; bottom: 80px; position: absolute; font-size: 26px; font-weight: bold;}} 
.oneCol .inner p.ttl,.threeCol .inner p.ttl{padding-bottom: 5px; text-align: center; font-size: 18px; font-weight: bold;}

.oneCol .inner p.cp,.threeCol .inner p.cp {

  display: inline-block;
  padding : 0.3em 0;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  background: #ffdada;
  text-align: center;
clear: both;
width: 100%;
font-weight: bold;
}

dl.pr{clear: both; margin-bottom: 20px; padding-bottom: 20px; border-bottom-color: #bfbfbf; border-bottom-width: 1px; border-bottom-style: solid; height: auto; position: relative; width: 100%; float: left;}
dl.pr dt.pr_im{ padding-left: 10px; padding-top: 10px; width: 40%; float: left;}
dl.pr dt.pr_new{margin-left: 20px; padding-left: 10px; padding-top: 20px; width: 50%; float: right;}
dl.pr dt.pr_new p{ text-align: center; width: 80px; padding: 3px; font-size: 18px; font-weight: bold; background-color: red; color: white; }
dl.pr dt.pr_ttl{ font-size: 24px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: right;}
dl.pr dt.pr_cm{ font-size: 14px; margin-left: 35px; padding-left: 10px; padding-top: 5px; width: 50%; float: right; text-align: left;}
dl.pr dt.pr_sttl{ font-size: 16px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 15px; width: 50%; float: right;}
dl.pr dt.pr_sr{ font-size: 32px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: right;}
dl.pr dt.pr_ps{ color: red; font-size: 16px; font-weight: bold; margin-left: 20px; padding-left: 10px; padding-top: 5px; width: 50%; float: right;}
dl.pr dt.pr_btn{ margin-right: 20px; margin-left: 20px; padding-left: 10px; padding-top: 30px; width: 50%; float: right;}
.balloon_box{padding: 20px 0 20px 0; width: 100%; text-align: center; background-color: #f1f1f1;  border-radius: 10px; margin-top: 20px;}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  background: #e0edff;
  border-radius: 5px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon p {
  margin: 0;
  padding: 0;
}
p.notice{font-size: 16px;}
 /*================================================
 *  スマホコンテンツ
 ================================================*/
@media screen and (max-width:768px) {
 /*.scroll {
    overflow: auto;
    white-space: nowrap;
}*/
.btn_03 a{margin-top:10px;}
.sub_ttl_02{font-size: 16px; }
.oneCol .inner p.cp{width: 100%;}
.lg_ttl{padding-top: 15px; font-size: 18px;}
.cn_ttl{margin: 10px 0 10px 0; float: left;width: 100%; background-color: #cccccc; position: relative;}
.cn_ttl p{padding-bottom: 5px; padding-top: 5px; padding-left: 46px; font-size: 14px; }
.cn_ttl  img{ width: 40px;}
.cn_copy{float: left; padding-bottom: 15px; padding-top: 15px; font-size: 12px;}
.sub_ttl{  font-size: 16px; margin-top:20px;}
.s_sub_ttl{  font-size: 15px;}
.oneCol p.s_cop{  font-size: 14px;}
.prd_ttl{width: 100%;}
.prd_ttl p{  font-size: 20px; }
.qst{ height: 300px; }
.qst ul.inner{ 
  top: 50%;}
.qst ul.inner li{ font-size: 14px; background-image : none; width: 100%; padding-right: 0px; padding-bottom: 10px; padding-top: 5px; padding-left: 0px; white-space: normal;}
.qst ul.inner li.fa{font-size: 18px; } 
.qst dl dt.slash img{ display: none; } 
.qst dl dt.sub img{  display: none;} 
.qst dl dt.name{  display: none; } 
.threeCol .inner{ margin-bottom: 20px;}
.threeCol .inner p.ttl{ font-size: 14px;}
.oneCol .inner p.cp,.threeCol .inner p.cp{ font-size: 14px;}



dl.pr{width: 100%;}
dl.pr dt.pr_im{ width: 100%}
dl.pr dt.pr_new{ width: 90%; font-size: 14px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_new p{  font-size: 14px;  width: 50px; }
dl.pr dt.pr_ttl{ width: 90%; font-size: 18px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_cm{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px; padding-bottom: 10px;}
dl.pr dt.pr_sttl{ width: 90%; font-size: 12px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_sr{ width: 90%; font-size: 24px; padding-top: 10px; float: left; margin-left: 0px;}
dl.pr dt.pr_btn{ width: 100%; padding-top: 10px;}
dl.pr dt.pr_ps{ width: 100%; font-size: 12px; }
table {
	width: 100%;
}
th,td{font-size: 12px; font-weight: bold;}
th span,td span{font-size: 20px; font-weight: bold;}

.balloon {font-size: 14px; }
.btn a,.btn_l a{ font-size: 16px; width: 55%; margin-top:10px; margin-bottom:10px; margin-top:0 auto; float: none;}
p.notice{font-size: 12px;}
}


.threeCol .inner dt.receipt{line-height: 1.5em; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; left: 20px; top: 30px; position: absolute; font-size: 14px; background-color: #ff1706; color: white;}
.threeCol .inner dt.people{right: 15px; top: 15px; position: absolute; font-size: 14px; font-weight: bold;}
.threeCol .inner dt.bubble_l{line-height: 1.5em; left: 100px; top: 30px; position: absolute; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; font-size: 14px; color: white; background-color: black;}
.threeCol .inner dt.bubble_r{line-height: 1.5em; left: 70px; top: 50px; position: absolute; padding-right: 10px; padding-left: 10px; padding-bottom: 2px; padding-top: 2px; font-size: 12px; color: white; background-color: black;}
.threeCol .inner dt.tittle{line-height: 1.3em; left: 20px; top: 80px; font-size: 18px; position: absolute; font-weight: bold;}
.threeCol .inner dt.img{bottom: 60px; right: 10px; position: absolute; width: 90px;}
.threeCol .kenchi_01{right: 0px; bottom: 0px; position: absolute;}
.threeCol .kenchi_01 img{width: 80%;}
.threeCol .inner_02 li{text-align: center; position: relative;}
.threeCol .inner_02 li.pre_ttl,.threeCol .inner_03 li.pre_ttl{text-align: center; font-weight: bold; font-size: 1rem;}
.threeCol .inner_02 li.pre_img{width: 120px; text-align: center; margin-left: 30%;}
.threeCol .inner_03 li.pre_img{width: 250px; text-align: center;}
.threeCol .inner_02 li.pre_copy{ text-align: center;}
.threeCol .inner_02 li.pre_kenchi{ margin-top: 10px;}
.threeCol .inner_02 li.pre_kenchi img{width: 80%;}
.threeCol .inner_02 li.balloon_02 img{position: absolute; top:-150px; left:0px; width: 60px;}







.online_link{margin:50px 0 50px 0; float: left;}
.online_link img{width: 700px;}

.oneCol .inner dt.notice{top: -20px; left: 20px; position: absolute; width: 90px;}
.oneCol .inner dt.receipt{line-height: 1.5em; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; left: 20px; top: 100px; position: absolute; font-size: 14px; background-color: #ff1706; color: white;}
.oneCol .inner dt.people{right: 15px; top: 15px; position: absolute; font-size: 14px; font-weight: bold;}
.oneCol .inner dt.bubble_l{line-height: 1.5em; left: 100px; top: 100px; position: absolute; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; font-size: 14px; color: white; background-color: black;}
.oneCol .inner dt.bubble_r{line-height: 1.5em; left: 70px; top: 110px; position: absolute; padding-right: 10px; padding-left: 10px; padding-bottom: 2px; padding-top: 2px; font-size: 12px; color: white; background-color: black;}
.oneCol .inner dt.tittle{line-height: 1.3em; left: 20px; top: 150px; font-size: 18px; position: absolute; font-weight: bold;}
.oneCol .inner dt.sub_tittle{left: 360px; top: 50px; font-size: 16px; position: absolute; line-height: 1.8em;}
.oneCol .inner dt.img{bottom: 10px; right: 30px; position: absolute; width: 250px;}
.oneCol .inner dt.link{bottom: 10px; right: 10px; position: absolute;}
.threeCol .inner dt.link{bottom: 30px; right: 10px; position: absolute;}

.main .ttl_s{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  -webkit- transform: translateY(-30%) translateX(-50%);
  z-index: 100;
  text-align: center;
  }
.main .ttl_s dt.receipt{line-height: 1.5em; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; font-size: 18px; background-color: #ff1706; color: white; width: 90px; display: inline-block; text-align: center; margin-bottom: 5px;}
.main .ttl_s dt.receipt_02{line-height: 1.5em; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 3px; font-size: 18px; background-color: #000; color: white; width: 90px; display: inline-block; text-align: center; margin-bottom: 5px;}
.main .ttl_s dt.people{ font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.main .ttl_s dt.tittle{line-height: 1.3em;font-size: 38px;}
.main .ttl_s dt.date{font-size: 20px;}

@media screen and (max-width:768px) {

.threeCol .inner dt.receipt{font-size: 13px; left:20px;}
.threeCol .inner dt.people{font-size: 13px;}
.threeCol .inner dt.bubble_l{font-size: 13px; top: 30px;}
.threeCol .inner dt.bubble_r{font-size: 11px; top: 48px;}
.threeCol .inner dt.tittle{font-size: 18px; top: 75px;}
.threeCol .inner dt.img{width: 90px; bottom: 55px;}
.threeCol .kenchi_01{ position: relative; float: left; clear: both;}
.threeCol .inner_02 li.pre_kenchi{width: 100% !important; margin-top: 20px;}
.threeCol .inner_02:nth-child(3n) {
	width: calc((980 / 980) *100%);}
.threeCol .inner_02 li.pre_ttl{font-size: 0.8rem;}

.oneCol .inner dt.notice{width: 60px;}
.oneCol .inner dt.receipt{font-size: 13px; left:20px; top: 48px;}
.oneCol .inner dt.people{font-size: 13px;}
.oneCol .inner dt.bubble_l{font-size: 13px; top: 48px; left:100px;}
.oneCol .inner dt.bubble_r{font-size: 11px; top: 80px; left:70px;}
.oneCol .inner dt.tittle{font-size: 20px; white-space: normal; line-height: 1.3em; width: 160px !important; top: 110px;}
.oneCol .inner dt.sub_tittle{line-height: 1.3em; left: 190px; top: 35px; font-size: 14px; position: absolute;}
.oneCol .inner dt.img{width: 160px; bottom: 10px; display: none;}
.oneCol .kenchi_01{ position: relative; float: left; clear: both;}
.main .ttl_s{
  top: 55%;
  }
.main .ttl_s dt.receipt{font-size: 12px; width: 50px;}
.main .ttl_s dt.receipt_02{font-size: 12px; width: 50px;}
.main .ttl_s dt.people{ font-size: 12px; margin-bottom: 5px;}
.main .ttl_s dt.tittle{font-size: 20px;}
.main .ttl_s dt.date{font-size: 12px;}

.online_link{margin:20px 0 20px 0;}
.online_link img{width: 100%;}
}

.online_bk{background-color: #f8f8f8; padding: 5%; height: 100%; margin-top: -30px; float: left; font-size: 45%;}
.online_bk p,.online_bk .sub_ttl{font-size: 220%;}
.online_im{ right: 0px; top: 100px; position: absolute; width: 30%;}
p.online_imcap{ font-size:100%;}
@media screen and (max-width:768px) {
.online_bk p,.online_bk .sub_ttl{font-size: 180%;}
.online_bk{width: 88%;}
.online_im{ display: none;}
}



/* ボタン */
.btn_e a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: red;
	border-radius: 5px;
	margin-right: 10px; 
}
.btn_e a:hover {
	color: #fff;
	background: #333;
}
.twoCol_day .inner_r li.bnr_01{
	width: 80px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	background-color: #7f7f7f;
	color: white;
	right: 30px;
	top: 20px;
	position: absolute;
	border-radius: 5px;
}
.twoCol_day .inner_r li.ttl{
	margin-top: 30px;
	width: 95%;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 150%;
}
.twoCol_day .inner_r li.inf{
	font-size: 110%;
	white-space: nowrap;
}
.twoCol_day .inner_r li dl.dat{
	float: left;
	width: 65%;
}
.twoCol_day .inner_r li dl.dat dt{
	float: left;
font-size: 110%;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-top: 1px;
	margin-right: 3%;
	width: 15%;
	background-color: #bfbfbf;
	text-align: center;
	color: white;
}
.twoCol_day .inner_r li dl.dat dd{

	padding-top: 5px;
	padding-bottom: 5px;
	width: 78%;

}
.twoCol_day .inner_r li.bta{
	margin-right: 22px;
	float: right;
}
.twoCol_day .inner_r li.dtl{
	font-size: 110%;
	width: 90%;
	float: left;
	padding-left:3em;
	text-indent:-3em;
	margin-top: -10px;
}
.twoCol_day .inner_l dl.flg{
	margin: 0px;
	padding: 0px;
}
.twoCol_day .inner_l dl.flg dt{
	text-align: center;
	width: 80px;
	font-size: 18px;
	left: 20px;
	top: 10px;
	position: absolute;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	color: #ff1706;
	background-color: white;
}
.twoCol_day .inner_l dl.flg dt.end{
	color: #000;
	border-color: #000;
}
.twoCol_day .inner_l dl.flg dd{
	text-align: center;
	font-size: 18px;
	width: 80px;
	color: white;
	background-color: black;
	right: 20px;
	top: 10px;
	position: absolute;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

.ttl_s dl{
	margin: 0px;
	padding: 0px;
}
.ttl_s dt.receipt{
	text-align: center;
	width: 80px;
	font-size: 18px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: red;
	float: left;
	margin-right: 20px;
}

.ttl_s dt.receipt_03{
	text-align: center;
	width: 80px;
	font-size: 18px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #000;
	background-color: white;
	float: left;
}
.ttl_s dt.receipt_02{
	text-align: center;
	font-size: 18px;
	width: 80px;
	color: white;
	background-color: black;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-left: 20px;
}

.info_txt{font-size:165%;
text-align: center;
margin: 30px 0 30px 0;}

.tp_txt{font-size:150%;
text-align: left;
margin: 30px 0 30px 0;}

.cp_txt{font-size:120%;
text-align: left;
margin: 10px 0 20px 0;
vertical-align : top;}

.ttl_s dt.tittle{
	font-size: 26px;
	line-height: 1.3em;
	clear: both;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.ttl_s dt.day_01{
	font-size: 18px;
	clear: both;
	margin: 10px 0 0 0;
	float: left;
}
.ttl_s dt.day_01 p.s_txt{font-size: 14px;}

dl.movie_area{width: 1000px;}
dl.movie_area dt{width: 324px;margin-right: 14px;float: left; height: 340px;}
dl.movie_area dd{width: 324px;float: left; height: 340px;}
dl.movie_area dt p,dl.movie_area dd p{font-size:100%;  margin-top: 20px; margin-bottom: 20px;}
.movie_notice{font-size:120%; margin-bottom: 40px;}
.movie_notice a{color:#000;}





@media screen and (max-width:767px) {
.info_txt{font-size:100%;text-align: left;}
.tp_txt{font-size:100%;text-align: left;}
.cp_txt{font-size:100%;text-align: left;}
dl.movie_area{width: 100%;}
dl.movie_area dt,dl.movie_area dd{width: 100%; height: 420px;}
dl.movie_area dt img,dl.movie_area dd img{width: 100%;}
dl.movie_area dt p,dl.movie_area dd p{font-size:90%;}
.twoCol_day .inner_r li.bnr_01{
	top: 5px;
}

.ttl_s dl{
	float: left;
}
.ttl_s dt.receipt,.ttl_s dt.receipt_02,.ttl_s dt.receipt_03{
	float: left;
	font-size: 14px;
}

.ttl_s dt.tittle{
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 15px 0 10px 0;
}
.ttl_s dt.day_01{
	font-size: 16px;
	margin: 10px 0 -150px 0;

}
.ttl_s dt.day_01 p.s_txt{font-size: 12px;}


.ttl_s dt.date{
	font-size: 16px;
	left: 10px;
	top: 110px;
	position: absolute;
	margin-bottom: 50px;
	
}
.twoCol_day .inner_r li.ttl{
	font-size: 120%;
	width: 100%;
	padding-left: 5px;
}
.twoCol_day .inner_r li dl.dat{
	width: 96%;
	font-size: 90%;
	margin-left: 2%;
}
.twoCol_day .inner_r li.dtl{
	width: 85%;
	font-size: 90%;
	margin-left: 2%;
}
.twoCol_day .inner_r li.bnr_01{
	font-size: 90%;
}
.twoCol_day .inner_r li.bta{
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 90%;
}
.twoCol_day .inner_l dl.flg dt,.twoCol_day .inner_l dl.flg dd{
	font-size: 120%;
}
}
.mt40{margin-top: 40px;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.main_im { display: block !important; }
.tab_im { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .main_im { display: none !important; }
    .tab_im { display: block !important; }
}

/* news_flash */
.mov_link{
	   text-align: center;
}
.mov_link .inner{
	   width: 100%;
	   margin: 0 auto;
	   max-width: 820px;
}

.nf_mov{width: 820px; height:460px;}
@media only screen and (max-width: 750px) {
.nf_mov{width: 100%; height:auto;}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	/*display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify; 
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 20px;
}
.fourCol .inner {
	position: relative;
	/*display: -ms-flexbox;*/
	display: -webkit-box;
	display: -webkit-flex;
	/*display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;*/
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	/*justify-content: space-between;*/
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: calc((310 / 980) *100%);
	margin: 0 0 20px 0;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	background: #fff;
	border-radius:5px;
	float: left;
	margin-right:2%;
	height: 400px;
}
.fourCol .inner:nth-child(3n) {
	margin-right:0% !important;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 90%;
	margin:0 auto;
	margin-top:20px;
}
.fourCol .inner .online_movie_ttl {
	text-align: left !important;
	margin: 18px 0 0 18px;
	font-size: 16px;
	display: flex;
	font-weight: bold;
	line-height: 1.3em;
}
.fourCol .inner .online_movie_ttx {
	text-align: left !important;
	margin: 10px 0 0 18px;
}
.fourCol .inner .online_movie_btn {
	text-align: center;
	padding: 5px;
	background: red;
	margin:18px;
	width: 86%;
	
	
}
.fourCol .inner .flg {
	padding: 2px;
	text-align: center;
	font-size: 13px;
	width: 60px !important;
	color: white;
	background-color: #ff1706;
	border-color:  #ff1706;
	border-width: 1px;
	border-style: solid;
	margin-right: 1%;
	position: absolute;
	top:30px;
	left:30px;
}

.fourCol .inner .course {
	padding: 2px;
	text-align: center;
	width: 60px !important;
	font-size: 13px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #000;
	margin-right: 3%;
	margin-bottom: 0px;
	position: absolute;
	top:30px;
	right:20px;
}


.fourCol .inner .flg_b {
	padding: 2px;
	text-align: center;
	font-size: 13px;
	width: 60px !important;
	color: white;
	background-color: #000;
	border-color:  #000;
	border-width: 1px;
	border-style: solid;
	margin-right: 1%;
	position: absolute;
	top:30px;
	left:30px;
}
.fourCol .inner .online_movie_btn a {
	display: block;
	color:#fff;
	text-decoration: none;
}
.fourCol .inner .online_movie_bal {
	text-align: center;
	padding: 3px 0px 3px 0px;
	background: #000;
	margin: 0 auto;
	margin-top:20px;
	width: 90%;
	font-size: 12px;
	color:#fff;
}
.txt_r{color:red;}

.btn_acolor {background:#00398a !important;}
.btn_bcolor {background:#a8000d !important;}
.btn_ccolor {background:#595959 !important;}
.btn_dcolor {background:#d8d8d8 !important;}




@media screen and (max-width:767px) {
	.fourCol .inner .flg,.fourCol .inner .course,.fourCol .inner .flg_b {
	font-size: 12px;
	width: 40px !important;
	}
	.fourCol .inner:nth-child(2n) {
	margin-right:0% !important;
	}
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 100%;
		height: 400px;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
	.fourCol .inner .online_movie_ttx,.fourCol .inner .online_movie_btn,.fourCol .inner .online_movie_ttl {
	font-size: 12px;
	}
	.fourCol .inner .online_movie_btn {
	width: 90%;
	margin-left:11px;
	}
	.sp {
    display: none !important;
}
}