.bold {
  font-weight: bold; }

* {
  color: #525252; }

#news-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media print, screen and (min-width: 768px) {
    #news-top {
      width: 1366px;
      height: 340px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    #news-top {
      width: 100%;
      height: 0;
      padding-top: calc(340 / 1366 * 100%); } }

@media print, screen and (min-width: 768px) {
  #news-header {
    width: 906px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  #news-header {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px; } }
#news-header h1 {
  font-weight: 700;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    #news-header h1 {
      font-size: 30px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    #news-header h1 {
      font-size: 15px;
      margin-bottom: 3px; } }
#news-header p {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    #news-header p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    #news-header p {
      font-size: 14px; } }

@media print, screen and (min-width: 768px) {
  #news-content {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  #news-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 50px; } }
@media print, screen and (min-width: 768px) {
  #news-content .news-thumbnail {
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  #news-content .news-thumbnail {
    margin-bottom: 20px; } }
@media print, screen and (min-width: 768px) {
  #news-content .news-thumbnail img {
    width: 500px;
    height: auto; } }
@media print, screen and (min-width: 768px) {
  #news-content p {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  #news-content p {
    font-size: 14px; } }
#news-content img {
  display: block; }
  @media print, screen and (min-width: 768px) {
    #news-content img {
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    #news-content img {
      width: 100%; } }
#news-content h2 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    #news-content h2 {
      font-size: 22px;
      font-weight: 500;
      padding-bottom: 7px;
      padding-left: 8px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    #news-content h2 {
      font-size: 18px;
      padding-bottom: 5px;
      margin-top: 10px;
      margin-bottom: 5px; } }
  #news-content h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #DDD;
    position: absolute;
    bottom: 0;
    left: 0; }
@media print, screen and (min-width: 768px) {
  #news-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  #news-content h3 {
    font-size: 16px;
    margin-bottom: 5px; } }
@media print, screen and (min-width: 768px) {
  #news-content ul {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  #news-content ul {
    margin-bottom: 15px; } }
#news-content ul li {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    #news-content ul li {
      margin-left: 16px;
      padding-left: 28px;
      font-size: 18px;
      height: 23px;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-weight: 500; } }
  @media only screen and (max-width: 767px) {
    #news-content ul li {
      padding-left: 13px;
      margin-left: 13px;
      font-size: 14px; } }
  #news-content ul li::before {
    content: "";
    background: url(/news/img/icon_ul.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0; }
    @media print, screen and (min-width: 768px) {
      #news-content ul li::before {
        width: 23px;
        height: 23px; } }
    @media only screen and (max-width: 767px) {
      #news-content ul li::before {
        width: 10px;
        height: 10px; } }
@media print, screen and (min-width: 768px) {
  #news-content ol {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  #news-content ol {
    margin-bottom: 15px; } }
#news-content ol li {
  list-style: decimal; }
  @media print, screen and (min-width: 768px) {
    #news-content ol li {
      font-size: 18px;
      margin-left: 43px;
      font-weight: 500; } }
  @media only screen and (max-width: 767px) {
    #news-content ol li {
      font-size: 14px;
      margin-left: 26px; } }
  #news-content ol li::marker {
    font-size: 29px;
    font-family: "Cambria Math"; }
    @media only screen and (max-width: 767px) {
      #news-content ol li::marker {
        font-size: 18px; } }

/*# sourceMappingURL=page_news.css.map */
