@charset "utf-8";

/* news, event, information, international-news */
#news_tab{
	display:flex;
	gap:10px;
	position:relative;
	padding:0 30px;
	margin-bottom:25px;
}
#news_tab::after{
	content:'';
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#333;
}
#news_tab li{
	position:relative;
	list-style:none !important;
	width:165px;
	margin:0;
	border:1px solid #CED8D0;
	border-bottom:none;
	font-weight:500;
	text-align:center;
	transition:border 0.3s;
}
#news_tab li:hover{border-color:#333;}
#news_tab li.active{
	z-index:2;
	border-color:#333;
}
#news_tab li a{
	display:block;
	padding:12px 10px 13px;
	background:#fff;
	color:#333 !important;
	text-decoration:none !important;
	cursor:pointer;
}
.news_cate_h{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:10px 30px;
	margin-bottom:40px;
	background:#EBEFEC;
}
.news_cate_box{
	display:flex;
	align-items:center;
	margin-right:20px;
}
.news_cate_box p{
	margin:0 10px 0 0;
	font-size:1.4rem;
	font-weight:500;
	line-height:2rem;
}
.news_sub{
	width:210px;
	padding:10px 15px !important;
	margin:0 !important;
	background:#fff url(/img/common/arrow_pulldown.svg) no-repeat center right 15px;
	color:#333 !important;
	font-size:1.4rem;
	letter-spacing:0;
	line-height:2rem;
	cursor:pointer;
}
#submit_go, #submit_go_cat{
	width:100px;
	padding:9px 10px;
	background:#333;
	border:1px solid #333;
	color:#fff !important;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:0;
	line-height:2rem;
	text-align:center;
	text-decoration:none !important;
	transition:background 0.3s, color 0.3s;
}
#submit_go:hover, #submit_go_cat:hover{
	background:#fff;
	color:#333 !important;
}
#submit_go_cat{margin-right:30px;}
.news_list{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:40px 20px;
	padding:0;
	margin:0;
}
.news_item{
	list-style:none;
	margin:0;
}
.news_link{
	display:block;
	padding:0 !important;
	background:none !important;
	color:#333 !important;
	text-decoration:none !important;
}
.news_thumb{
	position:relative;
	margin-bottom:10px;
}
.news_thumb::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #007F4D;
	opacity:0;
	transition:opacity 0.3s;
}
a:hover .news_thumb::after{opacity:1;}
.news_thumb img{
	display:block;
	width:100%;
	opacity:1 !important;
}
.news_title{
	margin-bottom:8px;
	font-size:1.6rem;
	font-weight:500;
	line-height:2.4rem;
}
a:hover .news_title{text-decoration:underline;}
a[target="_blank"] .news_title::after{
	content:url(/img/common/popup.svg);
	margin-left:5px;
}
.news_info{
	display:flex;
	margin:0;
	font-size:1.3rem;
	line-height:1.8rem;
}
.news_date{margin-right:12px;}

.news_year_list{
	display:flex;
	flex-wrap:wrap;
	gap:10px 20px;
	padding:16px 20px 15px;
	margin-bottom:60px;
	background:#EBEFEC;
}
.news_year_item{
	list-style:none;
	margin:0;
	font-size:1.4rem;
	font-weight:500;
	line-height:2rem;
}
.news_year_link{
	display:block;
	border-bottom:2px solid transparent;
	color:#333 !important;
	text-decoration:none !important;
	transition:border 0.3s;
}
.news_year_link:hover{border-color:#007F4D;}
.news_year_link.on{border-color:#007F4D;}

.archive_information #submit_go, .archive_information #submit_go_cat{width:75px;}
.info_news_list{
	padding:0 0 10px;
	border-bottom:1px solid #CED8D0;
}
.archive_international .info_news_list{
	padding:0;
	border:none;
}
.info_news_item{
	list-style:none;
	margin-bottom:25px;
}
.info_news_info{
	display:flex;
	align-items:center;
	margin-bottom:5px !important;
	font-size:1.3rem;
	line-height:1.8rem;
}
.info_news_date{margin-right:12px;}
.info_news_title{
	margin:0 !important;
	font-weight:500;
}
.info_news_link{color:#333 !important;}

#pagenav{margin-top:40px;}
.wp-pagenavi{
	display:flex;
	justify-content:center;
	position:relative;
}
.wp-pagenavi span, .wp-pagenavi .page, .wp-pagenavi .first, .wp-pagenavi .last{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	margin:0 5px;
	border:1px solid transparent;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:1.68px;
	line-height:2rem;
	text-decoration:none !important;
	transition:border 0.3s;
}
.wp-pagenavi .page:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover{border-color:#333;}
.wp-pagenavi .current{border-color:#333;}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	position:absolute;
	top:8px;
	color:#333 !important;
	font-weight:500;
	letter-spacing:1.28px;
	line-height:2.4rem;
	text-decoration:none !important;
}
.wp-pagenavi .previouspostslink{
	left:0;
	padding-left:12px;
	background:url(/img/common/arrow_l_green.svg) no-repeat top 8px left;
}
.wp-pagenavi .nextpostslink{
	right:0;
	padding-right:12px;
	background:url(/img/common/arrow_r_green.svg) no-repeat top 8px right;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover{text-decoration:underline !important;}

#news_h{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:50px;
}
#news_h .news_info{
	font-size:1.4rem;
	line-height:2rem;
}
#sns{
	display:flex;
	align-items:center;
	gap:10px;
	line-height:0;
}

/* legacy */
table.layout{table-layout:fixed;}
table.layout, table.layout th, table.layout td {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin: 20px 0 0;
	vertical-align: top !important;
}
table.layout td{padding:10px;}
table.layout td img{
	width:auto;
	height:auto;
	max-width:100%;
}

.column_2 div, .column_3 div{text-align:center;}
.column_4, .column_5{
	overflow:hidden;
	margin:0 -20px 0 0;
}
.column_4 div{
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-right:20px;
	margin:20px 0 0;
	text-align:center;
}
.column_5 div{
	float:left;
	width:20%;
	box-sizing:border-box;
	padding-right:20px;
	margin:20px 0 0;
	text-align:center;
}
.column_2 div img, .column_3 div img, .column_4 div img, .column_5 div img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	margin:auto;
}

.youtube{
	width:auto;
	margin:20px auto 0;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.youtube iframe, .youtube object, .youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}

.news_choice{
	background:#EBEFEC;
	overflow:hidden;
	padding:10px 20px;
	display:table;
	margin-top:10px;
	width:100%;
	box-sizing:border-box;
}
.news_choice:first-child{margin-top:50px;}
.news_choice:last-child{margin-bottom:40px;}
.news_choice p{
	font-weight:bold;
	width:80px;
	white-space:nowrap;
	padding:5px 20px 0 0;
	line-height:1.2;
	border-right:1px solid #ccc;
	display:table-cell;
	vertical-align:top;
}
.news_choice ul{
	overflow:hidden;
	margin:0;
	padding:5px 0 0 20px;
	display:table-cell;
	vertical-align:top;
}
.news_choice li{
	list-style:none;
	float:left;
	margin:0 30px 0 0;
	font-size:1.4rem;
	line-height:2rem;
}
.news_choice a{
	display:block;
	color:#333 !important;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:2px solid rgba(0,0,0,0);
	transition:border 0.3s;
}
.news_choice a:hover{border-color:#008555;}
.news_choice .now a{border-color:#008555;}



@media screen and (max-width:1024px){

#news_tab{margin-bottom:20px;}
.event_link_in{margin-bottom:10px;}
#cale_nav{margin-bottom:40px;}

/* legacy */
.table{overflow-x:auto;}
.table::-webkit-scrollbar{height:5px;}
.table::-webkit-scrollbar-track{
	border-radius:5px;
	background:#eee;
}
.table::-webkit-scrollbar-thumb{
	border-radius:5px;
	background:#666;
}
.table th,.table td{min-width:100px !important;white-space:nowrap; padding:10px 15px !important;}
.table .pl_table th, .table .pl_table td{white-space:normal;}
table.layout th, table.layout td{
	display:list-item;
	list-style:none;
}
table.layout_photo th, table.layout_photo td{
	display:list-item;
	list-style:none;
}
.layout_photo_l{padding:0 !important;}
.layout_photo_r{padding:0 !important;}
.layout_photo_txt{padding:0 0 30px !important;}

}


@media screen and (min-width:768px) and (max-width:1024px){

#news_tab{padding:0 20px;}
#news_tab li{width:155px;}
.news_cate_h{padding:10px 20px;}
.news_sub{width:180px;}
.archive_event .news_cate_h{padding-right:195px;}
.event_cale_link{right:20px;}
.news_list, .event_list{grid-template-columns:1fr 1fr 1fr;}
.event_link_in{padding-bottom:19%;}
.page_single .news_list .news_item:nth-child(4), .page_single .event_list .news_item:nth-child(4){display:none !important;}
.back_btn{margin-top:65px;}
#cale{margin-bottom:45px;}
.cal_link th{width:20%;}
.archive_information .news_cate_box{margin-right:10px;}
.archive_information #submit_go, .archive_information #submit_go_cat{width:65px;}

}


@media screen and (max-width:767px){

#news_tab{
	gap:2px;
	padding:0;
}
#news_tab li{
	width:105px;
	font-size:1.3rem;
	line-height:1.9rem;
}
#news_tab li a{padding:15px 5px;}
.news_cate_h{
	display:block;
	padding:20px;
}
.news_cate_box{margin:0 0 10px;}
.news_cate_box p{
	flex-shrink:0;
	width:75px;
	margin:0;
}
.news_sub{width:100%;}
#submit_go, #submit_go_cat{
	display:block;
	margin:20px auto 0;
}
.archive_event .news_cate_h{padding-right:20px;}
.news_list{grid-template-columns:1fr 1fr;}
.news_info, .info_news_info{
	font-size:1.2rem;
	line-height:1.7rem;
}
.info_news_title{line-height:2.1rem;}
.news_year_list{
	gap:10px 18px;
	padding-right:15px;
	padding-left:15px;
}
.archive_information .news_cate_h{
	display:flex;
	gap:10px;
}
.archive_information .news_cate_box{
	width:calc(100% - 85px);
	margin:0;
}
.archive_information #submit_go, .archive_information #submit_go_cat{margin:0;}

/* legacy */
table.layout th, table.layout td{
	display:list-item;
	list-style:none;
	margin:0;
}

.news_choice li{
	font-size:1.3rem;
	line-height:1.9rem;
}

}


