/*
スライド
*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -35px !important;
}
.slide_img {
	position: relative;
	margin: 0 0 28px;
}
.slide_txt_wrap {
	position: absolute;
	top: 48%;
	left: 50%;
	z-index: 101;
	font-size: 22px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
	width: 100%;
}
.slide_txt {
	text-align: center;
	line-height: 1.2;
	text-shadow: 2px 2px 15px #000;
}
.slide_txt_year {
	text-align: center;
}
.slide_txt_wrap span {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 3px 20px;
	font-size: 12px;
}
.tmdu_img {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
}
.tmdu_img img {
	width: 80px;
}
@media only screen and (min-width: 401px) {
	.br400 {
		display: none;
	}
}
@media only screen and (min-width: 641px) {
	.slide_txt img {
		width: auto;
	}
}
@media only screen and (min-width: 769px) {
.slide_txt {
	text-align: center;
	line-height: 1.5;
}
.slide_txt_wrap {
	font-size: 30px;
}
.slide_txt_wrap span {
	padding: 3px 60px;
	font-size: 16px;
}
.tmdu_img {
	top: 30px;
	right: 30px;
}
.tmdu_img img {
	width: 120px;
}
}
@media only screen and (min-width: 1231px) {
	.slide_txt_wrap {
		font-size: 40px;
	}
	.slide_txt_wrap span {
		padding: 5px 100px;
		font-size: 20px;
	}
	.tmdu_img {
		top: 50px;
		right: 50px;
	}
}
@media only screen and (min-width: 1361px) {
	.tmdu_img img {
		width: 162px;
	}
}
@media only screen and (min-width: 1681px) {
.slide_txt_wrap {
	font-size: 58px;
}
	.tmdu_img img {
		width: 162px;
	}
}
/*
メッセージ
*/
.message_area {
	padding: 30px 0;
}
.message_area h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.message_area p {
	font-size: 12px;
	line-height: 2.5;
}
@media only screen and (min-width: 481px) {
	.message_area h2 {
		font-size: 20px;
	}
	.message_area p {
		text-align: center;
		font-size: 14px;
	}
}
@media only screen and (min-width: 641px) {
	.message_area {
		margin: 0;
	}
}
@media only screen and (min-width: 769px) {
	.message_area h2 {
		font-size: 30px;
	}
	.message_area p {
		font-size: 18px;
		line-height: 1.8;
	}
}
/*
ニュース
*/
.news_area {
	padding: 40px 0;
}
.info_ttl {
	position: relative;
	font-size: 16px;
	border-bottom: solid #4d4d4d 1px;
}
.info_ttl_en {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e6aa6e;
}
a.all_link {
	position: absolute;
	top: 0;
	right: 20px;
	width: 80px;
	border: solid #000 1px;
	background: #000;
	font-size: 10px;
	color: #fff;
	text-align: center;
	transition: all 0.5s ease-out;
}
a.all_link:hover {
	background: #fff;
	color: #000;
}
a.all_link i {
	margin: 0 0 0 5px;
}
.news_box {
	position: relative;
	width: 100%;
	padding: 0 20px;
}
.activities_box {
	position: relative;
	width: 100%;
	padding: 0 20px;
}
.info_list {
	margin: 20px 0 0;
}
.info_list dt {
	padding: 6px 0;
	clear: both;
	color: #4d4d4d;
	font-size: 12px;
}
.info_list dd {
	margin: 0 0 20px;
	font-size: 12px;
}
.info_list dd a {
	text-decoration: underline;
}
.info_list dd i {
	margin: 0 0 0 5px;
}
.info_cat_top01 {
	padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: #e6aa6e;
  display: inline-block;
}
.info_cat_top02 {
	padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: #1c2c55;
  display: inline-block;
}
@media only screen and (min-width: 641px) {
	.info_ttl {
		font-size: 18px;
	}
	.info_ttl_en {
		font-size: 13px;
	}
}
@media only screen and (min-width: 681px) {
	a.all_link {
		right: 10px;
	}
	.news_box {
		width: 47.5%;
		padding: 0;
		float: left;
	}
	.activities_box {
		width: 47.5%;
		margin: 0 0 0 5%;
		padding: 0;
		float: left;
	}
}
@media only screen and (min-width: 769px) {
	a.all_link {
		font-size: 13px;
	}
	.info_cat_top01 {
		font-size: 14px;
	}
	.info_cat_top02 {
		font-size: 14px;
	}
}
@media only screen and (min-width: 981px) {
	.info_ttl {
		font-size: 36px;
	}
	.info_ttl_en {
		padding: 0 0 0 10px;
		font-size: 18px;
		font-weight: bold;
		color: #e6aa6e;
	}
	a.all_link {
		top: 15px;
		right: 20px;
		width: 100px;
		font-size: 16px;
	}
	.info_list dt {
		font-size: 14px;
		float: left;
	}
	.info_list dd {
		font-size: 16px;
		padding: 5px 0 5px 145px;
	}
}
/*
コンテンツリスト
*/
.contents_list_wrap {
	background: #cdcedc;
}
.contents_list li {
	float: left;
	width: 50%;
}
.contents_list li:nth-child(2n+1) {
	background: #fff;
}
.contents_list li:nth-child(2n) {
	background: #e6e6ed;
}
.contents_list li a {
	display: block;
}
.contents_list li p {
	padding: 5px 15px;
	font-size: 11px;
}
.contents_list li p span {
	display: block;
	font-size: 9px;
	color: #e6aa6e;
}
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
figure img {
	width: 100%;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.4);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.contents_list li a:hover figcaption {
	opacity: 1;
}
/*.contents_img_on {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contents_list li a:hover .contents_img_on {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/
@media only screen and (min-width: 481px) {
	.contents_list li {
		float: left;
		width: 33.333%;
	}
}
@media only screen and (min-width: 641px) {
	.contents_list li p {
		padding: 5px 10px;
		font-size: 13px;
	}
	.contents_list li p span {
		display: block;
		font-size: 11px;
		color: #e6aa6e;
	}
}
@media only screen and (min-width: 1024px) {
	.contents_list li p {
		font-size: 18px;
	}
	.contents_list li p span {
		font-size: 12px;
	}
}
/*
イベント
*/
.event_area {
	padding: 60px 0;
	background: url(../images/top/event_bg.jpg) no-repeat 75% top;
	background-size: auto 100%;
}
.event_bnr {
	display: table;
	width: 100%;
	background: #fff;
}
.event_bnr:hover figcaption {
	opacity: 1;
}
.event_bnr:hover .contents_img_on {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.event_txt {
	padding: 20px;
}
.event_txt h3 {
	font-size: 11px;
}
.event_txt h3 span {
	margin: 0 0 0 20px;
	font-size: 9px;
	color: #e6aa6e;
}
.event_ttl {
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
}
.event_bnr:hover .event_ttl {
	text-decoration: underline;
}
.event_date {
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
}
.event_link {
	display: none;
}
.event_link a {
	float: right;
	width: 100px;
	border: solid #000 1px;
	background: #000;
	color: #fff;
	text-align: center;
	transition: all 0.5s ease-out;
}
.event_link a:hover {
	background: #fff;
	color: #000;
}
.event_link a i {
	margin: 0 0 0 5px;
}
@media only screen and (min-width: 641px) {
	.event_area {
		background: url(../images/top/event_bg.jpg) no-repeat center center;
	}
	.event_img {
		display: table-cell;
		width: 300px;
		height: 190px;
		padding: 0;
	}
	.event_bnr:hover figcaption {
		opacity: 1;
	}
	.event_bnr:hover .contents_img_on {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.event_txt {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
	}
	.event_txt h3 {
		font-size: 14px;
	}
	.event_txt h3 span {
		font-size: 11px;
	}
	.event_ttl {
		font-size: 16px;
	}
	.event_date {
		font-size: 12px;
	}
}
@media only screen and (min-width: 769px) {
	.event_ttl {
		font-size: 24px;
	}
	.event_txt h3 {
		font-size: 18px;
	}
	.event_txt h3 span {
		font-size: 12px;
	}
	.event_date {
		font-size: 14px;
	}
	.event_link {
		display: block;
	}
}
/*
リンク
*/
.link_area {
	padding: 40px 0;
}
.link_area h2 {
	padding: 0 0 5px;
	font-size: 16px;
	border-bottom: solid #000 1px;
	text-align: center;
}
.link_list {
	margin: 20px 0;
}
.link_list li {
	width: 50%;
	float: left;
	border-left: solid #e6e6e6 1px;
	border-bottom: solid #e6e6e6 1px;
}
.link_list li:nth-child(n+7) {
	border-bottom: none;
}
.link_list li:nth-child(4n+1) {
	border-left: solid #fff 1px;
}
.link_list li:nth-child(2n+1) {
	border-left: solid #fff 1px;
}
.link_list li a img {
	width: 100%;
}

.genome_link{
	text-align: center;
	padding: 50px 0;
}

@media only screen and (min-width: 641px) {
	.link_list li {
		width: 25%;
		float: left;
		border-left: solid #e6e6e6 1px;
		border-bottom: solid #e6e6e6 1px;
	}
	.link_list li:nth-child(n+5) {
		border-bottom: none;
	}
	.link_list li:nth-child(2n+1) {
		border-left: solid #e6e6e6 1px;
	}
	.link_list li:nth-child(4n+1) {
		border-left: solid #fff 1px;
	}
	.link_area h2 {
		font-size: 18px;
	}
}
@media only screen and (min-width: 769px) {
	.link_area h2 {
		font-size: 36px;
		padding: 0 0 10px;
	}
	.link_list {
		margin: 40px 0;
	}
}
