section#lead .inner {
  margin: 0;
}

/*=================================================
section#news01
==================================================*/
section#news01 .inner {
  padding-top: 7.8125vw;
}
section#news01 .box-list {
  width: 100%;
}
section#news01 .box-list a {
  box-sizing: border-box;
  align-items: center;
  gap: 4.53125vw;
  padding: 3.125vw 0;
  padding-right: 4.0729166667vw;
  position: relative;
  transition: 0.5s;
}
section#news01 .box-list a .txt-d {
  color: #005EB7;
}
section#news01 .box-list a .txt-h3 {
  color: #000000;
}
section#news01 .box-list a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
}
section#news01 .box-list a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#news01 .box-list a .arrow svg path {
  fill: #ffffff;
}
section#news01 .box-list a:hover {
  background: #005EB7;
  padding: 3.125vw 4.0729166667vw;
}
section#news01 .box-list a:hover .txt-d {
  color: #ffffff;
}
section#news01 .box-list a:hover .txt-h3 {
  color: #ffffff;
}
section#news01 .box-list a:hover .arrow {
  background: #ffffff;
}
section#news01 .box-list a:hover .arrow svg path {
  fill: #005EB7;
}
section#news01 .box-list li {
  border-bottom: solid 1px #D5D5D5;
}
section#news01 .pagination {
  margin-top: 7.8125vw;
  display: flex;
  justify-content: center;
  gap: 0.78125vw;
}
section#news01 .pagination .page-numbers {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 3vw;
  font-family: "font-NSJPr";
  font-weight: 600;
  background: #D5D5D5;
  border: solid 2px #D5D5D5;
  color: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
}
section#news01 .pagination .page-numbers:hover {
  background: #005EB7;
  border-color: #005EB7;
  color: #ffffff;
}
section#news01 .pagination .page-numbers.current {
  background: #005EB7;
  color: #ffffff;
  border-color: #005EB7;
}

@media screen and (max-width: 767px) {
  section#news01 .inner {
    padding-top: 50px;
  }
  section#news01 .box-list a {
    box-sizing: border-box;
    align-items: center;
    gap: 4.53125vw;
    padding: 30px 0;
    padding-right: 30px;
  }
  section#news01 .box-list a .txt-d {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#news01 .box-list a .txt-h3 {
    font-size: 14px;
  }
  section#news01 .box-list a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    right: 15px;
  }
  section#news01 .box-list a .arrow svg {
    width: 3.5px;
    height: 5.9px;
  }
  section#news01 .box-list a:hover {
    background: #005EB7;
    padding: 3.125vw 4.0729166667vw;
  }
  section#news01 .box-list a:hover .txt-d {
    color: #ffffff;
  }
  section#news01 .box-list a:hover .txt-h3 {
    color: #ffffff;
  }
  section#news01 .box-list a:hover .arrow {
    background: #ffffff;
  }
  section#news01 .box-list a:hover .arrow svg path {
    fill: #005EB7;
  }
  section#news01 .box-list li {
    border-bottom: solid 1px #D5D5D5;
  }
  section#news01 .pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  section#news01 .pagination .page-numbers {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    font-size: 12px;
  }
  section#news01 .pagination .page-numbers:hover {
    background: #005EB7;
    border-color: #005EB7;
    color: #ffffff;
  }
  section#news01 .pagination .page-numbers.current {
    background: #005EB7;
    color: #ffffff;
    border-color: #005EB7;
  }
}
/*# sourceMappingURL=news.css.map */