@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{ height: 100%;}
body { margin: 0; padding: 0; font-size: 93.75%; font-family:'Noto Sans Japanese', 'Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック"; line-height: 1.7em; color: #444; height: 100%; position: relative; letter-spacing: 0;overflow-wrap:break-word;word-wrap:break-word;}
header,main,article,section,nav,footer { display: block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; font-size: 100%;}
input {font-family: 'Noto Sans Japanese','Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック"; line-height: 1.7em; color: #444; position: relative; letter-spacing: 0;overflow-wrap:break-word;word-wrap:break-word;}
table {	border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal;}
em { font-style: normal; font-weight: 500;}
ol,ul { list-style: none;}
caption{ text-align: left;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {zoom: 1;}
.clearfix {display: block;}
/* End hide from IE-mac */

input[type="button"],input[type="tel"],input[type="submit"],input[type="text"],input[type="email"],textarea{
	-webkit-appearance:none;
	border-radius:0;
}
input::-ms-clear{visibility:hidden;}
select::-ms-expand{display:none;}
/* ↑ここまでリセットcss */

a { color: #333;}
a:visited { color: #3D0086;}
section a { color: #008553;}
section a:visited { color: #3D0086;}
a:hover { text-decoration: none;}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
a span { display: none;}
#ns {
	margin: auto;
	text-align: center;
	padding-top: 5px;
}

/*-------------------------------------------------------------
	全体に関する指定
-------------------------------------------------------------*/
#nojs {	width: 940px; background: #fff; color: #f00; padding: 25px; border: 5px solid #F00; text-align: center; margin: 20px auto;}
#wrapper { position: relative;}
#skiplink {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#blockskip {
	height: 0;
	font-size: 75%;
}
#blockskip a {color: #fff !important;}

a.show {
	background: #000;
	height: 30px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff !important;
	text-align: center;
	z-index: 200000;
}
header {
	width: 100%;
	z-index: 10000;
	position: relative;
}
header a:visited { color: #333;}
#header_corona a{
	display:flex;
	align-items:center;
	color:#fff;
	background:#D90000 url(img/common/arrow-right-white.svg) right 40px center no-repeat;
	background-size:10px auto;
	text-decoration:none;
	box-sizing:border-box;
	font-weight:bold;
	font-size:133.33333%;
	padding:0 60px 0 40px;
	height:80px;
}
#header_corona a:hover{ text-decoration:underline;}

#header_wrap {
	margin: auto;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
#header_wrap.show { top: 30px;}
#header_box { position: relative; z-index: 10000;}
#logo {
	float: left;
	background: #fff;
	width: 260px;
	height: 90px;
}
#logo a,#logo img { display: block; width: 201px; height: 60px; margin: auto;}
#logo a { margin: 15px auto 0;}
#logo a:hover img {	opacity: 1; filter: alpha(opacity=100); -ms-filter: "alpha( opacity=100 )";}

#header_in {
	position: absolute;
	top: -34px;
	height: 34px;
	right: 0;
	width: 100%;
	background: #008555;
	z-index:10000;
	font-size: 75%;
}
#header_in_box { float: right; overflow: hidden;}
#header_txt {
	float: left;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}
#header_txt ul { overflow: hidden; padding: 0 10px;}
#header_txt li {
	float: left;
	position: relative;
}
#header_txt li a { display: block; padding: 0 10px; line-height:34px; color: #fff; text-decoration: none; transition: all 0.3s;}
#header_txt li.on a,#header_txt li a:hover { background: #006642; color: #fff; transition: all 0.3s;}

#header_link {
	float: left;
	overflow: hidden;
	background: #fff;
	height: 34px;
	line-height: 34px;
}
#header_link ul { overflow: hidden;}
#header_link ul li { float: left;}
#header_link ul li a { display: block; padding: 0 8px; transition: all 0.3s;}
#header_link ul li.on a,#header_link ul li a:hover { background: #EBEFEC; transition: all 0.3s;}
#header_link ul li.donation a { background:#016BA5; color:#fff !important;}
#header_link ul li.donation.on a,#header_link ul li.donation a:hover { background:#015481; transition: all 0.3s;}


#header_lang { float: left; overflow: hidden; background: #333; height: 34px;}

#lang_link{
	display:block;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
	background:#333;
	width:120px;
	line-height:34px;
}
#lang_link span{
	display:inline-block;
	background:url(img/common/icon_language.svg) 0 center no-repeat , url(img/common/arrow_b_white.svg) right center no-repeat;
	padding:0 15px 0 25px;
}
#lang_link.lang_close span{background:url(img/common/icon_language.svg) 0 center no-repeat , url(img/common/arrow_t_white.svg) right center no-repeat;}
#lang_area{
	position:absolute;
	width:120px;
	opacity:0;
	visibility:hidden;
	top:80%;
	transition:all 0.3s;
}
#lang_area.lang_open{ visibility:visible; top:100%; opacity:1;}
#lang_area li{border-top:1px solid #666; float:none !important; text-align:left !important;}
#lang_area a{
	display:block;
	padding:12px 20px 10px;
	color:#fff !important;
	text-decoration:none;
	background:#333;
}
#lang_area a span{
	display:inline-block;
	border-bottom:2px solid rgba(0,0,0,0);
}
#lang_area li.on a span,#lang_area li a:hover span{border-color:#fff;}

.drawer-nav { position: relative;}
.drawer-menu { position: relative;}

#modal-open{
	display:block;
	width:70px;
	height:55px;
	cursor:pointer;
	padding:0 !important;
	position:absolute;
	right:0;
	bottom:0;
	background: url(img/common/icon-search-white.svg) center no-repeat;
	transition: background 0.3s;
	z-index: 10;
}
#modal-open span {display:block;font-size:0;color:rgba(0,0,0,0);position: relative;height:100%;}
#modal-open span::before{
	content:'';
	display:block;
	width:1px;
	height:70%;
	background:rgba(255,255,255,0.4);
	position:absolute;
	left:0;
	top:15%;
}
#modal-open:hover{background: url(img/common/icon-search-white.svg) center no-repeat;}
#pc_search_area{position: relative;z-index:50000;}

.modal-content {
	position: fixed;
	display: none;
	z-index: 600;
	top: 50%;
	left: 50%;
}
#search_area form {display: block !important;}
#pc_search_box{
	position:relative;
	width:640px;
	height:420px;
	background:#fff;
	box-sizing:border-box;
	display:flex;
}
#pc_search_box > div{width:100%;overflow:auto;padding:80px 70px 50px;box-sizing:border-box;align-items:center;}
#pc_search_box form{display:block;position:relative;height:54px;}
#search_txt {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100%;
	padding:5px 10px 2px 10px;
	height:54px;
	border: none;
	background:#EBEFEC;
	width: calc(100% - 120px);
	box-sizing:border-box;
}
input#search_txt::-webkit-input-placeholder,
input#search_txt:-ms-input-placeholder,
input#search_txt::-moz-placeholder {
	color: #666;
	font-weight: normal;
}
#search_btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background:#008555;
	width:120px;
	text-align: center;
	height:54px;
	color: #fff;
	font-size:93.33333%;
	text-align:center;
}
#pc_search_box > div p{font-size:93.3333333%;font-weight:bold;margin-top:32px;}
#pc_search_box > div ul{display:flex;flex-wrap:wrap;margin-bottom:50px;}
#pc_search_box > div ul li{font-size:86.666666%;margin:10px 20px 0 0;}
#pc_search_box > div ul li a{color:#008555;text-decoration:underline;}
#pc_search_box > div ul li a[target="_blank"] {
	background: url(img/common/popup-green.svg) right center no-repeat;
	background-size: 20px 10px;
	padding-right: 25px;
}
#pc_search_box > div ul li a:hover{text-decoration:none;}
#modal-overlay {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0,0.6);
}
.modal-content p.modal-close {
	display: none;
	position: fixed;
	top:37px;
	right:15px;
	width: 44px;
	height: 44px;
	font-size: 0;
	text-decoration: none;
	background: url(img/common/icon_close.svg) center no-repeat;
	opacity: 0;
	transition:all 0.3s;
	cursor:pointer;
}
.modal-content p.modal-close.open {
	display: block;
	z-index: 10000;
	opacity: 1;
	transition: all 0.3s;
}


#menu-box {
	float: right;
	text-align: center;
	width: 98%;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	position: relative;
	background: rgba(51,51,51,0.8);
}
#toggle{display: none;}
#menu { display: block; padding-top: 34px; min-height: 56px;}
#menu nav { display: block;}
#menu a { text-decoration: none;}
#menu a span { display: inline-block; border-bottom: 3px solid rgba(0,0,0,0);}
#menu a.on span { border-bottom: 3px solid #008555;}
#menu li {float: left;text-align: center;}
#menu ul li ul { font-size: 87.5%; background: #EBEFEC;}

/* ヘッダーのドロップダウン */
.header_taisho ul,#search_box ul { padding-bottom: 0 !important;}
#search_box ul { padding: 10px !important; background: #008654 !important; color: #fff;}

@media screen and (min-width: 1025px) {
#menu nav ul.dropmenu { padding-right:72px; float: right;}
.dropmenu { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu:before,.dropmenu:after{ content: ""; display: table;}
.dropmenu:after{ clear: both;}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 16px 17px 11px 17px;
	text-decoration: none;
	color: #fff;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px;
	width: 220px;
}
#header_in .dropmenu li ul {
	top: 100%;
	box-shadow: none;
}
.dropmenu li ul li {
	width: 100%;
	background: #EBEFEC;
}
.dropmenu li ul li a {
	padding: 5px 25px;
	text-align: left;
	border: none !important;
}
#menu a > .dropmenu li ul li a {border: none !important;}
.dropmenu li:hover > a {
	background: #EBEFEC;
	color: #333;
	border-bottom: none !important;
}
.dropmenu li:hover > a span { border-color: #00603F !important;}


.dropmenu li > a span.on { border-color: #00603F !important;}
.dropmenu li ul li a { color: #333;}
.dropmenu li ul li a:hover {
	background: #008555;
	color: #fff !important;
	border: none !important
}
.dropmenu li.header_taisho li a:hover { background: #004729 !important;}
.dropmenu li ul li.menu_top a {
	padding: 20px 25px 20px;
	background: #EBEFEC;
	font-size: 114.3%;
	color: #333 !important;
	border-bottom: 1px solid #D9E0DA;
}
.dropmenu li ul li.menu_top a span { display: inline; border-bottom: 3px solid rgba(0,0,0,0);}
.dropmenu li ul li.menu_top a:hover { background: #EBEFEC !important; color: #333 !important;}
.dropmenu li ul li.menu_top a:hover span,.dropmenu li ul li.menu_top a.on span {
	background: #EBEFEC !important;
	color: #333 !important;
	border-bottom: 3px solid #008555 !important;
}
.fade-in2 li ul {
	opacity: 0;
	top: 80%;
	visibility: hidden;
	transition: .3s;
}
.fade-in2 li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
}

footer { clear: both;}

#footer_nav {
	clear: both;
	overflow: hidden;
	background: #008555;
	color: #fff;
}
#footer_nav_in {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
}
.footer_nav_box {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-right: 20px;
}
.footer_nav_box *:first-child{ margin-top:0;}
.footer_nav_box h2 { font-size: 87.5%; font-weight: bold; margin-bottom: 10px; margin-top:20px;}
.footer_nav_box h2 a { display: block; color: #fff; text-decoration: none;}
.footer_nav_box ul { font-size: 75%;}
.footer_nav_box ul li { padding-left: 15px;}
.footer_nav_box ul li:first-child { display: none;}
.footer_nav_box ul li::before {
	content: '- ';
	margin-left: -9px;
}
.footer_nav_box ul li a { color: #fff; text-decoration: none;}
.footer_nav_box ul li a:hover { text-decoration: underline;}

#footer_bn {background: #EBEFEC;}
#footer_bn ul {
	width: 1000px;
	overflow: hidden;
	margin: auto;
}
#footer_bn ul li {
	float: left;
	width: 250px;
	display: table;
}
#footer_bn ul li:nth-child(4) { margin-right: 0;}
#footer_bn ul li a {
	display: table-cell;
	width: 248px;
	height: 70px;
	vertical-align: middle;
	text-align: left;
	color: #008555;
	text-decoration: none;
	text-align: center;
	-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;
	border: 1px solid #EBEFEC;
}
#footer_bn ul li a.footer_bn1 { background: url(img/common/icon-tel.svg) center 40px no-repeat; padding-top: 90px;}
#footer_bn ul li a:hover.footer_bn1 { cursor: default; border-color: #008555;}
#footer_bn ul li a.footer_bn2 { background: url(img/common/icon-otoiawase.svg) center 40px no-repeat; padding-top: 90px;}
#footer_bn ul li a:hover.footer_bn2 { background: url(img/common/icon-otoiawase.svg) center 40px no-repeat; border-color: #008555;}
#footer_bn ul li a.footer_bn3 { background: url(img/common/icon-access.svg) center 40px no-repeat; padding-top: 90px;}
#footer_bn ul li a:hover.footer_bn3 { background: url(img/common/icon-access.svg) center 40px no-repeat; border-color: #008555;}
#footer_bn ul li a.footer_bn4 { background: url(img/common/icon-campus.svg) center 40px no-repeat; padding-top: 90px;}
#footer_bn ul li a:hover.footer_bn4 { background: url(img/common/icon-campus.svg) center 40px no-repeat; border-color: #008555;}
#footer_bn ul li a span { display: block;}
#footer_cm {
	clear: both;
	padding: 50px 0;
}
#footer_cm ul {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	margin-top: -20px;
}
#footer_cm ul li {
	float: left;
	background: #99CEBB;
	margin: 20px 20px 0 0;
}
#footer_cm ul li:nth-child(5n) { margin-right: 0;}
#footer_cm ul li a,#footer_cm ul li a img { display: block;
	-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;}

#footer_wrap {clear: both;}

#footer_h{background:#00774C; padding:20px;}
#footer_logo{float:left;}

#footer_box {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
#pankuzu {
	padding:0 20px;
	font-size:80%;
	border-top:1px solid #D9E0DA;
}
#pankuzu ol { overflow: hidden;max-width:1000px;margin:10px auto;}
#pankuzu ol li {float: left; margin:0 10px 0 0; position:relative;}
#pankuzu ol li::after{ content:'>'}
#pankuzu ol li:last-child::after{ display:none;}
#pankuzu ol li a{margin-right:10px; text-decoration:none; color:#333;}
#pankuzu ol li a:hover{text-decoration:underline;}
#pankuzu ol li a span{display:inline;}
#pankuzu ol li:last-child a{color:#008555;text-decoration:none;pointer-events:none;}

#sns_print,.sns_print {
	float: right;
	overflow: hidden;
}
#sns,.sns {
	float: left;
	overflow: hidden;
	line-height: 0;
}
.fb_iframe_widget { overflow: hidden;}
.fb_iframe_widget { display: inline-block !important; height:20px !important; width: auto !important; position: relative; margin-top: 0px; overflow: hidden;}
#print,.print {
	float: right;
	margin-left: 10px;
	line-height: 1.2;
}
#print a,.print a {
	background: url(img/common/icon-print_white.svg) 0 center no-repeat !important;
	padding-left: 15px;
	font-size: 75%;
	color: #fff;
	text-decoration: none;
}
.print a {background: url(img/common/icon-print.svg) 0 center no-repeat !important;color: #333;}
#footer_box .print a {background: url(img/common/icon-print_white.svg) 0 center no-repeat !important;color: #fff !important;}


#return {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
#return a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/common/pagetop.png) 0 0 no-repeat;
}
#return a:hover { background: url(img/common/pagetop-hover.png) 0 0 no-repeat;}
.footer_box {
	width: 1000px;
	margin: auto;
	padding: 10px 0;
	font-size: 75%;
	overflow: hidden;
	position: relative;
}
#footer_b {
	clear: both;
	border-top: 1px dotted #ccc;
}
#footer_link {
	float: left;
	overflow: hidden;
}
#footer_link li {
	float: left;
	margin-right: 20px;
}
#footer_link li a { text-decoration: none;}
#footer_link li a:hover { text-decoration: underline;}
#copyright {float: right;}



/*-------------------------------------------------------------
	スライドショーに関する指定
-------------------------------------------------------------*/
#side_sns{
	position:fixed;
	top:230px;
	z-index:5000;
	right:0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
#side_sns ul li{
	width:50px;
	border-bottom:1px solid #CCC;
	background:rgba(255,255,255,0.9);
}
#side_sns ul li a{
	display:block;
	width:50px;
	height:50px;
}
#side_sns ul li.sns_fb a{
	background:url(/img/index/icon_facebook_s.svg) no-repeat center center / 30px 30px;
	transition:all 0.3s;
}
#side_sns ul li.sns_fb a:hover{opacity:0.5;}
#side_sns ul li.sns_tw a{
	background:url(/img/index/icon_twitter_s.svg) no-repeat center center / 30px 30px;
	transition:all 0.3s;
}
#side_sns ul li.sns_tw a:hover{opacity:0.5;}
#side_sns ul li.sns_ig a{
	background:url(/img/index/icon_instagram_s.png) no-repeat center center / 30px 30px;
	transition:all 0.3s;
}
#side_sns ul li.sns_ig a:hover{opacity:0.5;}
#side_sns ul li.side_siryo a{
	writing-mode:vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	color:#333333;
	font-size:93.3%;
	height:100px;
	text-decoration:none;
	line-height:50px;
	transition:all 0.3s;
}
#side_sns ul li.side_siryo a:hover{color:#008555;}
#side_sns ul li.side_siryo a span{
	display:inline;
	margin-top:23px;
}
#smp_main{display:none;}
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	top: 0;
	left: 0;
	margin-top:120px;
	background:url(img/index/smp_catch.jpg) center no-repeat;
	background-size:cover;
}

#main_area { background: #fff;}
#main_area.home_wrap { margin-top:90px; overflow:hidden;}
.mv{ opacity:0;}
.mv.slick-initialized{ opacity:1;}
.mv .slick-slide:not(.slick-current){background:#000;}
.mv .slick-slide img{transition: .3s ease;}
.mv .slick-slide:not(.slick-current) img{opacity: .5;}
.mv .slick-next{transition:right 0.3s;}
.mv .slick-prev{transition:left 0.3s;}
.wideslider .movie{
	width:100%;
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wideslider .movie iframe,.wideslider .movie object,.wideslider .movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#index_slide{position:relative;}
.slider .movie{
	width:100%;
	min-width:870px;
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.slider .movie iframe,.slider .movie object,.slider .movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.slider_btn{
	position:absolute;
	bottom:10px;
	right:20px;
	text-align:center;
	display:flex;
	align-items:center;
}
.slider_btn span{display:none;}
.js-stop{
	display:block;
	width:20px;
	height:20px;
	background:url(img/common/icon-stop.svg) center no-repeat;
	cursor:pointer;
}
.js-play{
	display:block;
	width:20px;
	height:20px;
	background:url(img/common/icon-play.svg) center no-repeat;
	cursor:pointer;
}
.slider_btn .on{opacity:0.5 !important;}

@media screen and (max-width: 940px) {
.slider .movie{min-width:100%;}
.slick-initialized .slick-slide::before{display:none !important;}
.slick-slide{height:auto !important;}
.slick-slider img{max-width:100% !important;}
.slick-prev{left:0 !important;}
.slick-next{right:0 !important;}
}

#top_nav {
	clear: both;
	background: #006642;
	overflow: hidden;
}
#top_nav ul {
	max-width: 1020px;
	margin: auto;
	overflow: hidden;
}
#top_nav ul li {
	float: left;
	width: 16.66666%;
	position: relative;
}
#top_nav ul li::before {
	content: "";
	top: 15px;
	bottom: 15px;
	left: 0;
	position: absolute;
	border-left: 1px solid rgba(255,255,255,0.3);
	z-index: 0;
}
#top_nav ul li:last-child::after {
	content: "";
	top: 15px;
	bottom: 15px;
	right: 0;
	position: absolute;
	border-left: 1px solid rgba(255,255,255,0.3);
	z-index: 0;
}
#top_nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px 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;
	font-size: 87.5%;
}
#top_nav ul li a.nyugaku { background: url(img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko { background: url(img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo { background: url(img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo { background: url(img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki { background: url(img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku { background: url(img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.nyugaku:hover { background: #004729 url(img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko:hover { background: #004729 url(img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo:hover { background: #004729 url(img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo:hover { background: #004729 url(img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki:hover { background: #004729 url(img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku:hover { background: #004729 url(img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}

