.tit{
  font-size: 13px;
}
@media screen and (max-width: 770px) {
  .tit{
    font-size: 16px;
  }
}

.spmessageNav ul{
  display: flex;
	flex-wrap: wrap;
	justify-content: center;  
}
.spmessageNav li{
  margin-right: 10px;
}


.dlTo a{
	color: #000;
}
.wpDetail__text span {
  font-size: 18px;
}
@media screen and (max-width: 770px) {
  .wpDetail__text span{
    font-size: 23px;
  }
}

.spmessageTit{
  margin-top: 3vw;
  background-color: #aa0014;
  text-align: center;
  color: #fff;
  padding: 0.5vw 0;
}
@media screen and (max-width: 770px) {
  .spmessageTit{
    margin-bottom: 2vw !important;
  }
}
.spmessageMv{
  text-align: center;
}

.wpDetail__text img, .wpDetail__text iframe {
  margin-bottom: 0;
}

.mt{
  margin-top: 8vw;
}