@media screen and (max-width:600px){

#news_h{display:block;}
#news_h .news_info{margin-bottom:20px;}
#sns{justify-content:flex-end;}

/* legacy */
.column_2 div, .column_3 div{margin:20px 0 0;}

}


@media screen and (max-width:550px){

.news_list, .event_list{display:block;}
.news_item{margin-bottom:40px;}
.event_item{margin-bottom:35px;}
#pagenav{
	position:relative;
	padding-bottom:60px;
}
.wp-pagenavi{position:static;}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	top:auto;
	bottom:0;
}
.wp-pagenavi .extend{width:20px;}

}







.chart_flow{margin:20px 0;}

/*-----------------------------------------------
	TOP
-----------------------------------------------*/
#index_catch {
	position:relative;
	overflow:hidden;
}
#index_catch img.pc_img {
	display: block;
	width: 100%;
	height: auto;
}
#index_catch .sp_img { display: none;}
#index_catch_copy {
	display: none;
	width: 1000px;
	margin: auto;
	padding-top: 15vw;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -500px;
}
#index_catch h1 {
	color: #fff;
	font-size: 225%;
	margin: auto;
	text-shadow: 0 0 10px #000;
}

.bxslider li {
	position: relative;
}
.bxslider li div {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	overflow: hidden;
	padding-top: 5vw;
}
.bxslider li div a { display: block; float: left;}

.bxslider a:hover img { opacity: 1 !important;}

.content_box {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#index_news {
	background: #008555;
	padding: 50px 0;
	color: #fff;
}
#index_news h2 {
	overflow: hidden;
	font-size: 200%;
}
#index_news h2 a,#index_news h2 a:visited {
	display: inline-block;
	float: right;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 45%;
	transition: all 0.3s;
	color: #fff;
}
#index_news h2 a:hover { border: 1px solid #fff; color: #fff; text-decoration: underline;}
#index_news ul {
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	margin: 20px 20px 0;
}
#index_news ul li {
	width: 320px;
}
#index_news ul li:nth-child(3) { margin-right: 0;}
#index_news ul li a {
	display: block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	color: #fff;
	text-decoration: none;
	border: 1px solid #008553;
	transition: all 0.3s;
	padding: 20px;
}
#index_news ul li a:hover {
	border: 1px solid #fff;
}
#index_news ul li a .thum { background: #99cebb;}
#index_news ul li a img {
	display: block;
	width: auto;
	max-width: 278px;
	height: auto;
	transition: all 0.3s;
}
#index_news ul li a:hover img { opacity: 0.5;}
#index_news ul li a p {
	margin: 15px 5px 0;
}
#index_news ul li a[target="_blank"] p{
	background: url(/img/common/popup-white.svg) right center no-repeat;
	padding-right: 25px;
}
#index_news ul li a[href$=".pdf"] p{
	background: url(/img/common/icon-pdf.svg) right center no-repeat;
	padding-right: 18px !important;
}
#index_news ul li a .news_list_h {
	font-size: 75%;
	font-weight: bold;
	margin: 15px 5px 5px;
	overflow:hidden;
}
span.news_day {
	display: block;
	float:left;
}
span.news_cate{
	display: block;
	float:right;
}

#index_about {
	margin: 40px 0 80px;
}
#index_about h2 {
	font-size: 200%;
	line-height: 1.7;
	margin-bottom: 20px;
}
#index_about ul {
	overflow: hidden;
	display:flex;
	overflow:hidden;
	margin: -20px -20px 0 0;
}
#index_about ul li {
	width:25%;
	box-sizing:border-box;
	background: #fff;
	margin: 20px 0 0;
	padding:0 20px 0 0;
}
#index_about ul li:nth-child(3n) { margin-right: 0;}
#index_about ul li a {
	display: block;
	color: #008553;
	text-decoration: none;
}
#index_about ul li a div { background: #99cebb;}
#index_about ul li a img { display: block; width: auto; height: auto; max-width: 100%; margin: 0 auto; transition: all 0.3s;}
#index_about ul li a:hover img { opacity: 0.5;}
#index_about ul li a h3 { padding:15px 0;}
#index_about ul li a p { margin-top: 10px; color: #333; padding: 0 20px 20px;}

#index_movie {
	background: #444;
	color: #fff;
	padding: 30px 0 50px;
}
#index_movie h2 {
	font-size: 200%;
	line-height: 1.7;
	margin-bottom: 20px;
}

#movie_wrap {display: table;}
#movie {
	display: table-cell;
	width: 500px;
	position: relative;
	padding-bottom: 325px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	vertical-align: top;
}
#movie iframe { border: none;}
#movie_txt {
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
}
#movie_txt h3 {
	font-size: 150%;
	margin-bottom: 20px;
}
#movie_txt p:last-child , #movie_txt p:nth-child(3) { margin-top: 30px;}
#movie_txt a,#movie_txt a:visited{
	color: #fff;
}
#movie_txt a[target="_blank"],#movie_txt a[target="_blank"]:visited {
	background: url(img/common/popup-white.svg) right center no-repeat;
	padding-right: 20px;
}



.movie_column {
	overflow:hidden;
	margin:0 -20px 0 0;
}
.movie_column_box{
	float:left;
	box-sizing:border-box;
	padding-right:20px;
	margin:20px 0 0;
	text-align:center;
	width:50%;
}


