.p-topnews__listarea{
    width: 87%!important;
 }

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}


#categorytext{
	float: left;
	padding-left: 67px;
}
#Group {
	position: absolute;
	width: 13.847px;
	height: 18.06px;
	left: 0px;
	top: 11.069px;
	overflow: visible;
}

#Component {
	position: absolute;
	width: 280px;
	height: 65px;
	left: 0px;
	top: 0px;
	overflow: visible;
}


#date {
	overflow: visible;
	white-space: nowrap;
	line-height: 26px;
	margin-top: -6px;
	margin-right: 10px;
	text-align: left;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -0.1px;
	white-space: nowrap;
	text-align: left;
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(0, 4, 98, 1);
	letter-spacing: 0.4px;
}

#Text_cu {
	position: absolute;
	white-space: nowrap;
	margin-left: 8px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	padding: 0 8px 0 8px;
    background-color: #000462;
}

#n_1139 {
	fill: rgba(0, 4, 98, 1);
}

.n_1139 {
	position: absolute;
	overflow: visible;
	width: 74px;
	height: 23px;
}

#NEWS {
	left: 50px;
	top: 438px;
	position: absolute;
	overflow: visible;
	width: 54px;
	white-space: nowrap;
	line-height: 60px;
	margin-top: -18px;
	text-align: left;
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

#n_425 {
	/* width: 233px;
	height: 133px;
	left: 897px;
	top: 738px;
		margin: 50px 0;*/
	overflow: visible;
	object-fit: contain;


}

.n-mv--contact {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/news/news.png) no-repeat center center;
}

#button {
	height: 100px;
}

#title {
	font-size: 16px;
    color:#000;
}

#n_2 {
	fill: transparent;
	stroke-width: 1.5px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}

.n_2 {
	overflow: visible;
	width: 960px;
	height: 1.5px;
	left: 353.699px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.category-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.category-item {
	margin: 10px 10px;
	width: 30%;
	padding: 50px 0;

}

.category-link {
	min-width: 182px;
	height: 60px;
	padding: 6px 20px;
	border-radius: 5px;
	border: 2px solid #000462;
	font-size: 18px;
	width: 100%;
}

.category-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: background-color 0.25s ease;
	color: #000462;
}

#datediv {
	float: left;
	width: 100%;
}

#titlediv {
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
}


.select_button {
	color: #FFFFFF;
	background: #000462;
}

.categorybox {
	padding-left: 5px;

}

.c-contents {
    width: 90%;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 10;
    margin: 0 auto;
	padding-left: 10%;
 }

.p-topnews__listarea {
    width: 100%;
 }
@media screen and (max-width: 939px)
{
	.c-contents__box {
    	width: 100%;
	}
	.category-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
        margin-top: 10px;
        gap: 10px 0;
	}

	.category-item {
		margin: 0 auto;
		width: 90%;
		padding: 0;
	}

	.category-link {
		min-width: 182px;
		height: 45px;
		padding: 6px 20px;
		border-radius: 5px;
		border: 2px solid #000462;
		font-size: 14px;
	}
	.p-topnews__listarea__list__item {
		width: 100%;
		flex-flow: column-reverse!important;
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid #cbcbcb;
	}
	.p-topnews__listarea__list__item__image {
		order: 1;
		width: 100%;
		margin-left: auto;
		margin-bottom: 12px;
		flex-basis: 26%;
		flex-shrink: 1;
		display: flex;
	}
}


.p-topnews__listarea__list__item__image {
	float: right;
}

