﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.news_side {
	margin:0 0 35px;
}

.news_side .mtitlebox p {
	background-image: url('../images/news/news_mtitle.svg');
	background-size: auto 33px;
	padding: 33px 0 0;
}

.news_index {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin:0 0 10px;
}

.newsbox {
	margin:0 20px 30px 0;
	width:calc(50% - 10px);
}

.newsbox:nth-child(2n) {
	margin-right:0;
}

.newsbox a {
	display: block;
}

.newsbox .imagebox {
	margin:0 0 10px;
}

.newsbox .imagebox b {
	display:block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.newsbox .databox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 6px;
}

.newsbox .databox .cat {
	width:55%;
}

.newsbox .databox .cat b {
	display: inline-block;
	padding:0 10px;
	min-width:55px;
	line-height:18px;
	text-align: center;
	color:#FFF;
	font-size:1.0rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	background-color: #1e1e1e;
}

.newsbox .databox .date {
	width:45%;
	line-height:18px;
	text-align: right;
	color:#969696;
	font-size:1.1rem;
	font-weight: 300;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.08em;
}

.newsbox .title {
	line-height:1.75;
	text-align: justify;
	font-size:1.2rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

/* POST
=================================== */
.entry_title {
	margin:0 0 15px;
}

.entry_title .mimage {
	margin:0 0 20px;
}

.entry_title .databox {
	display: flex;
	align-items: center;
}

.entry_title .databox .cat {
	margin:0 10px 0 0;
}

.entry_title .databox .cat b {
	display: inline-block;
	padding:0 10px;
	min-width:55px;
	line-height:18px;
	text-align: center;
	color:#FFF;
	font-size:1.0rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	background-color: #1e1e1e;
}

.entry_title .databox .date {
	line-height:18px;
	color:#969696;
	font-size:1.1rem;
	font-weight: 300;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.08em;
}

.entry_title .title {
	line-height:1.5;
	font-size:1.7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.news_area1 .content_wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.news_side {
		margin:0;
		width:211px;
	}

	.news_side .mtitlebox p {
		background-size: auto 56px;
		padding: 56px 0 0;
	}

	.news_main {
		width:670px;
	}

	.news_index {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin:0 0 60px;
	}

	.newsbox {
		margin:0 70px 65px 0;
		width:300px;
	}

	.newsbox:nth-child(2n) {
		margin-right:0;
	}

	.newsbox .imagebox {
		margin:0 0 15px;
		overflow: hidden;
	}

	.newsbox .imagebox b {
		transition-duration: .6s;
	}

	.newsbox a:hover .imagebox b {
		transform: scale(1.2);
	}

	.newsbox .databox {
		margin:0 0 10px;
	}

	.newsbox .databox .cat {
		width:60%;
	}

	.newsbox .databox .cat b {
		padding:0 15px;
		min-width:77px;
		line-height:25px;
		font-size:1.3rem;
	}

	.newsbox .databox .date {
		width:40%;
		line-height:25px;
		font-size:1.2rem;
	}

	.newsbox .title {
		font-size:1.5rem;
		-webkit-line-clamp: 3;
	}

	/* POST
	=================================== */
	.entry_title {
		margin:0 0 20px;
	}

	.entry_title .mimage {
		margin:0 0 35px;
	}

	.entry_title .databox .cat b {
		padding:0 15px;
		min-width:77px;
		line-height:25px;
		font-size:1.3rem;
	}

	.entry_title .databox .date {
		line-height:25px;
		font-size:1.2rem;
	}

	.entry_title .title {
		line-height:1.55;
		font-size:2.6rem;
	}
}