#index_insta{background:#333;padding:50px 20px 65px;margin:60px auto -80px;}
#index_insta h2{text-align:center;color:#fff;font-size:160%;margin-bottom:26px;}
#index_insta_in{max-width:1000px;margin:auto;overflow:hidden;}
#index_insta_in ul{display:flex;}
#index_insta_in ul li{width:23.5%;margin-right:2%;}
#index_insta_in ul li:nth-child(4n){margin-right:0;}
#index_insta_in ul li a{display:block;position:relative;overflow:hidden;color:#fff;}
.ig_txt{
	position:absolute;
	display:flex;
	align-items:flex-end;
	z-index:10;
	left:0;
	height:0;
	bottom:-100%;
	transition:all 0.3s;
	box-sizing:border-box;
	padding:10px;
}
#index_insta_in ul li a:hover .ig_txt{height:100%;bottom:0;}
#index_insta_in ul li a p{
	font-size:66.66666666%;
	line-height:1.5;
}
#index_insta_in ul li a img{display:block;width:100%;height:auto;transition:all 0.3s;}
.ig_img{overflow:hidden;position:relative;width:100%;padding-top:100%;}
.ig_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:100% !important;
	height:100% !important;
	max-width:250px;
	object-fit:cover;
}


/*--------------------------------------------
	詳細
--------------------------------------------*/
#c1 {
	background: url(img/about-us/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	display:flex;
	align-items:center;
	padding:0 20px;
	font-size: 225%;
	color: #fff;
	justify-content: center;
	text-align:center;
}
#academic {
	background: url(img/academics/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}

#campus {
	background: url(img/campus/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}

#add {
	background: url(img/admissions/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}
#global {
	background: url(img/global-engagement/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}
#study {
	background: url(img/study/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}

#news {
	background: url(img/news/h1.jpg) center 0 no-repeat;
	background-size:cover;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 225%;
	color: #fff;
	text-align: center;
}


#h1 { background: #fff; border-bottom: 1px solid #D9E0DA; border-top: 1px solid #D9E0DA;}
#h1_in{
	display:flex;
	max-width:1000px;
	min-height:200px;
	padding:20px 0;
	align-items:center;
	margin: auto;
	box-sizing:border-box;
	background: url(/img/common/bg-logo.png) right center no-repeat;
}
#h1_in div{
	width:100%;
	align-items:center;
	margin: auto;
	box-sizing:border-box;
}
#h1_sub{font-size:120%; font-weight:bold;}
#h1 h1 {
	font-size: 225%;
	font-weight: bold;
	line-height: 1.5;
}
@media all and (-ms-high-contrast:none) {
	#h1_in div {
		display: table-cell;
		min-height: 160px;
		vertical-align: middle;
		width:100%;
	}
	#h1_in div#h1_sub {
		display:block;
		min-height: 10px;
	}
}

#content_area {
	width: 1000px;
	margin:0 auto 100px;
}
.content_list_box{
	position:relative;
	min-height:190px;
	padding-left:350px;
	margin-top:60px;
}
.content_list_box a{
	display: block;
	text-decoration: none;
	color: #fff;
}
.content_list_box a figure{
	position:absolute;
	top:0;
	left:0;
	width:315px;
	height:189px;
	margin:0;
	pointer-events:none;
}
.content_list_box a figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:1 !important;
}
.content_list_box a h2{
	background:#108053 url(/img/common/arrow-right-white.svg) no-repeat top 18px left 15px;
	border:none !important;
	padding: 8px 28px;
	box-sizing:border-box;
	transition: all 0.5s;
	margin: 0 !important;
	font-size: 120% !important;
	color: #fff !important;
	font-weight: normal !important;
}
.content_list_box a:hover h2{text-decoration:underline;}
#content_list .child_list{
	display:grid;
	grid-template-columns:1fr 1fr;
	padding:0;
	margin:15px 0 0;
	line-height:1.5;
}
#content_list .child_list li{
	float:none;
	width:auto;
	margin:0 20px 10px 0 !important;
}
#content_list .child_list li a{
	display:inline-block;
	padding-left:12px;
	background:url(/img/common/arrow-right-green.svg) no-repeat top 6px left;
	color:#333;
	text-align:left;
	transition:color 0.3s;
}
#content_list .child_list li a:hover{
	color:#008555;
	text-decoration:underline;
}

#content_list2 {
	overflow: hidden;
	margin: 30px 0 0 !important;
	padding: 0 !important;
}
#content_list2 li {
	float: left;
	width: 320px;
	display: table;
	height: 90px;
	margin: 20px 20px 0 0
}
#content_list2 li:nth-child(3n) { margin-right: 0;}
#content_list2 li a {
	display: table-cell;
	vertical-align: middle;
	padding:0 40px 0 20px;
	line-height: 1.2em;
	background:url(/img/common/arrow-right-green.svg) no-repeat center right 20px;
	border: 1px solid #D1DAD3;
	color: #333;
	text-decoration: none;
	-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;
}
#content_list2 li a:hover { background-color: #CCE7DD;}
#content_list2.page_mid li{width:490px;}
#content_list2.page_mid li:nth-child(3n){margin-right:20px;}
#content_list2.page_mid li:nth-child(even){margin-right:0;}

#content_box {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px;
}
#content_area h2 {
	margin: 60px 0 20px;
	font-size: 150%;
	line-height: 1.7;
	font-weight: bold;
	color: #004729;
	border-bottom: 1px solid #004729;
}
#content_area h3 {
	font-weight: bold;
	font-size: 125%;
	margin: 40px 0 20px;
	color: #004729;
}
#content_area h4 {
	background: url(/img/common/h4.png) 0 center no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 40px 0 20px;
	color: #004729;
	font-size:112.5%;
}
#content_area h5 {
	font-weight: bold;
	margin: 40px 0 20px;
	color: #004729;
}
#content_box p {margin: 20px 0 0;}
#content_box img{
	max-width: 100%;
	height: auto;
}

.window, .window2 {
	background: url(/en/img/common/popup-green.png) right center no-repeat;
	background-size: 25px 10px;
	padding-right: 15px !important;
}
.window2 { padding-right: 33px !important; }
.pdf {
	background: url(/en/img/common/icon-pdf.png) right center no-repeat;
	background-size: 30px 9px;
	padding-right: 18px !important;
}

#content_box a[target="_blank"] {
	background: url(/img/common/popup-green.svg) right center no-repeat;
	padding-right: 25px;
}
#content_box a.non[target="_blank"] {
	background: none !important;
	padding-right: 0 !important;
}
#content_box a[href$=".pdf"] {
	background: url(/img/common/icon-pdf.svg) right center no-repeat;
	padding-right: 18px !important;
}
#content_box a[href$=".doc"],#content_box a[href$=".docx"] {
	background: url(/img/common/icon-word.svg) right center no-repeat;
	padding-right: 25px !important;
}
#content_box a[href$=".xls"],#content_box a[href$=".xlsx"] {
	background: url(/img/common/icon-excel.svg) right center no-repeat;
	padding-right: 25px !important;
}
#content_box a[href$=".png"],#content_box a[href$=".jpg"] {
	background: none !important;
	padding-right: 0 !important;
}
#content_box ul,#content_box ol {
	margin: 20px;
	padding-left: 30px;
}
#content_box ul li {list-style: disc;}
#content_box ol {list-style: decimal;}
#content_box table {
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #D9E0DA;
	border-left: 1px solid #D9E0DA;
	font-size: 87.5%;
}
#content_box table th,#content_box table td {
	border-bottom: 1px solid #D9E0DA;
	border-right: 1px solid #D9E0DA;
	padding: 15px 20px;
}
#content_box table th {
	background: #F7F9F7;
	text-align: left;
}
#content_box table td *:first-child{margin-top:0 !important;}
#content_box table.pl_table th,#content_box table.pl_table td { padding: 8px 10px;}
#content_box table.pl_table td img { min-width:100px;}

.w20 { width: 20%;}
.w10 { width: 10%;}
.right,.alignright { text-align: right;}

.box_border {
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ccc;
}
.catch {
	display: block;
	margin: 20px 0;
	width: auto;
	height: auto;
}
.center,.aligncenter { text-align: center; vertical-align: middle;}

.content_photo {overflow: hidden;}
.content_photo div {
	float: left;
	width: 300px;
	margin: 50px 50px 0 0;
	text-align: center;
}
.content_photo div:nth-child(3n) { margin-right: 0;}
.content_photo div img { display: block; margin: 0 auto 10px;}


.photo_l {
	float: left;
	margin-right: 20px;
}