.top_vacation,.top_nyushi,#index_alert {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.top_nyushi.corona{background:#008555;color:#fff !important;}
.top_vacation h2,.top_nyushi h2,#index_alert h2 {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	font-size: 87.5%;
}
.top_vacation h2 span,.top_nyushi h2 span,#index_alert h2 span {
	display: block;
	position: relative;
	padding: 12px 10px 12px 35px;
}
.top_vacation h2 span::before,.top_nyushi h2 span::before,#index_alert h2 span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	background: #008555;
	width: 3px;
	height: 20px;
}
.top_nyushi.corona h2 span::before{
	background: #fff;
}
.top_vacation ul,.top_nyushi ul,#index_alert ul {
	display: table-cell;
	vertical-align: middle;
}
.top_vacation ul li a,.top_nyushi ul li a,#index_alert ul li a  {
	display: block;
	background: url(img/common/arrow-right-green.svg) right 20px center no-repeat;
	color: #333;
	text-decoration: none;
	padding: 12px 30px 12px 12px;
	border-bottom: 1px dotted #ccc;
	transition: all 0.3s;
}
.top_vacation ul li a:hover,.top_nyushi ul li a:hover,#index_alert ul li a:hover {
	background-color: rgba(153,206,187,0.3);
	transition: all 0.3s;
}
.top_nyushi.corona ul li a  {
	background: url(img/common/arrow-right-white.svg) right 20px center no-repeat;
	color: #fff;
}
.top_nyushi.corona ul li a:hover{
	background-color:#006642;
}
.top_vacation ul li:last-child a,.top_nyushi ul li:last-child a,#index_alert ul li:last-child a  {
	border-bottom: none;
}
.top_vacation ul li a[target="_blank"],.top_nyushi ul li a[target="_blank"],#index_alert ul li a[target="_blank"] {
	background: url(img/common/popup-green.svg) right 0 center no-repeat;
	background-size: 20px 10px;
}

.home_wrap #pickup_news h2,.home_wrap #index_news h2,.home_wrap #index_event h2,#index_feature h2,#index_data h2 {
	position: relative;
	padding-top: 50px;
	text-align: center;
	font-size: 213.3%;
	line-height: 1.5;
	margin: 60px 0 40px;
	font-weight:500;
}
.home_wrap #pickup_news h2::before,.home_wrap #index_news h2::before,.home_wrap #index_event h2::before,#index_feature h2::before,#index_data h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 50px;
	background: #008555;
}
.home_wrap #pickup_news h2{padding:40px 20px;color:#fff;background:#333;margin:0;}
.home_wrap #pickup_news h2::before{display:none;}
.home_wrap #pickup_news h2 span,.home_wrap #index_news h2 span,.home_wrap #index_event h2 span,#index_feature h2 span,#index_data h2 span {
	display: block;
	font-size: 37.5%;
	font-weight: normal;
	padding-top: 3px;
}
#pickup_news{background:#333;}
.pickup_item{display:flex;flex-wrap:wrap;max-width:1366px;margin:auto;}
.pickup_item li{width:25%;position:relative;}
.pickup_item li::before{
	content:'';
	display:block;
	padding-top:100%;
}
.pickup_item li a {
	display:block;
	height:100%;
	width:100%;
	color:#fff;
	text-decoration: none;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
	transition: all 0.3s;
	background: #99CEBB;
}
.pi_in{position:relative;height:100%;}
.pickup_item li a img {
	display: block;
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.pickup_item li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pickup_item_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.pickup_item_txt p { padding: 20px; font-size:120%;}

.home_wrap #news_tab_wrap {text-align: center;}
.home_wrap #index_news h2,.home_wrap #index_news h2 span { color: #fff;}
.home_wrap #index_news h2::before { background: #fff;}
.home_wrap #news_tab {
	display: flex;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-bottom:1px solid #333;
	max-width:1000px;
}
.home_wrap #news_tab li {
	list-style: none !important;
	width: 140px;
	border-right: 1px solid rgba(0,0,0,0);
	position: relative;
	z-index: 0;
	width:100%;
	box-sizing:border-box;
}
.home_wrap #news_tab li:first-child {
	border-left:1px solid rgba(0,0,0,0);
}
.home_wrap #news_tab li.active,.home_wrap #news_tab li:hover {
	z-index: 2;
	background: none;
	border-color:rgba(0,0,0,0);
}
.home_wrap #news_tab li:last-child { margin-right: 0;}
.home_wrap #news_tab li a {
	display: block;
	height: 48px;
	line-height: 47px;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 93.3%;
	text-decoration: none;
	transition:all 0.3s;
}
.home_wrap #news_tab li.active a {
	color: #FFF;
	background: #333;
	text-decoration: none !important;
}
.home_wrap #news_tab li:hover a {
	background: #333;
	color: #FFF;
}
.home_wrap #news_tab li:before,
.home_wrap #news_tab li:after {
	position: absolute;
	bottom: -1px;
	width: 1px;
	height: 1px;
	content: " ";
}
.home_wrap #news_tab li:before { left: -1px;}
.home_wrap #news_tab li:after { right: -1px;}
.home_wrap #news_tab li:after, .home_wrap #news_tab li:before { background: #333;}

.area { display: none;}

.home_wrap #index_list {
	overflow: hidden;
	width: 1000px;
	margin: auto;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.home_wrap #index_list.top_news{display:block;}
.home_wrap .news_list_wrap {
	display: flex;
	flex-wrap: wrap;
	-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;
	visibility: visible;
	opacity: 1;
}
.home_wrap .news_list_wrap.on {
	visibility: hidden;
	opacity: 0;
}
.home_wrap #index_news {
	background: url(img/index/bg_news.jpg) center no-repeat;
	background-size: cover;
	padding: 0 0 100px;
	overflow: hidden;
	position: relative;
}
.home_wrap #index_news::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #fff;
}
.home_wrap .news_list_wrap a {
	/*float: left;*/
	width: 32%;
	margin: 30px 2% 0 0;
	box-sizing: border-box;
	display: block;
	background: #fff;
	position: relative;
	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;
}
.home_wrap #index_list a:nth-child(3n) { margin-right:0;}

.index_list_photo { position: relative; margin: 0; overflow: hidden;}
.home_wrap .index_list_photo { display: flex; position: relative; margin: 0; height: 17vw; max-height: 180px; overflow: hidden; border-bottom:1px solid #ccc;}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.home_wrap .index_list_photo { height: 17vw; max-height: 180px; overflow: hidden;}
}


.index_list_photo img {
	display: block;
	width: 100%;
	height: auto;
	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;
}
a:hover .index_list_photo { background: #99CEBB;}
.home_wrap #index_list a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.home_wrap #index_list a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.home_wrap #index_list a .index_list_box {
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	position:relative;
	min-height: 106px;
}


.home_wrap #index_list a .index_list_head {
	overflow: hidden;
	font-size: 80%;
	padding: 0;
	line-height: 30px;
	margin-bottom: 15px;
}
.home_wrap #index_list a .index_list_head .category {
	float: left;
	display: block;
	background: #666;
	color: #fff;
	width: 120px;
	text-align: center;
	margin-right: 20px;
}
.home_wrap #index_list a .index_list_head .day {
	float: right;
	display: block;
	color: #333;
	padding-right: 10px;
}
.home_wrap #index_list a .index_list_box p {
	display: block;
	color: #008555;
	font-size: 87.5%;
	line-height: 1.5;
	padding: 0 20px 20px;
	-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;
}
.home_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;
}
.home_wrap #index_news .info_news {
	border-bottom:1px dotted #999;
	padding-left: 0 !important;
}
.home_wrap #index_news .info_news li {
	list-style:none !important;
	border-top: 1px dotted #999;
	padding: 20px 0;
}
.home_wrap #index_news .info_news li a {
	float: none;
	width:auto;
	padding: 20px 0;
}
.home_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;
}

.home_wrap #index_event { background: #EBEFEC; margin-top: 0; padding-bottom: 90px;}
.home_wrap #index_event h2 { margin: 0 0 15px; padding-top: 20px;}
.home_wrap #index_event h2::before { height: 20px;}

#event_tab_wrap { text-align: center; padding:0 20px;}
#event_tab {
	display:flex;
	margin: 0 auto 30px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-bottom:1px solid #008555;
	max-width:940px;
}
#event_tab li {
	display: inline-block;
	list-style: none !important;
	width: 100%;
	border-top: 1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	position: relative;
	z-index: 0;
	transition:all 0.3s;
}
#event_tab li:first-child{border-left:1px solid #C2C2C2;}
#event_tab li.active,#event_tab li:hover {
	background: none;
	border-color:#008555;
}
#event_tab li:last-child { margin-right: 0;}
#event_tab li a {
	display: block;
	height: 48px;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 93.3%;
	text-decoration: none;
	transition:all 0.3s;
}
#event_tab li.active a {
	color: #FFF;
	text-decoration: none !important;
	background:#008555;
}
#event_tab li:hover a {
	color: #FFF;
	background:#008555;
}
#event_tab li:before,
#event_tab li:after {
	position: absolute;
	bottom: -1px;
	width: 1px;
	height: 1px;
	content: " ";
}
#event_tab li:before { left: -1px;}
#event_tab li:after { right: -1px;}
#event_tab li:after, #event_tab li:before { background: #333;}
.event_area { display: none;}

.event_item { max-width: 960px; margin: auto; transition: all 0.3s;}
.event_item .event_item_box { padding-top: 20px;}
.event_item .event_item_box a {
	display: block;
	margin: 0 10px;
	background: #fff;
	position: relative;
	padding: 0 30px 30px;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	border-bottom: 3px solid #D9E0DA;
}
.event_item .event_item_box a:hover { background: rgba(153,206,187,0.3);}

.event_item .slick-track > p{padding:0 20px;}

.event_day_l {
	color: #0C8554;
	font-size: 133.3%;
	position: relative;
	top: -15px;
	font-weight:bold;
}
.event_info {
	overflow: hidden;
	font-size: 80%;
	width: 100%;
	margin:7px 0 0;
}
.event_info_l {
	float: left;
	vertical-align: top;
	padding-right: 20px;
	position: relative;
}
.event_info_l::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	border-right: 1px solid #ccc;
	width: 1px;
	height: 13px;
}
.event_info_r {
	float: right;
	vertical-align: top;
	text-align: right;
}
.event_item a p { font-size: 87.5%; margin-top: 9px; padding-top: 10px; border-top: 1px dotted #ccc;}

.event_more_link {
	position:relative;
	max-width: 940px;
	margin: auto;
	padding: 0 20px;
	margin-top:80px;
	text-align: center;
}
.event_more_link a {
	display: inline-block;
	margin: 0 10px;
	padding:10px;
	min-width:160px;
	color: #333;
	text-decoration: none;
	border:1px solid #333;
	transition: background 0.3s;
}
.event_more_link a span {
	display: inline-block;
	background: url(img/common/arrow-right-green.svg) 0 center no-repeat;
	padding-left:15px;
	transition: background 0.3s;
}
.event_more_link a:hover { background:#008555; color:#fff; border-color:#008555;}
.event_more_link a:hover span {background: url(img/common/arrow-right-white.svg) 0 center no-repeat;}

.index_news_how {
	display: block !important;
	clear: both;
	font-size: 75% !important;
	color: #333 !important;
	border-top: 1px dotted #ccc;
	padding-top: 8px;
	margin-top: 8px;
}

#index_feature h2 {
	position: relative;
	margin-top: 0;
	top: -30px;
	margin-bottom: 0;
}

#index_feature_wrap { overflow: hidden;}
#index_feature ul { overflow: hidden; padding:0 20px; margin-right: -20px;}
#index_feature ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}
#index_feature ul li:nth-child(4n) { margin-right: 0;}
#index_feature_1 a { color: #fff; text-decoration: none; display: block; position: relative; overflow: hidden; background: #99CEBB; height: 100%;}
#index_feature ul li a { color: #fff; text-decoration: none; display: block; position: relative; overflow: hidden; height: 100%;background: #99CEBB;}
#index_feature_wrap a .if_thum {
	display: block;
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	position: relative;
	padding-top: 100%;
}
#index_feature_wrap a[target="_blank"] .index_f_txt {
	background: url(img/common/popup-white.svg) right 12px top 12px no-repeat;
	background-size: 10px 10px;
	padding-right: 20px;
}

#index_feature_wrap a img.pc_img {
	display: block;
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#index_feature_wrap a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#index_feature_wrap a img.sp_img { display:none;}
.index_f_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 16px;
	display: flex;
	align-items: center;
}
.index_f_txt h3 { font-size: 93.33333%; line-height:1.2;}
.index_f_txt span { font-size: 71.42%; display: inline-block;}

#index_topic {
	display: table;
	width: 100%;
	text-align: center;
}
#index_topic h2 { font-size: 125%; font-weight: bold; margin-bottom: 20px;}
#index_topic_box_l {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px 20px 80px;
	background: #EBEFEC;
}
#index_topic_box_r {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px 20px 80px;
	background: #F5F7F5;
}
#index_topic ul li {
	display: inline-block;
	margin: 0 10px;
}
#index_topic ul li a { display: block; width: auto; height: auto; overflow: hidden; background: #99CEBB;}
#index_topic ul li a img {
	display: block;
	width: auto;
	height: auto;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#index_topic ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#index_data h2 {
	position: relative;
	margin-top: 0;
	top: -30px;
	margin-bottom:7px;
}
#index_data ul {
	max-width: 1040px;
	overflow: hidden;
	margin: auto;
}
#index_data ul.index_data li { width: 33.3333%; float: left; box-sizing: border-box; border-right: 1px dotted #ccc;}
#index_data ul.index_data li:last-child { border-right: none;}
#index_data ul.index_data li a { height: 140px; text-align: center;}

#index_data ul.index_pickup li a { background: #99CEBB;}
#index_data ul.index_pickup li a:hover img { opacity: 0.5;}
#index_data li a {
	display: block;
	vertical-align: middle;
	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;
}
#index_data li img {
	display: block;
	-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;
	width: auto;
	height: auto;
	max-width: 100%;
}
.bn_shirabasu a span {
	display: block;
	padding: 110px 0 0;
	background: url(img/index/icon-shirabasu.svg) center 5px no-repeat;
	transition: all 0.3s;
	background-size: 92px 92px;
	font-size:106.7%;
}
.bn_repo a span {
	display: block;
	padding: 110px 0 0;
	background: url(img/index/icon-repository.svg) center 5px no-repeat;
	transition: all 0.3s;
	background-size: 83px 88px;
	font-size:106.7%;
}
.bn_soran a span {
	display: block;
	padding: 110px 0 0;
	background: url(img/index/icon-kenkyu.svg) center 5px no-repeat;
	transition: all 0.3s;
	background-size: 88px 94px;
	font-size:106.7%;
}

.bn_shirabasu a:hover span { background: url(img/index/icon-shirabasu_hover.svg) center 5px no-repeat; transition: all 0.3s; background-size: 92px 92px;}
.bn_repo a:hover span { background: url(img/index/icon-repository_hover.svg) center 5px no-repeat; transition: all 0.3s; background-size: 83px 88px;}
.bn_soran a:hover span { background: url(img/index/icon-kenkyu_hover.svg) center 5px no-repeat; transition: all 0.3s;background-size: 88px 94px;}

#index_insta{background:#333;padding:50px 20px 65px;margin-top:60px;}
#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;}
#index_insta_in ul li a p{
	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;
	font-size:66.66666666%;
	line-height:1.5;
}
#index_insta_in ul li a:hover p{height:100%;bottom:0;}
#index_insta_in ul li a img{display:block;width:100%;height:auto;transition:all 0.3s;}

#sns_wrap {padding: 50px 0;}
#sns_wrap h2 {
	text-align: center;
	font-size: 160%;
	line-height:1.5;
}
#sns_wrap_in {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
#sns_wrap_in ul { overflow: hidden;display:flex;justify-content:center;}
#sns_wrap_in ul li {
	margin:20px 30px 0 0;
}
#sns_wrap_in ul li:last-child { margin-right: 0;}
#sns_wrap_in ul li a {
	display: block;
	width:60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	box-sizing:border-box;
}
#sns_wrap_in ul li a img{display:block;width:auto;height:auto;max-width:100%;}


.news_link_more { text-align: center; padding-top: 30px; clear: both; overflow: hidden;}
.news_link_more a {
	clear: both;
	font-size: 93.3%;
	border:1px solid #fff;
	color: #fff !important;
	float: none !important;
	padding: 10px 20px !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	text-decoration: none !important;
	transition: background 0.3s;
}
.news_link_more a:hover { text-decoration: underline !important; background:#fff; color:#008555 !important;}
.news_link_more a span {
	display: inline-block;
	background: url(img/common/arrow-right-white.svg) 0 center no-repeat;
	padding-left:15px;
	transition: background 0.3s;
}
.news_link_more a:hover span {background: url(img/common/arrow-right-green.svg) 0 center no-repeat;}

.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:auto !important;
	height:auto !important;
	max-width:250px;
	object-fit:cover;
}

/*---------------------------------------------------
	C1
---------------------------------------------------*/
#c1 {
	background: url(img/common/h1.jpg) center 0 no-repeat;
	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 !important;}
.university {background: url(img/university/h1.jpg) center 0 no-repeat !important;}
.academics {background: url(img/academics/h1.jpg) center 0 no-repeat !important;}
.campus {background: url(img/campus/h1.jpg) center 0 no-repeat !important;}
.admissions {background: url(img/admissions/h1.jpg) center 0 no-repeat !important;}
#shindaisei img.pc_img { display:block; width:100%; height:auto;}
#shindaisei img.sp_img { display:none;}

#h1 { background: #fff; border-bottom: 1px solid #D9E0DA; border-top: 1px solid #D9E0DA;}
#h1_in{
	display:flex;
	max-width:1000px;
	height:200px;
	align-items:center;
	margin: auto;
	background: url(/img/common/bg-logo.png) right center no-repeat;
}
#h1_sub{font-size:120%; font-weight:bold;}
#h1 h1 {
	font-size: 225%;
	font-weight: bold;
	line-height: 1.5;
}

/*-----------------------------------------------
	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-bottom: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;}

#content_wrap { padding-top:90px;}
#content_wrap.show { padding-top: 120px;}
#content_area {
	width: 1000px;
	margin:0 auto 150px;
}

#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;
}
#content_area h5 {
	font-weight: bold;
	margin: 40px 0 20px;
	color: #004729;
}

#content_area p { margin: 20px 0 0;}

#content_area a[target="_blank"] {
	background: url(img/common/popup-green.svg) right center no-repeat;
	background-size: 20px 10px;
	padding-right: 25px;
}
#content_area a[href$=".pdf"] {
	background: url(img/common/icon-pdf.svg) right center no-repeat;
	padding-right: 18px !important;
}
#content_area a[href$=".doc"],#content_area a[href$=".docx"] {
	background: url(img/common/icon-word.svg) right center no-repeat;
	padding-right: 25px !important;
}
#content_area a[href$=".xls"],#content_area a[href$=".xlsx"] {
	background: url(img/common/icon-excel.svg) right center no-repeat;
	padding-right: 25px !important;
}
#content_area a[href$=".png"],#content_area a[href$=".jpg"] {
	background: none !important;
	padding-right: 0 !important;
}
#content_area ul,#content_area ol {
	margin: 20px;
	padding-left: 30px;
}
#content_area ul ul,#content_area ol ol,#content_area ul ol,#content_area ol ul{
	margin:0;
}
#content_area ul li {list-style: disc;}
#content_area ul li ul li{list-style:circle;}
#content_area ul li ul li ul li{list-style:square;}
#content_area ul.l-alpha li {list-style: lower-alpha;}
#content_area ul.u-alpha li {list-style: upper-alpha;}
#content_area ul li {list-style: disc;}
#content_area ul.ul_circle li {list-style:circle;}
#content_area ol li{list-style: decimal;}
#content_area ol li ol{margin:0;}
#content_area ol.ol_num{padding-left:0;}
#content_area ol.ol_num li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	counter-increment: numlist;
} 
#content_area ol.ol_num li::before {
	content: "（"counter(numlist)"）";
}

#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;
}
#h2_h a:hover,.h2_h a:hover { border: 1px solid #008555; color: #008555;}

#content_list {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !Important;
}
#content_list li {
	float: left;
	list-style: none !important;
	width: 333px;
	margin: 40px 0 0;
}
#content_list li:nth-child(3n) { width: 334px;}
#content_list li a {
	display: block;
	text-align: center;
	color: #008554;
	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_list li a div 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_list li a:hover div { background: #99CEBB;}
#content_list li a:hover { text-decoration: underline;}


#content_list {overflow: hidden;}
.content_list_box {
	float: left;
	width: 33.333333%;
	margin: 40px 0 0;
}
.content_list_box:nth-child(3n+1) { clear: left; float: left;}
.content_list_box a {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.5s;
}
.content_list_box a figure { margin: 0; padding: 0;}
.content_list_box a figure img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 201px;
	transition: all 0.5s;
}
.content_list_box a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,102,66,0.8);
	padding: 10px 5px;
	box-sizing:border-box;
	transition: all 0.5s;
	margin: 0 !important;
	font-size: 100% !important;
	color: #fff !important;
	font-weight: normal !important;
}

#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 20px;
	line-height: 1.2em;
	border: 1px solid #D1DAD3;
	color: #008554;
	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: #CCE7DD;}

#content_area table {
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #D9E0DA;
	border-left: 1px solid #D9E0DA;
	font-size: 87.5%;
}
#content_area table th,#content_area table td {
	border-bottom: 1px solid #D9E0DA;
	border-right: 1px solid #D9E0DA;
	padding: 8px 10px;
}
#content_area table th {
	background: #F7F9F7;
	font-weight: bold;
}
#content_area table.layout,#content_area table.layout th,#content_area table.layout td {
	width: auto;
	margin: 20px 0 0;
	border: none;
	background: none;
}
#content_area table.layout_photo { font-size: 100%;}
#content_area table.layout_photo,#content_area table.layout_photo th,#content_area table.layout_photo td {
	width: auto;
	margin: 20px 0 0;
	border: none;
	padding: 0;
	background: none;
}
.layout_photo_l { padding-left: 20px !important;}
.layout_photo_r { padding-right: 20px !important;}
#content_area table td *:first-child{margin-top:0 !important;}
#content_area table td *:last-child{margin-bottom:0 !important;}
#content_area .table table td img{ width:auto !important; max-width:1000px !important;}
#content_area table.layout td img{max-width:100% !important;}

a.pankuzu_link_information{pointer-events:none !important;cursor:default !important;text-decoration:none !important;}

/*------------------------------------------------
	新大生の活躍
------------------------------------------------*/
#shindaisei_h {
	overflow: hidden;
	margin: 20px 0 20px;
}
#shindaisei_h h2 {
	float: left;
	margin: 0 !important;
	border: none !important;
}
#shindaisei_h ul {
	float: right;
	width: 456px;
	margin: 0 !important;
	padding: 0 !important;
}
#shindaisei_h #news_tab li:first-child { margin: 0;}
#shindaisei_list {
	font-size: 87.5%;
	margin-top: 30px;
	border-top: 1px solid #D9E0DA;
}
#shindaisei_list dt {
	width: 18.5em;
	padding: 15px 95px 15px 20px;
	position: relative;
}
#shindaisei_list dt span {
	display: block;
	font-size: 87.5%;
	width: 90px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 18px;
	right: 0;
}
#shindaisei_list dt span.circle { background: #30699C;}
#shindaisei_list dt span.activity { background: #923D3A;}
#shindaisei_list dt span.research { background:#418233;}
#shindaisei_list dd {
	margin-top: -3.2em;
	padding: 0 20px 15px 390px;
	border-bottom: 1px solid #D9E0DA;
}
#shindaisei_list dd a {display: block;}

