@charset "UTF-8";
/* CSS Document */
a {
	color: #009;
}


.newsInner{
  width: 90%;
  max-width: 1024px;
	padding:1em;
	margin: 1em auto;
border-bottom: 1px solid #000;
}
h2.newsTit {
	text-align: center;
	font-size: clamp(24px, 2.8125vw, 36px);
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
h2.newsTit span {
	display: inline-block;
}
/*.newsInner p {
	padding-top: 1em;
}*/
.newsInner p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.newsInner h3.date {
	font-size: clamp(16px, 1.5625vw, 20px);
	line-height: 1.5em;
}
.newsText .flexBox-2 {
	display: flex;
/*	justify-content: space-between;*/
	width: 100%;
	flex-wrap: wrap;
}
.newsText .headWrap-2 {
	width: 12.5%;
	max-width: 5em;
}
.newsText .cntntWrap-2 {
	width: 85%;
}
.newsText .box-2 {
	width: 100%;
	padding: 0.5em 1.5em;
	font-weight: 500;
	margin: 1em 0;
	border: 1px solid #000;
}
.newsText .box-2 h2 {
	width: fit-content;
	padding: 0 1em ;
	font-weight: 700;
	color: #fff;
	background: #000;
	font-size: 1.15em;
	margin-top: 0.25em;
	line-height: 1.8em;
	display: flex;
	align-items: center;
}
.newsText .note {
	font-size: 0.875em;
	font-weight: 500;
	color: #666;
	line-height: 1.5em;
}
.newsText .note-2 {
	font-size: 0.875em;
	font-weight: 500;
	color: #C00;
	line-height: 1.5em;
}
.dotLine {
	border-bottom: 1px dotted #000;
}


@media screen and (max-width: 768px){
.newsText .headWrap-2 {
	width: 20%;
	max-width: 5em;
}
.newsText .cntntWrap-2 {
	width: 80%;
}
.newsText .cntntWrap-2 span {
		display: inline-block;
	}
}