@charset "utf-8";

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

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

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

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

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

/* event */
.archive_event .news_cate_h{
	position:relative;
	padding-right:210px;
}
.event_cale_link{
	position:absolute;
	top:14px;
	right:30px;
}
.event_cale_link a{
	padding-left:25px;
	background:url(/img/common/icon_calendar.svg) no-repeat center left;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	line-height:2rem;
	text-decoration:none !important;
}
.event_cale_link a:hover{text-decoration:underline !important;}
.event_list{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:40px 20px;
	padding:0;
}
.event_item{
	list-style:none;
	margin:0;
}
.event_link{
	display:block;
	padding:0 !important;
	background:none !important;
	color:#333 !important;
	text-decoration:none !important;
}
.event_link_in{
	position:relative;
	padding:10% 20% 22% 10%;
	margin-bottom:12px;
	background:#EBEFEC;
	color:#fff;
	transition:color 0.3s;
}
a:hover .event_link_in{color:#007F4D;}
.event_link_in::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(120deg, #007F4D 0%, #007F4D 22%, #004027 100%);
	transition:opacity 0.3s;
}
a:hover .event_link_in::before{opacity:0;}
.event_link_in::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #007F4D;
	opacity:0;
	transition:opacity 0.3s;
}
a:hover .event_link_in::after{opacity:1;}
.event_info{
	position:relative;
	margin:0;
	font-size:1.3rem;
	line-height:1.8rem;
}
.event_date{
	display:block;
	font-family:var(--font_lusitana);
	font-size:3.6rem;
	line-height:4.6rem;
}
.event_cat{
	position:absolute;
	top:23%;
	right:7%;
	margin:0;
	font-size:1.3rem;
	font-weight:500;
	line-height:1.4rem;
	writing-mode:vertical-rl;
}
.event_title{
	margin:0;
	font-size:1.6rem;
	font-weight:500;
	line-height:2.4rem;
}
a:hover .event_title{text-decoration:underline;}
a[target="_blank"] .event_title::after{
	content:url(/img/common/popup.svg);
	margin-left:5px;
}

/* ¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À©` */
.event_calendar .news_cate_h{
	position:relative;
	padding-right:170px;
}
.event_m_link{
	position:absolute;
	top:14px;
	right:30px;
}
.event_m_link a{
	padding-left:25px;
	background:url(/img/common/icon_list.svg) no-repeat center left;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	line-height:2rem;
	text-decoration:none !important;
}
.event_m_link a:hover{text-decoration:underline !important;}
#cale_nav, #single_nav{
	display:flex;
	justify-content:space-between;
}
#cale_nav{
	position:relative;
	margin:60px 0;
}
h2#calendar{
	position:absolute;
	z-index:-1;
	top:-13px;
	left:0;
	width:100%;
	padding:0;
	margin:auto;
	background:none;
	font-size:100%;
	letter-spacing:0.64px;
	line-height:2.3rem;
	text-align:center;
}
h2#calendar span{
	margin-left:5px;
	font-size:2.8rem;
	letter-spacing:1.12px;
	line-height:4rem;
}
#single_nav a, #cale_nav a{
	color:#333 !important;
	font-weight:500;
	letter-spacing:1.28px;
	line-height:2.4rem;
	text-decoration:none !important;
}
#single_nav a:hover, #cale_nav a:hover{text-decoration:underline !important;}
#single_nav_prev, #cale_nav_prev{
	padding-left:12px;
	background: url(/img/common/arrow_l_green.svg) no-repeat center left;
}
#single_nav_next, #cale_nav_next{
	padding-right:12px;
	background:url(/img/common/arrow_r_green.svg) no-repeat center right;
}
#cale{margin-bottom:55px;}
#cale table{
	border-top-color:#CED8D0;
	border-left:none;
}
#cale th{
	width:16.5%;
	padding:10px 20px;
	background:none;
	border-right:none;
	border-bottom-color:#CED8D0;
	font-family:var(--font_serif);
	font-weight:600;
	letter-spacing:0.64px;
	vertical-align:middle;
}
#cale th em{
	font-size:2.8rem;
	letter-spacing:1.12px;
	line-height:4rem;
}
#cale td{
	padding:0;
	border-right:none;
	border-bottom-color:#CED8D0;
}
#cale ul{
	padding:0;
	margin:0;
}
#cale li{
	list-style:none;
	padding:30px 20px;
	margin:0;
}
#cale li + li{border-top:1px solid #CED8D0;}
.cale_category{
	display:inline-block;
	width:80px;
	padding:3px 5px;
	background:linear-gradient(107deg, #007F4D 0%, #007F4D 22%, #004027 100%);
	color:#fff;
	font-size:1.3rem;
	line-height:1.9rem;
	text-align:center;
}
#cale p{
	margin:8px 0 4px;
	font-size:1.8rem;
	font-weight:500;
	line-height:2.7rem;
}
#cale a{
	color:#006E43 !important;
	background-position:top 8px left;
}
.cale_day{
	font-size:1.4rem;
	line-height:2rem;
}

