/****************************** mobile,cpmmon ******************************/

.news_list {
	margin-bottom: 30px;
}
.news_item {
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.news_item:not(:last-child) {
	margin-bottom: 12px;
}
.news_item a {
	display: flex;
	height: 100px;
	color: var(--black_text);
}
.news_item a img {
	width: 30%;
}
.news_item a > div {
	width: 70%;
	padding: 15px 15px 0px 15px;
	/* position: relative; */
}
.news_item h3 {
	font-size: 13px;
  line-height: 18px;
	margin-top: 8px;
}
.news_item_detail {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	font-weight: 700;
}
.news_item time {
	letter-spacing: 0px;
}
.news_item span {
	text-align: right;
	border-bottom: 1px solid var(--corp_color);
	padding-bottom: 4px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	.news_list {
		display: flex;
	  justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.news_item:not(:last-child) {
    margin-bottom: 0px;
	}
	.news_item {
    border-radius: 10px;
    width: 48%;
	}
	.news_item a {
    display: block;
    height: inherit;
	}
	.news_item a img {
    width: 100%;
    height: 180px;
	}
	.news_item a > div {
    width: 100%;
    height: 180px;
    padding: 25px 25px 0px;
    box-sizing: border-box;
	}
	.news_item h3 {
    font-size: 15px;
    line-height: 24px;
		margin-top: 12px;
	}
	.news_item_detail {
		font-size: 12px;
		font-weight: 700;
	}
}

/****************************** PC ******************************/
@media (min-width: 1025px){

	.news_item {
		width: 23%;
		margin-bottom: 0px;
	}


}