#shidaisei_nav ul {
	width: 100%;
	display:flex;
	margin:auto !important;
	padding:0 !important;
}
#shidaisei_nav li{
	list-style:none !important;
	width:33.33333333%;
	display:table;
}
#shidaisei_nav a {
	display:table-cell;
	vertical-align:middle;
	height: 240px;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}
#shidaisei_nav ul li:nth-child(1) a,#shidaisei_nav ul li:nth-child(2) a{border-right:1px solid #fff;}
#shidaisei_nav a.circle {
	background: url(img/campus/shindaisei/bnr-circle.jpg) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s;
}
#shidaisei_nav a.activity {
	background: url(img/campus/shindaisei/bnr-activity.jpg) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s;
}
#shidaisei_nav a.research {
	background: url(img/campus/shindaisei/bnr-research.jpg) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s;
}
#shidaisei_nav a:hover { opacity: 0.8;}
#shidaisei_nav em { font-size: 150%; line-height: 1.7; display: block;}
#shidaisei_nav .list{
	max-width:1000px;
	margin:40px auto 0;
	padding-bottom:50px;
	border-bottom:1px dotted #D1DAD3;
}
#shidaisei_nav .list a {
	display:block;
	background: #008555;
	width: 300px;
	height:60px;
	line-height:60px;
	transition: all 0.3s;
	text-align:center;
	color: #fff !important;
	font-size:106.6666666%;
	font-weight:bold;
	margin:auto;
	text-decoration: none !important;
}
#shidaisei_nav .list a:hover { background: #004729;}
#shidaisei_nav .list a span {
	display: inline-block;
	background: url(img/common/icon-ichiran.svg) 0 center no-repeat;
	background-size: 13px 13px;
	padding-left: 20px;
}

.page_list {
	width: 1000px;
	margin: 50px auto !important;
	padding: 0 !important;
	overflow: hidden;
}
.page_list li {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.page_list li:last-child { margin-right: 0;}
.page_list li a {
	display: block;
	border: 1px solid #D1DAD3;
	text-decoration: none;
	color: #008552;
	padding: 30px 20px;
	transition: all 0.3s;
}
.page_list li a:hover { background: #CCE7DD;}
.page_list li a[target="_blank"] {
	background: url(img/common/popup-green.svg) 20px center no-repeat;
	background-size: 20px 10px;
	padding-left: 35px;
}
.page_list li a:hover[target="_blank"] {
	background: #CCE7DD url(img/common/popup-green.svg) 20px center no-repeat;
	background-size: 20px 10px;
}


/*------------------------------------------------
	メッセージ
------------------------------------------------*/
#message_wrap {
	background: url(img/university/message/bg-message.jpg) center 0 no-repeat;
	padding-top: 50px;
}
#message_wrap #content_area {
	padding: 50px;
	background: rgba(255,255,255,0.9);
}
#message_wrap #content_area h2:first-child { margin-top: 0 !important;}





/*------------------------------------------------
	ニュース
------------------------------------------------*/
#news_top {position: relative;}
#news_top li {
	display: block;
	float: left;
	margin-right: 5px;
	width: 130px;
}
#news_top_cate {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.news_sub {
	overflow: hidden;
	margin: 20px 0 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: 1px solid #D9E0DA;
}
.news_sub li {
	float: left;
	margin: 0 10px 0 20px;
	font-size: 87.5%;
	list-style: none !important;
	width: auto !important;
}
.news_sub li a {
	display: block;
	color: #333;
	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_cate_archi {
	overflow: hidden;
	margin: 40px 0;
}
#news_cate_archi div {
	float: left;
	margin-right: 30px;
	padding-top: 5px;
}
#news_cate_archi strong{font-size: 87.5%;}
#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_cate_archi a#submit_go, #news_cate_archi a#submit_go_cat {padding: 2px 5px;}

#pagenav {
	clear: both;
	margin-top: 70px;
	border-top: 1px solid #D9E0DA;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
#pagenav span,#pagenav a {
	display: inline-block;
	float: none;
	margin: 0 5px;
	border: 1px solid #D9E0DA;
	color: #333;
	text-decoration: none;
	padding: 2px 10px;
	width: auto !important;
}
#pagenav span.current {
	border: 1px solid #008555;
	background: #008555;
	color: #fff;
}
#pagenav a:hover { border-color: #008555;}
#pagenav a:nth-child(4n+1) {
	float: none !important;
}
a.previouspostslink {color: #333;}
a.nextpostslink {color: #333;}
.news_link {
	text-align: center;
	margin: 50px 0;
}
.news_link a {
	display: inline-block;
	border: 1px solid #D9E0DA;
	width: 320px;
	line-height: 60px;
	color: #008554;
	text-decoration: none;
}

#news_h {
	overflow: hidden;
	margin: 50px 0;
}
#news_day {
	float: left;
	font-size: 87.5%;
}
#news_day span {
	display: inline-block;
	margin-left: 20px;
	font-size: 87.5%;
	background: #666;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}
#news_day.news_day_information span:first-child { margin-left:0 !important;}

#event_end {clear: both;}
#event_end p {
	border: 1px solid #c00;
	color: #c00;
	font-size: 125%;
	text-align: center;
	padding: 50px 0;
	margin: 50px 0;
}
#event_catch img {
	display: block;
	margin: 50px 0 0;
}
#single_area { margin-top: 20px;}

#single_nav{
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	padding-top: 20px;
}
#cale_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
#content_area h2#calendar {
	border: none;
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	margin: 20px 0;
	white-space:nowrap;
}
#content_area h2#calendar span {font-size: 187.5% !important;}
#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;
}
#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;
}
.mt40{margin-top:40px;}

#cale {overflow: hidden;}
#cale table { border-top: 1px solid #D9E0DA !important; border-left: none !important;}
#cale table th { background: none !important; border-bottom: 1px solid #D9E0DA !important; width: 15% !important; border-right: none !important;}
#cale table td { border-right: none !important;}
#cale table th em { font-size: 187.5% !important;}

#cale_l { float: left; width: 480px;}
#cale_r { float: right; width: 480px;}

#cale table th { padding: 10px 20px !important;}
#cale table td { padding: 0 !important;}
#cale table ul { margin: 0 !important; padding: 0 !important;}
#cale table ul li { list-style: none !important; border-bottom: 1px dotted #999;}
#cale table ul li:last-child { border-bottom: none;}
#cale table ul li a {
	display: block;
	padding: 20px;
	font-size: 87.5%;
	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;
}
#cale table ul li a:hover { background: #CCE7DD;}
.cale_category {
	display: inline-block;
	background: #666;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#cale table ul li a h3 {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	font-weight: normal !important;
	font-size: 115% !important;
	margin: 5px 0 !important;
	color: #008552;
}
.cale_day { display: block; color: #333 !important;}

#content_area.sitemap_area ul {
	padding: 0;
	margin: 0;
}
#content_area.sitemap_area ul li {list-style: none;}
#content_area.sitemap_area ul li span { display: inline ;}
#content_area.sitemap_area ul.children {padding-left: 30px;}
#content_area.sitemap_area ul.children li {list-style: disc;}
#content_area.sitemap_area a h2 { text-decoration: none;}

/*--------------------------------------------------------------------------------------------------------------------
	関連情報に関する指定
--------------------------------------------------------------------------------------------------------------------*/
#info_list {
	font-size: 87.5%;
	margin-top: 30px;
	border-top: 1px solid #D9E0DA;
}
#info_list dt {
	width: 13em;
	padding: 15px 95px 15px 20px;
	position: relative;
}
#info_list dt span {
	display: block;
	font-size: 87.5%;
	width: 150px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 0;
	background-color: #666;
}
#info_list dd {
	margin-top: -2.8em;
	padding: 0 20px 15px 320px;
	border-bottom: 1px solid #D9E0DA;
}
#info_list dd a {display: block;}

/*---------------------------------------------
	選ばれる理由
---------------------------------------------*/
.why_box {
	overflow: hidden;
	width: 1000px;
	margin: auto;
}
#why_1 {
	background: url(img/university/why/icon-data.png) 0 center no-repeat;
	background-size: 100px 100px;
	color: #3C4E58;
	padding-left: 120px;
	font-size: 187.5%;
	font-weight: bold;
	line-height: 1.7;
	margin: 50px 0;
}
#why_2 {
	background: #FEFBEC;
	padding: 50px 0;
	text-align: center;
}
#why_2 h2,#why_3 h2,#why_4 h2,#why_5 h2,#why_6 h2 { font-size: 187.5%; font-weight: bold; line-height: 1.5;}
#why_2 h2 { color: #D0510D;}
.why_catch {
	display: block;
	margin: 50px auto 0;
}
#why_3 {
	background: #EDF9FE;
	text-align: center;
	padding: 50px 0;
}
#why_3 h2 { color: #003D85;}
#why_3 ul.gakubu {
	width: 800px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_3 ul.gakubu li {
	display: inline-block;
	width: 120px;
	margin: 50px 50px 0 0;
	letter-spacing: normal;
	color: #054187;
}
#why_3 ul.gakubu li:nth-child(5),#why_3 ul.gakubu li:nth-child(10) { margin-right: 0;}
#why_3 ul.gakubu li img { display: block; width: 120px; height: 120px;}
#why_3_in {
	width: 740px;
	padding: 30px;
	overflow: hidden;
	margin: 40px auto 0;
	background: #DCF3FD;
}
#why_3_in h3 {
	color: #003D85;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
#why_3_in ul {
	overflow: hidden;
	padding: 0 30px;
}
#why_3_in ul li {
	float: left;
	text-align: left;
	font-size: 87.5%;
	width: 25%;
	list-style: disc;
}
#why_4 {
	background: #EDFEEE;
	padding: 50px 0;
}
.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%;
}
.txt > *:first-child{margin-top:0 !important;}
.img img,.img_r img { display: block; width: auto; max-width: 100%; height: auto; margin: auto;}
#why_4 h2 { color: #008555; text-align: center;}
#why_4 h3 { font-size: 125%; margin-bottom: 10px; color: #008555; font-weight: bold;}

#why_5 {
	background: #FEEDED;
	padding: 50px 0;
}
#why_5 h2 { color: #8E0606; text-align: center;}
#why_5_in {overflow: hidden;}
#why_5_in .why_score {
	float: left;
	display: table;
	width: 320px;
	height: 240px;
	margin: 20px 20px 0 0;
	background: #FDDCDC;
	text-align: center;
	position: relative;
}
#why_5_in .why_score:nth-child(3n) { margin-right: 0;}
#why_5_in .why_score div { display: table-cell; padding: 30px 20px 60px; vertical-align: middle;}
#why_5_in .why_score div h3 { font-size: 125%; color: #8D0606;}
#why_5_in .why_score div p.score { font-size: 300%; color: #8D0606; line-height: 1.5;}
#why_5_in .why_score div p.score span { font-size: 75%;}
#why_5_in .why_score div .comment { position: absolute; bottom: 10px; width: 100%; left: 0; font-size: 87.5%;}

#why_6 {
	background: #F2EDFE;
	padding: 50px 0;
	color: #44058E;
	text-align: center;
}
#why_6_shushoku { font-size: 625%; font-weight: bold; line-height: 1.5;}
#why_6_shushoku span { font-size: 30%; font-weight: normal;}
#why_6 h3 { font-size: 125%; margin: 50px 0 20px; font-weight: bold;}
#why_6 ul {
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_6 ul li {
	display: inline-block;
	width: 235px;
	height: 235px;
	margin: 0 20px 0 0;
	letter-spacing: normal;
	position: relative;
	background: #E6DCFD;
}
#why_6 ul li:last-child { margin-right: 0;}
#why_6 ul li div {
	margin: 10px 0 0;
}
#why_6 ul li strong { font-size: 300%; line-height: 1.5;}
#why_6 ul li img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

.form_table{table-layout:fixed;}
.form_table th { text-align: left; width: 30%;}
.form_table th .red, .form_table td .red { color: #c00;}
.form_table td{overflow-wrap:break-word;word-wrap:break-word;}

.input_s { border: 1px solid #ccc; width:80px; padding: 5px;font-family:'Noto Sans Japanese', 'Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";}
.input_m { border: 1px solid #ccc; width:200px; padding: 5px;font-family:'Noto Sans Japanese', 'Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";}
.input_l { border: 1px solid #ccc; width:90%; padding: 5px;font-family:'Noto Sans Japanese', 'Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";}
.textarea { border: 1px solid #ccc; width:90%; height: 100px; padding: 5px;font-family:'Noto Sans Japanese', 'Open Sans' , sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";}

.doi {margin-bottom: 20px !important;}
#form_btn {
	margin: 40px 0;
	text-align: center;
	overflow: hidden;
}
#form_btn1 {
	display: inline-block;
	width: 300px;
	border: none;
	background: none;
	border: none;
	color: #fff;
	padding: 20px 0;
	transition: all 0.3s;
	margin: 10px;
	background: #006642;
	box-sizing:border-box;
}
#form_btn1:hover { background: #004729; cursor: pointer;}
#form_btn2 {
	display: inline-block;
	padding: 20px 50px;
	border: none;
	transition: all 0.3s;
	background: #666;
	color: #fff;
	margin: 10px;
	text-decoration: none;
	box-sizing:border-box;
}
#form_btn2:hover { background: #000; cursor: pointer;}
#form_btn3 {
	display: inline-block;
	width: 300px;
	border: none;
	color: #fff;
	background: #006642;
	padding: 20px 0;
	transition: all 0.3s;
	margin: 10px;
	box-sizing:border-box;
}
#form_btn3:hover { background: #004729; cursor: pointer;}


.enq { min-height: 75px;}
.enq #header_wrap{
	background:#FFF;
	height:auto;
	position: relative;
	top: auto;
	left: auto;
}
.enq #logo{
	float:none;
	margin:0 auto;
	height:auto;
}
.enq #logo a { margin: 15px auto;}
.enq + #content_wrap{margin-top:0; padding-top: 0;}
.result { line-height: 1.7em !important;}
.result table,.result table th,.result table td {
	border: none !important;
	padding: 0 !important;
}
.result a[target="_blank"],.result a[href$=".pdf"],.result a[href$=".doc"],.result a[href$=".docx"],.result a[href$=".xls"],.result a[href$=".xlsx"] {
	background: none !important;
	padding-right: 0 !important;
}
.gsc-result .gs-title { height: 1.7em !important;}

.catch {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.camera {
	width: 710px;
	margin: auto;
	position: relative;
}
.camera_txt { display: none;}

.right { text-align: right;}
.left { text-align: left;}
.shokuinroku td,.shokuinroku th { width: 20%; text-align: center;}
.shokuinroku2 td,.shokuinroku2 th { width: 16%; text-align: center;}
.center { text-align: center;}

#step {
	overflow: hidden;
	margin: 20px 0 0;
}
#step div {
	float: left;
	width: 33.33333333%;
	display: table;
	background: #EBEFEC;
	color: #BFCCC0;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	height: 80px;
	vertical-align: middle;
}
#step div.on {
	background: #008555;
	color: #fff;
}
#step div span {
	display: table-cell;
	border-right: 1px solid #fff;
}
#step div:last-child span { border: none;}



.result table { width: 100% !important;}
.result table.gcsc-branding { width: auto !important;}
.result table td.gcsc-branding-text { width: 100% !important;}
.result table,.result table th,.result table td { border: none !important; padding: 0 !important; margin: 0 !important; width: auto;}
.result a[target="_blank"] {
	background: none !important;
	padding-left: 0 !important;
	overflow: auto !important;
	height: auto !important;
}
.gsc-result .gs-title { height: auto !important;}
.result a[href*='.pdf'] {
	background: none !important;
	padding-left: 0 !important;
}
img.gsc-branding-img, img.gsc-branding-img-noclear, img.gcsc-branding-img, img.gcsc-branding-img-noclear { vertical-align: middle !important;}

#submit_go,#submit_go_cat {
	float: right;
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	padding: 1px 5px;
	transition: all 0.3s;
	font-size: 75%;
	margin-left: 5px;
}
#submit_go:hover,#submit_go_cat:hover { border: 1px solid #008555; color: #008555; text-decoration: underline;}



.movie_box {
	margin: 20px 0;
	width: 667px;
}
.movie_box video { width: 100%; height: auto; background: #ccc;}

.index_movie {
	margin: 0 auto 20px;
}
.index_movie video { display: block; width: 100%; height: auto;}
#week_btn { text-align: center; margin: 20px 0 40px;}
#week_btn a {
	display: inline-block;
	background: #000 url(img/common/popup-white.svg) 26px center no-repeat;
	color: #fff !important;
	text-decoration: none !important;
	padding-left: 62px;
	text-align: center;
	z-index: 1000;
	font-size: 87.5%;
}
#week_btn a span { display: block; background: #333; padding: 20px 15px;}
#week_btn a:hover span { background: #000;}


/*---------------------------------
	TOP改修後
---------------------------------*/
#content_wrap #news_tab {
	margin: 30px 0 20px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#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 a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 87.5%;
	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 #news_tab li:hover a {
}
#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;}
#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 !important;
	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: right;
	display: block;
	background: #666;
	color: #fff;
	width: 90px;
	text-align: center;
}
#content_wrap #index_list a .index_list_head .day {
	float: left;
	display: block;
	color: #333;
}
#content_wrap #index_list a .index_list_box p {
	display: inline-block;
	margin:0;
	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;
}
.home_wrap #index_list a .index_list_box p,#content_wrap .news_list li a .index_list_box p{display:inline-block;}
#content_wrap #index_list a[target="_blank"] .index_list_box p::after,
#content_wrap #index_list a[href$=".pdf"] .index_list_box p::after,
#content_wrap #index_list a[href$=".doc"] .index_list_box p::after,
#content_wrap #index_list a[href$=".docx"] .index_list_box p::after,
#content_wrap #index_list a[href$=".xls"] .index_list_box p::after,
#content_wrap #index_list a[href$=".xlsx"] .index_list_box p::after,
.home_wrap #index_list a[target="_blank"] .index_list_box p::after,
.home_wrap #index_list a[href$=".pdf"] .index_list_box p::after,
.home_wrap #index_list a[href$=".doc"] .index_list_box p::after,
.home_wrap #index_list a[href$=".docx"] .index_list_box p::after,
.home_wrap #index_list a[href$=".xls"] .index_list_box p::after,
.home_wrap #index_list a[href$=".xlsx"] .index_list_box p::after,
#content_wrap .news_list li a[target="_blank"] .index_list_box p::after,
#content_wrap .news_list li a[href$=".pdf"] .index_list_box p::after,
#content_wrap .news_list li a[href$=".doc"] .index_list_box p::after,
#content_wrap .news_list li a[href$=".docx"] .index_list_box p::after,
#content_wrap .news_list li a[href$=".xls"] .index_list_box p::after,
#content_wrap .news_list li a[href$=".xlsx"] .index_list_box p::after{content:url(/img/common/popup-green.svg); margin-left:5px;}

