@charset "utf-8";
.news_contents_wrap {
	border: solid 1px #dbdbdb;
	max-width: 900px;
	padding: 15px;
	margin: 25px auto 50px;
}
.news_title {
	color: var(--bland-color);
	text-align: center;
	margin-bottom: 120px;
}
.news_contents ul {
	list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1em;
}
.news_contents a {
	text-decoration: underline;
	color: #007ab4;
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
	.news_contents_wrap {
		padding: 30px;
		margin: 119px auto 40px;
	}
}
/* == カテゴリーボタンリスト == */
.news_cat_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
	flex-wrap: wrap;
	gap: 10px;
}
.news_cat_list li a {
	display: block;
}

/*--------------------------------------------------------------------------------
	News一覧
--------------------------------------------------------------------------------*/
.news_item{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
	font-weight: bold;
}
.news_item.detail {
    margin-bottom: 15px;
}
.news_item h3{
	width: 139px;
	height: 139px;
	border-radius: 70px;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
}
.news_item_first h3{
	background: #4abcf2;
	color: #fff;
}
.news_list{
	width: 100%;
}
.news_more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.875rem;
}
.news_more a{
	position: relative;
	display: block;
	text-decoration: none;
	padding-right: 18px;
}
.news_more::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4abcf2;
    border-right: 2px solid #4abcf2;
	transform: translateY(-50%) rotate(45deg);
}
.news_list li{
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #d1d1d1;
}
.news_info{
	display: flex;
	width: 260px;
	font-size: 0.75rem;
}
.news_text{
	display: flex;
	width: calc(100% - 340px);
	font-size: 0.875rem;
    position: relative;
}
.news_text::after {
    content: "";
    border-top: solid 2px #1a1a1a ;
    border-right: solid 2px #1a1a1a ;
    width: 0.5em;
    height: 0.5em;
	transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
	right: 0;
}
.news_list a{
	text-decoration: none;
    display: block;
}
.news_info span {
	text-align: center;
    align-items: center;
}
.news_time{
	font-size: 0.875rem;
	font-weight: normal;
	width: 110px;
	text-align: center;
    align-items: center;
}
.news_new{
	width: 8em;
	color: #fc3c3c;
    background-color: #eee;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}
.news_info.detail {
	width: auto;
}
.news_info.detail .news_new{
    margin-bottom: 0;
	margin-right: 0.5em;
}
.news_info.detail [class^="news_ico_"]:not(:last-child) {
	margin-right: 0.5em;
}
.news_info.detail .news_time {
	text-align: left;
}
.news_cat{
	width: 7em;
    display: flex;
    flex-flow: column;
	gap: 0.5em;
}
.news_cat a {
    display: block;
}
[class^="news_ico_"]{
	width: 8em;
    border-radius: 3px;
	text-align: center;
	text-decoration: none;
    display: flex;
    justify-content: center;
	align-items: center;
}
.news_ico_corporate_info{
	background: #4abcf2;
    color: #fff;
}
.news_ico_product_info{
	background: #13b5b1;
    color: #fff;
}
.news_ico_notification{
	background: #c490bf;
    color: #fff;
}
.news_ico_esg{
	background: #12b59a;
    color: #fff;
}
.news_ico_group_info{
	background: #FCE465;
    color: #fff;
}
/*新カテゴリ*/
.news_ico_movie{
	background: #191970;
    color: #fff;
}
.news_ico_feature_article{
	background: #00afcc;
    color: #fff;
}
.news_ico_catalog{
	background: #26499d;
    color: #fff;
}
.news_ico_delivery_example{
	background: #c82c55;
    color: #fff;
}
.news_ico_solution{
	background: #ffa500;
    color: #fff;
}
.news_ico_others{
	background: #93b7d5;
    color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	[class^="news_ico_"]:not(:last-child) {
		margin-right: 0.5em;
	}
	.news_title {
		margin-bottom: 25px;
	}
	.news_cat_list {
		justify-content: flex-start;
		gap: 5px;
	}
	.news_cat_list li {
		margin: unset;
		width: calc(100% / 2 - 5px);
	}
	.news_list li {
		flex-wrap: wrap;
	}
	.news_cat_list li a {
		padding: 0;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.news_info {
		width: 100%;
	}
	.news_cat{
		flex-flow: row;
		flex-wrap: wrap;
		width: 100%;
	}
	.news_text {
		width: 100%;
	}
	.pagenavi > a.previouspostslink:after,
	.pagenavi > a.nextpostslink:after,
	.pagenavi > span.previouspostslink:after,
	.pagenavi > span.nextpostslink:after {
		width: 5px;
    	height: 5px;
		top: calc(58px / 2 - 0.25em);
		left: calc(58px / 2 - 0.25em);
	}
}