.txt_box {
	overflow: hidden;
	height: 100%;
	margin-top: 20px;
}
.img {
	float: left;
	max-width:50%;
	margin-right: 30px;
}
.img_r {
	float:right;
	max-width:50%;
	margin-left: 30px;
}
.txt {
	overflow: hidden;
	height: 100%;
}
.img img,.img_r img { display: block; width: auto; max-width: 100%; height: auto; margin: auto;}

/*-----------------------------------------------
	LN1
-----------------------------------------------*/
#ln{background:#F9FAF9; padding:50px 20px 100px;}
.content_box{max-width:1000px; margin:auto;}
#ln h2 a{
	display:inline-block;
	background: url(img/common/arrow-right-green.svg) right center no-repeat;
	font-weight:bold;
	padding-right:20px;
	color:#333;
	text-decoration:none;
	font-size:160%;
}
#ln ul{
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	margin:15px -10px 0 0;
}
#ln ul li{
	display:flex;
	width:33.3333333%;
	box-sizing:border-box;
	padding:0 10px 0 0;
	margin:10px 0 0;
}
#ln ul li a{
	display:flex;
	width:100%;
	padding:15px 30px 15px 10px;
	background:url(img/common/arrow-right-green.svg) right 10px center no-repeat;
	border-bottom:2px solid #ccc;
	color:#333;
	text-decoration:none;
	transition:border 0.3s , color 0.3s;
	align-items:center;
}
#ln ul li a:hover,#ln ul li.on a{
	border-bottom:2px solid #008555;
	color:#41A380;
}
#ln ul li a span{display:block;}
.link_btn{text-align:center; margin:60px 0 0;}
.link_btn a{
	display:inline-block;
	min-width:320px;
	border:1px solid #D8D8D8;
	color:#219673;
	padding:15px 20px;
	box-sizing:border-box;
}



#ln1,#ln2,#ln3 {
	background: #F9FAF9;
	border-top:1px solid #D9E0DA;
}
#ln1 ul,#ln2 ul,#ln3 ul {
	width: 1000px;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 8px 0 !important;
	font-size: 80%;
}
#ln3 ul { margin: 0 auto !important; width: 1000px; padding: 15px 0;}
#ln1 ul li,#ln2 ul li,#ln3 ul li {
	float: left;
	margin: 0 30px 0 0;
	line-height: 2;
}
#ln1 ul li a,#ln2 ul li a { border-bottom: 2px solid rgba(255,255,255,0);
	color:#333333; text-decoration: none;
	-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;}
#ln3 ul li a { border-bottom: 2px solid rgba(255,255,255,0); color: #333; text-decoration: none;
	-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;}
#ln1 ul li a:hover,#ln1 ul li a.on,#ln2 ul li a:hover,#ln2 ul li a.on { border-bottom: 2px solid #008554; color: #008554;}
#ln3 ul li a:hover,#ln3 ul li a.on { border-bottom: 2px solid #008555; color: #008552;}
#ln1 ul li a span,#ln2 ul li a span,#ln3 ul li a span { display: inline;}

.content_nav_top { display: none;}


section a span { display: inline;}


#single_nav{
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
#single_nav a,#cale_nav a {
	color: #008555;
}
#single_nav_prev,#cale_nav_prev {
	float: left;
	width: 480px;
}
#single_nav_prev a,#cale_nav_prev a {
	background: url(/img/common/arrow-left-green.svg) 0 center no-repeat;
	padding-left: 15px;
}
#single_nav_next,#cale_nav_next {
	float: right;
	width: 480px;
	text-align: right;
}
#single_nav_next a,#cale_nav_next a {
	background: url(/img/common/arrow-right-green.svg) right center no-repeat;
	padding-right: 15px;
}

#movie iframe,#movie object,#movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#single_nav_ichiran { text-align: center;}
#single_nav_ichiran a {
	display: block;
	padding: 20px;
	width: 280px;
	border: 1px solid #ccc;
	text-align: center;
	margin: auto;
}


#content_wrap #news_tab {
	margin: 30px 0 20px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
#content_wrap #news_tab:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #333;
	z-index: 1;
}
#content_wrap #news_tab li {
	display: inline-block;
	list-style: none !important;
	width: 130px;
	border: 1px solid #D1DAD3;
	position: relative;
	z-index: 0;
}
#content_wrap #news_tab li:first-child { margin-left: 20px;}
#content_wrap #news_tab li.active,#content_wrap #news_tab li:hover {
	z-index: 2;
	border: 1px solid #333;
	border-bottom: 1px solid #fff;
	background: none;
}
#content_wrap #news_tab li:last-child { margin-right: 0;}
#content_wrap #news_tab li span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 87.5%;
	text-decoration: none;
	cursor:pointer;
}
#content_wrap #news_tab li.active span{
	padding: 1px;
	color: #333;
	height: 38px;
	line-height: 38px;
	text-decoration: none !important;
}
#content_wrap #news_tab li:before,
#content_wrap #news_tab li:after {
	position: absolute;
	bottom: -1px;
	width: 1px;
	height: 1px;
	content: " ";
}
#content_wrap #news_tab li:before { left: -1px;}
#content_wrap #news_tab li:after { right: -1px;}
#content_wrap #news_tab li:after, #content_wrap #news_tab li:before { background: #333;}
.hide {display:none;}

#content_area #index_news {
	background: #fff;
	padding: 50px 0;
	color: #333;
}
#content_area #index_news ul li a {
	display: block;
	color: #008555;
	border: 1px solid #fff;
}
#content_area #index_news ul li a:hover {
	border: 1px solid #008555;
}
#content_area #index_news ul li a p {color: #333;}
#content_area #index_news ul li a p span {color: #008555;}
#content_area #index_news ul li a div { background: #99cebb;}

ul#news_list {
	overflow: hidden;
	margin: 20px 20px 0;
	background: #fff;
	padding: 0;
	color: #333;
	display:flex;
	flex-wrap:wrap;
}
ul#news_list li {
	width: 33.33333333%;
}
ul#news_list li:nth-child(3) { margin-right: 0;}
ul#news_list li a {
	display: block;
	color: #008555;
	border: 1px solid #fff;
	text-decoration: none;
	transition: all 0.3s;
	padding: 20px;
	height:100%;
	width:100%;
	box-sizing:border-box;
}
ul#news_list li a:hover {border: 1px solid #008555;}
ul#news_list li a div.thum { background: #99cebb;}
ul#news_list li a img {
	display: block;
	width: auto;
	max-width: 278px;
	height: auto;
	transition: all 0.3s;
}
ul#news_list li a:hover img { opacity: 0.5;}
ul#news_list li a p {
	margin: 15px 5px 0;
	color: #333;
}
ul#news_list li a[target="_blank"] p,#content_wrap #index_list a[target="_blank"] .index_list_box p{
	background: url(/img/common/popup-green.svg) right -10px center no-repeat;
	padding-right: 25px;
}
ul#news_list li a[href$=".pdf"] p,#content_wrap #index_list a[href$=".pdf"] .index_list_box p{
	background: url(/img/common/icon-pdf.svg) right center no-repeat;
	padding-right: 18px !important;
}
ul#news_list li a span {
	color: #008555;
	display: block;
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_list_h{overflow:hidden; margin:15px 5px 0;}

#info_list{margin-top:50px;border-top: 1px solid #D9E0DA;}
#info_list li{border-bottom: 1px solid #D9E0DA;}
#info_list a{display:flex; width:100%; box-sizing:border-box; padding:18px 20px; font-size:81.25%;}
#info_list .news_list_h{
	position: relative;
	width:10em;
	margin:0;
	color:#333 !important;
}
#info_list p{margin:0 !important; width:calc(100% - 10em);}


#h2_h,.h2_h {
	overflow: hidden;
	border-bottom: none !important;
}
#h2_h a,.h2_h a {
	float: right;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 58%;
	font-weight: normal;
	margin-top: 5px;
	padding: 5px 10px;
	border: 1px solid #333;
}
#content_wrap #index_list {
	overflow: hidden;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
#content_wrap #index_list.top_news{ display:block;}
#content_wrap .news_list_wrap{
	display: flex;
	flex-wrap: wrap;
}
#content_wrap #index_list a {
	width: 248px;
	padding: 20px 0;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	-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;
}
#content_wrap #index_list a:nth-child(4n) { margin-right:0;}
#content_wrap .index_list_photo { margin: 0 20px;}
#content_wrap .index_list_photo img { display: block; margin: 0 auto 10px;
	-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;}