#content_wrap #index_list a[target="_blank"],
#content_wrap #index_list a[href$=".pdf"],
#content_wrap #index_list a[href$=".doc"],
#content_wrap #index_list a[href$=".docx"],
#content_wrap #index_list a[href$=".xls"],
#content_wrap #index_list a[href$=".xlsx"],
.home_wrap #index_list a[target="_blank"],
.home_wrap #index_list a[href$=".pdf"],
.home_wrap #index_list a[href$=".doc"],
.home_wrap #index_list a[href$=".docx"],
.home_wrap #index_list a[href$=".xls"],
.home_wrap #index_list a[href$=".xlsx"],
#content_wrap .news_list li a[target="_blank"],
#content_wrap .news_list li a[href$=".pdf"],
#content_wrap .news_list li a[href$=".doc"],
#content_wrap .news_list li a[href$=".docx"],
#content_wrap .news_list li a[href$=".xls"],
#content_wrap .news_list li a[href$=".xlsx"]{padding-right:0 !important;}

#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;
}


#content_wrap .news_list{
	overflow: hidden;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	margin:0 !important;
	padding:0 !important;
}
#content_wrap .news_list li{width:25%; list-style:none !important; display:flex;}
#content_wrap .news_list li a {
	width: 100%;
	box-sizing:border-box;
	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 .news_list li a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
#content_wrap .news_list li a .index_list_box { padding: 20px 20px 0 20px;}
#content_wrap .news_list li a .index_list_head {
	overflow: hidden;
	font-size: 75%;
	line-height: 20px;
	margin-bottom: 15px;
}
#content_wrap .news_list li a .index_list_head .category {
	float: right;
	display: block;
	background: #666;
	color: #fff;
	width: 90px;
	text-align: center;
}
#content_wrap .news_list li a .index_list_head .day {
	float: left;
	display: block;
	color: #333;
}
#content_wrap .news_list li 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 .news_list li a:hover { border-color: #008555;}
#content_wrap .news_list li 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 .news_list li a .info_news {
	border-bottom:1px dotted #999;
	padding-left: 0 !important;
}
#content_wrap .news_list li a .info_news li {
	list-style:none !important;
	border-top: 1px dotted #999;
	padding: 20px 0;
}




#content_wrap .news_list_wrap{ display: flex; flex-wrap: wrap;}
#content_wrap #index_event {
	clear: both;
	padding: 50px 0 0;
	width: 1000px;
	margin: auto;
}
#content_wrap #content_area #index_event {
	padding: 0;
	width:auto;
	max-width: 1000px;
	margin: 20px auto 0;
}
#content_wrap #index_event_h {
	overflow: hidden;
	margin-bottom: 20px;
}
#content_wrap #index_event_h h2 {
	display: block;
	float: left;
	font-size: 150%;
}
#content_wrap #index_event_h .h2_link {
	float: right;
	overflow: hidden;
	padding-top: 10px;
}
#content_wrap #index_event_h .h2_link a {
	float: left;
	display: block;
	border: 1px solid #333;
	display: block;
	font-size: 87.5%;
	text-decoration: none;
	color: #333;
	padding: 3px 15px;
	margin-left: 20px;
	-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_event_h .h2_link a:hover { border: 1px solid #008555; color: #008555; text-decoration: underline;}
#content_wrap #index_event_list {
	overflow: hidden;
	margin-top: 20px;
}
#content_wrap #index_event_list a {
	display: block;
	float: left;
	margin: 20px 0 0 0;
	border: 1px solid #fff;
	width: 291px;
	background: #fff;
	color: #333;
	text-decoration: none;
	padding: 20px;
	-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_event_list a:nth-child(3n) { margin-right: 0; width: 292px;}
#content_wrap #index_event_list a:nth-child(3n+1) { clear: left; float: left;}
#content_wrap #index_event_list a:hover { border-color: #008555;}
#content_wrap .index_news_box { overflow: hidden;}
#content_wrap .index_news_box_l {
	float: left;
	width: 90px;
	background: #008555;
	text-align: center;
	color: #fff;
}
#content_wrap .index_news_box_l span { display: block;}
#content_wrap .index_news_box_month { margin: 5px 0 0; font-size: 75%;}
#content_wrap .index_news_box_day { font-size: 150%; line-height: 1.2;}
#content_wrap .index_news_box_week { padding: 0 0 5px; font-size: 75%;}
#content_wrap .index_news_box_koza { background: #666; font-size: 75%;}
#content_wrap .index_news_box_r {
	float: right;
	width: 180px;
}
#content_wrap .index_news_box_r span {
	display: block;
	line-height: 1.5;
	font-size: 87.5%;
	color: #008553;
}
#content_wrap #index_event_list a:hover .index_news_box_r span { text-decoration: underline;}
#content_wrap .index_news_how {
	display: block !important;
	clear: both;
	font-size: 75% !important;
	color: #333 !important;
	border-top: 1px dotted #ccc;
	padding-top: 8px;
	margin-top: 8px;
}
#content_wrap #index_event_list a:hover .index_news_box_r span.index_news_how { text-decoration: none !important;}



/*---------------------------------
	イベントタブ（新大生の活躍）
---------------------------------*/
#content_wrap #news_tab.shindai_tab {
	margin: 30px 0 20px !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#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;
	box-sizing:border-box;
}
#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 #content_area ul li{margin-bottom:0;}
#content_wrap #news_tab li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 87.5%;
	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 #news_tab.shindai_tab li:before,
#content_wrap #news_tab.shindai_tab li:after {
	position: absolute;
	bottom: -1px;
	width: 1px;
	height: 1px;
	content: " ";
}
#content_wrap #news_tab.shindai_tab li:before { left: -1px;}
#content_wrap #news_tab.shindai_tab li:after { right: -1px;}
#content_wrap #news_tab.shindai_tab li:after, #content_wrap #news_tab li:before { background: #333;}

#content_area table.table_n_bor{width:auto !important; font-size:100%;}
#content_area table.table_n_bor,#content_area table.table_n_bor th,#content_area table.table_n_bor td{border:none !important; vertical-align:top;}
#content_area table.table_n_bor th{padding:0 20px 0 0 !important; background:none !important; white-space:nowrap;}
#content_area table.table_n_bor td{padding:0 0 10px !important;}


/*--------------------------------------------------------------------------------------------------------------------
	メニューに関する指定(1250px)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1250px) {
#logo { width: 220px;}
#menu-box {
	width: 98%;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
}
#header_txt li { margin-right: 0;}
#header_link { padding: 0 0 0 8px;}
#header_txt ul { padding: 0 8px;}
#header_link ul li { margin-left: 0;}
#header_lang li { padding: 0 4px;}
#header_lang li:last-child { padding-right: 4px;}
.dropmenu li a { padding: 16px 12px 11px;}
#header_txt li a,#header_link ul li a { padding: 0 4px;}


}
/*--------------------------------------------------------------------------------------------------------------------
	メニューに関する指定(1050px)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1180px) {
#logo { width: 190px;}
#logo a { margin: 24px auto 0;}
#logo a, #logo img { width: 160px; height: auto;}
#menu-box {
	width: 98%;
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px);
}

#search_area{width:170px;}
#search_area div{width:170px;}
/* #menu nav ul.dropmenu{padding-right:197px;} */
.dropmenu li a{padding:16px 10px 11px;}

}

@media screen and (max-width: 1080px) {
#shidaisei_nav .list{margin:40px 20px 0;}

#search_area{width:150px;}
#search_area div{width:150px;}
/* #menu nav ul.dropmenu{padding-right:177px;} */

}

/*--------------------------------------------------------------------------------------------------------------------
	メニューに関する指定(1040)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
header {
	background: #fff;
	width: auto;
	z-index: 10000;
	position: relative;
}
#header_wrap {min-height: 80px;}
#logo a,#logo img { display: block;}
#header_in {width: 100%;}

#fade-in2 li:hover ul{
	opacity: 0;
	top: 80%;
	visibility: hidden;
	transition: .3s;
}

#header_link { padding-right: 10px;}

.header_news p span,.header_news:hover p span {
	display: block;
	background: url(img/common/icon-news.svg) 10px center no-repeat;
	font-size: 75%;
	padding: 10px 0 10px 32px !important;
	width: 68px;
	color: #333 !important;
	background-size: 16px 16px;
	-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;
}
.header_taisho span,.header_taisho:hover span {
	display: block;
	background: url(img/common/icon-taisho.svg) 10px center no-repeat;
	font-size: 75%; padding: 10px 0 10px 32px;
	width: 70px;
	color: #333 !important;
	background-size: 16px 16px;
	-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;
}
.header_search span,.header_search:hover span{
	display: block;
	background: url(img/common/icon-search.svg) 10px center no-repeat;
	font-size: 75%;
	padding: 10px 10px 10px 32px;
	background-size: 16px 16px;
	color: #333 !important;
}

.header_news p span.open {
	color: #fff !important;
	background: #008555 url(img/common/icon-news-white.svg) 10px center no-repeat;
	background-size: 16px 16px;
}
.header_taisho span.open {
	color: #fff !important;
	background: #008555 url(img/common/icon-taisho-white.svg) 10px center no-repeat;
	background-size: 16px 16px;
}
.header_search span.open { color: #fff !important; background: #008555 url(img/common/icon-search-white.svg) 10px center no-repeat; background-size: 16px 16px;}
#search_txt,#search_btn { border-radius: 0;}

#fade-in2 li ul.drop_open {
	opacity: 1;
	top: 100%;
	visibility: visible;
	transition: .3s;
}

#header_link ul li.on a, #header_link ul li a:hover { background: #fff;}

#modal-open{
	display: block;
	position: absolute;
	right: 80px;
	top: 0;
	width: 80px;
	height: 80px;
	background: #005431 url(img/common/tab-search.svg) center no-repeat !important;
	background-size: 54px 54px;
	font-size: 0.00001em;
	font-size: 0;
}
#modal-open.open{
	background: #005431 url(img/common/tab-menu-close.svg) center no-repeat;
	background-size: 54px 54px;
}
.modal-content p.modal-close{top:17px;right:98px;}
#modal-open span::before{display:none;}

#menu nav ul.dropmenu { padding-right: 246px;}

#side_sns{ display:none;}

#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);
}

footer { clear: both;}

#footer_nav_in { margin: 0 20px;}

#footer_box {
	width: auto;
	padding: 0;
}

#sns_print,.sns_print {
	float: none;
	overflow: hidden;
	padding-bottom: 0;
}
#sns,.sns {
	float: none;
	overflow: hidden;
	text-align: center;
	margin: auto;
	line-height: 0;
}
.fb_iframe_widget { display: inline-block !important; width: auto !important; position: relative; margin-top: 0px; overflow: hidden;}

#u_0_6 {display: none !important;}
#print,.print { display: none;}


#return {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#return a,#return a:hover {
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/common/pagetop.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.footer_box {
	width: auto;
	padding: 0;
	font-size: 75%;
	overflow: hidden;
	position: relative;
}
#footer_b {
	clear: both;
	border-top: 1px solid #ccc;
}
#footer_link {
	float: none;
	overflow: hidden;
}
#footer_link li {
	float: left;
	width: 50%;
	margin-right: 0;
	border-bottom: 1px solid #ccc;
}
#footer_link li:first-child { width: 100%;}
#footer_link li a { display: block; padding: 20px 5px; text-align: center;}
#footer_link li:nth-child(2) a { border-right: 1px solid #ccc;}
#copyright {
	float: none;
	text-align: center;
	padding: 10px;
}
#main_area.home_wrap{margin-top:0;}

#top_nav {
	clear: both;
	width: auto;
	background: #006642;
}
#top_nav ul {
	width: auto;
	margin: auto;
	overflow: hidden;
}
#top_nav ul li {
	float: left;
	width: 33.33333333%;
}
#top_nav ul li::before { display: none;}
#top_nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px 10px;
	font-size: 87.5%;
	border-bottom: 1px solid #004729;
	border-right: 1px solid #004729;
	border-left: none !important;
}
#top_nav ul li:nth-child(5) a,#top_nav ul li:nth-child(6) a { border-bottom: none;}
#top_nav ul li a.nyugaku,#top_nav ul li a.nyugaku:hover { background: url(img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko,#top_nav ul li a.zaiko:hover { background: url(img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo,#top_nav ul li a.sotsugyo:hover { background: url(img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo,#top_nav ul li a.kigyo:hover { background: url(img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki,#top_nav ul li a.chiiki:hover { background: url(img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku,#top_nav ul li a.kyoshoku:hover { background: url(img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}

#index_wrap { width: auto; margin: auto;}
.pickup_item li a { height: auto; max-height: 23vw;}
.home_wrap #index_news {
	clear: both;
	padding: 20px 20px 60px;
}
.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 {
	background: url(img/university/h1.jpg) center 0 no-repeat;
	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;
}
#h1_in h1{font-size:150%;}


/*-----------------------------------------------
	LN1
-----------------------------------------------*/
#ln1,#ln2,#ln3 { background: #F9FAF9;}
#ln1 ul,#ln2 ul,#ln3 ul {
	width: auto;
	margin: 0 auto !important;
	overflow: hidden;
	padding: 0 !important;
	font-size: 75%;
}
#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 !important; width: auto; padding: 15px 0;}
#ln1 ul li,#ln2 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-top: 1px solid #E1E6E1;
}
#ln3 ul li {
	float: none;
	margin: 0;
	line-height: 2;
	border-bottom: 1px solid #D9E0DA;
}
#ln3 ul li:last-child {border-bottom:none;}

#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: #008554; 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_wrap { padding-top: 80px; overflow: hidden;}
.content_nav_top {
	width: 100%;
	display: table;
	color: #fff;
	background: #009270;
}
#ln1 .content_nav_top { background: #F9FAF9;}
#ln2 .content_nav_top { background: #F9FAF9;}
#ln3 .content_nav_top { background: #F9FAF9;}
.content_nav_top a {
	display: table-cell;
	color: #008554 !important;
	text-decoration: none;
	padding: 0 15px 0 8px;
	vertical-align: middle;
	background: url(img/common/smp-arrow-left-green.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: 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;
}
#ln2 .content_nav_top span { background-color: #EDF0ED;}
#ln3 .content_nav_top span { background: #EDF0ED url(img/common/smp-plus-green.png) center no-repeat; background-size: 10px 10px;}
#ln3 .content_nav_top span.open { background: #EDF0ED 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: 85.7%;
}

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

#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 {
	float: left;
	width: 33.333333%;
	margin: 20px 0 0;
}
.content_list_box:nth-child(3n+1) { clear: left; float: left;}
.content_list_box a:nth-child(3n+1) { clear: left; float: left;}
.content_list_box a {
	display: block;
}

.content_list_box a figure { margin: 0; padding: 0;}
.content_list_box a figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: all 0.5s;
}
.content_list_box a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,102,66,0.8);
	padding: 10px 0;
	transition: all 0.5s;
	margin: 0 !important;
	font-size: 100% !important;
	color: #fff !important;
	font-weight: normal !important;
}

#content_list2 {
	overflow: hidden;
	margin: 20px 0 0 !important;
}
#content_list2 li {
	float: left;
	display: block;
	width: 32%;
	height: auto;
	margin: 20px 2% 0 0
}
#content_list2 li:nth-child(3n) { margin-right: 0;}
#content_list2 li:nth-child(3n+1) { clear: left; float: left;}
#content_list2 li a {
	display: block;
	padding:20px;
}

#content_area table {width: 100%;}
#content_area table.layout th,#content_area table.layout td {
	display: list-item;
	list-style: none;
}
.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: 20px !important;}

#content_area table.layout_photo th,#content_area table.layout_photo td {
	display: list-item;
	list-style: none;
}
.layout_photo_l { padding: 0 !important;}
.layout_photo_r { padding: 0 !important;}




/*------------------------------------------------
	新大生の活躍
------------------------------------------------*/
#shindaisei_h {
	overflow: hidden;
	margin: 60px 0 20px;
}
#shindaisei_h h2 {float: none;}
#shindaisei_h ul {
	float: none;
	width: auto !important;
}
#shindaisei_h ul
#shindaisei_h #news_tab li:first-child { margin: 0;}
#shindaisei_list {
	font-size: 87.5%;
	margin-top: 30px;
	border-top: 1px solid #D9E0DA;
}
#shindaisei_list dt {
	width: auto;
	padding: 15px 20px;
	position: relative;
}
#shindaisei_list dt span {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
}
#shindaisei_list dd {
	margin-top: 0;
	padding: 0 20px 15px 20px;
	border-bottom: 1px solid #D9E0DA;
}
#shindaisei_list dd a {display: block;}
#shidaisei_nav {
	width: 100%;
	display: block;
}
#shidaisei_nav a {
	display: block;
	height: auto;
}
#shidaisei_nav a.circle,
#shidaisei_nav a.activity,
#shidaisei_nav a.research {
	width: auto;
	height:auto;
	padding:50px 20px;
}

.page_list {
	width: auto;
	margin: 50px 20px !important;
}
.page_list li {
	width: 32%;
	margin: 0 2% 0 0;
}
.page_list li:last-child { margin: 0;}
.page_list li a {
	display: block;
	border: 1px solid #D1DAD3;
	text-decoration: none;
	color: #008552;
	padding: 30px 20px;
}
.page_list li a[target="_blank"] {
	background: url(img/common/popup-green.svg) right center no-repeat;
	background-size: 20px 10px;
	padding: 30px 35px 30px 20px;
}
#news_h #sns { text-align: right;}


/*------------------------------------------------
	メッセージ
------------------------------------------------*/
#message_wrap {padding-top: 20px;}
#message_wrap #content_area {padding: 20px 20px 0;}
#message_wrap #content_area h2:first-child { margin-top: 0 !important;}

/*------------------------------------------------
	ニュース
------------------------------------------------*/
#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;
}

#pagenav {
	clear: both;
	margin-top: 70px;
	border-top: 1px solid #D9E0DA;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
#pagenav span,#pagenav a {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #D9E0DA;
	color: #333;
	text-decoration: none;
	padding: 2px 10px;
}
a.previouspostslink {color: #333;}
a.nextpostslink {color: #333;}
.news_link {
	text-align: center;
	margin: 50px 0;
}
.news_link a {
	display: inline-block;
	border: 1px solid #D9E0DA;
	width: 320px;
	line-height: 60px;
	color: #008554;
	text-decoration: none;
}

#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;
}

#event_end {clear: both;}
#event_end p {
	border: 1px solid #c00;
	color: #c00;
	font-size: 125%;
	text-align: center;
	padding: 50px 0;
	margin: 50px 0;
}
#event_catch img {
	display: block;
	margin: 50px 0 0;
}
#single_area { margin-top: 20px;}

#single_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 60px;
	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;
}

#cale_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 60px;
	margin: 0;
}
#cale_nav a {
	display: block;
	border: none;
	text-decoration: none;
	color: #008555;
	text-align: inherit;
	line-height: 1.7;
	padding: 0 20px;
}
#cale_nav a:hover {border: none;}
#cale_nav_prev {
	float: left;
	width: 50%;
	text-align: left;
}
#cale_nav_next {
	float: right;
	width: 50%;
	text-align: right;
}
#cale {overflow: hidden;}
#cale table { border-top: 1px solid #D9E0DA !important; border-left: none !important;}
#cale table th { background: none !important; border-bottom: 1px solid #D9E0DA !important; width: 15% !important; border-right: none !important;}
#cale table td { border-right: none !important;}
#cale table th em { font-size: 150% !important;}
#cale table th span{ white-space: nowrap;}

