/*--news--*/
.time_category.flex{
	align-items: center;
}
.time_category time{
	color: var(--basecolor);
	font-size: 120%;
	font-weight: bold;
	margin: 0 2% 0 0;
}
.time_category .category{
	background: var(--basecolor);
	color: #fff;
	padding: 2px 20px;
	border-radius: 45px;
}
.news_title{
	font-size: 200%;
	font-weight: bold;
	margin:0.3em 0 1em;
}
.news_img{
	margin: 40px auto;
}
.news_text_block h3{
	margin: 30px auto 0;
}
.news_text_block .a_link a{
	color: var(--basecolor);
}
.news_pdf{
	background: #f8f8f8;
	margin: 30px auto;
	padding: 15px;
	text-align: center;
}
.news_pdf p{
	margin: 0 auto 10px;
}
.news_pdf a{
	display: flex;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
	color: var(--basecolor);
}
.news_pdf a img{
	margin: 0 10px 0 0px;
}

/*newspage*/
.back_on_white .news_box{
	width: 100%;
	flex-wrap: wrap;
	margin: 2vw auto 0;
}
.back_on_white .news_box .news_link{
	width:31.6%;
	margin: 0 2.5% 5% 0;
}
.back_on_white .news_box .news_link:nth-child(3n+1){
		margin: 0 0% 5% 0;
}
.back_on_white .news_box .news_text{
	margin:0.5em 0 0;
}


@media(max-width:960px){
	.back_on_white .news_box .news_link:nth-child(3n+1),
	.back_on_white .news_box .news_link{
		margin: 0 4% 30px 0;
		width: 48%;
	}	
	.back_on_white .news_box .news_link:nth-child(2n+1){
		margin: 0 0 25px 0;
	}
	.back_on_white .news_box .news_link .mask{
		height:30vw;
	}
	.back_on_white .news_box .news_text{
		font-size:90%;
	}
}
@media(max-width:768px){
	.back_on_white .news_box .news_link:nth-child(3n+1),
	.back_on_white .news_box .news_link:nth-child(2n+1),
	.back_on_white .news_box .news_link{
		margin: 0 0 20px 0;
		width: 100%;
	}	
	.back_on_white .news_box .news_link .mask{
		height: 45vw;
		width: 45vw;
	}
	.back_on_white .news_box .news_text{
		font-size:90%;
	}
}
@media(max-width:560px){
	.news_title{
		font-size: 150%;
	}
	.news_img{
		margin: 20px auto;
	}
	.time_category time{
		margin: 0 3% 0 0;
	}
}
.newstext b{
	color: var(--basecolor);
}
.newstext a{
	display:inline-block;
	margin-top:0.5em;
	margin-bottom:0.5em;
	position: relative;
	font-size: 105%;
	background: var(--basecolor);
	color: #fff;
	padding: 8px 60px 8px 40px;
	border-radius: 45px;
	display: inline-block;
	transition: all 0.3s;
}
.newstext a:after{
	content: "";
	position: absolute;
	display: inline-block;
	border-style: solid;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
	top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all 0.3s;
}
.newstext a:hover{
	background: #f16d83;
}

.img234box{
	display:flex;
	width:fit-content;
	margin:40px 0
}
.img234box .newsimg{
	max-width:350px;
	margin:12px 12px 12px 0;
	border:1px solid #ccc;
	display:flex;
	align-items:center;
}
.img234box .newsimg:last-child{
	margin:12px 0 12px 0;
}
.img234box .newsimg img{
	max-width:100%;
	max-height:100%;
}
