.news_mv {
  background-image: url(../../images/profile/visual.jpg);
}
@media screen and (max-width: 767px) {
  .news_mv {
    background-image: url(../../images/profile/visual_sp.jpg);
  }
}

.news .titlearea h2 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 25px;
  border-left: 5px solid #0054a7;
}

.news .titlearea h2 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.news .titlearea time {
  display: block;
  width: 100%;
  margin-top: 35px;
  font-size: 14px;
  color: #666666;
  text-align: right;
}

.news .titlearea .signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 14px;
  margin-top: 15px;
}

.news .titlearea .disc-list li {
  width: 100%;
}
.news .news_detail {
  margin-top: 40px;
}

.news .topicpath_area .inner {
  max-width: 1280px;
}
.news .inner {
  max-width: 970px;
}

.news .news_detail {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}

.news .news_detail h3 {
  color: #0054a7;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;

}
.news .news_detail h3 + p {
  font-size: 14px;
  letter-spacing: 0;
}

.news .news_detail .brackets .notes {
  text-indent: -3.5em;
  margin-left: 3.5em;
}

.news_content {
  padding-bottom: 60px;
}

.conatct-list a:hover {
  color: #0054a7;
  opacity: 1;
}

.news .news_detail table tbody td {
  line-height: 1.5;
}

.text-indent01 {
  text-indent: 1em;
}

@media screen and (max-width: 767px) {
  .news .titlearea h2 {
    font-size: 20px;
    padding-left: 20px;
  }
  .news .titlearea h2 span {
    font-size: 16px;
  }

  .news .news_detail h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .news .titlearea .signature {
    justify-content: flex-start;
  }
}