#cale table th { padding: 5px !important;}
#cale table td { padding: 0 !important;}
#cale table ul { margin: 0 !important; padding: 0 !important;}
#cale table ul li { list-style: none !important; border-bottom: 1px dotted #999;}
#cale table ul li:last-child { border-bottom: none;}
#cale table ul li a { display: block; padding: 20px; border: 1px solid #fff; font-size: 87.5%; text-decoration: none;}
#cale table ul li a:hover { border: 1px solid #008555;}
.cale_category {
	display: inline-block;
	background: #666;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#cale table ul li a h3 {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	font-weight: normal !important;
	font-size: 115% !important;
	margin: 5px 0 !important;
	color: #008552;
}
.cale_day { display: block; color: #333 !important;}

/*---------------------------------------------
	選ばれる理由
---------------------------------------------*/
.why_box {
	overflow: hidden;
	width: auto;
	margin: 0 20px;
}
#why_1 {
	background: url(img/university/why/icon-data.png) 0 center no-repeat;
	background-size: 50px 50px;
	color: #3C4E58;
	padding-left: 60px;
	font-size: 115%;
	line-height: 1.7;
	margin: 20px 0;
}
#why_1 br { display: none;}
#why_2 {padding: 20px 0;}
#why_2 h2,#why_3 h2,#why_4 h2,#why_5 h2,#why_6 h2 { font-size: 125%;}
.why_catch {
	margin: 20px auto 0;
	width: auto;
	max-width: 100%;
}
#why_3 {padding: 20px 0;}
#why_3 ul.gakubu {
	width: auto;
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_3 ul.gakubu li {
	display: block;
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
	letter-spacing: normal;
	color: #054187;
}
#why_3 ul.gakubu li:nth-child(5) { margin-right: 2%;}
#why_3 ul.gakubu li:nth-child(5),#why_3 ul.gakubu li:nth-child(10) { margin-right: 2%;}
#why_3 ul.gakubu li:nth-child(2n) { margin-right: 0 !important;}
#why_3 ul.gakubu li img { display: block; width: auto; height: auto; margin: auto;}
#why_3_in {
	width: auto;
	padding: 20px;
	overflow: hidden;
	margin: 20px auto 0;
}
#why_3_in h3 {font-size: 115%;}
#why_3_in ul {
	overflow: hidden;
	padding: 0 20px;
}
#why_3_in ul li {
	float: none;
	width: auto;
}
#why_4 {padding: 20px 0;}
.txt_box {
	overflow: hidden;
	height: auto;
	margin-top: 20px;
}
.img,.img_r {
	float: none;
	max-width:1000px;
	margin: 0 0 20px;
}
.img img ,.img_r img{ display: block; width: auto; max-width: 100%; height: auto; margin: auto;}
.txt {
	overflow: visible;
	height: auto;
}
#why_4 h3 { font-size: 115%;}

#why_5 {padding: 20px 0;}
#why_5_in .why_score {
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
}
#why_5_in .why_score:nth-child(3n) { margin-right: 0;}
#why_5_in .why_score div { display: block; padding: 20px;}
#why_5_in .why_score div h3 { font-size: 115%; color: #8D0606;}
#why_5_in .why_score div p.score { font-size: 150%; color: #8D0606;}
#why_5_in .why_score div p.score span { font-size: 87.5%;}
#why_5_in .why_score div .comment { position: relative; bottom: auto; width: auto; left: auto;}

#why_6 {padding: 20px 0;}
#why_6_shushoku { font-size: 200%;}
#why_6_shushoku span { font-size: 45%; font-weight: normal;}
#why_6 h3 { font-size: 115%; margin: 30px 0 20px;}
#why_6 ul {
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_6 ul li {
	display: block;
	float: left;
	width: 49%;
	height: auto;
	margin: 2% 2% 0 0;
	padding: 10px 0 0;
	font-size: 87.5%;
}
#why_6 ul li:nth-child(2n) { margin-right: 0;}
#why_6 ul li div {margin: 10px 0 0;}
#why_6 ul li strong { font-size: 300%;}
#why_6 ul li img {
	display: block;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 20px auto 0;
	width: 100px;
	height: 125px;
}

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

.camera_txt { display: block;}

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


#form_btn {
	margin: 50px 0;
	text-align: center;
	overflow: hidden;
}
#form_btn1 {
	display: block;
	width: 100%;
	margin: 0;
}
#form_btn1:hover { background: #004729; cursor: pointer;}
#form_btn2 {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 20px;
}
#form_btn2:hover { background: #000; cursor: pointer;}
#form_btn3 {
	display: block;
	float: none;
	width: 100%;
}
#form_btn3:hover { background: #004729; cursor: pointer;}
.form_table th,.form_table td {
	display: list-item;
	list-style: none;
	width: auto;
}

}



@media screen and (max-width: 1150px) {
#index_event .slick-prev{left:-10px !important;}
#index_event .slick-next{right:-10px !important;}
}

/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
html { padding: 0;}
input[type="button"],input[type="submit"] { -webkit-appearance: none;}
body {
	-webkit-text-size-adjust: 100%;
	font-size: 87.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background: #fff;
}

.drawer-open{overflow:hidden;}
body table td {overflow-wrap:break-word;word-wrap:break-word;}
input,textarea,select { font-size: 16px;}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#nojs {
	width: auto;
	background: #fff;
	color: #f00;
	padding: 10px;
	border: 5px solid #F00;
	text-align: center;
	margin: 10px auto;
}
#menu-box {
	float: none;
	position: relative;
	padding: 0;
}
#menu { display: block; clear: both; background: #008555;}
.search_dis { display: none !important;}
.menu_mbox { display: block !important;}

header {
	background: #fff;
	width: auto;
	z-index: 10000;
	position: relative;
}
#header_wrap {
	width: auto;
	min-height: 80px;
	position: relative;
}
#logo {
	position: absolute;
	left: 10px;
	margin-left: 0;
	padding-top: 0;
	top: 0;
	width: auto;
	height: auto;
	z-index: 10;
}
#logo a { margin-top: 15px;}
#logo a,#logo img { display: block; width: 164px;}
#menu nav { border: none; background: #008555;}
#header_in {
	width: auto;
	margin: auto;
	position: relative;
	top: auto;
	height: auto;
	font-size: 100%;
	margin-bottom:200px;
}
#header_in_box { float: none;}

#header_link {
	float: none;
	max-width: 1000px;
	padding: 0;
}

#header_lang {
	float: none;
	padding: 0;
	background: #fff !important;
	position: relative;
	font-size: 75%;
	height: auto;
}
#header_lang ul {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:#333;
}
#header_lang li {
	float: left !important;
	margin-right: 0;
	width: 50%;
	line-height: 1.5;
	text-align: center;
	border: none !important;
	padding: 0;
}
#header_lang li a {
	display: block;
	padding: 15px 0;
	border-bottom: none;
	color: #333 !important;
}
#header_lang li a span { display: inline-block;}
#header_lang li:last-child { background: url(img/common/slash.svg) 0 center no-repeat; padding: 0;}

#header_lang li a.on,#header_lang li a:hover { border-bottom: none;}
#header_lang li a.on span { border-bottom: 2px solid #333 !important;}
#header_txt {
	float: none;
	padding: 0;
	height: auto;
}
#header_txt li {
	float: none;
	position: relative;
}

#header_txt li a {
	padding: 10px 10px 10px 50px !important;
	color: #fff !important;
}
.dropmenu li ul li a:hover {border: none !important;}
#header_txt li a:hover { background: #004729 !important;}

#header_txt li a.nyugaku,#header_txt li a.nyugaku:hover,#header_txt li a.nyugaku:active {
	background: #EBEFEC url(img/common/icon-nyugaku-black.svg) 20px center no-repeat !important;
	background-size: 14px 15px !important;
}
#header_txt li a.zaiko,#header_txt li a.zaiko:hover,#header_txt li a.zaiko:active {
	background: #EBEFEC url(img/common/icon-zaicosei-black.svg) 20px center no-repeat !important;
	background-size: 14px 15px !important;
}
#header_txt li a.sotsugyo,#header_txt li a.sotsugyo:hover,#header_txt li a.sotsugyo:active {
	background: #EBEFEC url(img/common/icon-sotsugyo-black.svg) 20px center no-repeat !important;
	background-size: 15px 15px !important;
}
#header_txt li a.kigyo,#header_txt li a.kigyo:hover,#header_txt li a.kigyo:active {
	background: #EBEFEC url(img/common/icon-kigyo-black.svg) 20px center no-repeat !important;
	background-size: 12px 15px !important;
}
#header_txt li a.chiiki,#header_txt li a.chiiki:hover,#header_txt li a.chiiki:active {
	background: #EBEFEC url(img/common/icon-chiiki-black.svg) 20px center no-repeat !important;
	background-size: 10px 15px !important;
}
#header_txt li a.kyoshoku,#header_txt li a.kyoshoku:hover,#header_txt li a.kyoshoku:active {
	background: #EBEFEC url(img/common/icon-kyoshoku-black.svg) 20px center no-repeat !important;
	background-size: 14px 15px !important;
}
.header_search span { display: none;}


#menu-box {
	clear: both;
	text-align: center;
	background: #fff;
	width: auto;
}
#toggle{
	display: block;
	float: right;
	background: #fff;
}
#toggle .drawer-toggle {
	display: block;
	background: #008555 url(img/common/tab-menu-open.svg) center no-repeat;
	background-size: 54px 54px;
	width: 80px;
	height: 80px;
	padding: 0;
	font-size: 0;
}
#toggle .drawer-toggle.open {
	background: #008555 url(img/common/tab-menu-close.svg) center no-repeat;
	background-size: 54px 54px;
}

#menu { display: block; padding-top: 0; min-height: 0;}
#menu a { text-decoration: none;}
#menu a span { display: inline; border-bottom: none !important;}
#menu a span.on { border-bottom: none;}
#menu ul {overflow: hidden;}
#header_txt ul { padding: 0;}
#menu nav ul.dropmenu { padding-right: 0; float: none;}
#menu li {
	display: block;
	float: none;
	border-bottom: 1px solid #006642;
}
#menu li.header_news {
	display: block;
	border-bottom: 1px solid #ccc;
}
#menu li.header_taisho { border-bottom: none;}

/* ヘッダーのドロップダウン */
.dropmenu { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu:after{ clear: both;}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 20px;
	text-decoration: none;
	color: #fff !important;
	position:relative;
}

.drawer-menu-item{
	position:relative;
}
.drawer-menu-item::before, .drawer-menu-item::after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	right:20px;
	width:10px;
	height:2px;
	background:#fff;
	transition:all 0.3s;
}
.drawer-menu-item::before{top:26px;}
.drawer-menu-item::after{top:26px;transform:rotate(90deg);}
.drawer-menu-item.open::after{
	top:26px;
	transform:rotate(180deg);
}
.open .toggle_txt::before,.open .toggle_btn_sp::before{
	opacity:0;
	visibility:hidden;
}

.dropdown { font-size: 115%;}
.dropmenu li ul li {
	width: 100%;
	background: #008555;
}

.dropmenu li ul li a {
	padding: 15px 40px 15px 30px;
	color:#008555 !important;
	background:#F9FAF9 !important;
	position:relative;
	text-align: left;
	border: none !important;
}
.dropmenu li ul li a::after{
	content:'';
	display:block;
	position:absolute;
	top:24px;
	right:20px;
	width:6px;
	height:6px;
	border-top:2px solid #108053;
	border-right:2px solid #108053;
	transform:rotate(45deg);
}
#menu a > .dropmenu li ul li a {border: none !important;}
.dropmenu li:hover > a {
	background: #008555;
	color: #333;
	border-bottom: none !important;
}
.dropmenu li:hover > a span {border-color: #00603F !important;}
.dropmenu li > a span.on {border-color: #00603F !important;}
#menu .dropmenu li ul li{border-bottom:1px solid #E9EDE9;}
#menu .dropmenu li ul li:last-child{border-bottom:none;}
.dropmenu li ul li a.on,.dropmenu li ul li a:hover{background:#E6EFE6 !important;color:#005431 !important;}


.header_taisho ul { display: block !important; font-size: 100% !important; width: auto !important;}
.header_taisho ul li a {
	padding: 10px 10px 10px 50px !important;
	background: #008555;
	color: #fff !important;
}
.header_taisho p { display: none !important;}

.dropmenu li.header_taisho li a:hover { background: #004729 !important;}
.header_taisho ul,#search_box ul { padding-bottom: 0 !important;}


.dropmenu2 { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu2:after{ clear: both;}
.dropmenu2 li a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	color: #333 !important;
}
#header_in .dropmenu2 li ul {
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	z-index: 9999;
}
.dropmenu2 li ul li {
	width: 100%;
	background: #EBEFEC;
	border-bottom: 1px solid #ccc !important;
}

.dropmenu2 li ul li a {
	padding: 5px 25px;
	color: #333 !important;
	text-align: left;
	border: none !important;
}
#menu a > .dropmenu2 li ul li a { border: none !important;}
.dropmenu2 li:hover > a {
	background: #EBEFEC;
	color: #333;
	border-bottom: none !important;
}
.dropmenu2 li:hover > a span { border-color: #00603F !important;}
.dropmenu2 li > a span.on { border-color: #00603F !important;}
#header_in .dropmenu2 li ul { box-shadow: none;}

#search_box ul { padding: 0 !important;}
#search_box_in {
	display: block !important;
	position: relative !important;
	right: auto !important;
	left: auto !important;
	width: auto !important;
	background: #fff !important;
	padding: 0 !important;
}

#menu #header_in #header_txt li {
	float: left;
	width: 50%;
	margin: 0;
	text-align: left;
	line-height: 1.5 !important;
	border-bottom: 1px solid #ccc !important;
}
#menu #header_in #header_txt li a {
	display: block;
	color: #333 !important;
	background-color: #EBEFEC;
	padding: 10px 10px 10px 50px !important;
}
#menu #header_in #header_txt li:nth-child(2n) a {
	border-left: 1px solid #ccc !important;
}
#header_link {
	overflow: hidden;
	height: auto;
	font-size: 75%;
}
#header_link ul {
	float: none;
	overflow: hidden;
	border: 2px solid #EBEFEC;
}
#header_link ul li {
	float: left;
	width: 33.333333%;
	background: #fff;
	margin: 0;
	border: none;
}
#header_link ul li a {
	display: block;
	background: #fff;
	border: 2px solid #EBEFEC;
	padding: 10px 5px;
}
#header_link ul li:last-child{ clear:left; float:none; width:auto;}


#header_lang { float: none; overflow: hidden; background: #333;}

#lang_link{display:none;}
#lang_area{
	position: relative;
	width:auto;
	opacity:1;
	visibility: visible;
	top:auto;
}
#lang_area li{
	border-top:none;
	float:left !important;
	width:50%;
	position:relative;
}
#lang_area li:nth-child(2n)::before{
	content:'';
	display:block;
	width:1px;
	height:80%;
	background:#666;
	position:absolute;
	left:0;
	top:10%;
}
#header_lang li a{
	display:block;
	padding:12px 20px 10px;
	color:#fff !important;
	text-decoration:none;
	background:#333;
}
#lang_area a span{
	display:inline-block;
	border-bottom:2px solid rgba(0,0,0,0) !important;
}
#lang_area li.on a span{border-color:#fff !important;}



/*----------------------------------------
	改修後
----------------------------------------*/

/*------------------------------------------------
	ニュース
------------------------------------------------*/
#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; display:block;}
#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;
}
#content_wrap #index_list a .index_list_head .day {
	float: left;
	display: block;
}
#content_wrap #index_list a .index_list_box p {
	display: block;
	color: #008555;
	font-size: 100%;
	line-height: 1.5;
}
#content_wrap #index_list a:hover { border-color: #008555;}
#content_wrap #index_list a:hover p { text-decoration: underline;}
#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;
}
#content_wrap #news_top {
	position: relative;
	margin-top: 50px;
}
#content_wrap #news_top #news_tab li {
	float: none;
	padding: 0 20px;
}
#content_wrap .news_sub {
	overflow: hidden;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	border-bottom: 1px solid #D9E0DA !important;
}
#content_wrap .news_sub li {
	float: left;
	margin: 0 10px 0 10px;
	padding-bottom: 10px !important;
	font-size: 75%;
	list-style: none !important;
	width: auto;
}
#content_wrap .news_sub li a {
	display: block;
	color: #333;
	border: none;
	text-decoration: none;
}
#content_wrap .news_sub li span { display: block; border-bottom: 2px solid #fff;}
#content_wrap .news_sub li a.on,#content_wrap .news_sub li a:hover { color: #008555 !important;}
#content_wrap .news_sub li a.on span,#content_wrap .news_sub li a:hover span { border-bottom: 2px solid #008555;}
#content_wrap #news_top_cate {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
}
#submit_go { float: none; position: relative; top: -2px;}
#content_wrap #news_cate_archi {
	overflow: hidden;
	margin: 40px 0;
	font-size: 87.5%;
}
#content_wrap #news_cate_archi div {
	float: left;
	margin-right: 30px;
	padding-top: 5px;
}
#content_wrap .news_link {
	text-align: center;
	margin: 50px 0;
}
#content_wrap .news_link a {
	display: inline-block;
	border: 1px solid #D9E0DA;
	width: 320px;
	line-height: 60px;
	color: #008554;
	text-decoration: none;
}
#content_wrap #news_h {
	overflow: hidden;
	margin: 30px 0;
}
#content_wrap #news_day {
	float: none;
	font-size: 87.5%;
}
#content_wrap #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;
}
#content_wrap #news_h #sns_print {
	display: block;
	float: none;
	margin-top: 20px;
}

#content_wrap #index_event_list {
	overflow: hidden;
	margin: 0 20px;
}
#content_wrap #index_event_list a {
	display: block;
	float: left;
	margin: 0;
	border: none;
	width: 32%;
	background: #fff;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin-right: 2%;
	margin-top: 20px;
}
#content_wrap #index_event_list a:nth-child(3n) { margin-right: 0; width: 32%;}
#content_wrap #index_event_list a:nth-child(3n+1) { clear: none; float: left;}
#content_wrap #index_event_list a:nth-child(2n+1) { clear: none; float: left;}
#content_wrap #index_event_list a:hover { border-color: #008555;}
#content_wrap .index_news_box {
	overflow: hidden;
	display: table;
	width: 100%;
}
#content_wrap .index_news_box_l {
	float: none;
	display: table-cell;
	width: 25%;
	background: #008555;
	text-align: center;
	color: #fff;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}
#content_wrap .index_news_box_l span { display: block;}
#content_wrap .index_news_box_month { margin: 5px 0 0; font-size: 75%;}
#content_wrap .index_news_box_day { font-size: 150%; line-height: 1.2;}
#content_wrap .index_news_box_week { padding: 0 0 5px; font-size: 75%;}
#content_wrap .index_news_box_koza { background: #666; font-size: 75%; width: 100%; position: absolute; bottom: 0; left: 0; height: 20px;}
#content_wrap .index_news_box_r {
	float: none;
	width: auto;
	display: table-cell;
	width: 75%;
	border-left: 10px solid #fff;
}
#content_wrap .index_news_box_r span {
	display: block;
	line-height: 1.5;
	font-size: 87.5%;
	color: #008553;
}
#content_wrap #index_event_list a:hover .index_news_box_r span { text-decoration: underline;}
#content_wrap .index_news_how {
	display: block !important;
	clear: both;
	font-size: 75% !important;
	color: #333 !important;
	border-top: 1px dotted #ccc;
	padding-top: 8px;
	margin-top: 8px;
}
#content_wrap #index_event_list a:hover .index_news_box_r span.index_news_how { text-decoration: none !important;}

#index_feature ul li { width: 33.3333333%;}

#main{margin-top:0;}

}

@media screen and (max-width: 980px) {
#index_event .slick-prev{
	left:0 !important;
	width:30px;
	height:30px;
}
#index_event .slick-next{
	right:0 !important;
	width:30px;
	height:30px;
}
}


/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
html { padding: 0;}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
body {
	-webkit-text-size-adjust: 100%;
	font-size: 87.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body table td {overflow-wrap:break-word;word-wrap:break-word;}
input,textarea,select {font-size: 16px;}
body {background: #fff;}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}


#nojs {
	width: auto;
	background: #fff;
	color: #f00;
	padding: 10px;
	border: 5px solid #F00;
	text-align: center;
	margin: 10px auto;
}
header {
	width: auto;
	margin: auto;
	position: relative;
}
#menu-box {
	float: none;
	position: relative;
	padding: 0;
}
#menu { display: block; clear: both; background: #008555;}
.menu_mbox { display: block !important;}

header {
	background: #fff;
	width: auto;
	z-index: 10000;
	position: relative;
}
#header_wrap {
	width: auto;
	min-height: 65px;
}
#logo {
	position: absolute;
	left: 15px;
	margin-left: 0;
	padding-top: 0;
	top: 0;
}
#logo a,#logo img { display: block; width: 140px; height: auto;}
#logo a { margin-top: 10px;}

.header_news p a,.header_news p a:hover,.header_news p a:active {
	display: block !important;
	background: #EBEFEC url(img/common/icon-news.svg) 20px center no-repeat;
	font-size: 100%;
	padding: 10px 0 10px 50px !important;
	width: auto;
	background-size: 15px 16px;
}
.header_news p span {display: none !important;}

.header_search span { display: none;}

