@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.page-title {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  position: relative;
}
.page-title .breadcrumb {
  width: 100%;
  border-top: none;
  position: absolute;
  top: 0;
  left: 0;
}
.page-title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.page-title h1 .sub {
  font-size: 15px;
  font-size: 1.5rem;
  color: #202124;
  font-weight: 400;
}
@media print, screen and (min-width: 1023px) {
  .page-title {
    margin-top: 110px;
    height: 300px;
  }
  .page-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .page-title h1 .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.content-wrap {
  padding-top: 0;
}

.content .news-list {
  display: block;
  border-top: none;
}
.content .news-list ul {
  margin-top: 0;
}
.content .news-list ul li {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.3;
  padding: 0 1em;
}
.content .news-list ul li a {
  display: block;
  color: #000;
  padding: 30px 0;
}
.content .news-list ul li a .date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .content .news-list ul li a .date::after {
    content: "\a";
    white-space: pre;
  }
}
@media print, screen and (min-width: 1023px) {
  .content .news-list ul li {
    padding: 0 2em;
  }
}

.news-content-wrap {
  margin-top: 2em;
}

.content h2 {
  background: #202124;
  border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 450;
  padding: 10px;
  margin-top: 2.4em;
}
.content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 450;
  padding: 5px 10px;
  border-left: 6px solid #202124;
  margin-top: 1.6em;
}
.content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #202124;
  font-weight: 450;
}
.content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.content a.anchor {
  display: inline-block;
  padding-left: 0.7em;
  color: #202124;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 5px;
  background-position: left 0 top 50%;
}
.content ul.list li {
  position: relative;
  padding-left: 1em;
  margin: 5px 0;
}
.content ul.list li::before {
  content: " ";
  display: block;
  background: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.content table {
  width: 100%;
  line-height: 1.5;
}
.content table thead th {
  background: #F4EDED;
  color: #202124;
}
.content table th, .content table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.content table th {
  background: #f9f9f9;
  font-weight: 400;
}
.content table ul {
  margin-top: 0;
}