#content_wrap a:hover .index_list_photo { background: #99CEBB;}
#content_wrap #index_list a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
#content_wrap #index_list a .index_list_box { padding: 20px 20px 0 20px;}
#content_wrap #index_list a .index_list_head {
	overflow: hidden;
	font-size: 75%;
	line-height: 20px;
	margin-bottom: 15px;
}
#content_wrap #index_list a .index_list_head .category {
	float:none;
	display: inline-block;
	background: #666;
	padding:2px 5px;
	color: #fff;
	text-align: center;
}
#content_wrap #index_list a .index_list_head .day {
	float:none;
	display: block;
	color: #333;
}
#content_wrap #index_list a .index_list_box p {
	display: block;
	color: #008555;
	font-size: 87.5%;
	line-height: 1.5;
	-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;
}
#content_wrap #index_list a:hover { border-color: #008555;}
#content_wrap #index_list a:hover p { text-decoration: underline;
	-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;}
#content_wrap #index_news .info_news {
	border-bottom:1px dotted #999;
	padding-left: 0 !important;
}
#content_wrap #index_news .info_news li {
	list-style:none !important;
	border-top: 1px dotted #999;
	padding: 20px 0;
}
#content_wrap #index_news .info_news li a {
	float: none;
	width:auto;
	padding: 20px 0;
}
#content_wrap #index_news .info_news li .category{
	display: inline-block;
	background: #666;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 87.5%;
	margin: 0 10px;
}



/* 英語サイトの重要なお知らせ */
.en_important_wrap {
	/* background: #bc2224; */
	padding: 15px 0;
}
.en_important_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #333;
	display: flex;
	align-items: center;
}
.en_important_box h2 {
	width:220px;
	font-size: 150%;
}
.en_important_link_h{font-size:120%;margin-bottom: 15px;}
.en_important_box a, .en_important_box a:visited {
	color: #333;
}
.en_important_link{width:calc(100% - 220px);}
.en_important_link li{padding:20px 0 10px/* 50px*/;position:relative;}
/* .en_important_link li:first-child{border-top:1px solid rgba(255,255,255,0.6);} */
/* .en_important_link li::before{
	content:'-';
	color:#fff;
	position:absolute;
	left:32px;
	top:21px;
} */
.en_important_link li a[target="_blank"],.en_important_link li a[href$=".pdf"]{position:relative;}
.en_important_link li a[target="_blank"]::after{
	content:'';
	display:inline-block;
	margin:0 0 0 10px;
	width:10px;
	height:15px;
	position:relative;
	top:2px;
	background:url(/en/img/common/popup-green.svg) 0 0 no-repeat;
}
.en_important_link li a[href$=".pdf"]::after{
	content:'';
	display:inline-block;
	margin:0 0 0 10px;
	width:30px;
	height:18px;
	position:relative;
	top:8px;
	background:url(/en/img/common/icon_pdf_white.svg) 0 0 no-repeat;
}
.important_more{display:none;}
.en_important_link .important_more li:first-child{border-top:none;}
.news_more_link {text-align:center;margin:20px auto;max-width:150px;}
.news_more_link span.news_more_open,.news_more_link span.news_more_close {
	display: inline-block;
	border: 1px solid #333;
	font-size: 87.5%;
	min-width:104px;
	line-height: 1.2;
	padding: 12px 25px;
	box-sizing:border-box;
	transition: background 0.3s,color 0.3s;
}
.news_more_area { display: none;}
.news_more_link span:hover { cursor: pointer; color: #333;text-decoration: underline;}

.sp_table_txt{display:none;}

/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) {


/*-----------------------------------------------
	TOP
-----------------------------------------------*/
#index_catch {
	background: none;
	height: auto;
	overflow:hidden;
}
#index_catch_copy {
	display: none;
	width: auto;
	padding-top: 15vw;
	position: absolute;
	z-index: 10;
	left: auto;
	margin: 0;
}
#index_catch_copy h1 { padding: 0 20px;}
#index_catch img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.bxslider li div {
	position: absolute;
	width: auto;
	left: auto;
	margin-left: 0;
	overflow: hidden;
	padding-top: 5vw;
	padding-left: 20px;
}
.bxslider li div a { display: block; width: 300px; height: auto;}


.content_box {
	width: auto;
}

.en_important_wrap {
	padding: 15px 20px;
}

#index_area {
	width: auto;
}
#index_news {
	padding: 20px;
}
#index_news h2 {
	font-size: 125%;
	padding: 0;
}
#index_news h2 a {
	display: block;
	float: right;
	background: #fff;
	color: #008555 !important;
}
#index_news ul,ul#news_list {
	overflow: hidden;
	margin: 20px auto 0;
}
#index_news ul li,ul#news_list li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
#index_news ul li:nth-child(3n),ul#news_list li:nth-child(3n) { margin-right: 0;}
#index_news ul li:nth-child(3n+1),ul#news_list li:nth-child(3n+1) { clear: left; float: left;}
#index_news ul li a,ul#news_list li a {
	padding: 0;
	border: none !important;
}
#index_news ul li a div,ul#news_list li a div { background: none;}
#index_news ul li a img,ul#news_list li a img {
	display:block;
	width:100%;
	max-width:400px;
}
#index_news ul li a:hover img,ul#news_list li a:hover img { opacity: 1;}
#index_news ul li a .news_list_h{margin:10px 5px 0;}
#index_news ul li a p,ul#news_list li a p {
	margin:0 5px 0;
}
#index_news ul li a span,ul#news_list li a span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#index_about {
	margin-top: 0;
	padding: 20px;
}
#index_about h2 {font-size: 125%;}
#index_about ul li a div { background: none;}
#index_about ul li a:hover img { opacity: 1;}

#index_movie { padding:30px 20px 50px;}

#movie { display: block;}
#index_insta{margin:50px auto 0;}

/*--------------------------------------------
	詳細
--------------------------------------------*/
#c1 {
	background: url(img/about-us/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	color: #fff;
	padding: 20px;
	text-align: center;
}

#academic {
	background: url(img/academics/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	color: #fff;
	padding: 20px;
	text-align: center;
}

#campus {
	background: url(img/campus/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	color: #fff;
	padding: 20px;
	text-align: center;
}

#add {
	background: url(img/admissions/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	color: #fff;
	padding: 20px;
	text-align: center;
}

#news {
	background: url(img/news/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	color: #fff;
	padding: 20px;
	text-align: center;
}
#shindaisei {
	background: url(/img/campus/shindaisei/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	padding: 20px;
	text-shadow: 0 0 3px #000;
	text-align: center;
}

#h1 { background: #F7F9F7; border-bottom: 1px solid #D9E0DA; border-top: 1px solid #D9E0DA;}

#content_area {
	width: auto;
	margin: 0 20px;
}
#content_box {
	width: auto;
	padding-bottom: 20px;
}

#content_area h2 {
	margin: 40px 0 20px;
	font-size: 125%;
}
#content_area h3 {
	font-size: 115%;
	margin: 30px 0 20px;
}
#content_area h4 {
	margin: 20px 0 20px;
}
#content_area h5 {
	margin: 20px 0 20px;
}

#content_box p {
	margin: 20px 0 0;
}
#content_box table {
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #D9E0DA;
	font-size: 87.5%;
}
#content_box table th,#content_box table td {
	border-bottom: 1px solid #D9E0DA;
	padding: 15px 20px;
}
.table {
	overflow-x: auto;
}
.table::-webkit-scrollbar {
	height: 5px;
}
.table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.table table{margin-top:0 !important;}
.table th,.table td { min-width: 20px !important;}
#content_box table th {
	background: #F7F9F7;
	text-align: left;
}
.w20 { width: auto;}
.w10 { width: auto;}
.right { text-align: right;}

.catch {
	display: block;
	margin: 20px 0;
	width: auto;
	height: auto;
}
.center { text-align: center; vertical-align: middle;}

.content_photo {
	overflow: hidden;
}
.content_photo div {
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
	text-align: center;
}
.content_photo div:nth-child(3n) { margin-right: 2%;}
.content_photo div:nth-child(2n) { margin-right: 0;}
.content_photo div img { display: block; margin: 0 auto 10px;}