#menu-box {
	clear: both;
	text-align: center;
	background: #fff;
}
#toggle{
	display: block;
	float: right;
}
#toggle .drawer-toggle {
	display: block;
	background: #008555 url(img/common/tab-menu-open.svg) center no-repeat;
	background-size: 40px 40px;
	width: 65px;
	height: 65px;
	padding: 0;
	font-size: 0;
}
#toggle .drawer-toggle.open{
	background: #008555 url(img/common/tab-menu-close.svg) center no-repeat;
	background-size: 40px 40px;
}
#header_txt { font-size: 86.6666%;}
#menu { display: block; padding-top: 0;}
#menu a { text-decoration: none;}
#menu a span { display: inline; border-bottom: none;}
#menu a span.on { border-bottom: none;}
#menu ul {overflow: hidden;}
#menu nav ul.dropmenu { padding-right: 0;}
#menu li {
	display: block;
	float: none;
	border-bottom: 1px solid #006642;
}
#menu li.header_news {
	display: block;
	border-bottom: 1px solid #ccc;
}
#menu li.header_taisho { border-bottom: none; font-size: 90%;}
/* ヘッダーのドロップダウン */
.dropmenu { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu:after{ clear: both;}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.dropdown { font-size: 115%;}
#search_area div { display: block;}
.dropmenu li ul li {
	width: 100%;
	background: #008555;
}


.header_taisho ul { display: block !important; font-size: 100% !important; width: auto !important;}
.header_taisho ul li a {
	padding: 10px 10px 10px 40px !important;
	background: #008555;
	color: #fff !important;
}
.header_taisho p { display: none !important;}
.dropmenu li.header_taisho li a:hover { background: #004729 !important;}

.header_taisho a.nyugaku,.header_taisho a.nyugaku:hover,.header_taisho a.nyugaku:active {
	background: url(img/common/icon-nyugaku-black.svg) 10px center no-repeat;
	background-size: 14px 15px;
}
.header_taisho a.zaiko,.header_taisho a.zaiko:hover,.header_taisho a.zaiko:active {
	background: url(img/common/icon-zaicosei-black.svg) 10px center no-repeat;
	background-size: 14px 15px;
}
.header_taisho a.sotsugyo,.header_taisho a.sotsugyo:hover,.header_taisho a.sotsugyo:active {
	background: url(img/common/icon-sotsugyo-black.svg) 10px center no-repeat;
	background-size: 15px 15px;
}
.header_taisho a.kigyo,.header_taisho a.kigyo:hover,.header_taisho a.kigyo:active {
	background: url(img/common/icon-kigyo-black.svg) 10px center no-repeat;
	background-size: 12px 15px;
}
.header_taisho a.chiiki,.header_taisho a.chiiki:hover,.header_taisho a.chiiki:active {
	background: url(img/common/icon-chiiki-black.svg) 10px center no-repeat;
	background-size: 10px 15px;
}
.header_taisho a.kyoshoku,.header_taisho a.kyoshoku:hover,.header_taisho a.kyoshoku:active {
	background: url(img/common/icon-kyoshoku-black.svg) 10px center no-repeat;
	background-size: 14px 15px;
}
.header_taisho ul,#search_box ul { padding-bottom: 0 !important;}


.dropmenu2 { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu2:after{ clear: both;}

.dropmenu2 li a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	color: #333 !important;
}
#header_in .dropmenu2 li ul {
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	z-index: 9999;
}
.dropmenu2 li ul li {
	width: 100%;
	background: #EBEFEC;
	border-bottom: 1px solid #ccc !important;
}

.dropmenu2 li ul li a {
	padding: 5px 25px;
	color: #333 !important;
	text-align: left;
	border: none !important;
}
#menu a > .dropmenu2 li ul li a {border: none !important;}
.dropmenu2 li:hover > a {
	background: #EBEFEC;
	color: #333;
	border-bottom: none !important;
}
.dropmenu2 li:hover > a span { border-color: #00603F !important;}
.dropmenu2 li > a span.on { border-color: #00603F !important;}

#header_in .dropmenu2 li ul { box-shadow: none;}
#modal-open{
	display: block;
	position: absolute;
	right: 65px;
	top: 0;
	width: 65px;
	height: 65px;
	background: #005431 url(img/common/tab-search.svg) center no-repeat !important;
	background-size: 54px 54px;
	font-size: 0.00001em;
	font-size: 0;
}
#modal-open.open{
	background: #005431 url(img/common/tab-menu-close.svg) center no-repeat;
	background-size: 54px 54px;
}
.modal-content p.modal-close{top:0;right:0;position:absolute;}
.modal-content p.modal-close span{display:block;position:relative;width:44px;height:44px;}
.modal-content p.modal-close span:before{
	content:'';
	position:absolute;
	width:20px;
	height:2px;
	background:#333;
	top:22px;
	left:13px;
	transform:rotate(-45deg);
}
.modal-content p.modal-close span:after{
	content:'';
	position:absolute;
	width:20px;
	height:2px;
	background:#333;
	top:22px;
	left:13px;
	transform:rotate(45deg);
}

.modal-content{top:10px !important;left:10px !important;right:auto !important;}
#pc_search_box{width:calc(100vw - 20px);display:block;height:calc(100vh - 20px);margin:auto;}
#pc_search_box > div{padding:50px 20px 30px;}
#search_txt{width:calc(100% - 60px);font-size:16px;}
#search_btn{width:60px;}

footer { clear: both;}
#footer_box {
	width: auto;
	padding: 0;
}
#sns_print,.sns_print {
	float: none;
	overflow: hidden;
	padding-bottom: 0;
}
#sns,.sns {
	float: none;
	overflow: hidden;
	text-align: center;
	margin: auto;
	line-height: 0;
}
.fb_iframe_widget { display: inline-block !important; width: auto !important; position: relative; margin-top: 0px; overflow: hidden;}

#u_0_6 {display: none !important;}
#print,.print { display: none;}


#return {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#return a,#return a:hover {
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/common/pagetop.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.footer_box {
	width: auto;
	padding: 0;
	font-size: 75%;
	overflow: hidden;
	position: relative;
}
#footer_b {
	clear: both;
	border-top: 1px solid #ccc;
}
#footer_link {
	float: none;
	overflow: hidden;
}
#footer_link li {
	float: left;
	width: 50%;
	margin-right: 0;
	border-bottom: 1px solid #ccc;
}
#footer_link li:first-child { width: 100%;}
#footer_link li a { display: block; padding: 20px 5px; text-align: center;}
#footer_link li:nth-child(2) a { border-right: 1px solid #ccc;}
#copyright {
	float: none;
	text-align: center;
	padding: 10px;
}

#footer_nav_in { padding: 0; margin: 0;}
.footer_nav_box {
	float: none;
	width: auto;
	padding-right: 0;
	border-bottom: 1px solid #006642;
}
.footer_nav_box:last-child { border-bottom: none;}
.footer_nav_box h2 {
	font-size: 100%; margin-bottom: 0; font-weight: normal;
	background: url(img/common/smp-plus.png) right 20px center no-repeat;
	background-size: 10px 10px;
	padding: 15px 40px 15px 20px;
	margin-top:0;
}
.footer_nav_box h2.f_h2{border-top:1px solid #006642;}
.footer_nav_box h2.open {
	background: url(img/common/smp-minus.png) right 20px center no-repeat;
	background-size: 10px 10px;
}

.footer_nav_box h2 a { display: block; pointer-events: none;}
.footer_nav_box ul { display: none; font-size: 92.85%; padding-bottom: 5px;}
.footer_nav_box ul li { padding-left: 15px;}
.footer_nav_box ul li:first-child { display: block; padding-left: 0;}
.footer_nav_box ul li::before { display: none;}
.footer_nav_box ul li a {
	display: block;
	padding: 5px 20px;
}

#main { position: relative; top: auto; left: auto; padding-bottom: 0; margin:auto;}
#index_main_content{ display:none;}

#smp_main{
	display:block;
	position:relative;
}
#smp_main img{ display:block;}
#smp_main a{
	color:#FFF;
	text-decoration:none;
	position:absolute;
	bottom:13px;
	background:url(/img/index/icon_play.svg) no-repeat left center / 20px 20px;
	font-size:85.7%;
	padding:0 0 0 27px;
	left:50%;
	transform:translateX(-50%);
	white-space: nowrap;
	z-index:10;
}

#top_nav {
	clear: both;
	width: auto;
	background: #006642;
	margin-top: 0;
}
#top_nav ul {
	width: auto;
	margin: auto;
	overflow: hidden;
}
#top_nav ul li {
	float: left;
	width: 50%;
}
#top_nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px 10px;
	font-size: 87.5%;
	border-bottom: 1px solid #004729;
}
#top_nav ul li:nth-child(2n) a { border-left: 1px solid #004729;}
#top_nav ul li:nth-child(5) a,#top_nav ul li:nth-child(6) a { border-bottom: none;}
#top_nav ul li a.nyugaku,#top_nav ul li a.nyugaku:hover { background: url(img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko,#top_nav ul li a.zaiko:hover { background: url(img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo,#top_nav ul li a.sotsugyo:hover { background: url(img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo,#top_nav ul li a.kigyo:hover { background: url(img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki,#top_nav ul li a.chiiki:hover { background: url(img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku,#top_nav ul li a.kyoshoku:hover { background: url(img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}

#index_wrap {
	width: auto;
	margin: auto;
}

.home_wrap #index_news {
	clear: both;
	padding: 0;
}
.home_wrap #news_tab {
	padding:0 20px !important;
}
.home_wrap #news_tab li {
	padding:0 !important;
	border-left:none;
	border-bottom:none;
}
.home_wrap #news_tab li:first-child { margin-left: 0;}
.home_wrap #news_tab li.active,.home_wrap #news_tab li:hover{border-left:0;}
.home_wrap #news_tab li:last-child { margin-right: 0;}
.home_wrap #news_tab li a {
	display: block;
	height: 100%;
	text-align: center;
	color: #333;
	line-height: 38px;
	font-size: 75%;
	text-decoration: none;
	white-space: nowrap;
}
.home_wrap #news_tab li.active a{padding:0 !important;}
.home_wrap #news_tab li:before,
.home_wrap #news_tab li:after { display: none;}
.home_wrap #news_tab li:before { left: -1px;}
.home_wrap #news_tab li:after { right: -1px;}
.home_wrap #news_tab li:after, .home_wrap #news_tab li:before { background: #333;}

.home_wrap #index_list { overflow: hidden;}
.home_wrap #index_list #news_list_wrap a {
	float: none;
	width: 100%;
	padding: 0;
	display: block;
	margin: 20px 0 0;
	background: #fff;
	border: none;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.home_wrap #index_list a:nth-child(4n) { margin-right:0;}
.home_wrap #index_list a:nth-child(4n+1) { clear: left; float: none;}
.home_wrap #index_list a:nth-child(3n) { margin-right:0;}
.home_wrap #index_list a:nth-child(3n+1) { clear: left; float: none;}
.index_list_photo { margin: 0;}
.index_list_photo img { display: block; margin: 0 auto 10px;}
.home_wrap #index_list a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.home_wrap #index_list a .index_list_box { padding: 20px; margin: 0;}
.home_wrap .news_list_wrap { padding: 0 20px;}
.home_wrap .news_list_wrap a:first-child .index_list_box, .home_wrap .news_list_wrap a:nth-child(5) .index_list_box {
	position: relative;
	bottom: auto;
	right: auto;
	max-width: 700px;
}
.home_wrap .news_list_wrap a::after { display: none;}
.home_wrap #index_list a .index_list_head {
	overflow: hidden;
	font-size: 75%;
	line-height: 20px;
	margin-bottom: 20px;
}
.home_wrap #index_list a .index_list_head .category {
	float: right;
	display: block;
	background: #666;
	color: #fff;
	width: 90px;
	text-align: center;
}
.home_wrap #index_list a .index_list_head .day {
	float: left;
	display: block;
}
.home_wrap #index_list a .index_list_box p {
	display: block;
	color: #008555;
	font-size: 87.5%;
	line-height: 1.5;
	margin-right:10px;
}
.home_wrap #index_list a:hover { border-color: #008555;}
.home_wrap #index_list a:hover p { text-decoration: underline;}
.home_wrap #index_news .info_news {
	border-bottom:1px dotted #999;
	padding-left: 0 !important;
}
.home_wrap #index_news .info_news li {
	list-style:none !important;
	border-top: 1px dotted #999;
	padding: 20px 0;
}
.home_wrap #index_news .info_news li a {
	float: none;
	width:auto;
	padding: 20px 0;
}
.home_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;
}

.home_wrap #index_list a:nth-child(4n) { float: left;}
.home_wrap #index_list a:nth-child(3n+1) { float: none;}
.news_link_more {
	clear: both;
	margin: 20px;
	padding: 20px 0 50px;
}
.home_wrap #index_event { clear: both; padding: 0 0 50px;}

#event_tab_wrap{ padding:0;}
#event_tab{ padding:0 20px !important;}
#event_tab li a{
	font-size:75%;
	height:38px;
	line-height:37px;
}
.event_item .slick-dots{ bottom:-22px;}

.event_more_link {
	margin: 40px 20px 20px;
}
.event_more_link a { margin-top:10px;}

.pickup_item li a { height: auto; max-height: 500px;}

#index_topic {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
#index_topic h2 {
	font-size: 125%;
	margin: 50px 20px 20px;
}
#index_topic ul { overflow: hidden;}
#index_topic ul.index_pickup { background: none;}
#index_topic ul.index_data { margin-top: 0;}
#index_topic ul.index_data li { margin-top: 0;}

#index_topic ul.index_data li { width: auto; float: none;}
#index_topic ul.index_data li a { height: auto; line-height: 1.7; text-align: left; border: 1px solid #fff !important; padding: 0;}
#index_topic li a:hover { border-color: #ccc;}

#index_facebook {
	background: #3765A3;
	margin-top: 20px;
}
#index_facebook_in {
	width: auto;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}
#index_facebook_in_l {
	float: none;
	width: auto;
	padding: 20px 0 0;
	color: #fff;
}
#index_facebook_in_l h2 {
	font-size: 125%;
	line-height: 1.7;
	margin-bottom: 20px;
}
#index_facebook_in_l p { padding: 0 20px 20px 0;}
#index_facebook_in_l a {
	display: block;
	float: none !important;
	width: auto !important;
}
#index_facebook_in_r {
	float: none;
	width: auto;
	max-width: 500px;
	height: auto;
	background: #fff;
	margin: 20px auto 0;
}
#index_facebook_in_r .fb_iframe_widget { top: 0;}

/* Facebook Like Box width: 100% */
#index_facebook_in_r .fbcomments,
#index_facebook_in_r .fb_iframe_widget,
#index_facebook_in_r .fb_iframe_widget[style],
#index_facebook_in_r .fb_iframe_widget iframe[style],
#index_facebook_in_r .fbcomments iframe[style],
#index_facebook_in_r .fb_iframe_widget span{
	width: 100% !important;
}

#index_feature_wrap { display: block;}
#index_feature_1 { display: none;}
#index_feature_2 { width: auto;}
#index_feature ul { padding: 0 0 0 20px; height: auto; margin: auto;}
#index_feature ul li:first-child { display: block;}
#index_feature ul li {
	float: left;
	width: 50%;
	height: auto;
	padding: 0 20px 20px 0;
}
#index_feature_wrap a { display: block; float: left; min-height: 10px;}
#index_feature ul li a { min-height: 10px;}
#index_feature_wrap a img {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: 100%;
	max-height: 100%;
}
#index_feature_wrap a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.home_wrap .index_list_photo { max-height: 25vw; height: auto;}

#index_feature ul li {width: 50%;}
#sns_wrap_in ul li{margin:20px 15px 0;}
#sns_wrap_in ul li a{margin:auto;width:50px;}
.pickup_item li{width:50%;}
#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 {
	background: url(img/university/h1.jpg) center 0 no-repeat;
	height: auto;
	line-height: 1.7;
	font-size: 150%;
	color: #fff;
	padding: 20px;
	text-align: center;
}
#shindaisei img.pc_img { display:none;}
#shindaisei img.sp_img { display:block; width:100%; height:auto;}
#shindaisei_h{margin-top:0;}


/*-----------------------------------------------
	LN1
-----------------------------------------------*/


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

#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: none;
	width: auto;
	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 {
	float: none;
	width: auto;
	margin: 20px 0 0;
}
.content_list_box:nth-child(3n+1) { clear: left; float: none;}
.content_list_box a:nth-child(3n+1) { clear: left; float: none;}
.content_list_box a {display: block;}
.content_list_box a figure { margin: 0; padding: 0;}
.content_list_box a figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: all 0.5s;
}
.content_list_box a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,102,66,0.8);
	padding: 10px 0;
	transition: all 0.5s;
	margin: 0 !important;
	font-size: 100% !important;
	color: #fff !important;
	font-weight: normal !important;
}

#content_list2 {
	overflow: hidden;
	margin: 20px 0 0 !important;
}
#content_list2 li {
	float: none;
	width: auto;
	display: block;
	height: auto;
	margin: 20px 0 0 0
}
#content_list2 li:nth-child(3n+1) { clear: left; float: none;}
#content_list2 li a {
	display: block;
	padding:20px;
}

#content_area table { width: 100%;}
#content_area table.layout th,#content_area table.layout td {
	display: list-item;
	list-style: none;
}
.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: 20px !important;}

#content_area table.layout_photo th,#content_area table.layout_photo td {
	display: list-item;
	list-style: none;
	width: auto !important;
}
.layout_photo_l { padding: 0 !important;}
.layout_photo_r { padding: 0 !important;}




/*------------------------------------------------
	新大生の活躍
------------------------------------------------*/

#shindaisei_h {
	overflow: hidden;
	margin: 60px 0 20px;
}
#shindaisei_h h2 { float: none;}
#shindaisei_h ul {
	float: none;
	width: auto !important;
}
#shindaisei_h #news_tab li:first-child { margin: 0;}
#shindaisei_list {
	font-size: 87.5%;
	margin-top: 30px;
	border-top: 1px solid #D9E0DA;
}
#shindaisei_list dt {
	width: auto;
	padding: 15px 20px;
	position: relative;
}
#shindaisei_list dt span {
	position: relative;
	top: auto;
	right: auto;
}
#shindaisei_list dd {
	margin-top: 0;
	padding: 0 20px 15px 20px;
	border-bottom: 1px solid #D9E0DA;
}
#shindaisei_list dd a { display: block;}



#shidaisei_nav ul {display:block;}
#shidaisei_nav li{width:100%;display:block;}
#shidaisei_nav a.circle, #shidaisei_nav a.activity, #shidaisei_nav a.research {
	display:block;
	height:auto;
	padding:20px;
}
#shidaisei_nav ul li:nth-child(1) a,#shidaisei_nav ul li:nth-child(2) a{border-bottom:1px solid #fff;border-right:none;}
#shidaisei_nav .list{margin-top:40px;}
#shidaisei_nav .list a {
	width:200px;
	height:auto;
	line-height:1.5;
	padding:20px;
}
.page_list {
	width: auto;
	margin: 50px 20px !important;
}
.page_list li {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.page_list li a {
	display: block;
	border: 1px solid #D1DAD3;
	text-decoration: none;
	color: #008552;
	padding: 30px 20px;
}
.page_list li a[target="_blank"] {
	background: url(img/common/popup-green.svg) 20px center no-repeat;
	background-size: 20px 10px;
	padding-left: 35px;
}


/*------------------------------------------------
	メッセージ
------------------------------------------------*/
#message_wrap { padding-top: 20px;}
#message_wrap #content_area { padding: 20px 20px 0;}
#message_wrap #content_area h2:first-child { margin-top: 0 !important;}

/*------------------------------------------------
	ニュース
------------------------------------------------*/
#news_top {
	position: relative;
	margin-top: 50px;
}
#news_top ul { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
#news_top #news_tab li { float: left;}
#news_top li {
	display: block;
	float: left;
	margin-right: 0;
	width: 50%;
	border: none !important;
	padding: 0 !important;
}
#news_top li::after, #news_top li::before { background: none;}
#news_top #news_tab::after { border-bottom: none;}
#news_top #news_tab li a {
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#news_top #news_tab li.active a { background: #008555; color: #fff !important;}

.news_sub {
	overflow: hidden;
	margin: 20px 0 0 !important;
	padding: 0 0 10px !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;
	z-index: 1;
}

#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;
}

#pagenav {
	clear: both;
	margin-top: 70px;
	border-top: 1px solid #D9E0DA;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
#pagenav span,#pagenav a {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #D9E0DA;
	color: #333;
	text-decoration: none;
	padding: 2px 10px;
}
a.previouspostslink { color: #333;}
a.nextpostslink { color: #333;}
.news_link {
	text-align: center;
	margin: 50px 0;
}
.news_link a {
	display: inline-block;
	border: 1px solid #D9E0DA;
	width: 320px;
	line-height: 60px;
	color: #008554;
	text-decoration: none;
}

#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;
}

#event_end { clear: both;}
#event_end p {
	border: 1px solid #c00;
	color: #c00;
	font-size: 125%;
	text-align: center;
	padding: 50px 0;
	margin: 50px 0;
}
#event_catch img {
	display: block;
	margin: 50px 0 0;
}
#single_area { margin-top: 20px;}

#single_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 60px;
	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;
}

