section.main-block {
  padding-top: 29.7%;
  overflow: hidden;
  top: 80px;
  background: url(../img/news/news-main.png) no-repeat center center;
  background-size: cover;
}

section.main-block h1 {
  position: absolute;
  bottom: 0;
  transform: translateX(120px);
  background-color: #fff;
  color: #1e2182;
  width: 100%;
  padding: 32px 40px;
}

.container {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}

#news {
  padding: 120px 0px 100px 0px;
}

#news .inner {
}

#news .inner h2 {
  color: #1e2182;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 36px;
}

#news .inner h2::before {
  content: "";
  background: #1e2182;
  display: block;
  width: 240px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-date {
  font-size: 0.75rem;
  color: #666;
}

#news .news-01 {
  margin: 0px 0px 56px 0px;
}

#news .news-01 .box-01 {
  width: 100%;
  padding: 25px 0px 0px 0px;
  position: relative;
}

#news .news-01 .box-01 p {
  margin: 0px 0px 24px 0px;
  line-height:2;
}

#news .news-01 .box-01 .box-01-link {
  line-height:3;
}

#news .red {
  color: #c52853;
}

@media screen and (max-width: 900px) {
  section.main-block {
    padding-top: 29.7%;
    overflow: hidden;
    top: 50px;
    background: url(../img/news/news-main.png) no-repeat center center;
    background-size: cover;
  }

  section.main-block h1 {
    position: absolute;
    bottom: 0;
    transform: translateX(90px);
    background-color: #fff;
    color: #1e2182;
    width: 100%;
    padding: 25px 40px;
    font-size: 1.25rem;
  }

  .container {
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
  }

  #news {
    padding: 100px 0px 100px 0px;
  }

  #news .inner {
  }

  #news .inner h2 {
    color: #1e2182;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 36px;
  }

  #news .inner h2::before {
    content: "";
    background: #1e2182;
    display: block;
    width: 240px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .news-date {
    font-size: 0.75rem;
    color: #666;
  }

  #news .news-01 {
    margin: 0px 0px 56px 0px;
  }

  #news .news-01 .box-01 {
    width: 100%;
    padding: 25px 0px 0px 0px;
    position: relative;
  }

  #news .news-01 .box-01 p {
    margin: 0px 0px 24px 0px;
  }
}

@media screen and (max-width: 500px) {
  section.main-block {
    padding-top: 45%;
    overflow: hidden;
    top: 50px;
    background: url(../img/news/news-main.png) no-repeat center center;
    background-size: cover;
  }

  section.main-block::before {
    /* content: "";
    background: url(../img/reason/reason-main.png) center center no-repeat;
    background-size: cover;
    width: 100%; */
  }

  section.main-block h1 {
    position: absolute;
    bottom: 0;
    transform: translateX(40px);
    background-color: #fff;
    color: #1e2182;
    width: 100%;
    padding: 20px 20px;
    font-size: 1rem;
  }

  .container {
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
  }

  #news {
    padding: 80px 0px 80px 0px;
  }

  #news .inner {
  }

  #news .inner h2 {
    color: #1e2182;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 36px;
  }

  #news .inner h2::before {
    content: "";
    background: #1e2182;
    display: block;
    width: 240px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .news-date {
    font-size: 0.75rem;
    color: #666;
  }

  #news .news-01 {
    margin: 0px 0px 40px 0px;
  }

  #news .news-01 .flex {
    align-items: flex-start;
  }

  #news .news-01 .box-01 {
    width: 100%;
    padding: 25px 0px 0px 0px;
    position: relative;
    font-size: 0.85rem;
  }

  #news .news-01 .box-01 p {
    margin: 0px 0px 12px 0px;
  }
}
