.subTitleArea {
  background: url("../images/bg_index01.jpg") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
  .subTitleArea {
    background: url("../../common/images/line_common01.svg") repeat-x bottom, url("../images/bg_index01_sp.jpg") no-repeat center right/cover;
  }
}

.newsArea01,
.newsDetailArea01 {
  font-size: 1.6rem;
  padding: 60px 0 145px;
}
@media screen and (max-width: 767px) {
  .newsArea01,
.newsDetailArea01 {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .newsArea01 {
    font-size: 1.3rem;
  }
}
.newsArea01 h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.newsList01 {
  border-top: 1px solid #ddd;
}
.newsList01 li {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.newsList01 li span {
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .newsList01 li span {
    width: calc(100% - 170px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .newsList01 li span {
    font-size: 1.4rem;
    margin-top: 10px;
    display: block;
  }
}
.newsList01 a {
  padding: 18px 45px 18px 0;
  background: url("/video/common/images/arrow_circle_common02.svg") no-repeat 100% 50%/21px 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newsList01 a {
    background-size: 13px 12px;
  }
}

.pager {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.pager li {
  text-align: center;
  width: 32px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .pager li {
    width: 28px;
    margin: 0 10px;
  }
}
.pager li:not(.prev):not(.next) {
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .pager li:not(.prev):not(.next) {
    margin: 0 6px;
  }
}
.pager li.current {
  color: #fff;
  width: 40px;
  background: #113a78;
}
@media screen and (max-width: 767px) {
  .pager li.current {
    width: 34px;
  }
}
.pager a,
.pager span {
  padding: 7px 0 6px;
  display: block;
}
.pager .next,
.pager .prev {
  background: #ddd;
  position: relative;
}
.pager .next a,
.pager .prev a {
  padding: 7px 0;
}
.pager .next span,
.pager .prev span {
  width: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .newsDetailArea01 {
    display: flex;
    justify-content: space-between;
  }
}
.newsDetailArea01 .generalBtn {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .newsDetailArea01 .generalBtn {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .newsDetailContent01 {
    width: calc(100% - 260px);
  }
}
.newsDetailContent01 h3,
.newsDetailContent01 .date01 {
  font-weight: 700;
}
.newsDetailContent01 .date01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .newsDetailContent01 .date01 {
    font-size: 1.4rem;
  }
}
.newsDetailContent01 h3 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #014d9f;
}
@media screen and (max-width: 767px) {
  .newsDetailContent01 h3 {
    font-size: 1.8rem;
  }
}
.newsDetailContent01 .detailTextArea01 {
  line-height: 1.8;
}
.newsDetailContent01 .detailTextArea01 p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .newsDetailContent01 .detailTextArea01 p {
    margin-top: 20px;
  }
}
.newsDetailContent01 .detailTextArea01 a {
  color: #335b99;
  word-break: break-all;
}

@media print, screen and (min-width: 768px) {
  .sidebar {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 55px;
  }
}
.sidebar h3 {
  font-weight: bold;
  color: #fff;
  padding: 14px 0 12px;
  background: #014d9f;
  border-radius: 5px 5px 0 0;
}
.sidebar li {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sidebar a {
  padding: 17px 0;
  background: url("/video/common/images/arrow_circle_common02.svg") no-repeat 100% 50%/19px 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sidebar a {
    padding: 10px 45px 10px 0;
    background-size: 13px 12px;
  }
}