#cale_nav {
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 60px;
	margin: 0;
}
#cale_nav a {
	display: block;
	border: none;
	text-decoration: none;
	color: #008555;
	text-align: inherit;
	line-height: 1.7;
	padding: 0 20px;
}
#cale_nav a:hover { border: none;}
#cale_nav_prev {
	float: left;
	width: 50%;
	text-align: left;
}
#cale_nav_next {
	float: right;
	width: 50%;
	text-align: right;
}
#cale { overflow: hidden;}
#cale table { border-top: 1px solid #D9E0DA !important; border-left: none !important;}
#cale table th { background: none !important; border-bottom: 1px solid #D9E0DA !important; width: 15% !important; border-right: none !important;}
#cale table td { border-right: none !important;}
#cale table th em { font-size: 150% !important;}
#cale table th span{ white-space: nowrap;}

#cale table th { padding: 5px !important;}
#cale table td { padding: 0 !important;}
#cale table ul { margin: 0 !important; padding: 0 !important;}
#cale table ul li { list-style: none !important; border-bottom: 1px dotted #999;}
#cale table ul li:last-child { border-bottom: none;}
#cale table ul li a { display: block; padding: 20px; border: 1px solid #fff; font-size: 87.5%; text-decoration: none;}
#cale table ul li a:hover { border: 1px solid #008555;}
.cale_category {
	display: inline-block;
	background: #666;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#cale table ul li a h3 {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	font-weight: normal !important;
	font-size: 115% !important;
	margin: 5px 0 !important;
	color: #008552;
}
.cale_day { display: block; color: #333 !important;}

/*---------------------------------------------
	選ばれる理由
---------------------------------------------*/
.why_box {
	overflow: hidden;
	width: auto;
	margin: 0 20px;
}
#why_1 {
	background: url(img/university/why/icon-data.png) 0 center no-repeat;
	background-size: 50px 50px;
	color: #3C4E58;
	padding:12px 0 12px 60px;
	font-size: 115%;
	line-height: 1.7;
	margin: 20px 0;
}
#why_1 br { display: none;}
#why_2 { padding: 20px 0;}
#why_2 h2,#why_3 h2,#why_4 h2,#why_5 h2,#why_6 h2 { font-size: 125%;}
.why_catch {
	margin: 20px auto 0;
	width: auto;
	max-width: 100%;
}
#why_3 { padding: 20px 0;}
#why_3 ul.gakubu {
	width: auto;
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_3 ul.gakubu li {
	display: block;
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
	letter-spacing: normal;
	color: #054187;
}
#why_3 ul.gakubu li:nth-child(5) { margin-right: 2%;}
#why_3 ul.gakubu li:nth-child(5),#why_3 ul.gakubu li:nth-child(10) { margin-right: 2%;}
#why_3 ul.gakubu li:nth-child(2n) { margin-right: 0 !important;}
#why_3 ul.gakubu li img { display: block; width: auto; height: auto; margin: auto;}
#why_3_in {
	width: auto;
	padding: 20px;
	overflow: hidden;
	margin: 20px auto 0;
}
#why_3_in h3 { font-size: 115%;}
#why_3_in ul {
	overflow: hidden;
	padding: 0 20px;
}
#why_3_in ul li {
	float: none;
	width: auto;
}
#why_4 { padding: 20px 0;}
.txt_box {
	overflow: hidden;
	height: auto;
	margin-top: 20px;
}
.img,.img_r {
	float: none;
	margin: 0 0 20px;
	width:auto;
	max-width:1000px;
}
.img img,.img_r img { display: block; width: auto; max-width: 100%; height: auto; margin: auto;}
.txt {
	overflow: visible;
	height: auto;
}
#why_4 h3 { font-size: 115%;}

#why_5 { padding: 20px 0;}
#why_5_in .why_score {
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
}
#why_5_in .why_score:nth-child(3n) { margin-right: 0;}
#why_5_in .why_score div { display: block; padding: 20px;}
#why_5_in .why_score div h3 { font-size: 115%; color: #8D0606;}
#why_5_in .why_score div p.score { font-size: 150%; color: #8D0606;}
#why_5_in .why_score div p.score span { font-size: 87.5%;}
#why_5_in .why_score div .comment { position: relative; bottom: auto; width: auto; left: auto;}

#why_6 { padding: 20px 0;}
#why_6_shushoku { font-size: 200%;}
#why_6_shushoku span { font-size: 45%; font-weight: normal;}
#why_6 h3 { font-size: 115%; margin: 30px 0 20px;}
#why_6 ul {
	overflow: hidden;
	text-align: center;
	margin: auto;
	letter-spacing: -.40em;
}
#why_6 ul li {
	display: block;
	float: left;
	width: 49%;
	height: auto;
	margin: 2% 2% 0 0;
	padding: 10px 0 0;
	font-size: 87.5%;
}
#why_6 ul li:nth-child(2n) { margin-right: 0;}
#why_6 ul li div {
	margin: 10px 0 0;
}
#why_6 ul li strong { font-size: 300%;}
#why_6 ul li img {
	display: block;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 20px auto 0;
	width: 100px;
	height: 125px;
}

.camera {
	display: none;
	width: auto;
	height: auto;
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.camera iframe,.camera object,.camera embed {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100% !important;
	height: 100% !important;
}
.camera_txt { display: block;}
.input_s,.input_m,.input_l { width:90%; padding: 5px;}


#form_btn {
	margin: 50px 0;
	text-align: center;
	overflow: hidden;
}
#form_btn1 {
	display: block;
	width:100%;
	max-width:300px;
	margin:10px auto;
}
#input#form_btn1 {
	display: block;
	width:100%;
	max-width:300px;
	margin:10px auto;
}
#form_btn1:hover { background: #004729; cursor: pointer;}
#form_btn2 {
	display: block;
	float: none;
	width:100%;
	max-width:300px;
	margin:10px auto;
}
#form_btn2:hover { background: #000; cursor: pointer;}
#form_btn3 {
	display: block;
	width:100%;
	max-width:300px;
	margin:10px auto;
}
input#form_btn3 {width:100%;max-width:300px;}
#form_btn3:hover { background: #004729; cursor: pointer;}

.form_table th,.form_table td {
	display: list-item;
	list-style: none;
	width: auto;
}

#info_list dt {
	padding: 15px 0 0;
	width: auto;
}
#info_list dt span {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 1px 5px;
	min-width: 100px;
	top: auto;
	right: auto;
	margin-left: 10px;
}
#info_list dd {
	padding: 0 0 15px 0;
	margin: 0;
}
.movie_box {
	width: auto;
	height: auto;
}


/*------------------------------------------------
	ニュース
------------------------------------------------*/
#content_wrap #news_top {
	position: relative;
	margin-top: 50px;
}
#content_wrap #news_top ul { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
#content_wrap #news_top #news_tab li { float: left;}
#content_wrap #news_top li {
	display: block;
	float: left;
	margin-right: 0;
	width: 50%;
	border: none !important;
	padding: 0 !important;
}
#content_wrap #news_top li::after,#content_wrap #news_top li::before { background: none;}
#content_wrap #news_top #news_tab::after { border-bottom: none;}
#content_wrap #news_top #news_tab li a {
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#content_wrap #news_top #news_tab li.active a { background: #008555; color: #fff !important;}
#content_wrap .news_sub {
	overflow: hidden;
	margin: 20px 0 0 !important;
	padding: 0 0 10px !important;
	border: none !important;
	border-bottom: 1px solid #D9E0DA !important;
}
#content_wrap .news_sub li {
	float: left;
	margin: 0 10px 0 10px;
	padding-bottom: 10px !important;
	font-size: 75%;
	list-style: none !important;
	width: auto;
}
#content_wrap .news_sub li a {
	display: block;
	color: #333;
	border: none;
	text-decoration: none;
}
#content_wrap .news_sub li span { display: block; border-bottom: 2px solid #fff;}
#content_wrap .news_sub li a.on,#content_wrap .news_sub li a:hover { color: #008555 !important;}
#content_wrap .news_sub li a.on span,#content_wrap .news_sub li a:hover span { border-bottom: 2px solid #008555;}
#content_wrap #news_top_cate {
	position: relative;
	top: auto;
	right: auto;
	z-index: 1;
}
#content_wrap #news_cate_archi {
	overflow: hidden;
	margin: 40px 0;
	font-size: 87.5%;
}
#content_wrap #news_cate_archi div {
	clear:left;
	float:left;
	margin-right: 0;
	padding-top: 5px;
}

#index_wrap {
	width: auto;
	margin: auto;
}

#index_news {
	clear: both;
	padding: 20px 0 0;
}
#index_news h2 {
	overflow: hidden;
	line-height: 1.7;
	padding: 0 20px;
}
#index_news h2 a,#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 { padding: 0 6px;}
#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: 75%;
	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; display:block;}
#content_wrap #index_list a {
	float: none;
	width: 100%;
	padding: 20px 0;
	display: block;
	background: #fff;
	border: none;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#content_wrap #index_list a:nth-child(4n) { margin-right:0;}
#content_wrap #index_list a:nth-child(4n+1) { clear: left; float: none;}
#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;
}
#content_wrap #index_list a .index_list_head .day {
	float: left;
	display: block;
}
#content_wrap #index_list a .index_list_box p {
	display: block;
	color: #008555;
	font-size: 87.5%;
	line-height: 1.5;
}
#content_wrap #index_list a:hover { border-color: #008555;}
#content_wrap #index_list a:hover p { text-decoration: underline;}
#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;
}
#content_wrap #index_list a:nth-child(4n) { float: left;}
#content_wrap #index_list a:nth-child(3n+1) { float: none;}
#content_wrap .news_link_more { padding-right: 20px;}

#content_wrap .news_list_wrap { display: block;}
#content_wrap #index_event_list { overflow: hidden; margin: 0;}
#content_wrap #index_event_list a {
	display: block;
	float: none !important;
	margin: 0;
	border: none !important;
	width: auto;
	background: #fff;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin-top: 20px;
}
#content_wrap #index_event_list a:nth-child(3n) { margin-right: 0; width: auto;}
#content_wrap #index_event_list a:nth-child(3n+1) { clear: left; float: none;}
#content_wrap #index_event_list a:hover { border-color: #fff;}
#content_wrap .index_news_box {
	overflow: hidden;
	display: table;
	width: 100%;
}
#content_wrap .index_news_box_l {
	float: none;
	display: table-cell;
	width: 25%;
	background: #008555;
	text-align: center;
	color: #fff;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}
#content_wrap .index_news_box_l span { display: block;}
#content_wrap .index_news_box_month { margin: 5px 0 0; font-size: 75%;}
#content_wrap .index_news_box_day { font-size: 150%; line-height: 1.2;}
#content_wrap .index_news_box_week { padding: 0 0 5px; font-size: 75%;}
#content_wrap .index_news_box_koza { background: #666; font-size: 75%; width: 100%; position: absolute; bottom: 0; left: 0; height: 20px;}
#content_wrap .index_news_box_r {
	float: none;
	width: auto;
	display: table-cell;
	width: 75%;
	border-left: 10px solid #fff;
}
#content_wrap .index_news_box_r span {
	display: block;
	line-height: 1.5;
	font-size: 87.5%;
	color: #008553;
}
#content_wrap #index_event_list a:hover .index_news_box_r span { text-decoration: underline;}
#content_wrap .index_news_how {
	display: block !important;
	clear: both;
	font-size: 75% !important;
	color: #333 !important;
	border-top: 1px dotted #ccc;
	padding-top: 8px;
	margin-top: 8px;
}
#content_wrap #index_event_list a:hover .index_news_box_r span.index_news_how { text-decoration: none !important;}



#content_wrap .news_list{display:block;}
#content_wrap .news_list li{width:auto; display:block; border-bottom:1px solid #ccc;}
#content_wrap .news_list li a {
	padding: 20px 10px;
	display: flex;
	background: #fff;
	border:none !important;
	overflow:hidden;
}
#content_wrap .news_list li a img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
#content_wrap .news_list li a .index_list_box { padding:0; width:calc(100% - 120px);}
#content_wrap .news_list .index_list_photo{margin:0 10px 0 0; width:110px;}

.news_list + #single_nav{margin-top:10px;}


#ln ul li{width:50%;}

}

@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;}
}


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

.content_list_box {
	float: left;
	width: 50%;
	margin: 20px 0 0;
}
#content_wrap .content_list_box:nth-child(3n+1) { clear: none; float: left;}
#content_wrap #index_list a:nth-child(3n+1) { float: left;}
#content_wrap .content_list_box a:nth-child(3n+1) { clear: none; float: left;}
#content_wrap .content_list_box a:nth-child(4n+1) { clear: none; float: left;}
#content_wrap #index_list a:nth-child(4n+1) { clear: none; float: left;}
#content_wrap .content_list_box:nth-child(2n+1) { clear: left; float: left;}


#content_list2 li {
	float: left;
	width: 49%;
	display: block;
	height: auto;
	margin: 20px 2% 0 0
}
#content_list2 li:nth-child(3n) { margin-right: 2%;}
#content_list2 li:nth-child(2n) { margin-right: 0;}
#content_list2 li:nth-child(3n+1) { clear: none; float: left;}
#content_list2 li:nth-child(2n+1) { clear: left; float: left;}

.home_wrap #news_tab li a { font-size: 100%;}
.index_main_txt_in img.tab_img.tab_img { display: none !important;}

}


/*--------------------------------------------------------------------------------------------------------------------
	スマホ横(415～)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 568px) and (max-width: 767px) {
.home_wrap #index_list a {
	float: left;
	width: 49%;
	padding: 0;
	margin: 20px 2% 0 0;
}
.home_wrap #index_list a:nth-child(3n) { margin-right:2%;}
.home_wrap #index_list a:nth-child(2n) { margin-right:0;}
.home_wrap #index_list a .index_list_box { border: none;}
}
/*--------------------------------------------------------------------------------------------------------------------
	スマホ横(415～)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 567px) {
.top_vacation,.top_nyushi,#index_alert { display: block;}
.top_vacation h2,.top_nyushi h2,#index_alert h2 {
	display: block;
	width: auto;
}
.top_vacation h2 span,.top_nyushi h2 span,#index_alert h2 span { padding: 12px 10px 12px 35px;}
.top_vacation h2 span::before,.top_nyushi h2 span::before,#index_alert h2 span::before { left: 15px;}
.top_vacation ul,.top_nyushi ul,#index_alert ul { display: block;}
#index_data ul.index_data { border-top: 1px dotted #ccc; margin: 0 20px;}
#index_data ul.index_data li {
	float: none;
	width: auto;
	border-right: none;
	border-bottom: 1px dotted #ccc;
}
#index_data ul.index_data li a {
	display: block;
	padding: 15px 0;
	height: auto;
	text-align: left;
}
#index_data ul.index_data li a span { display: block; line-height: 40px;}
.bn_shirabasu a span,.bn_shirabasu a:hover span { padding: 0 0 0 60px; background: url(img/index/icon-shirabasu.svg) 0 center no-repeat; background-size: 40px 40px;}
.bn_repo a span,.bn_repo a:hover span { padding: 0 0 0 60px; background: url(img/index/icon-repository.svg) 0 center no-repeat; background-size: 37px 40px;}
.bn_soran a span,.bn_soran a:hover span { padding: 0 0 0 60px; background: url(img/index/icon-kenkyu.svg) 0 center no-repeat; background-size: 38px 40px;}

#index_topic { display: block;}
#index_topic_box_l,#index_topic_box_r { display: block; width: auto; padding-bottom: 30px;}
#index_topic_box_r { display: block; width: auto; padding-bottom: 60px;}
#index_topic h2 { margin: 0;}
#index_data h2 { margin-bottom: 0;}

.home_wrap .news_list_wrap { display: block;}
.home_wrap .news_list_wrap a { float: none; width: auto; height: auto !important; margin-right: 0 !important;}
#index_feature ul li { overflow: hidden;}
.home_wrap .index_list_photo { display: block; height: auto; max-height: 800px;}

#index_feature ul {margin-right: 0;}
#index_feature ul li {
	float:left;
	width:50%;
	padding: 0 20px 20px 0;
}
#index_feature a {height: auto; width:100%;}

#index_feature_wrap a img.sp_img {
	display: block;
	width: 100%;
	height: auto;
}
#index_feature_wrap a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#index_feature_wrap a img.pc_img { display:none;}
.index_f_txt h3 { font-size: 93.33333%; line-height:1.2;}
.index_f_txt span { font-size: 71.42%; display: inline-block;}

.pickup_item_txt p {font-size:100%;}

#shindaisei_list dt span,#content_wrap #news_day span {
	display:block;
	margin-left:0;
}
#header_corona a{
	background:#D90000 url(img/common/arrow-right-white.svg) right 10px center no-repeat;
	background-size:8px auto;
	font-size:114.28%;
	padding:20px 30px 20px 20px;
}
#footer_h{padding:30px 20px;}
#footer_box{display:block;}
#footer_logo{float:none;}
#footer_logo img{display:block; width:auto; height:auto; max-width:100%; margin:0 auto 30px;}


#ln{background:#F9FAF9; padding:25px 0 30px;}
#ln h2{margin:0 20px;}
#ln h2 a{font-size:138.46%;}
#ln ul{display:block;margin:25px 0 0 0;border-top:1px solid #E9EDE9;}
#ln ul li{
	display:block;
	width:auto;
	padding:0;
	margin:0;
	font-size:92.85%;
}
#ln ul li a{
	width:auto;
	padding:15px 50px 12px 20px;
	background:url(img/common/arrow-right-green.svg) right 25px center no-repeat;
	border-bottom:1px solid #E9EDE9;
}
#ln ul li a:hover,#ln ul li.on a{
	border-bottom:1px solid #E9EDE9;
	color:#41A380;
}
#ln ul li a span{ display:inline-block;border-bottom:2px solid rgba(0,0,0,0);}
#ln ul li a:hover span,#ln ul li.on a span{
	display:inline-block;
	border-bottom:2px solid #008555;
}
.link_btn{text-align:center; margin:60px 0 0;}
.link_btn a{min-width:300px;}


}



/*-------------------------------------------
	ポップアップ
-------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
#layer_board_area{
	position:fixed;
	z-index:20000;
	width:100%;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:-40px auto 0;
	text-align: center;
	z-index: 99999;
}
.btn_close {
	margin-top: 15px;
	margin:auto;
	max-width:660px;
	padding:0 20px;
	text-align:right;
}
.btn_close a {
	display: inline-block;
	padding:1px 0 0 25px;
	color:#FFF;
	background:url(/img/common/icon_close.svg) no-repeat left center / 17px 17px;
	text-decoration:none;
	text-align: center;
	font-weight:bold;
	font-size:112.5%;
}
.btn_close a:hover{ text-decoration:underline;}

.youtube_wrap{
	margin:auto;
	max-width:700px;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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%;
}

/*-------------------------------
	staff専用ページ用
-------------------------------*/
.staff_c_list_box{margin-top:20px;}
.staff_c_link_txt{display:flex;}
#content_area .staff_c_list_box h2{
	width:calc(100% - 60px);
	margin:0;
	border:none;
	font-size:100%;
	font-weight:normal;
}
#content_area .staff_c_list_box h2 a{
	display:block;
	color:#fff !important;
	text-decoration:none;
	background:#2F8264;
	padding:18px 20px;
}
.staff_c_btn{
	display:block;
	width:60px;
	position:relative;
	color:rgba(0,0,0,0);
	background:#22614A;
	font-size:0;
	cursor:pointer;
}

.staff_c_btn::before, .staff_c_btn::after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	margin:auto;
	width:10px;
	height:2px;
	background:#fff;
	transition:all 0.3s;
}
.staff_c_btn::before{top:calc(50%);transform:rotate(90deg);}
.staff_c_btn::after{top:calc(50%);}
.staff_c_btn.open::before{transform:rotate(180deg);}
.staff_c_link_list{background:#EAEFEB; padding:20px 0 20px 20px; display:none;}
.staff_c_link_list ul{overflow:hidden; padding:0 !important; margin:-20px 0 0 !important;}
.staff_c_link_list ul li{
	float:left;
	width:33.33333%;
	box-sizing:border-box;
	padding-right:20px;
	margin-top:20px;
	list-style:none !important;
}
.staff_c_link_list ul li:nth-child(3n+1){clear:left;float:left;}



.staff_flow_img { display:none;}
#staff_flow_area {
	position:relative;
	background:url(img/staff/img_flow_a.png) no-repeat;
	height:900px;
	margin:20px auto;
}

