@charset "utf-8";


/* --- カテゴリーカラー ---------------------------------------------------------------------------------------------- */

 span.category-name {
	display: inline-block;
	font-size: 70%;
	/*font-weight: normal;*/
	font-weight: bold;
	line-height: 1;
	/*background: #fff;*/
	color: #fff;
	padding: 6px 9px;
	/*margin: 0 5px;*/
	/*border-radius: 3px;*/
	vertical-align: middle;
	/*position: relative;*/
	position: absolute;
	z-index: 1;
	border-width: 2px;
	border-style: solid;
 }
 
 span.notice {
	/*color: #ff6666;*/
	background: #ff6666;
	border-color: #ff6666;
 }
 
 span.media-coverage {
	/*color: #66baff;*/
	background: #66baff;
	border-color: #66baff;
 }
 
 span.event {
	/*color: #d3ac00;*/
	background: #d3ac00;
	border-color: #d3ac00;
 }
 
 span.others {
	/*color: #999999;*/
	background: #999999;
	border-color: #999999;
 }


 div.topic-date span.category-name {
	border-width: 1px;
	position: relative;
	padding: 5px 10px;
	margin-right: 10px;
 }


/* ------------------------------------------------------------------------------------------------------------------- */

 .sub-title {
	margin-top: 25px;
	margin-bottom: 15px;
 }


 .topics-title {
	border-left: 5px solid #01617a;
	border-bottom: 1px solid #01617a;
	margin-bottom: 20px;
 }

 .topics-title h3 {
	font-size: 25px;
	margin-left: 10px;
	margin-bottom: 0px;
 }



/*===============================================
●トピックス
===============================================*/
 #contents.topi-detail {
	padding-bottom: 0;
 }

 .topi-detail .contents {
	margin-bottom: 0;
 }

 .contents-menu {
	background: rgba(1, 57, 72,0.9);
	box-shadow: 0px 1px 5px #666;
	/*z-index: -10px;*/
	margin-top: 1px;
 }

 .year-menu {
	background: rgba(62,62,62,0.2);
	box-shadow: 0px 0px 5px #666;
	margin-bottom: 1px;
 }

 .category-number ul, .year-number ul {
	list-style-type: none;
 }

 .category-number ul, .year-number ul {
	padding: 0px;
	margin: 0 auto;
 }

 .category-number ul {
	display: table;
	table-layout: fixed;
 }

 .category-number ul li, .year-number ul li {
	vertical-align: middle;
	padding: 0px;
	margin: 0;
	text-align:center;
 }

 .category-number ul li {
	display: table-cell;
	border-left: 1px solid rgba(1, 57, 72,0.9);
	box-shadow: 0px 0px 1px #666;
 }

 .category-number ul li:last-child {
	border-right: 1px solid rgba(1, 57, 72,0.9);
 }

 .year-number ul li a {
	background: rgba(1, 57, 72,0.9);
 }

 .category-number ul li a, .year-number ul li a {
	display: block;
	width: auto;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
 }

 .category-number ul li a {
	padding: 15px;
 }

 .category-number ul li a:hover, .year-number ul li a:hover,
 .category-number ul li a.active, .year-number ul li a.active {
	color: rgba(1, 57, 72,0.9);
	text-decoration: none;
	/*border: 1px solid rgba(1, 57, 72,0.9);*/
 }

 .category-number ul li a:hover,
 .category-number ul li a.active {
	background: #ebebeb;
 }

 .year-number ul li a:hover,
 .year-number ul li a.active {
	background: #fff;
 }

.contents-menu .year-number, .year-menu .category-number {
	display: none;
}


 ul#newsList {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
 }

 ul#newsList li {
	margin: 10px 0.4% 10px;
	border: 1px solid rgba(1, 57, 72,0.4);
 }

 ul#newsList li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
 }

 ul#newsList li a:hover {
	background: #014d61;
	color: #fff;
 }

 ul#newsList li a .up_img {
	overflow: hidden;
 }

 ul#newsList li a .up_img img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
 }

 ul#newsList li a:hover .up_img 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);
 }

 ul#newsList li .up_img img {
	display: block;
	width: 100%;
	height: auto;
 }

 ul#newsList li .up_ymd_title {
	margin: 10px;
 }

 ul#newsList li .up_ymd_title p {
	margin: 0;
	line-height: 1.2;
 }

 ul#newsList li .up_ymd_title .up_ymd {
	font-size: 16px;
	margin: 10px 0 5px;
 }


 ul#newsList li .up_ymd_title .title {
	font-size: 15px;
 }

.new-label:after{
	content: "NEW";
	display: inline-block;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	padding: 6px 9px;
	/*margin-left: 10px;*/
	background: #f0ad4e;
	border: 1px solid #eea236;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
}


 .topic-date {
	margin-bottom: 10px;
	text-align: right;
}

.topic-file {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.topic-file div.upfile {
	margin: 0 0.5% 1%;
}

.topic-file .upfile a, .topic-file img {
	display: inline-block;
	width: 100%;
	height: auto;
}

 a.video:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

 .news-btn {
	padding: 20px;
 }

 .news-btn ul {
	display: flex;
	width: 95%;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
 }

 .news-btn ul li {
	vertical-align: middle;
	padding: 0px;
	margin: 0 10px;
	text-align:center;
 }

 .news-btn li a {
	display: block;
	width: auto;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 15px;
	color: #fff;
	background: #3e3e3e;
	
 }

 .news-btn li a:hover, .news-btn li a.active {
	color: #3e3e3e;
	text-decoration: none;
	border: 2px solid #3e3e3e;
	background: #fff;
	padding: 13px;
 }




@media screen and (min-width: 1201px){ 

 .category-number, .year-number {
	width: 1200px;
	margin: 0 auto;
 
 }

 .category-number ul {
	width: 95%;
 }

 .topic-file div.upfile {
	width: 24%;
 }

}


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

 .category-number ul {
	width: 100%;
 }

}

@media screen and (min-width: 781px) and (max-width: 1200px){ 

 ul#newsList li {
	margin: 10px 0.35% 10px;
 }

}

@media screen and (min-width: 781px){ 

 ul#newsList li {
	width: 24%;
 }

 .year-menu {
	padding: 20px;
 }

 .year-number ul {
	display: flex;
	width: 95%;
	justify-content: center;
 }

 .year-number ul li {
	/*margin: 0;*/
	box-shadow: 0px 0px 5px #666;
	margin: 0 10px;
 }

 .year-number ul li a {
	padding: 15px 25px;
 }

 .video img {
	width: 80%;
	height: auto;
 }

}


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

 .year-menu {
	padding: 20px 0;
 }

 .year-number {
	box-shadow: 0px 0px 1px #666;
 }

 .year-number ul {
	box-shadow: 0px 0px 5px #666;
 }

 .year-number ul li:not(:first-child) {
	border-top: 1px solid rgba(1, 57, 72,0.9);
 }

 .year-number ul li:not(:last-child) {
	box-shadow: 0px 1px 0px #666;
 }

 .year-number ul li a {
	padding: 15px 0;
 }

 .video img {
	width: 100%;
	height: auto;
 }

}

@media screen and (min-width: 481px) and (max-width: 1200px){ 

 .topic-file div.upfile {
	width: 32.33%;
 }

}


@media screen and (min-width: 481px) and (max-width: 780px){ 

 ul#newsList li {
	width: 32%;
 }

}


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

 ul#newsList li {
	width: 49%;
 }

 .topic-file div.upfile {
	width: 49%;
 }

}


