@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
#post_news {
  color: #3b648f;
  line-height: 100%;
  letter-spacing: 0;
}
#post_news #wrapper {
  width: min(1060px, 100%);
  margin: 0 auto;
}
#post_news #wrapper .contents h1 {
  margin-left: 0;
  font-weight: 700;
  font-size: 36px;
}
#post_news #wrapper .contents h1 em {
  font-size: 16px;
}

.post-type-archive-news #wrapper .contents h1 {
  margin-bottom: 121px;
}
@media all and (max-width: 767px) {
  .post-type-archive-news #wrapper .contents h1 {
    margin-left: 20px !important;
  }
}
.post-type-archive-news #wrapper .contents .article_list {
  width: min(1040px, 98%);
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 45px;
  letter-spacing: normal;
  position: relative;
  gap: 45px;
}
.post-type-archive-news #wrapper .contents .article_list::before {
  content: "";
  position: absolute;
  top: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #bfd5ed;
}
@media all and (max-width: 767px) {
  .post-type-archive-news #wrapper .contents .article_list::before {
    width: 94%;
  }
}
@media all and (max-width: 767px) {
  .post-type-archive-news #wrapper .contents .article_list {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
.post-type-archive-news #wrapper .contents .article_list li {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  position: relative;
}
.post-type-archive-news #wrapper .contents .article_list li::after {
  content: "";
  position: absolute;
  bottom: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #bfd5ed;
}
@media all and (max-width: 767px) {
  .post-type-archive-news #wrapper .contents .article_list li {
    font-size: 20px;
  }
}
.post-type-archive-news #wrapper .contents .article_list li .arrow_anim_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 77px;
}
@media all and (max-width: 767px) {
  .post-type-archive-news #wrapper .contents .article_list li .arrow_anim_01 {
    gap: 20px;
  }
}
.post-type-archive-news #wrapper .contents .article_list li .arrow_anim_01 p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.post-type-archive-news #wrapper .contents .article_list li .arrow_anim_01 .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: auto;
}
.post-type-archive-news .footer {
  padding: 30px;
}
.post-type-archive-news .footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-type-archive-news .footer .footer_wrap .footer_comname,
.post-type-archive-news .footer .footer_wrap .footer_bottom {
  padding: 0;
  margin: 0;
}

.single-news #wrapper {
  width: min(1060px, 100%);
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .single-news #wrapper .contents {
    padding: 0 20px;
    width: 100%;
  }
}
.single-news #wrapper .contents .article_date {
  margin-bottom: 50px;
}
.single-news #wrapper .contents .maintext {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
}
.single-news #wrapper .backto_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto;
}