﻿
 #menu-22  {
	text-align: left;
  }
 #menu-22 ul {
	margin: 0px;
  }
 #menu-22 li {
	margin: 10px 0px;
	list-style: none;
  }
/* News detail template */
#cont-10 {
	padding-top: 140px;
	padding-bottom: 80px;
}
#cont-10 .news-content {
	margin: 0 auto;
}
#cont-10 .news-body {
	max-width: 900px;
}
#cont-10 .news-body p {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.55;
}
#cont-10 .news-body p:first-child,
#cont-10 .news-body h1:first-child {
	margin-bottom: 26px;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 0.95;
	font-weight: 700;
	color: var(--color, #161616);
}
#cont-10 .news-body a {
	color: #e2001a;
	text-decoration: none;
	text-underline-offset: 5px;
}
#cont-10 .news-body a:hover,
#cont-10 .news-body a:focus-visible {
	text-decoration: underline;
}
#cont-10 .news-body img {
	display: block;
	float: none;
	width: 100%;
	max-width: 820px;
	height: auto;
	margin-top: 44px;
}

@media (max-width:800px) /* responsive */ {
	#cont-10 {
		padding-top: 90px;
		padding-bottom: 56px;
	}
	#cont-10 .news-body p {
		font-size: 16px;
	}
	#cont-10 .news-body p:first-child,
	#cont-10 .news-body h1:first-child {
		font-size: 36px;
	}
	#cont-10 .news-body img {
		margin-top: 32px;
	}
}
/* End news detail template */