.news {
  width: 100%;
  background-color: #f2f2f2;
}
.newsBox ul li {
  margin-bottom: 1.3rem;
}
.newsBox ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .newsBox	{
    width: 100%;
    max-width: 1448px;
    margin-left:auto !important;
    margin-right:auto;
    padding: 40px 90px;
    font-size:1.5rem;
    }
    time	{
    font-weight:bold;
    display:inline;
    }
  }
@media screen and (max-width: 768px) {
	.newsBox	{
	font-size:1.5rem;
	padding: 10vw;
	}
	time	{
	font-weight:bold;
	display:block;
	}
}

.special__txt2510 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.special__txt2510 a {
  color: #004697;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .special__txt2510 {
    font-size: 16px;
  }
}