.c-head2 {
  text-align: left;
  font-weight: 400;
  font-size: 3.2rem;
}

@media screen and (max-width: 896px) {
  .c-head2 {
    font-size: 2.4rem;
  }
}

.news-box {
  background: #fff;
  border: 3px solid #D4D4D4;
  border-radius: 20px;
  padding: 80px 50px 100px;
  position: relative;
  z-index: 1;
}
/* 
.news-box p+p {
  margin-bottom: 30px;
} */

@media screen and (max-width: 896px) {
  .news-box {
    margin-top: 10px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px 35px;
  }
}

.news-box__left a {
  text-decoration: underline;
  color: #00509E;
}

.news-box__left p {
  overflow: hidden;
  line-height: 1.6;
}

.news-box__left p img {
  float: left;
}

.news-box__left img {
  margin: 0 20px 5px 0;
}

.news-box__list {
  font-size: 17px;
}

.news-box__list li {
  border-bottom: 1px solid;
  line-height: 1.5;
}

.news-box__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

.news-box__list li a:hover {
  background-color: #ececec;
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .news-box__list li a {
    padding: 14px 0;
    font-size: 14px;
  }

  .news-box__list li a:hover {
    background: none;
  }

  .news-box__left img {
    margin-left: 0;
    margin-right: 0;
  }
}

.news-box__time {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 10px;
  color: #404040;
}

@media screen and (max-width: 896px) {
  .news-box__time {
    font-size: 12px;
  }
}

.news-dt__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3.2rem;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: 400;
}

.news-dt__ttl span {
  font-size: 1.6rem;
  color: #404040;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 896px) {
  .news-dt__ttl {
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .news-dt__ttl span {
    font-size: 1.2rem;
  }
}

.news-box__left a.news__all {
  background-color: #03045E;
  color: #fff;
  border-radius: 37px;
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 250px;
  text-align: center;
  font-size: 1.6rem;
  margin: 80px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  .news-box__left a.news__all {
    font-size: 1.4rem;
    margin: 60px auto 0;
  }
}

.btn-area {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}

.btn-area .c-link-pdf {
  line-height: 1.2;
  display: inline-block;
}

.news-box__right {
  width: 350px;
  padding-left: 40px;
}

.news-box__right--box {
  font-size: 1.4rem;
  padding: 20px;
  background: #eef7fe;
}

.news-box__right--box h3 {
  margin-bottom: 5px;
}

.news-box__right--box>div+div {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .btn-area .c-link-pdf {
    line-height: 1.6;
  }

  .news-box__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

/* あしらい */
.deco {
  display: block;
  position: absolute;
  z-index: 0;
}

._01 {
  left: 0;
  top: 0;
}

.deco._01 span {
  height: 0;
  width: 288px;
  padding-top: 105.55%;
  display: block;
  background: url("../img/news/img_deco_01.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._01 span {
    width: 150px;
  }
}

._02 {
  right: 0;
  top: 0;
}

.deco._02 span {
  height: 0;
  width: 535px;
  padding-top: 71.16%;
  display: block;
  background: url("../img/news/img_deco_02.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._02 span {
    width: 200px;
  }
}

._03 {
  right: 0;
  bottom: 0;
}

.deco._03 span {
  height: 0;
  width: 337px;
  padding-top: 75.37%;
  display: block;
  background: url("../img/news/img_deco_03.png") left top / 100% 100% no-repeat;
}

@media screen and (max-width: 896px) {
  .deco._03 span {
    width: 165px;
  }
}
