@media screen and (min-width:1080px) {

main h2 .h2_TopPage {
		display: block;
		text-align: center;
		padding-bottom: .5em;
		font-size: 1.8rem;
		line-height: 1;
		font-family: 'Noto Serif JP', serif;
		font-weight: bold;
	}
  
main h2 .h2_TopPage  {
		content: '';
		display: block;
		height: 30px;
		border-left: 1px solid #999;
		margin-left: 50%;
}
  
}

.spnews2 {
  min-height: 100px !important;
  max-height: 700px !important;
}

.newstable {
  width: 600px;
  font-size: 13px;
}

.newstable th {
  width: 17%;
  text-align: left;
}

.newstable td {
  width: 83%;
}

@media screen and (max-width:650px) {
.newstable {
  width: 100%;
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.newstable th {
  width: 25%;
  text-align: left;
}

.newstable td {
  width: 75%;
}
}