/* legacy */
table.layout, table.layout th, table.layout td{
	width:auto;
	border:none;
	background:none;
}
table.layout_photo, table.layout_photo th, table.layout_photo td{
	width:auto;
	border:none;
	padding:0;
	background:none;
}
.layout_photo_l{padding-left:20px !important;}
.layout_photo_r{padding-right:20px !important;}
table.layout td img{max-width:100% !important;}
table.table_n_bor{width:auto !important; font-size:100%;}
table.table_n_bor, table.table_n_bor th, table.table_n_bor td{border:none !important;}
table.table_n_bor th{padding:0 20px 0 0 !important; background:none !important; white-space:nowrap;}
table.table_n_bor td{padding:0 0 10px !important;}
.table table td img{width:auto !important; max-width:1000px !important;}

#instagram{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:20px;
	padding:0;
}
#instagram li{
	list-style:none;
	margin:0;
}
#instagram li a{
	display:block;
	position:relative;
	padding:0 !important;
	background:none !important;
	overflow:hidden;
	color:#fff !important;
}
.ig_txt{
	display:flex;
	align-items:flex-end;
	position:absolute;
	z-index:10;
	bottom:-100%;
	left:0;
	height:0;
	padding:10px;
	transition:all 0.3s;
}
a:hover .ig_txt{
	bottom:0;
	height:100%;
}
.ig_txt p{
	margin:0;
	font-size:1rem;
	line-height:1.5;
}
.ig_img{
	position:relative;
	width:100%;
	padding-top:100%;
	background:#333;
	overflow:hidden;
}
.ig_img img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:250px;
	width:100% !important;
	height:100% !important;
	margin:auto;
	object-fit:cover;
	transition:all 0.3s;
}

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

.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;}
.acc_box.white h2{
	position:relative;
	padding:21px 50px 22px 0;
	margin:0;
	border-bottom:1px solid #333;
	font-size:2.2rem;
	letter-spacing:0.88px;
	line-height:3.1rem;
	cursor:pointer;
}
.acc_box.white h2:hover{text-decoration:underline;}
.acc_box.white h2::before, .acc_box.white h2::after{
	content:'';
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	width:17px;
	height:1px;
	margin:auto;
	background:#333;
	transition:opacity 0.3s;
}
.acc_box.white h2::after{transform:rotate(90deg);}
.acc_box.white h2.open::after{opacity:0;}
.acc_box.white .acc_txt{background:none; padding:20px 0 1px; display:none;}

