
#news_page .box .kijidate {
	background-color: #050505;
	line-height: 1.0;
	margin: 0 auto 15px;
	padding: 12px;
	text-align: left;
	color: #fff;
}

#news_page .box .kijitit {
	text-align: center;
}

#news_page .box .kijitit h3 {
	color: black;
	font-size: 1.2rem;
	text-align: left;
}

#news_page .box .newsimg {
	display: block;
	text-align: center;
}

#news_page .box .kijitext {
	line-height: 1.9rem;
	text-align: left;
	color: black;
}
#news_page .box .kijitext {
	font-size: 1rem;
	line-height: 1.5;
}
#news_page .box {
	margin-bottom:10%;
}
#news_page .box:last-child {
	margin-bottom:0;
}

.common_wrapp_in {
	padding: min(4vw, 5em) min(3vw, 5em);
	position: relative;
}

.common_wrapp {
    background-color: #fff;
    box-shadow: 0px 0px 5px #0d224540;
    margin: 0 auto 10%;
    padding: 20px 5px;
    border-radius: 6px;
}
.newsimg img {
	width: 100%;
}

#newsBox img {
	width: 100%;
}

@media screen and (max-width: 600px){
#news_page .box .kijitit h3 {
    color: black;
    font-size: 1rem;
    text-align: left;
}
#news_page .box .kijitext {
	font-size: .8rem;
	line-height: 1.5;
}
.common_wrapp_in {
	padding: 0;
}
}