/*-----------------------------------------------
	LN1
-----------------------------------------------*/
#ln1 { background: #006642;}
#ln2 { background: #008555;}
#ln3 { background: #f7f9f7;}
#ln1 ul,#ln2 ul,#ln3 ul {
	width: auto;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 0 !important;
	font-size: 75%;
	border-top: 1px solid #fff;
}
#ln3 ul {
	width: auto;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 0 !important;
	font-size: 75%;
	border-top: 1px solid #D9E0DA;
}
#ln3 ul { margin: 0 auto 30px !important; width: auto; padding: 15px 0;}
#ln1 ul li,#ln2 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-bottom: 1px solid #fff;
}
#ln3 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-bottom: 1px solid #D9E0DA;
}
#ln1 ul li a,#ln2 ul li a,#ln3 ul li a { display: block; padding: 10px; border-bottom: none; color: rgba(255,255,255,1); text-decoration: none;}
#ln3 ul li a { border-bottom: none; color: #333; text-decoration: none;}
#ln1 ul li a:hover,#ln1 ul li a.on,#ln2 ul li a:hover,#ln2 ul li a.on { border-bottom: none; color: #fff;}
#ln1 ul li a.on span,#ln2 ul li a.on span { border-bottom: 2px solid #fff;}
#ln3 ul li a.on span { border-bottom: 2px solid #008555;}
#ln3 ul li a:hover,#ln3 ul li a.on { border-bottom: none; color: #008552;}
#ln1 ul li a span,#ln2 ul li a span,#ln3 ul li a span { display: inline; padding-bottom: 2px;}

.content_nav_top {
	width: 100%;
	display: table;
	color: #fff;
	background: #009270;
}
#ln1 .content_nav_top { background: #006642;}
#ln2 .content_nav_top { background: #008555;}
#ln3 .content_nav_top { background: #EBEFEC;}
.content_nav_top a {
	display: table-cell;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
	background: url(/img/common/smp-arrow-left.png) 10px center no-repeat;
	background-size: 7px 10px;
}
#ln3 .content_nav_top a {
	background: url(/img/common/smp-arrow-left-green.png) 10px center no-repeat;
	background-size: 7px 10px;
}
#ln3 a { color: #008555 !important;}
.content_nav_top span {
	display: table-cell;
	width: 40px;
	background: #005431 url(/img/common/smp-plus.png) center no-repeat;
	background-size: 10px 10px;
	font-size: 0;
}
.content_nav_top span.open {
	background: #005431 url(/img/common/smp-minus.png) center no-repeat;
	background-size: 10px 10px;
}
#ln2 .content_nav_top span { background-color: #006642;}
#ln3 .content_nav_top span { background: #D9E0DA url(/img/common/smp-plus-green.png) center no-repeat; background-size: 10px 10px;}
#ln3 .content_nav_top span.open { background: #D9E0DA url(/img/common/smp-minus-green.png) center no-repeat; background-size: 10px 10px;}



#ln1 ul,#ln2 ul,#ln3 ul {
	display: none;
	width: auto;
	font-size: 87.5%;
}

#movie {
	display: table-cell;
	width: 50%;
	height: auto;
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#movie iframe,
#movie object,
#movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.photo_l {
	float: left;
	margin: 0 20px 20px 0;
}

#single_nav a {
	width: auto;
}


}



/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1070px) {

#index_catch img.pc_img {
	display: block;
	width: 100%;
	height: auto;
}
#index_catch img.sp_img { display: none;}



}


/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

#content_list .child_list{display:block;}

}

@media screen and (max-width: 767px) {

/*-----------------------------------------------
	TOP
-----------------------------------------------*/
#index_catch img.pc_img{ display: none;}
.bxslider .slick-slide div{display:none;} 
#index_catch .sp_img {
	display: block;
	width: 100%;
	height: auto;
}
#index_catch_copy {
	display: none;
	width: 100%;
	padding-top: 0;
	height: 67vw;
}
#index_catch_copy h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 160%;
}

#index_news ul li,ul#news_list li {
	float: none;
	width: auto;
	margin:30px 0 0;
}
#index_news ul li:nth-child(3n),ul#news_list li:nth-child(3n) { margin-right: 0;}
#index_news ul li:nth-child(3n+1),ul#news_list li:nth-child(3n+1) { clear: left; float: none;}

#index_about ul li {
	float: none;
	width: auto;
	background: #fff;
	margin: 20px 0 0;
}
#index_about ul li:nth-child(3n) { margin-right: 0;}
#index_news ul li a img {
	display: block;
	margin: auto;
}
#index_movie { padding: 20px;}

/*--------------------------------------------
	詳細
--------------------------------------------*/

#content_area {
	width: auto;
	margin: 0 20px;
}
#content_box {
	width: auto;
	padding-bottom: 0;
}
.center { text-align: center; vertical-align: middle;}

.content_photo {
	overflow: hidden;
}
.content_photo div {
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
	text-align: center;
}
.content_photo div:nth-child(3n) { margin-right: 2%;}
.content_photo div:nth-child(2n) { margin-right: 0;}
.content_photo div img { display: block; margin: 0 auto 10px;}


.rtol { text-align: left !important;}


.photo_l {
	display: block;
	float: none;
	margin: 0 auto 20px;
}


#h1_in{height:auto;}
#h1_in h1{font-size:150%;}


}


/*--------------------------------------------------------------------------------------------------------------------
	スマホ横(415～)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 415px) and (max-width: 767px) {

/*-----------------------------------------------
	TOP
-----------------------------------------------*/
#index_news ul li,ul#news_list li {
	float: none !important;
	width: auto;
	margin: 2% 0 0 0;
}
#index_news ul li:nth-child(3n),ul#news_list li:nth-child(3n) { margin-right: 0;}
#index_news ul li:nth-child(2n),ul#news_list li:nth-child(2n) { margin-right: 0;}
#index_news ul li:nth-child(3n+1),ul#news_list li:nth-child(3n+1) { clear: none; float: none;}
#index_news ul li:nth-child(2n+1),ul#news_list li:nth-child(2n+1) { clear: left; float: none;}
#index_about ul{flex-wrap:wrap;}
#index_about ul li {
	width:50%;
	margin: 2% 0 0 0;
}
#index_about ul li a img{ width:100%; max-width:500px;}

#content_wrap #index_list a .index_list_head .day{float:left;}

}

/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#movie_wrap { display: block;}
#movie { display: block; width: auto;}
#movie_txt { display: block; padding: 30px 0 0;}

#content_area #index_news ul li a div,ul#news_list li a div { background: none;}
}


/*--------------------------------------------------------------------------------------------------------------------
	メニューに関する指定(1040)
--------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1070px) {


#index_main {
	width: auto;
	height: auto;
	margin: 0 auto;
}
.index_main_wrap { position: relative; height: auto;}
.index_main_img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	width: 444px;
	height: 333px;
}
.index_main_img img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 444px;
	margin: auto;
}
.index_main_txt {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	color: #fff;
	z-index: 10;
	display: table;
}
.index_main_txt_in {
	position: relative;
	display: table-cell;
	height: auto;
	padding: 50px 460px 50px 50px;
}
.index_main_txt_in img { display: block; width: 88px !important; height: 68px !important; margin: 0 !important;}
.index_main_txt_in h2 {
	margin: 40px 0 20px;
	font-size: 137.5%;
}
.index_main_txt_in p {
	font-size: 87.5%;
}

.index_main_wrap a {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	position: relative;
	bottom: auto;
	right: auto;
	background-size: 50px 50px;
	padding-left: 50px;
}
.index_main_wrap a span { display: inline;}
.index_main a span { display: block;}
.index_main_nav {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 0;
	background: rgba(0,0,0,0.2);
}



#index_wrap { width: auto; margin: auto;}
.pickup_item li a { height: auto; max-height: 23vw;}
.home_wrap #index_news {
	clear: both;
	padding: 20px;
}
.home_wrap #news_tab {
	margin: 30px 0 20px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.home_wrap #news_tab li:first-child {
	margin-left: 0;
}
.home_wrap #news_tab li:last-child { margin-right: 0;}

.home_wrap #index_list {
	overflow: hidden;
	width: auto;
	max-width: 1000px;
}

.home_wrap #index_event {
	clear: both;
	padding: 0 0 50px;
	width: auto;
	margin-top: 0;
}

#index_topic {
	width: auto;
	margin: auto;
	overflow: hidden;
}
#index_topic ul li { margin: 10px;}
#sns_wrap_in { margin: 0 20px;}

/*---------------------------------------------------
	C1
---------------------------------------------------*/
#c1,#study,#global,#campus{
	height: auto;
	line-height: 1.7;
	font-size: 150%;
	color: #fff;
	padding: 20px;
	text-align: center;
}

