@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
    header
--------------------------------------------------------------------*/
.nav {
	display: none !important;
}
.nav.another {
	display: block !important;
}

.footer_nav_list {
	display: none;
}
.footer_nav_list.another {
	display: flex !important;
}
@media screen and (max-width: 1000px){	
	/* menu open */	
	.nav {
		display: none;
	}
	.nav.another {
		display: none !important;
	}
	.nav-open .nav {
		display: none !important;
	}
	.nav-open .nav.another {
		display: inline-block !important;
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: auto;
		z-index: 250;
	}
}
@media screen and (max-width: 750px){
	.footer_nav_list.another {
		display: none !important;
	}
}

/*--------------------------------------------------------------------
    main
--------------------------------------------------------------------*/
.main{
	padding-top: 160px;
	background-color: #004182;
	background-image: url("../images/blur_white03.png");
	background-repeat: repeat;
}
/*--------------------------------------------------------------------
    media_archive
--------------------------------------------------------------------*/
.cate_link {
    position: relative;
	z-index: 11;
}
.cate_link_list {
    position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	z-index: 10;
}
.cate_link_list li {	
	margin-right: 10px;
    margin-bottom: 10px;
	width: auto;
}
.cate_link_list li a {
	font-weight: bold;
   	padding-left: 35px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 34px;
}
.cate_link_list li a::after {
	top: -4px;
	left: 17px;
	right: auto;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cate_link_list li a:hover::after {
	right: auto;
}

.chronology_list {
	position: relative;
	z-index: 1;
}
.chronology_list:last-child {
	margin-bottom: 0;
}
.media_txt .chronology_list .date {
	width: 105px;
}
.media_txt .chronology_list .date span {
	margin-right: 0.55em;
}

#magazine {
	z-index: 10;
}
#serialization {
	z-index: 9;
}
#web-column {
	z-index: 8;
}
#tv-radio {
	z-index: 7;
}
#tv-regular {
	z-index: 6;
}

#serialization li:nth-last-child(-n+4) .date {
	width: 200px;
}
#tv-regular .date {
	width: 150px;
}

@media screen and (max-width: 750px) {
	.cate_link_list {
		margin-bottom: 30px;
	}
	.cate_link_list li {	
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.cate_link_list li a {
		padding-left: 32px;
		padding-right: 15px;
		font-size: 1.2rem;
		height: 35px;
		line-height: 29px;
	}
	.cate_link_list li a::after {
		left: 15px;
		width: 6px;
		height: 6px;
	}
	
	.media_txt .chronology_list .date {
		width: 75px;
	}

	#serialization li:nth-last-child(-n+4) .date {
		width: auto;
    	margin-right: 15px;
	}
	#tv-regular .date {
		width: 115px;
	}
}