@charset "utf-8";
.news {
	position: relative;
	padding: 130px 0 152px;
}
.news__head {
	background-color: #34ff54
}
.news__conts {
	margin-top: 38px;
	padding: 23px 30px 50px;
	background-color: #34ff54
}
.news__cont {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding-top: 98px;
}
.news__cont:first-child {
	padding-top: 98px;
	margin-top: -97px
}
.news__date {
	width: 220px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: bold
}
.news__article {
	width: 620px
}
.news__ttl {
	text-align: justify;
	font-size: 4rem;
	line-height: 1.25;
	letter-spacing: -0.008em;
	font-weight: bold
}
.news__txts {
	margin-top: 8px;
	text-align: justify;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .01em
}
.news__continue {
	float: right
}
.news__txts strong {
	font-weight: bold
}
.news__txts em {
	font-style: italic
}
.news__txts a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	word-break: break-all;
	-webkit-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news__txts a:hover {
	opacity: .7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-webkit-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.news__txts p {
	text-align: justify;
	font-size: 2.4rem;
	line-height: 1.291666666666667
}
.news__txts img {
	width: auto;
	margin: 10px 0;
	max-width: 480px
}
.news__txts iframe {
	width: 480px !important;
	height: 270px !important;
	margin: 10px 0
}
.news__pagenation {
	margin-top: 54px;
	text-align: center
}
.news__btn {
	width: 94px;
	height: 43px;
	margin-right: 53px;
	background-color: #b2c6d4;
	font-size: 3.8rem;
	letter-spacing: 0.01em;
}
.news__btn:last-child {
	margin-right: 0
}

.news_category_wrap {
	display: flex;
	align-items: flex-end;
	justify-content: left;
}
.category-boxarea {
	list-style :none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin-left: 5%;
	width: 100%;
}
.category_box--item {
	display: inline-block;
}
.category__box--item:last-child {
	margin-right: 0px;
}
.category_button {
	height: 31px;
	margin-right: 20px;
	cursor: pointer;
}
.category_button:hover {
	filter: grayscale(0.3);
}

/*-----------------------------------------------
news カテゴリー色分け
-----------------------------------------------*/
.cat {
	padding: 3px 7px;
}
.cat-all {
	padding: 0 20px;
	background: #34FF54;
}
.cat-4 {
	background: #0382FF; /* Blog */
}
.cat-5 {
	background: #FF0000; /* Exhibition */
}
.cat-6 {
	background: #B939FF; /* General Annnoucement */
}
.cat-7 {
	background: #F8D648; /* Our Customers */
}
.cat-bold {
	font-weight: 800;
}

@media screen and (max-width:736px) {
	.news {
			position: relative;
			padding: 23.913043478260867vw 0 18.59903381642512vw;
	}
	.news__head {
			background-color: #34ff54
	}
	.news__conts {
			margin-top: 9.178743961352657vw;
			padding: 0.7246376811594203vw 0.7246376811594203vw 6.038647342995169vw;
			background-color: #34ff54
	}
	.news__cont {
			display: block;
			padding-top: 14.492753623188404vw;
	}
	.news__cont:first-child {
			padding-top: 14.492753623188404vw;
			margin-top: -14.492753623188404vw
	}
	.news__date {
			width: auto;
			font-size: 4.227053140096618vw;
			line-height: 1.5;
			font-weight: bold
	}
	.news__article {
			width: 100%
	}
	.news__ttl {
			margin-top: 3.019323671497585vw;
			font-size: 6.642512077294685vw;
			line-height: 1;
			font-weight: bold;
			letter-spacing: -0.008em
	}
	.news__txts {
			margin-top:1.207729468599034vw;
			font-size:3.623188405797101vw;
			line-height:1.166666666666667;
			letter-spacing:0
	}
	.news__txts a {
			text-decoration-thickness: 1px;
	}
	.news__txts a:hover {
			opacity: 1;-ms-filter:none;filter:none;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			-ms-transition: none;
			transition: none
	}
	.news__txts p {
			font-size: 3.623188405797101vw;
			line-height: 1.1;
			letter-spacing: 0
	}
	.news__txts img {
			max-width: 57.97101449275362vw;
			margin: 2.415458937198068vw auto
	}
	.news__txts iframe {
			width: 57.97101449275362vw !important;
			height: 32.608695652173914vw !important;
			margin: 2.415458937198068vw auto
	}
	.news__pagenation {
			margin-top: 9.903381642512077vw
	}
	.news__btn {
			width: 16.545893719806763vw;
			height: 8.091787439613526vw;
			margin-right: 5.555555555555555vw;
			font-size: 4.468599033816425vw;
			letter-spacing: 0
	}
	.news_category_wrap {
    display: block;
	}
	.category-boxarea {
		margin-left: 0;
    margin-top: 3%;
	}
	.category_box--item {
    display: inline-block;
    margin: 10px 0px;
	}	
}