@charset "utf-8";
/* CSS Document */

.news_d .news_list .webgene-blog .webgene-item .topbox{
	gap: 10px;
	justify-content: flex-start;
}
.news_d .news_list .webgene-blog .webgene-item .topbox .catename{
	padding: 2px 10px;
	border: 1px solid #131313;
	border-radius: 50px;
}
.news_d .news_list .webgene-blog .webgene-item .topbox .catename::before {
    content: "";
    margin-right: 0.25em;
}
.news_d .news_list .webgene-blog .webgene-item .topbox .date{
	font-family: "Orbitron",  sans-serif;
	color: #9A9A9A;
}
.news_d .cate-wrap .titlebox {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.news_d .cate-wrap .webgene-blog {
	gap: 10px;
}
.news_d .cate-wrap .webgene-blog .webgene-item a::before{
	content: none;
}
.news_d .cate-wrap .webgene-blog .webgene-item a{
	position: relative;
	padding: 2px 15px;
	border: 1px solid #131313;
	border-radius: 50px;
}

.news_d .webgene-pagination ul .selected a{
	pointer-events: none;
	background-color: #000000;
	border-color: #000000;
	border: none;
	color: #fff;
}
.newspage_a .webgene-blog .webgene-item h1{
	font-size: 26px;
	font-weight: 600;
}
.newspage_a .webgene-blog .webgene-item .date {
    font-family: "Orbitron",  sans-serif;
    color: #9A9A9A;
	font-size: 14px;
}
.newspage_a .webgene-blog .webgene-item .catename {
    background-color: inherit;
	padding: 2px 10px;
	border: 1px solid #131313;
	border-radius: 50px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.news_d .cate-wrap .webgene-blog{
		flex-direction: row;
	}
    .news_d .cate-wrap {
        width: 100%;
        position: relative;
        top: 0px;
        align-self: flex-start;
		margin-bottom: 0;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