.cc_bg{background:#F7F9F7; padding:40px; margin-top:60px; text-align:center;}
.cc_bg h2{border:none; margin-top:0;}
.cc_bg img{width:100%; max-width:424px; height:auto;}
table.cc_table th, table.cc_table td{text-align:left; vertical-align:top;}
table.cc_table td:not(:last-child){border-right: 1px dotted #D9E0DA;}
table th.cc_th{border-left:6px solid;}
table th.cc_th_1{background:#FFDFDF; border-left-color:#D30F5E;}
table th.cc_th_2{background:#D3F8F8; border-left-color:#22AAA7;}
table th.cc_th_2-2{background:#D3F8F8;}
table th.cc_th_3{background:#FFF5C4; border-left-color:#F8AC00;}
table th.cc_th_4{background:#F9E7F7; border-left-color:#CE69C6;}
table th.cc_th_5{background:#E4F1FD; border-left-color:#215F9A;}
table th.cc_th_6{background:#E1F1E3; border-left-color:#3BA84A;}
table th.cc_th_7{background:#E7F6FC; border-left-color:#1FADE6;}
table th.cc_th_other{background:#F5F5F5; border-left-color:#333333;}
.cc_th mark{
	display:inline-block;
	padding:0 9px;
	color:#fff;
	border-radius:50%;
	margin-right:5px;
}
.cc_th_1 mark{background:#D30F5E;}
.cc_th_2 mark{background:#22AAA7;}
.cc_th_3 mark{background:#F8AC00;}
.cc_th_4 mark{background:#CE69C6;}
.cc_th_5 mark{background:#215F9A;}
.cc_th_6 mark{background:#3BA84A;}
.cc_th_7 mark{background:#1FADE6;}
a.link_green{
	display:inline-block;
	min-width:240px;
	border:1px solid #D8D8D8;
	color: #fff;
	background:#068154;
	padding:15px 20px;
	margin-top: 10px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
}
a.link_green[target="_blank"] mark{background:url(/css/common/img/common/popup-white.svg) left center no-repeat; padding-left:20px; color: #fff;}
a.link_green:hover{background-color:#0f8d5f;}


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

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

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


}


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

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

/* legacy */
.acc_box.white h2{
	font-size:2.1rem;
	letter-spacing:0.84px;
	line-height:3rem;
}

}


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

#news_tab{
	gap:2px;
	padding:0;
}
#news_tab li{
	width:105px;
	font-size:1.3rem;
	line-height:1.9rem;
}
#news_tab li a{padding:15px 5px;}
.news_cate_h{
	display:block;
	padding:20px;
}
.news_cate_box{margin:0 0 10px;}
.news_cate_box p{
	flex-shrink:0;
	width:75px;
	margin:0;
}
.news_sub{width:100%;}
#submit_go, #submit_go_cat{
	display:block;
	margin:20px auto 0;
}
.archive_event .news_cate_h, .event_calendar .news_cate_h{padding-right:20px;}
.event_cale_link, .event_m_link{
	position:static;
	padding-top:12px;
	margin:20px 0 0;
	border-top:1px dotted #333;
	text-align:center;
}
.news_list, .event_list{grid-template-columns:1fr 1fr;}
.news_info, .info_news_info{
	font-size:1.2rem;
	line-height:1.7rem;
}
.info_news_title{line-height:2.1rem;}
.news_year_list{
	gap:10px 18px;
	padding-right:15px;
	padding-left:15px;
}
.event_link_in{padding:7% 17% 13% 7%;}
.event_info{
	font-size:1.2rem;
	line-height:1.7rem;
}
.event_cat{right:6%;}
#cale{margin-bottom:35px;}
#cale th{
	width:22%;
	padding:10px;
}
#cale th em{
	font-size:2rem;
	letter-spacing:0.8px;
	line-height:2.9rem;
}
#cale li{padding:18px 0;}
#cale p{
	font-size:1.6rem;
	line-height:2.4rem;
}
.cale_category{
	width:70px;
	padding:2px 5px;
	font-size:1.2rem;
	line-height:1.7rem;
}
.cale_day{
	font-size:1.3rem;
	line-height:1.9rem;
}
.archive_information .news_cate_h{
	display:flex;
	gap:10px;
}
.archive_information .news_cate_box{
	width:calc(100% - 85px);
	margin:0;
}
.archive_information #submit_go, .archive_information #submit_go_cat{margin:0;}
.archive_international #news_tab li{width:auto;}

/* legacy */
table.layout th, 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.layout_photo th, 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;}

#instagram{
	grid-template-columns:1fr 1fr;
	gap:10px;
}

.acc_box.white h2{
	padding:18px 35px 20px 0;
	font-size:1.8rem;
	letter-spacing:0.72px;
	line-height:2.6rem;
}
.acc_box.white h2::before, .acc_box.white h2::after{right:0;}

.cc_bg{padding:25px 20px; margin-top:40px;}
table.cc_table{border-top:none;}
table.cc_table th,table.cc_table td{
	display:list-item;
	list-style:none;
	width:100% !important;
	box-sizing:border-box;
}
table.cc_table td:not(:last-child){border-right: 1px solid #D9E0DA;}
table th.cc_th{
	position: relative;
	border-left:none;
	border-top:3px solid;
	padding-right:40px;
}
table th.cc_th_1{border-top-color:#D30F5E;}
table th.cc_th_2{border-top-color:#22AAA7;}
table th.cc_th_3{border-top-color:#F8AC00;}
table th.cc_th_4{border-top-color:#CE69C6;}
table th.cc_th_5{border-top-color:#215F9A;}
table th.cc_th_6{border-top-color:#3BA84A;}
table th.cc_th_7{border-top-color:#1FADE6;}
table th.cc_th_other{border-top-color:#333333;}
table.cc_table .hide_1, table.cc_table .hide_2, table.cc_table .hide_3, table.cc_table .hide_4, table.cc_table .hide_5, table.cc_table .hide_6, table.cc_table .hide_7, table.cc_table .hide_other{display:none;}
table.cc_table .cc_open{display:list-item;}
.cc_th::before,.cc_th::after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	right:15px;
	margin:auto;
	width:12px;
	height:2px;
	background:#fff;
	transition:all 0.3s;
	top:calc(50%)
}
.cc_th_1::before, .cc_th_1::after{background:#D30F5E;}
.cc_th_2::before, .cc_th_2::after{background:#22AAA7;}
.cc_th_3::before, .cc_th_3::after{background:#F8AC00;}
.cc_th_4::before, .cc_th_4::after{background:#CE69C6;}
.cc_th_5::before, .cc_th_5::after{background:#215F9A;}
.cc_th_6::before, .cc_th_6::after{background:#3BA84A;}
.cc_th_7::before, .cc_th_7::after{background:#1FADE6;}
.cc_th_other::before, .cc_th_other::after{background:#333;}
.cc_th::before{transform:rotate(90deg);}
.cc_th.rotated::before{transform:rotate(180deg);}

}


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

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

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

}


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

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

}


















/*-------------------------------------------------------------
	¥¹¥é¥¤¥É¥·¥ç©`¤Ëév¤¹¤ëÖ¸¶¨
-------------------------------------------------------------*/
#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_x_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(/css/common/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(/css/common/img/common/icon-stop.svg) center no-repeat;
	cursor:pointer;
}
.js-play{
	display:block;
	width:20px;
	height:20px;
	background:url(/css/common/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(/css/common/img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko { background: url(/css/common/img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo { background: url(/css/common/img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo { background: url(/css/common/img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki { background: url(/css/common/img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku { background: url(/css/common/img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.nyugaku:hover { background: #004729 url(/css/common/img/common/icon-nyugaku.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.zaiko:hover { background: #004729 url(/css/common/img/common/icon-zaicosei.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.sotsugyo:hover { background: #004729 url(/css/common/img/common/icon-sotsugyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kigyo:hover { background: #004729 url(/css/common/img/common/icon-kigyo.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.chiiki:hover { background: #004729 url(/css/common/img/common/icon-chiiki.svg) center 16px no-repeat; padding-top: 46px;}
#top_nav ul li a.kyoshoku:hover { background: #004729 url(/css/common/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(/css/common/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(/css/common/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(/css/common/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%;}

#index_app{margin:30px auto;padding:0 20px;max-width:1040px;}
#index_app a,#index_app img{display:block;width:auto;height:auto;transition:opacity .3s;}
#index_app a img.pc_img{display:block;width:auto;height:auto;max-width:100%;}
#index_app a img.sp_img{display:none;}


.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);
	cursor: pointer;
}
.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(/css/common/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: 18vw; max-height: 192px; 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_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(/css/common/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(/css/common/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: 20%;
	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(/css/common/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:25%; 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;
	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(/css/common/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(/css/common/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(/css/common/img/index/icon-kenkyu.svg) center 5px no-repeat;
	transition: all 0.3s;
	background-size: 88px 94px;
	font-size:106.7%;
}
#index_data li.bn_seeds a{
	display: block;
	padding: 110px 0 0;
	background: url(/css/common/img/index/icon-howto.svg) center 5px no-repeat;
	transition: all 0.3s;
	font-size:106.7%;
	box-sizing:border-box;
	transition:none;
}
#index_data li.bn_seeds a:hover{background: url(/css/common/img/index/icon-howto_hover.svg) center 5px no-repeat;}
#index_data li.bn_seeds a span{display:inline-block;}


.bn_shirabasu a:hover span { background: url(/css/common/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(/css/common/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(/css/common/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;}

#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(/css/common/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(/css/common/img/common/arrow-right-green.svg) 0 center no-repeat;}


/*---------------------------------------------------
	C1
---------------------------------------------------*/
#c1 {
	background: url(/css/common/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(/css/common/img/news/h1.jpg) center 0 no-repeat !important;}
.university {background: url(/css/common/img/university/h1.jpg) center 0 no-repeat !important;}
.academics {background: url(/css/common/img/academics/h1.jpg) center 0 no-repeat !important;}
.campus {background: url(/css/common/img/campus/h1.jpg) center 0 no-repeat !important;}
.admissions {background: url(/css/common/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(//css/common/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(/css/common/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(/css/common/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;}
.content_nav_top { display: none;}


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

#content_list2 {
	overflow: hidden;
	margin: 30px 0 0 !important;
	padding: 0 !important;
}
#content_list2 li {
	float: left;
	width: 320px;
	display: table;
	height: 90px;
	margin: 20px 20px 0 0
}
#content_list2 li:nth-child(3n) { margin-right: 0;}
#content_list2 li a {
	display: table-cell;
	vertical-align: middle;
	padding:0 40px 0 20px;
	line-height: 1.2em;
	background:url(//css/common/img/common/arrow-right-green.svg) no-repeat center right 20px;
	border: 1px solid #D1DAD3;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content_list2 li a:hover { background-color: #CCE7DD;}

#content_list2.page_mid li{width:490px;}
#content_list2.page_mid li:nth-child(3n){margin-right:20px;}
#content_list2.page_mid li:nth-child(even){margin-right:0;}


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

/*------------------------------------------------
	ÐÂ´óÉú¤Î»îÜS
------------------------------------------------*/
#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(/css/common/img/campus/shindaisei/bnr-circle.jpg) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s;
}
#shidaisei_nav a.activity {
	background: url(/css/common/img/campus/shindaisei/bnr-activity.jpg) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s;
}
#shidaisei_nav a.research {
	background: url(/css/common/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(/css/common/img/common/icon-ichiran.svg) 0 center no-repeat;
	background-size: 13px 13px;
	padding-left: 20px;
}



/*------------------------------------------------
	¥á¥Ã¥»©`¥¸
------------------------------------------------*/
#message_wrap {
	background: url(/css/common/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_link a {
	display: inline-block;
	border: 1px solid #D9E0DA;
	width: 320px;
	line-height: 60px;
	color: #008554;
	text-decoration: none;
}


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

.mt40{margin-top:40px;}

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

/*--------------------------------------------------------------------------------------------------------------------
	évßBÇéˆó¤Ëév¤¹¤ëÖ¸¶¨
--------------------------------------------------------------------------------------------------------------------*/
#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;}


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

.catch {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

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






.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(/css/common/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 #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(//css/common/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"]
{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_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;}





/*------------------------------------------------
	¥ª©`¥×¥ó¥¢¥«¥Ç¥ß©`
------------------------------------------------*/
#h1_learning{position:relative;}
#h1_learning img{display:block;width:100%;height:auto;}
#h1_learning img.sp_img{display:none;}
#h1_learning_in{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:20px;
}
#h1_learning_txt{
	display:flex;
	max-width:1000px;
	height:100%;
	margin:auto;
	align-items:center;
}
#h1_learning_txt h1{
	font-size:226.6666666666666%;
	margin-bottom:8px;
	line-height:1.2;
}
#h1_learning_txt p{
	font-size:120%;
	line-height:1.2;
}
#h1_learning_in span{
	display:inline-block;
	color:#fff;
	background:#000;
	padding:5px 10px;
	font-weight:bold;
}

#learning_list{
	display:grid;
	grid-gap:20px;
	margin:30px 0 0 !important;
	grid-template-columns:repeat(auto-fit, calc((100% - 40px) / 3));
	padding:0 !important;
}
#learning_list li{
	list-style:none !important;
	border:1px solid #D1DAD3;
}
#learning_list li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0 20px 15px;
	text-decoration:none;
	transition:background .3s;
}
#learning_list li a:hover{background-color:#D2E5DD;}
.learning_list_h{display:flex;align-items:center;}
.learning_list_img{width:50px;margin-right:12px;}
.learning_list_img img{
	display:block;
	width:auto;
	height:auto;
	max-width:50px;
	margin:auto;
	opacity:1 !important;
}
.learning_list_h{
	padding:12px 20px 12px 0;
	background:url(//css/common/img/common/arrow-right-green.svg) right center no-repeat;
}
.learning_list_h h2{
	width:calc(100% - 62px);
	margin:0 !important;
	border:none !important;
	color:#008554 !important;
	font-size:100% !important;
	font-weight:normal !important;
}
.learning_list_h h2.learning_list_img_n{width:auto;}
#learning_list p{
	border-top:1px solid #D1DAD3;
	font-size:86.66666666666%;
	color:#333 !important;
	padding-top:15px;
	line-height:1.5;
	margin-top:0 !important;
}


@media screen and (min-width:768px){
#content_area table.cc_table .hide_1,#content_area table.cc_table .hide_2,#content_area table.cc_table .hide_3,#content_area table.cc_table .hide_4,#content_area table.cc_table .hide_5,#content_area table.cc_table .hide_6,#content_area table.cc_table .hide_7,#content_area table.cc_table .hide_other{display:table-cell;}
}

/*--------------------------------------------------------------------------------------------------------------------
	¥á¥Ë¥å©`¤Ëév¤¹¤ëÖ¸¶¨(1050px)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
#shidaisei_nav .list{margin:40px 20px 0;}

#search_area{width:150px;}
#search_area div{width:150px;}

}

/*--------------------------------------------------------------------------------------------------------------------
	¥á¥Ë¥å©`¤Ëév¤¹¤ëÖ¸¶¨(1040)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

#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(/css/common/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(/css/common/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(/css/common/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;}

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

.fb_iframe_widget { display: inline-block !important; width: auto !important; position: relative; margin-top: 0px; overflow: hidden;}

#u_0_6 {display: none !important;}


#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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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_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(/css/common/img/common/smp-arrow-left-green.png) 10px center no-repeat;
	background-size: 7px 10px;
}
#ln3 .content_nav_top a {
	background: url(/css/common/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{padding-left:320px;}
.content_list_box a figure{
	width:293px;
	height:176px;
}

#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 40px 20px 20px;
}

#content_list2.page_mid li{
	width:49%;
	clear:none;
}
#content_list2.page_mid li:nth-child(odd){margin-right:2%;}

#content_area table {width: 100%;}


/*------------------------------------------------
	ÐÂ´óÉú¤Î»îÜS
------------------------------------------------*/
#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;
}



/*------------------------------------------------
	¥á¥Ã¥»©`¥¸
------------------------------------------------*/
#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_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 p{min-width: 60px;}

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




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

}



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

/*--------------------------------------------------------------------------------------------------------------------
	¥Ú©`¥¸¤Ëév¤¹¤ëÖ¸¶¨(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {


.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_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_cate {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
}
#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 #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;
}
}

@media screen and (max-width: 820px) {
#index_data ul.index_data { border-top: 1px dotted #ccc; margin: 0 20px;}
#index_data ul.index_data li {
	width:50%;
	border-right:none;
	border-bottom: 1px dotted #ccc;
	border-right:1px dotted #ccc;
}
#index_data ul.index_data li:nth-child(2n){border-right:none;}
#index_data ul.index_data li a{padding:20px;}
#index_data ul.index_data li.bn_seeds a{padding:130px 20px 20px;height:180px;background-position:center 25px;}

}

/*--------------------------------------------------------------------------------------------------------------------
	¥Ú©`¥¸¤Ëév¤¹¤ëÖ¸¶¨(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {




.header_news p a,.header_news p a:hover,.header_news p a:active {
	display: block !important;
	background: #EBEFEC url(/css/common/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;}

.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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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;}
#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;}


#u_0_6 {display: none !important;}

#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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/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(/css/common/img/common/icon-kyoshoku.svg) center 16px no-repeat; padding-top: 46px;}

#index_app a img.sp_img{display:block;width:auto;height:auto;max-width:100%;}
#index_app a img.pc_img{display:none;}
#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: 80px 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(/css/common/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{
	min-height:0;
	padding:0;
	margin-top:50px;
}
.content_list_box a figure{
	position:static;
	width:100%;
	height:auto;
}
.content_list_box a figure img{height:auto;}
#content_list .child_list{
	display:block;
	margin:15px 15px 0;
}
#content_list .child_list li{
	font-size:93%;
	margin:0 0 15px !important;
}
#content_list .child_list li a{background-position:top 5px left;}

#content_list2 {
	overflow: hidden;
	margin: 20px 0 0 !important;
}
#content_list2 li {
	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 40px 20px 20px;
}

#content_area table { width: 100%;}




/*------------------------------------------------
	ÐÂ´óÉú¤Î»îÜS
------------------------------------------------*/

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


/*------------------------------------------------
	¥á¥Ã¥»©`¥¸
------------------------------------------------*/
#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_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 .news_cate_box{
	margin: 0;
}



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



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



#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_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;
	max-width: 100%;
}

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

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





#ln ul li{width:50%;}

}

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

}
/*--------------------------------------------------------------------------------------------------------------------
	¥¹¥é¥¤¥É¥·¥ç©`¤Ëév¤¹¤ëÖ¸¶¨(1240)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.index_main_wrap { position: relative; height: auto;}


/*------------------------------------------------
	¥ª©`¥×¥ó¥¢¥«¥Ç¥ß©`
------------------------------------------------*/
#h1_learning_txt h1{
	font-size:185.714%;
	margin-bottom:8px;
	line-height:1.2;
}
#h1_learning_txt p{
	font-size:107.143%;
	line-height:1.2;
}
#h1_learning_in span{
	display:inline-block;
	color:#fff;
	background:#000;
	padding:5px 10px;
	font-weight:bold;
}

#h1_learning img.pc_img{display:none;}
#h1_learning img.sp_img{display:block;}
#learning_list{
	grid-template-columns:repeat(auto-fit, calc((100% - 20px) / 2));
}
#learning_list p{
	border-top:1px solid #D1DAD3;
	font-size:86.66666666666%;
	color:#333 !important;
	padding-top:15px;
	line-height:1.5;
}

}

/*--------------------------------------------------------------------------------------------------------------------
	¥¹¥Þ¥Ûºá(415¡«)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 415px) and (max-width: 767px) {

#content_wrap #index_list a:nth-child(3n+1) { float: left;}
#content_wrap #index_list a:nth-child(4n+1) { clear: none; 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(/css/common/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(/css/common/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(/css/common/img/index/icon-kenkyu.svg) 0 center no-repeat; background-size: 38px 40px;}
#index_data ul.index_data li.bn_seeds a,#index_data ul.index_data li.bn_seeds a:hover{ padding:15px 0 15px 60px; background: url(/css/common/img/index/icon-howto.svg) 0 center no-repeat; background-size: 38px 40px;}
#index_data ul.index_data li.bn_seeds a{height:auto;}

#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:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.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(/css/common/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(/css/common/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;}

/*------------------------------------------------
	¥ª©`¥×¥ó¥¢¥«¥Ç¥ß©`
------------------------------------------------*/
#learning_list{
	display:block;
	margin:30px 0 0 !important;
}
#learning_list li{
	margin-bottom:20px !important;
}
#learning_list li a{
	display:block;
	box-sizing:border-box;
	width:auto;
	height:auto;
}
#learning_list p{
	font-size:86.66666666666%;
}

}


/*-------------------------------------------
	¥Ý¥Ã¥×¥¢¥Ã¥×
-------------------------------------------*/
* 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;}



/*--------------------------------------------------------------------------------------------------------------------
	¥¹¥Þ¥Ûºá(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;}

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

}



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

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


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


.catch_bottom{margin-top:60px;}


@media screen and (min-width: 1px) and (max-width: 767px) {
#content_area ul.vision_list li{width:50%;}
.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;}



}

@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_box .submit_go_btn{
	display:block;
	border:none !important;
	padding:0 5px !important;
	font-size:86.666666% !important;
	width:70px;
	text-align:center;
	box-sizing:border-box;
	line-height:44px;
	background:#00734A;
	margin-left: 5px;
}
.news_cate_box .submit_go_btn:hover{ border:none;background:#006642;color:#fff;}
.news_cate_box .submit_go_btn a{
	color:#fff !important;
	text-decoration: none;
}



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


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

@media screen and (min-width: 1px) and (max-width: 720px) {
.event_h_area{display:block;}
.event_cale_link span,.event_m_link span{line-height:44px;}
#news_cate_archi .news_cate_box select.news_sub{width:150px;}
}
@media screen and (min-width: 1px) and (max-width: 385px) {
#news_cate_archi .news_cate_box select.news_sub{width:100px;}
}
@media screen and (min-width: 1px) and (max-width: 310px) {
#news_cate_archi .news_cate_box select.news_sub{width:calc(100% - 75px);}
}