#news {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 80px auto;
}
#news h3 {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  margin: 0 auto 40px;
}
#news h3 span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 10px auto 0;
}
#news h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #6E6E6E;
}
#news .main {
  margin: 0 auto;
  text-align: left;
}
#news .main .contents-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#news .main .contents-section p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
}
#news .main .contents-section img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 20px auto;
}
#news .main .contents-section .information-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #6E6E6E;
}
#news .main .contents-section .information-list .information-label {
  font-size: 14px;
  background-color: #003571;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-right: 20px;
}
#news .main .contents-section .information-list .information-contents {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}
#news .main .contents-section .information-list .information-contents a {
  text-decoration: none;
  color: #000;
}
#news .main .pager {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#news .main .pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#news .main .pager .pagination li {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
#news .main .pager .pagination li a {
  color: #fff;
  text-decoration: none;
}
#news .main .pager .pagination .pre {
  background-color: #000;
  border-radius: 0;
  padding: 5px 10px;
}
#news .main .pager .pagination .next {
  background-color: #000;
  border-radius: 0;
  padding: 5px 10px;
}

@media (max-width: 780px) {
  #news {
    margin: 25.641025641vw auto 12.8205128205vw;
    width: 100%;
    max-width: 90dvw;
    text-align: center;
  }
  #news h3 {
    font-size: 5.641025641vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    position: relative;
  }
  #news h3 span {
    display: block;
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 1vw auto 0;
  }
  #news h2 {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    text-align: left;
    padding-bottom: 1vw;
    margin-bottom: 3vw;
    border-bottom: 1px dotted #6E6E6E;
  }
  #news .main {
    margin: 0 auto;
    text-align: left;
  }
  #news .main .contents-section {
    margin: 0 auto;
    width: 100%;
    max-width: 90vw;
  }
  #news .main .contents-section p {
    font-size: 3.3333333333vw;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 3vw;
    text-align: left;
    color: #000;
  }
  #news .main .contents-section img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 90vw;
    display: block;
    margin: 3vw auto;
  }
  #news .main .contents-section .information-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px dotted #6E6E6E;
  }
  #news .main .contents-section .information-list .information-label {
    font-size: 2.8205128205vw;
    background-color: #003571;
    color: #fff;
    padding: 1vw 2vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 2vw 0;
  }
  #news .main .contents-section .information-list .information-contents {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    flex-basis: 100%;
    margin: 0 0 2vw 0;
  }
  #news .main .contents-section .information-list .information-contents a {
    text-decoration: none;
    color: #000;
  }
  #news .main .pager {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #news .main .pager .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
  #news .main .pager .pagination li {
    background-color: #000;
    border-radius: 50%;
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5641025641vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  #news .main .pager .pagination li a {
    color: #fff;
    text-decoration: none;
  }
  #news .main .pager .pagination .pre {
    background-color: #000;
    border-radius: 0;
    padding: 1vw 1.5vw;
  }
  #news .main .pager .pagination .next {
    background-color: #000;
    border-radius: 0;
    padding: 1vw 1.5vw;
  }
}/*# sourceMappingURL=news.css.map */