#staff_flow_a {
	position:relative;
	background:url(img/staff/img_flow_a.png) no-repeat;
	width: 1000px;
	height:700px;
	margin-top: 20px;
}
#staff_flow_b_syounin {
	position:relative;
	background:url(img/staff/img_flow_b_syounin.png) no-repeat;
	width: 1000px;
	height:520px;
	margin-top: 20px;
}
#staff_flow_b_todokede {
	position:relative;
	background:url(img/staff/img_flow_b_todokede.png) no-repeat;
	width: 1000px;
	height:520px;
	margin-top: 20px;
}
#staff_flow_a a, #staff_flow_b_syounin a, #staff_flow_b_todokede a { display: block; position:absolute;}
#staff_flow_a a.staff_flow_a1 { width:140px; height:70px; top:186px; left:106px;}
#staff_flow_a a.staff_flow_a1:hover {background:url(img/staff/pic_hover_1.png) 0 0 no-repeat;}
#staff_flow_a a.staff_flow_a2 { width:125px; height:35px; top:205px; left:434px;}
#staff_flow_a a.staff_flow_a2:hover {background:url(img/staff/pic_hover_2.png) 0 0 no-repeat;}
#staff_flow_a a.staff_flow_a3 { width:160px; height:35px; top:387px; left:99px;}
#staff_flow_a a.staff_flow_a3:hover {background:url(img/staff/pic_hover_3.png) 0 0 no-repeat;}
#staff_flow_a a.staff_flow_a4 { width:123px; height:31px; top:387px; left:758px;}
#staff_flow_a a.staff_flow_a4:hover {background:url(img/staff/pic_hover_4.png) 0 0 no-repeat;}
#staff_flow_a a.staff_flow_a5 { width:160px; height:35px; top:561px; left:99px;}
#staff_flow_a a.staff_flow_a5:hover {background:url(img/staff/pic_hover_5.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link1 { width:135px; height:40px; top:143px; left:92px;}
#staff_flow_b_syounin a.staff_flow_link1:hover {background:url(img/staff/pic_hover_b_syounin_1.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link2 { width:135px; height:40px; top:274px; left:92px;}
#staff_flow_b_syounin a.staff_flow_link2:hover {background:url(img/staff/pic_hover_b_syounin_2.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link3 { width:135px; height:40px; top:274px; left:324px;}
#staff_flow_b_syounin a.staff_flow_link3:hover {background:url(img/staff/pic_hover_b_syounin_3.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link4 { width:135px; height:65px; top:258px; left:560px;}
#staff_flow_b_syounin a.staff_flow_link4:hover {background:url(img/staff/pic_hover_b_syounin_4.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link5 { width:135px; height:40px; top:274px; left:785px;}
#staff_flow_b_syounin a.staff_flow_link5:hover {background:url(img/staff/pic_hover_b_syounin_5.png) 0 0 no-repeat;}
#staff_flow_b_syounin a.staff_flow_link6 { width:135px; height:40px; top:401px; left:92px;}
#staff_flow_b_syounin a.staff_flow_link6:hover {background:url(img/staff/pic_hover_b_syounin_6.png) 0 0 no-repeat;}
#staff_flow_b_todokede a.staff_flow_link1 { width:135px; height:40px; top:147px; left:91px;}
#staff_flow_b_todokede a.staff_flow_link1:hover {background:url(img/staff/pic_hover_b_todokede_1.png) 0 0 no-repeat;}
#staff_flow_b_todokede a.staff_flow_link2 { width:135px; height:40px; top:273px; left:91px;}
#staff_flow_b_todokede a.staff_flow_link2:hover {background:url(img/staff/pic_hover_b_todokede_2.png) 0 0 no-repeat;}
#staff_flow_b_todokede a.staff_flow_link3 { width:135px; height:40px; top:273px; left:321px;}
#staff_flow_b_todokede a.staff_flow_link3:hover {background:url(img/staff/pic_hover_b_todokede_3.png) 0 0 no-repeat;}
#staff_flow_b_todokede a.staff_flow_link4 { width:135px; height:60px; top:261px; left:560px;}
#staff_flow_b_todokede a.staff_flow_link4:hover {background:url(img/staff/pic_hover_b_todokede_4.png) 0 0 no-repeat;}
#staff_flow_b_todokede a.staff_flow_link6 { width:135px; height:40px; top:401px; left:91px;}
#staff_flow_b_todokede a.staff_flow_link6:hover {background:url(img/staff/pic_hover_b_todokede_5.png) 0 0 no-repeat;}

/*--------------------------------------------------------------------------------------------------------------------
	スマホ横(415～)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 767px) {
.staff_flow_img { display:block; width:auto; height:auto; max-width:100%;}
#staff_flow_a, #staff_flow_b_syounin, #staff_flow_b_todokede { display:none;}

.staff_c_link_list ul li{width:50%;}
.staff_c_link_list ul li:nth-child(3n+1){clear:none;float:left;}
.staff_c_link_list ul li:nth-child(2n+1){clear:none;float:left;}
.home_wrap .news_list_wrap{display:block;}
.home_wrap #index_list a{width:auto !important; margin:20px 0 0 !important; float:none !important;}
#content_wrap a .index_list_photo{background:none !important; width:110px; margin:0 10px 0 0;}
.home_wrap .index_list_photo{height:auto !important;}
.home_wrap #index_list a{height:auto !important;}
.home_wrap .news_list_wrap a,#content_wrap #index_list a {
	padding: 20px 0 20px 10px !important;
	display: flex;
	background: #fff;
	border:none !important;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
}
#content_wrap #index_list{ display:flex; flex-wrap:wrap;}
.home_wrap #index_list a .index_list_head .category{margin-right:0;}

#content_wrap #index_list a {
	float:none !important;
	width:100% !important;
	padding: 20px 0;
	border-bottom: none;
	margin-right:0 !important;
}
#content_wrap #index_list a:nth-child(1) { border-top:1px solid #ccc !important;}
#content_wrap #index_list a:nth-child(2) { border-top:none !important;}
#content_wrap #index_list a:nth-child(2n) { margin-right:0;}
#content_wrap #index_list a:nth-child(2n+1){clear:left; float:left;}
#content_wrap #index_list a{border-bottom:1px solid #ccc !important; margin-top:0 !important; height:auto !important;}
.home_wrap .news_list_wrap a img,#content_wrap #index_list a img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.home_wrap .index_list_photo,#content_wrap .index_list_photo{border:none; background:none !important;}
.home_wrap #index_list a .index_list_head,#content_wrap a .index_list_head{margin:0 10px 13px 0;}
.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;}
.home_wrap .news_list_wrap a .index_list_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;}

#pankuzu{display:none;}

}


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

@media screen and (min-width: 1px) and (max-width: 600px) {
.column_2,.column_3{margin:0;}
.column_2 div,.column_3 div{
	float:none;
	padding-right:0;
}
.column_2 div,.column_3 div{width:auto;}

.staff_c_list_box{margin-top:10px;}
.staff_c_link_list ul li{
	float:none !important;
	width:auto;
}
}



@media screen and (min-width: 1px) and (max-width: 560px) {
#content_area table.table_n_bor th,#content_area table.table_n_bor td{ display:list-item; list-style:none !important; text-align:left;}

#content_wrap #index_list{display:block;}
#content_wrap #index_list a {
	float:none;
	width:100%;
	margin-right:0;
}
#content_wrap #index_list a:nth-child(2) { border-top:none !important;}
}
.menu_top{display:none;}

@media screen and (min-width: 1px) and (max-width: 1024px) {
/* メニュー */
.menu_top{display:block;}
.dropmenu li ul li.menu_top a{padding:15px 40px 15px 20px;}

html.open{ overflow:hidden;}

#header_wrap{position:fixed; width:100%; z-index:10;}
#header_in{margin-bottom:10px;}
.drawer-nav{
	position:fixed;
	right:0;
	top:80px;
	z-index:3;
	transform:translate(200%, 0);
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	transition-duration:1s;
	transition-delay:0s;
	transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	bottom:0;
	max-width:600px;
}

.open .drawer-nav{transform:translate(0, 0)}
.drawer-menu{height:100%; overflow-y:scroll; width:100%; background:#fff;}
.open .drawer-navbar::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	z-index:2;
	opacity:1
}

.drawer-dropdown-menu {
	display:none;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
#main_area.home_wrap{margin-top:80px;}

}
@media screen and (min-width: 1px) and (max-width: 767px) {
.drawer-nav{top:65px;}
#content_wrap{padding-top:65px;}
#main_area.home_wrap{margin-top:65px;}
.drawer-nav{max-width:800px;}
}

/* vision */
.page_link{
	overflow:hidden;
	margin:40px 0 !important;
	padding:0 !important;
}
.page_link li{
	float:left;
	list-style:none !important;
	margin:0 30px 0 0;
}
.page_link li a{
	display:block;
	position:relative;
	padding-left:20px;
}
.page_link li a::before {
	content: "";
	display: block;
	position: absolute;
	top:0.5em;
	left:7px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #008554;
	border-right: 2px solid #008554;
	transform: translateX(-50%) rotate(135deg);
}
#content_area ul.vision_list{margin:0;padding:0;display:flex;flex-wrap:wrap;overflow:hidden;margin:0 -20px 0 0;}
#content_area ul.vision_list li{box-sizing:border-box;width:33.3333333%;padding-right:20px;margin-bottom:40px;list-style:none;}
#content_area ul.vision_list li a{display:block;color:#008555;text-decoration:none;}
#content_area ul.vision_list li a img{display:block;width:100%;height:auto;}
#content_area ul.vision_list li a h2{margin:10px 0 0;font-size:100%;color:#008555;border-bottom:none;}
.font_s{font-size:80%;}
.vision_h{
	border:none !important;
	background:#008555 !important;
	font-size:120%;
	position:relative;
	padding:10px 50px 10px 15px;
	color:#fff !important;
	margin-bottom:0 !important;
	cursor:pointer;
}
.vision_h::before ,.vision_h::after{
	display:block;
	background:#fff;
	width:16px;
	height:2px;
	content:"";
	position:absolute;
	right:11px;
	top:0;
	bottom:0;
	margin:auto;
}
.vision_h::before{
	height:16px;
	width:2px;
	right:18px;
	transition:transform 0.3s;
}
.vision_h.open::before{transform:rotate(90deg);}
.vision_b{display:none;}

.vision2030 .page_link{margin:50px 0 !important;}
.vision2030 .page_link > li{
	float:none;
	margin:0 0 35px 0;
}
.vision2030 .page_link > li:last-child{margin-bottom:0;}
.vision2030 .page_link a{
	display:inline;
	padding-left:40px;
	font-size:146.666%;
	font-weight:bold;
	letter-spacing:1.76px;
}
.vision2030 .page_link a::before{
	top:0.6em;
	left:15px;
	width:8px;
	height:8px;
}
.vision2030 .page_link ol{
	list-style:none !important;
	margin:25px 30px !important;
}
.vision2030 .page_link ol li{
	float:none;
	margin:0 0 1px 0;
}
#content_list2.vision_link li{
	display:list-item;
	float:none;
	width:auto;
	height:auto;
	margin:0 0 15px 30px;
	list-style:none;
}
#content_list2.vision_link li a{
	position:relative;
	display:inline;
	padding:0 20px 0 0;
	background:none !important;
	border:none;
	color:#333;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1.44px;
	transition:color 0.3s;
}
#content_list2.vision_link li a:hover{color:#008555;}
#content_list2.vision_link li a::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top:2px solid #008555;
	border-right:2px solid #008555;
	transform:rotate(45deg);
}

.catch_bottom{margin-top:60px;}


@media screen and (min-width: 1px) and (max-width: 767px) {
.vision2030 .page_link > li{margin-bottom:15px;}
.vision2030 .page_link a{
	font-size:125%;
	padding-left:30px;
}
.vision2030 .page_link li a::before{
	top:0.4em;
}
.vision2030 .page_link ol{margin:15px 0 !important;}
#content_list2.vision_link li{margin-left:10px;}
#content_list2.vision_link li a{font-size:100%;}
#content_area ul.vision_list li{width:50%;}
.vision_h{font-size:100%;}
.catch_bottom{margin-top:40px;}
}

@media screen and (min-width: 1px) and (max-width: 568px) {
#content_area ul.vision_list{display:block;margin:0;}
#content_area ul.vision_list li{width:auto;padding-right:0;}


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

}

@media print {
	body {
		width: 1300px;
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		zoom: 0.91;
		margin: auto;
	}
	#header_wrap{position:relative; top:auto; left:auto; overflow:hidden;}
	#pankuzu ol{width:1000px;}
	
#menu nav ul.dropmenu { padding-right: 232px; float: right;}
.dropmenu { *zoom: 1; list-style-type: none; margin: auto; padding: 0;}
.dropmenu:before,.dropmenu:after{ content: ""; display: table;}
.dropmenu:after{ clear: both;}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 16px 20px 11px 20px;
	text-decoration: none;
	color: #fff;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px;
	width: 220px;
}
#header_in .dropmenu li ul {
	top: 100%;
	box-shadow: none;
}
.dropmenu li ul li {
	width: 100%;
	background: #EBEFEC;
}
.dropmenu li ul li a {
	padding: 5px 25px;
	text-align: left;
	border: none !important;
}
#menu a > .dropmenu li ul li a {
	border: none !important;
}
.dropmenu li:hover > a {
	background: #EBEFEC;
	color: #333;
	border-bottom: none !important;
}
.dropmenu li:hover > a span { border-color: #00603F !important;}
.dropmenu li > a span.on { border-color: #00603F !important;}
.dropmenu li ul li a { color: #333;}
.dropmenu li ul li a:hover {
	background: #008555;
	color: #fff !important;
	border: none !important
}
.dropmenu li.header_taisho li a:hover { background: #004729 !important;}
.dropmenu li ul li.menu_top a {
	padding: 20px 25px 20px;
	background: #EBEFEC;
	font-size: 114.3%;
	color: #333 !important;
	border-bottom: 1px solid #D9E0DA;
}
.dropmenu li ul li.menu_top a span { display: inline; border-bottom: 3px solid rgba(0,0,0,0);}
.dropmenu li ul li.menu_top a:hover { background: #EBEFEC !important; color: #333 !important;}
.dropmenu li ul li.menu_top a:hover span,.dropmenu li ul li.menu_top a.on span { background: #EBEFEC !important; color: #333 !important; border-bottom: 3px solid #008555 !important;}
.header_taisho ul,#search_box ul { padding-bottom: 0 !important;}
#search_box ul { padding: 10px !important; background: #008654 !important; color: #fff;}

.fade-in2 li ul {
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: .3s;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
	@media all and (-ms-high-contrast: none) { /* ハイコントラストモードが「オフ」の場合 */
		body { width:1300px;}
	}
	@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
		body { width:1300px;}
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		body {
			width: 1300px;
			transform: scale(0.8);
			-moz-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			transform-origin: 0 0;
			margin: auto;
		}
	}
}

/* ニュース周り更新 */
.news_cate_h{
	background:#EBEFEC;
	padding:10px 20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:40px 0;
}
.news_cate_box{
	display:flex;
	align-items:center;
	margin-right:20px;
}
.news_cate_box p{margin:0 5px 0 0 !important;font-size:86.666666%;}
.news_cate_box select{-webkit-appearance:none;border-radius:0;}
.news_cate_box select::-ms-expand{display:none;}
#content_wrap .news_cate_box select.news_sub{
	display:block;
	background:#fff url(/img/common/arrow_pulldown.svg) right 10px center no-repeat;
	border:none;
	height:44px;
	padding:10px !important;
	width:200px;
	margin:0 !important;
	color:#333 !important;
}
.news_cate_h #submit_go{
	display:block;
	border:none;
	color:#fff;
	text-decoration: none;
	padding:0 5px;
	font-size:86.666666%;
	margin-left:0;
	width:140px;
	text-align:center;
	box-sizing:border-box;
	line-height:44px;
	background:#00734A;
}
.news_cate_h #submit_go:hover{ border:none;background:#006642;color:#fff;}

.event_h_area{display:flex;justify-content:space-between;flex-wrap:wrap;margin:40px 0;}
.event_h_area .news_cate_h{margin:0;}
.event_cale_link{
	display:block;
	width:195px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #008555;
	font-size:86.66666%;
	color:#008555 !important;
	transition:background 0.3s,color 0.3s;
}
.event_cale_link span{
	display:inline-block;
	background:url(/img/common/icon_calendar.svg) 0 center no-repeat;
	line-height:64px;
	padding:0 0 0 20px;
}
.event_cale_link:hover{
	background:#008555;
	color:#fff !important;
}
.event_cale_link:hover span{
	background:url(/img/common/icon_calendar_white.svg) 0 center no-repeat;
}

.event_m_link{
	display:block;
	width:195px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #008555;
	color:#008555 !important;
	font-size:86.66666%;
	transition:background 0.3s,color 0.3s;
}
.event_m_link span{
	display:inline-block;
	background:url(/img/common/icon_list.svg) 0 center no-repeat;
	line-height:64px;
	padding:0 0 0 20px;
}
.event_m_link:hover{
	background:#008555;
	color:#fff !important;
}
.event_m_link:hover span{
	background:url(/img/common/icon_list_white.svg) 0 center no-repeat;
}

.staff_search{background:#EBEFEC;padding:30px 40px;margin-top:35px;}
.staff_search form{
	display:block;
	position:relative;
	height:64px;
}
#staff_search_txt{
	display:block;
	background:#fff;
	height:64px;
	box-sizing:border-box;
	padding:14px 20px;
	width:calc(100% - 120px);
	border:none;
}
#staff_search_btn{
	display:block;
	background:#008555;
	border:none;
	text-align:center;
	color:#fff;
	width:120px;
	height:64px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	transition:background 0.3s;
}
#staff_search_btn:hover{background:#006642;}
.staff_search p{font-size:86.666666%;}


.acc_box{margin-top:20px;}
#content_area .acc_box p.acc_h{
	margin:0;
	border:none;
	font-size:100%;
	font-weight:normal;
	color:#fff !important;
	text-decoration:none;
	background:#2F8264;
	padding:18px 40px 18px 20px;
	position:relative;
	cursor:pointer;
}
#content_area .acc_box p.acc_h::before,#content_area .acc_box p.acc_h::after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	right:20px;
	width:10px;
	height:2px;
	background:#fff;
	transition:all 0.3s;
}
#content_area .acc_box p.acc_h::before{top:calc(50%);transform:rotate(90deg);}
#content_area .acc_box p.acc_h::after{top:calc(50%);}
#content_area .acc_box p.acc_h.open::before{transform:rotate(180deg);}
.acc_txt{background:#EAEFEB; padding:20px; display:none;}
.acc_txt *{margin-left:0 !important;margin-right:0 !important;}
.acc_txt *:first-child{margin-top:0 !important;}
.acc_txt *:last-child{margin-bottom:0 !important;}

#content_area .acc_box.white h2{
	margin:0;
	border:none;
	border-bottom:1px solid #004729;
	font-size:150%;
	font-weight:bold;
	color:#004729 !important;
	text-decoration:none;
	background:none;
	padding:0 60px 0 0;
	position:relative;
	cursor:pointer;
}
#content_area .acc_box.white h2::after{
	content:'開く';
	text-align:right;
	display:block;
	background:url(/img/common/icon_open_2.svg) right center no-repeat;
	width:60px;
	height:20px;
	position:absolute;
	right:0;
	top:calc(50% - 1em);
	font-weight:normal;
	padding-right:20px;
	font-size:53.33333%;
}
#content_area .acc_box.white h2::before{display:none;}
#content_area .acc_box.white h2.open::after{transform:none;content:'閉じる';background-image:url(/img/common/icon_close_2.svg);}
#content_area .acc_box.white .acc_txt{background:none; padding:20px 0 1px; display:none;}

#content_area .search_result_count{margin:40px 0 20px;}
#content_area .search_result_count span{display:inline-block;font-size:133.3333333%;font-weight:bold;margin:0 5px;}
#content_area ul.staff_search_list{
	margin:0;
	padding:0;
	border-top:1px solid #D9E0DA;
}
#content_area ul.staff_search_list li{
	border-bottom:1px solid #D9E0DA;
	padding:22px 20px;
	list-style:none;
}
#pagenav.bor_non{border-top:none;margin-top:40px;}

@media screen and (min-width: 1px) and (max-width: 1024px) {
#content_area .acc_box.white h2{font-size:125%;}
.news_cate_h #submit_go{width:100px;}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.news_cate_box p{width:5em;}
.news_cate_h{padding:10px;}
.news_cate_h #submit_go{width:70px;}
.event_m_link{width:120px;}
.event_cale_link{width:145px;}


.staff_search{padding:20px;}
.staff_search form{height:44px;}
#staff_search_txt{
	height:44px;
	padding:14px 10px;
	width:calc(100% - 60px);
	border:none;
}
#staff_search_btn{
	width:60px;
	height:44px;
}
}
@media screen and (min-width: 1px) and (max-width: 720px) {
.news_cate_h{display:block;}
.news_cate_box{margin:0 auto 20px;}
.event_h_area{display:block;}
.news_cate_h #submit_go,.event_cale_link,.event_m_link{width:100%;}
.news_cate_box p{width:70px;}
.event_cale_link,.event_m_link{margin-top:20px;}
.event_cale_link span,.event_m_link span{line-height:44px;}
#content_wrap .news_cate_box select.news_sub{width:calc(100% - 75px);}
}
@media screen and (min-width: 1px) and (max-width: 568px) {
}