@charset "UTF-8";
.under_mv{
  background: url("../img/mv.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}
.anchor_list {
    max-width: 1024px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
  gap:20px;
}
a.anchor_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 328px;
    height: 55px;
    width: 100%;
    background: #000;
    font-weight: bold;
    color: #fff;
    position: relative;
}
a.anchor_btn::after{
  content: '';
  background: url("../../../common/img/arrow_white.svg") no-repeat center;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 15px;
}
.news{
  padding-top: 65px;
  position: relative;
}
.news_head {
    font-size: 3.2rem;
    margin: 0;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.news_inner {
    max-width: 1024px;
    width: 90%;
    margin: 25px auto 0;
    display: flex;
    flex-direction: column;
}
.news:last-child .news_inner {
  margin-bottom: 65px;
}
.news_block{
  display: none;
}
.news_block.active{
  display: block;
  margin-bottom: 50px;
}
.news_block.close{
  margin-bottom: 0px;
}
.news_select{
  position: relative;
    max-width: 260px;
}
.news_select::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-right: 1px solid #E7001C;
    border-bottom: 1px solid #E7001C;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 12px;
}
.news_archive {
  width: 100%;
  appearance: none;
  border-radius: 0;
  border: 1px solid #E7001C;
  margin: 0;
  padding: 10px 20px;
  background: none transparent;
  vertical-align: middle;
  font-size: 1.6rem;
  position: relative;
}
.news_year {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 50px;
    border: 1px solid #E7001C;
    font-weight: bold;
    position: relative;
}
/*.news_block--toggle .news_year{
  cursor: pointer;
  &::after{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-right: 2px solid #E7001C;
    border-bottom: 2px solid #E7001C;
    transform: rotate(-135deg);
    position: absolute;
    right: 15px;
  }
}
.news_block--toggle.close .news_year{
  &::after{
    transform: rotate(45deg);
  }
}*/
.news_year--here{
  background: #E7001C;
  color: #fff;
  pointer-events: none;
}
.news_list {
    border-top: 1px solid #707070;
    width: 100%;
  margin-top: 30px;
}
/*.close .news_list {
  border-top: none;
  height: 0;
  overflow: hidden;
}*/
.news_row {
    border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
    padding: 20px 20px 20px 140px;
  align-items: center;
  gap:10px 20px;
}
/*.close .news_row {
  border-bottom: none;
}*/
.news_time {
    min-width: 100px;
    color: #000;
}

.news_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7001c;
    color: #e7001c;
    width: 120px;
    height: 30px;
    font-weight: bold;
}
.news_cate--01{
}
.news_cate--02{
  font-size: 1.4rem;
}
.news_cate--03{
}
.news_cate--04{
}
.news_cate--05{
}
.news_cate--06{
}
.news_cont {
    color: #000;
    max-width: calc(100% - 260px);
    width: 100%;
}
.news_nation {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    gap: 10px;
}
a.news_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-weight: bold;
}
a.news_btn.news_btn--act {
    background: #E7001C;
    pointer-events: none;
}
a.news_btn.news_btn--prev,
a.news_btn.news_btn--next{
  background: #fff;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
.intro{
  text-align: left;
  padding-top: 40px;
}
.anchor_list {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.news{
  padding-top: 0;
}
a.news_row {
    padding: 15px 5%;
}
.news_head {
    font-size: 2rem;
}
.news_inner {
    margin: 60px auto;
    flex-direction: column;
}
.news_list {
    max-width: 100%;
  margin-top: 30px;
}
.news_cate {
    font-size: 1.4rem;
    height: 23px;
}
.news_cont {
    max-width: 100%;
}
}
@media print {

}