#h1 { background: #F7F9F7; border-bottom: 1px solid #D9E0DA;}
#h1_in {
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	padding: 20px;
	background: url(img/common/bg-logo.png) right center no-repeat;
	background-size: 123px 140px;
	min-height: auto;
}
#h1_in h1{font-size:150%;}

#content_wrap { padding-top: 0; overflow: hidden;}
.content_nav_top {
	width: 100%;
	display: table;
	color: #fff;
	background: #009270;
}
.content_nav_top a {
	display: table-cell;
	color: #008554 !important;
	text-decoration: none;
	padding: 0 15px 0 22px;
	vertical-align: middle;
	background: url(/img/common/smp-arrow-left-green.png) 10px center no-repeat;
	background-size: 7px 10px;
}
.content_nav_top span {
	display: table-cell;
	width: 50px;
	height: 50px;
	background: #EDF0ED url(/img/common/smp-plus-green.png) center center no-repeat;
	background-size: 10px 10px;
	font-size: 0;
}
.content_nav_top span.open {
	background: #EDF0ED url(/img/common/smp-minus-green.png) center center no-repeat;
	background-size: 10px 10px;
}

#content_area {
	width: auto;
	margin: 0 20px 100px;
	padding-bottom: 0;
}

#content_area h2 {
	margin: 40px 0 20px;
	font-size: 125%;
}
#content_area h3 {
	font-size: 125%;
	margin: 30px 0 20px;
}
#content_area h4 {
	margin: 30px 0 20px;
	color: #004729;
	font-size: 100%;
}
#content_area h5 {
	font-weight: bold;
	margin: 40px 0 20px;
	color: #004729;
}
#content_area h2#calendar {
	display: block;
	margin:0 !important;
	white-space: nowrap;
	clear: both;
	padding: 15px;
}

#h2_h,.h2_h {
	overflow: hidden;
	border-bottom: none !important;
}
#h2_h a,.h2_h a {
	float: right;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 58%;
	font-weight: normal;
	margin-top: 5px;
	padding: 5px 10px;
	border: 1px solid #333;
}

#content_list {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !Important;
}
#content_list li {
	float: left;
	width: 33.3333333%;
	margin: 20px 0 0;
}
#content_list li:nth-child(3n) { width: auto;}
#content_list li a {
	display: block;
	text-align: center;
	color: #008554;
}
#content_list li a div img { display: block; margin: 0 auto 10px;}

.content_list_box{padding-left:320px;}
.content_list_box a figure{
	width:293px;
	height:176px;
}

#content_list2 {
	overflow: hidden;
	margin: 20px 0 0 !important;
}
#content_list2 li {
	display: block;
	width: 32%;
	height: auto;
	margin: 20px 2% 0 0
}
#content_list2 li a {
	display:block;
	padding:20px 40px 20px 20px;
}
#content_list2.page_mid li{
	width:49%;
	clear:none;
}
#content_list2.page_mid li:nth-child(odd){margin-right:2%;}

#content_area table {
	width: 100%;
}


/*------------------------------------------------
	ニュース
------------------------------------------------*/
#news_top {
	position: relative;
	margin-top: 50px;
}
#news_top #news_tab li {
	float: none;
	padding: 0 20px;
}

.news_sub {
	overflow: hidden;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	border-bottom: 1px solid #D9E0DA !important;
}
.news_sub li {
	float: left;
	margin: 0 10px 0 10px;
	padding-bottom: 10px !important;
	font-size: 75%;
	list-style: none !important;
	width: auto;
}
.news_sub li a {
	display: block;
	color: #333;
	border: none;
	text-decoration: none;
}
.news_sub li span { display: block; border-bottom: 2px solid #fff;}
.news_sub li a.on,.news_sub li a:hover { color: #008555 !important;}
.news_sub li a.on span,.news_sub li a:hover span { border-bottom: 2px solid #008555;}

#news_top_cate {
	position: relative;
	top: auto;
	right: auto;
}

#news_cate_archi {
	overflow: hidden;
	margin: 40px 0;
	font-size: 87.5%;
}
#news_cate_archi div {
	float: left;
	margin-right: 30px;
	padding-top: 5px;
}
#news_cate_archi a {
	display: block;
	float: right;
	border: 1px solid #333;
	text-align: center;
	color: #333 !important;
	text-decoration: none !important;
	padding: 5px 20px;
}


#news_h {
	overflow: hidden;
	margin: 30px 0;
}
#news_day {
	float: none;
	font-size: 87.5%;
}
#news_day span {
	display: inline-block;
	margin-left: 20px;
	font-size: 87.5%;
	background: #666;
	color: #fff;
	text-align: center;
	width: 90px;
	line-height: 20px;
	height: 20px;
}
#news_h #sns_print {
	display: block;
	float: none;
	margin-top: 20px;
}


#single_area { margin-top: 20px;}

#single_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 1em;
	margin-top: 50px;
}
#single_nav_prev {
	float: left;
	width: 49%;
	text-align: left;
	border: none;
	padding: 0;
}
#single_nav_next {
	float: right;
	width: 49%;
	text-align: right;
	border: none;
	padding: 0;
}

.txt_box {
	overflow: hidden;
	height: auto;
	margin-top: 20px;
}
.img {
	float: none;
	margin: 0 0 20px;
}
.img img { display: block; width: auto; max-width: 100%; height: auto; margin: auto;}
.txt {
	overflow: visible;
	height: auto;
}


.input_s,.input_m,.input_l { width:90%; padding: 5px;}



}


/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1070px) {

#news_cate_archi a#submit_go, #news_cate_archi a#submit_go_cat { font-size: 115%;}


/*------------------------------------------------
	ニュース
------------------------------------------------*/
#content_wrap #index_wrap {
	width: auto;
	margin: auto;
}
#content_wrap #index_news {
	clear: both;
	padding: 20px 0 0;
}
#content_wrap #index_news h2 {
	overflow: hidden;
	line-height: 1.7;
	padding: 0 20px;
}
#content_wrap #index_news h2 span {
	display: block;
	float: left;
	font-size: 125%;
	margin-top: 0;
}
#content_wrap #index_news h2 a,#content_wrap #index_news h2 a:hover {
	float: right;
	padding: 3px 15px;
	border: 1px solid #333;
	display: block;
	font-size: 87.5%;
	text-decoration: none;
	color: #333;
}
#content_wrap #news_tab {
	margin: 30px 0 20px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#content_wrap #news_tab li {
	display: inline-block;
	list-style: none !important;
	width: auto;
	border: 1px solid #D1DAD3;
	position: relative;
	z-index: 0;
	padding: 0 30px;
}
#content_wrap #news_tab li:first-child { margin-left: 0;}
#content_wrap #news_tab li.active,#content_wrap #news_tab li:hover {
	z-index: 2;
	border: 1px solid #333;
	border-bottom: 1px solid #fff;
	background: none;
}
#content_wrap #news_tab li:last-child { margin-right: 0;}
#content_wrap #news_tab li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 100%;
	text-decoration: none;
}
#content_wrap #news_tab li.active a {
	padding: 1px;
	color: #333;
	height: 38px;
	line-height: 38px;
	text-decoration: none !important;
}
#content_wrap #index_list { overflow: hidden;}
#content_wrap #index_list a {
	float: left;
	width: 33.3333333%;
	padding: 20px 0;
	display: block;
	background: #fff;
	border: none;
	text-decoration: none;
}
#content_wrap #index_list a:nth-child(4n) { margin-right:0;}
#content_wrap .index_list_photo { margin: 0 20px;}
#content_wrap .index_list_photo img { display: block; margin: 0 auto 10px;}
#content_wrap #index_list a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
#content_wrap #index_list a .index_list_box { padding: 20px 20px 0 20px;}
#content_wrap #index_list a .index_list_head {
	overflow: hidden;
	font-size: 75%;
	line-height: 20px;
	margin-bottom: 20px;
}
#content_wrap #index_list a .index_list_head .category {
	float: right;
	display: block;
	background: #666;
	color: #fff;
	width: 90px;
	text-align: center;
}
}


