.subpageArea01 {
  padding-top: 0;
}

.subpageArea01 .container:not(.detailContainer) {
  display: block;
}

.subpageTitle01 {
  margin-bottom: 60px;
  background-image: url("../images/bg_common01.jpg");
}

@media screen and (max-width: 767px) {
  .subpageTitle01 {
    margin-bottom: 30px;
  }
}

.subpageTitle01 span {
  width: 98px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .subpageTitle01 span {
    width: 75px;
    height: 16px;
  }
}

.newsList01 {
  font-size: 16px;
  border-top: 1px solid #00397c;
  border-bottom: 1px solid #00397c;
}

@media screen and (max-width: 767px) {
  .newsList01 {
    font-size: 14px;
  }
}

.newsList01 li {
  padding: 17px 0 15px;
  position: relative;
}

.newsList01 li span {
  width: calc(100% - 170px);
  margin-left: 40px;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .newsList01 li span {
    width: calc(100% - 125px);
    margin-left: 15px;
  }
}

.newsList01 li:not(:last-child) {
  border-bottom: 1px dashed #00397c;
}

.newsList01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #113a78;
  border-right: 2px solid #113a78;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .subPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.subPageContent h3 {
  font-size: 26px;
  font-weight: bold;
  color: #113a78;
}

@media screen and (max-width: 767px) {
  .subPageContent h3 {
    font-size: 20px;
  }
}

.subPageContent .date01 {
  color: #113a78;
}

.subPageContent .detailTextArea01 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #113a78;
  margin: 45px 0 15px;
  padding: 14px 15px 8px;
  background: #f8f6ed;
  border-left: 3px solid #113a78;
}

@media all and (-ms-high-contrast: none) {
  .subPageContent .detailTextArea01 h4 {
    padding: 15px 0 7px 15px;
  }
}

@media screen and (max-width: 767px) {
  .subPageContent .detailTextArea01 h4 {
    margin-top: 25px;
  }
}

.subPageContent .detailTextArea01 p {
  margin-bottom: 10px;
}

.subPageContent .btn01 {
  font-size: 14px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .subPageContent .btn01 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .subPageContent .btn01 {
    width: 250px;
  }
}

.subPageContent .btn01 a {
  padding: 8px 18px 7px 0;
}

@media screen and (max-width: 500px) {
  .subPageContent .btn01 a {
    padding: 10px 0 9px;
  }
}

@media print, screen and (min-width: 768px) {
  .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sidebar h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 14px 0 12px;
  background: #113a78;
  border-radius: 5px 5px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .sidebar h3 {
    padding: 17px 0 9px;
  }
}

.sidebar li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.sidebar a {
  padding: 12px 20px 9px 5px;
  display: block;
}

.sidebar a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #113a78;
  border-right: 2px solid #113a78;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
