.top_img { 
  background-image: url("img_top_2.jpg");
  background-size: 100%;
  background-position: top;
  background-color: #000013;
  background-repeat: no-repeat;
}

.news_1 {
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);/*24px 16px*/
	padding: 0.2em;
	color: #f9c270;
	font-weight: 600;
}

.news_2 {
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);/*15px 12px*/
	color: #f9c270;
	font-weight: 600;
	padding-right: 0.6em;
}

.news_3 {
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);/*15px 12px*/
	color: #ffffff;
	font-weight: 400;
}