/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.txt_box {height:auto;}
.img {float:none;margin:0 0 20px;}
.img img{display:block;width:auto;height:auto;max-width:100%;margin:auto;}
.txt {height:auto;}
#index_insta{margin-bottom:0;}
#index_insta_in ul{flex-wrap:wrap;}
#index_insta_in ul li{width:49%;margin-top:10px;}
#index_insta_in ul li:nth-child(2n){margin-right:0;}


/*---------------------------------------------------
	C1
---------------------------------------------------*/
#c1 {
	height: auto;
	line-height: 1.7;
	font-size: 150%;
	color: #fff;
	padding: 20px;
	text-align: center;
}

/*-----------------------------------------------
	LN1
-----------------------------------------------*/
#ln1 { background: #f9faf9;}
#ln2 { background: #f9faf9;}
#ln3 { background: #f9faf9;}
#ln1 ul,#ln2 ul,#ln3 ul {
	width: auto;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 0 !important;
	font-size: 85.7%;
}
#ln3 ul {
	width: auto;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 0 !important;
	font-size: 85.7%;
	border-top: 1px solid #D9E0DA;
}
#ln3 ul { margin: 0 auto !important; width: auto; padding: 15px 0;}
#ln1 ul li,#ln2 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-bottom: 1px solid #fff;
}
#ln3 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-bottom: 1px solid #D9E0DA;
}
#ln1 ul li a,#ln2 ul li a,#ln3 ul li a { display: block; padding: 10px; border-bottom: none; color: #008554; text-decoration: none;}
#ln3 ul li a { border-bottom: none; color: #333; text-decoration: none;}
#ln1 ul li a:hover,#ln1 ul li a.on,#ln2 ul li a:hover,#ln2 ul li a.on { border-bottom: none; color: #008554;}
#ln1 ul li a.on span,#ln2 ul li a.on span { border-bottom: 2px solid #008554;}
#ln3 ul li a.on span { border-bottom: 2px solid #008555;}
#ln3 ul li a:hover,#ln3 ul li a.on { border-bottom: none; color: #008552;}
#ln1 ul li a span,#ln2 ul li a span,#ln3 ul li a span { display: inline; padding-bottom: 2px;}


#content_area {
	width: auto;
	margin: 0 20px 50px;
	padding-bottom: 0;
}

#content_area h2 {
	margin: 40px 0 20px;
	font-size: 125%;
}
#content_area h3 {
	font-size: 125%;
	margin: 30px 0 20px;
}
#content_area h4 {
	margin: 30px 0 20px;
	color: #004729;
	font-size: 100%;
}
#content_area h5 {
	font-weight: bold;
	margin: 40px 0 20px;
	color: #004729;
}
#content_area h2#calendar {
	display: block;
	margin:0 !important;
	white-space: nowrap;

	clear: both;
	padding: 15px;
}
#content_wrap #index_list a{width:50%;}

.content_list_box{
	min-height:0;
	padding:0;
	margin-top:50px;
}
.content_list_box a figure{
	position:static;
	width:100%;
	height:auto;
}
.content_list_box a figure img{height:auto;}
#content_list .child_list{
	display:block;
	margin:15px 15px 0;
}
#content_list .child_list li{
	font-size:93%;
	margin:0 0 15px !important;
}
#content_list .child_list li a{background-position:top 5px left;}
#content_list2 {
	overflow: hidden;
	margin: 20px 0 0 !important;
}
#content_list2 li{width:49%;}
#content_list2 li:nth-child(odd){margin-right:2%;}
#content_list2 li:nth-child(even){margin-right:0;}
#content_list2 li a {
	display: block;
	padding:20px 40px 20px 20px;
}

}

@media screen and (max-width: 376px) {
#content_wrap #index_list a .index_list_head .day{float:left;}
#content_wrap #index_list a{width:auto;}
}

@media screen and (max-width: 350px) {
#news_cate_archi strong { display: block;}
}

/*--------------------------------------------------------------------------------------------------------------------
	スライドショーに関する指定(1240)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.index_main_wrap { position: relative; height: auto;}

.sp_table_txt{
	display:table;
	margin:20px auto 10px;
}
#content_area .sp_table_txt p{
	display:table-cell;
	vertical-align:middle;
	padding:10px 0 10px 60px;
	background:url(img/common/icon_hand.svg) 0 center no-repeat;
}



#info_list{margin-top:30px;}
#info_list a{display:block;padding:16px 0; font-size:87.5%;}
#info_list .news_list_h{width:auto;}
#info_list p{margin:5px 0 0 !important; width:auto;}

#content_list2 li{
	float:none;
	width:auto;
	margin-right:0 !important;
}
#content_list2 li:not(:first-child){margin-top:0;}
#content_list2 li a{
	border-right:none;
	border-left:none;
}
#content_list2 li:not(:first-child) a{border-top:none;}
#content_list2.page_mid li{
	width:auto;
	margin:10px 0 0 !important;
}
#content_list2.page_mid li:first-child{margin-top:20px !important;}
#content_list2.page_mid li a{border:1px solid #D1DAD3;}

}


.menu_top{display:none;}

@media screen and (min-width: 1px) and (max-width: 767px) {

#index_news ul, ul#news_list{display:block !important;}
#news_list{border-top:1px solid #ccc;display:block !important;}
ul#news_list li{margin-top:0;display:block !important;}
#index_news ul li a, ul#news_list li a,#content_wrap #index_list a{
	padding: 20px 10px;
	display: flex;
	background: #fff;
	border:none !important;
	overflow:hidden;
	box-sizing:border-box;
	border-bottom:1px solid #ccc !important;
	width:100%;
}
#index_news ul li a{border:none;}
#content_wrap #index_list{border-top:1px solid #ccc;}
#content_wrap #index_list a{border-bottom:1px solid #ccc !important; margin-top:0 !important;}
.home_wrap .news_list_wrap a img,#content_wrap #index_list a img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
a div.thum,#content_wrap .index_list_photo{border:none; background:none !important;margin:0 10px 0 0; width:110px;}
.home_wrap #index_list a .index_list_head,#content_wrap a .index_list_head{margin-bottom:13px;}
.home_wrap #index_list a .index_list_box,.home_wrap #index_list a .index_list_box p,#content_wrap a .index_list_box,#content_wrap a .index_list_box p{padding:0;}
.news_box,#content_wrap #index_list a .index_list_box{ padding:0; width:calc(100% - 120px); min-height:50px !important; height:auto !important;}
.home_wrap .news_list_wrap a .index_list_photo,#content_wrap .news_list_wrap a .index_list_photo{margin:0 10px 0 0; width:110px;}
#index_news ul li a span{color:#333 !important;}
#index_news ul li a p, ul#news_list li a p{ font-size:87.5%;}
#index_news ul li a p{color:#008555 !important;}
#index_news ul li{margin-top:10px;}
.news_list_h{margin-top:0;}

.en_important_box {display:block;}
.en_important_box h2 {
	width:auto;
	font-size:150%;
	/* margin-bottom:15px; */
}
.en_important_link_h{font-size:120%;}
.en_important_link{width:auto;}
.en_important_link li{padding:20px 0 10px/* 20px*/;}
.en_important_link li::before{
	left:6px;
	top:21px;
}

}


@media screen and (min-width: 1px) and (max-width: 568px) {
#index_about ul{ display:block; margin:-20px auto 0;}
#index_about ul li {
	width:auto;
	margin:20px 0 0;
	padding:0;
}
#index_about ul li a img{ width:100%; max-width:500px;}

.movie_column {
	overflow:hidden;
	margin:0;
}
.movie_column_box{
	float:none;
	padding-right:0;
	width:auto;
}
}