@charset "utf-8";
/* CSS Document */
main{
  padding-bottom: 60px;
}
.under_mv{
  background: url("../img/archive/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
body{
}
.news_list {
  max-width: 1024px;
  width: 90%;
  margin: 90px auto 0;
  border-top: 1px solid #707070;
}
.info_row {
  padding: 15px;
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #707070;
  align-items: center;
}
.info_date {
  min-width: 125px;
  font-weight: bold;
}
.infocate {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  background: #ccc;
  color: #fff;
  height: 40px;
  &.news{
    background: #00AEEF;
  }
  &.product{
    background: #1F2D8E;
  }
}
.pagination {
    font-size: 1.6rem;
    color: #00AEEF;
    display: flex;
    justify-content: center;
  align-items: center;
    gap: 15px;
    margin-top: 30px;
  & a{
    color: #00AEEF;
  }
}
.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #00aeef;
  border-radius: 50%;
  color: #fff;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {
.info_row {
  gap: 10px;
  padding: 10px 0; 
  flex-wrap: wrap;
}
.infocate {
  font-size: 1.4rem;
  min-width: 100px;
  height: 30px;
}
}