@charset "UTF-8";
.site-wrapper {
  padding-top: 0;
  overflow: hidden;
}

header .header-contents {
  transition: 0.5s ease-in-out;
}
header.fixedcolor .header-contents {
  background-color: rgba(255, 255, 255, 0);
}
header.fixedcolor .header-contents .logo h1 a .logoimg.img2 {
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(6%) hue-rotate(261deg) brightness(110%) contrast(97%);
}
header.fixedcolor .header-contents .header-link-contents .header-link-list li {
  border-right: solid 1px #fff;
}
header.fixedcolor .header-contents .header-link-contents .header-link-list li a {
  color: #fff;
}
header.fixedcolor .header-contents .header-link-contents .header-link-list li a:before {
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(6%) hue-rotate(261deg) brightness(110%) contrast(97%);
}

nav.fixedcolor .menu-btn .line {
  background-color: #fff;
}

.page-ttl {
  font-size: 4.5rem;
  margin-bottom: 72px;
  position: relative;
  color: #17A29B;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: 48px;
    font-size: 3.125rem;
  }
}
.page-ttl span {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .page-ttl span {
    display: block;
    font-size: 1.0625rem;
  }
}
.page-ttl span.page-ttl-s {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .page-ttl span.page-ttl-s {
    font-size: 0.75rem;
  }
}
.page-ttl:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 10px;
  width: 5px;
  height: 17px;
  background-color: red;
  transform: skewX(-35deg);
}
@media screen and (max-width: 767px) {
  .page-ttl:before {
    top: -5px;
    left: 8px;
    height: 12px;
  }
}
.recruit_section .page-ttl, .csr_section .page-ttl {
  color: #fff;
}
.recruit_section .page-ttl span.page-ttl-s, .csr_section .page-ttl span.page-ttl-s {
  color: #fff;
}
.news-ttl-wrap .page-ttl {
  margin-bottom: 0;
}

.top {
  /*イントロ*/
  /*ものづくり*/
  /*技術紹介、製品紹介*/
  /*採用*/
  /*CSR*/
  /*NEWS*/
  /*-----------------------------*/
}
.top .video_wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 56vw;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top .video_wrapper {
    max-height: 100%;
  }
}
.top .background_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.top .video_box {
  width: 100%;
  height: 100vw;
  max-height: 56vw;
}
@media screen and (max-width: 767px) {
  .top .video_box {
    height: 100svh;
    max-height: 100%;
  }
}
.top .intro {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* background: #1D8DA3; */
  color: #fff;
  width: 100%;
  _max-height: 56vw;
  /* padding: 109px 0 109px 57px; */
  position: relative;
  z-index: 1;
}
.top .intro-inner {
  position: relative;
  margin: 0 auto;
  padding: 142px 0;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .top .intro-inner {
    padding: 93px 5% 170px;
    width: 100%;
  }
}
.top .intro-inner .sousyoku-01 {
  position: absolute;
  display: block;
  width: 310px;
  height: 373px;
  top: -40px;
  right: -140px;
}
@media screen and (max-width: 767px) {
  .top .intro-inner .sousyoku-01 {
    width: 155px;
    height: 186px;
    top: -130px;
    right: 5%;
  }
}
.top .intro-inner .sousyoku-02 {
  position: absolute;
  display: block;
  width: 551px;
  height: 304px;
  bottom: -40px;
  left: -140px;
}
@media screen and (max-width: 767px) {
  .top .intro-inner .sousyoku-02 {
    width: 275px;
    height: 152px;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top .intro-ttl {
  width: 724px;
}
@media screen and (max-width: 767px) {
  .top .intro-ttl {
    width: 85%;
  }
}
.top .intro-des p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .top .intro-des p {
    font-size: 1rem;
  }
}
.top .intro-des p:first-of-type {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .top .intro-des p:first-of-type {
    font-size: 1rem;
  }
}
.top .intro-des p + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .top .intro-des p + p {
    margin-top: 24px;
  }
}
.top .intro .intro-flex {
  position: relative;
  display: flex;
}
.top .intro .intro-flex.reverse {
  flex-direction: row-reverse;
}
.top .intro .intro-flex + .intro-flex {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .top .intro .intro-flex + .intro-flex {
    margin-top: 56px;
  }
}
.top .intro .more-btn {
  margin-left: 0;
  margin-top: 57px;
}
.top .mono {
  background-image: url(/assets/img/top/car_bg.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: #fff;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .mono {
    overflow: hidden;
    background-image: url(/assets/img/top/car_bg_sp.jpg);
  }
}
.top .mono-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.top .mono-inner {
  position: relative;
  margin: 0 auto;
  padding: 82px 0 88px;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .top .mono-inner {
    width: 100%;
    padding: 100px 0 64px;
  }
}
.top .mono-img {
  position: relative;
  width: 826px;
  height: 581px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .mono-img {
    max-width: 390px;
    width: 100%;
    height: 400px;
  }
}
.top .mono-img .img-car {
  position: absolute;
}
.top .mono-img .img-car.n01 {
  top: 114px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .top .mono-img .img-car.n01 {
    top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .top .mono-img .img-car.n02 {
    margin: 0 auto;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top .mono-ttl {
  position: relative;
  margin-top: -60px;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .top .mono-ttl {
    font-size: 2.125rem;
    letter-spacing: 0px;
  }
}
.top .mono-ttl-en {
  width: 418px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .mono-ttl-en {
    max-width: 272px;
    width: 70%;
  }
}
.top .mono-des p {
  font-size: 1.0625rem;
}
.top .mono-des p:first-of-type {
  font-size: 1.125rem;
}
.top .mono-des p + p {
  margin-top: 32px;
}
.top .mono .mono-flex {
  position: relative;
  display: flex;
}
.top .mono .mono-flex.reverse {
  flex-direction: row-reverse;
}
.top .mono .mono-flex + .mono-flex {
  margin-top: 88px;
}
.top .mono .hikari {
  _width: 870px;
  position: absolute;
  _top: 160px;
  _left: 50%;
  z-index: 12;
  mix-blend-mode: screen;
  /* 点滅 */
}
.top .mono .hikari.hikari01 {
  width: 143px;
  position: absolute;
  _top: 120px;
  _right: 140px;
}
.top .mono .hikari.hikari01:before {
  content: "";
  display: block;
  width: 143px;
  height: 95px;
  background: url(/assets/img/top/car_hitari01_1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 270px;
  top: 50px;
  z-index: 3;
  _-webkit-animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
  _        animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .top .mono .hikari.hikari01:before {
    width: 100px;
    height: 66px;
    background: url(/assets/img/top/car_hitari01_1.png) no-repeat;
    background-size: contain;
    left: 97px;
  }
}
.top .mono .hikari.hikari02 {
  width: 100px;
  position: absolute;
  _top: 120px;
  _right: 140px;
}
.top .mono .hikari.hikari02:before {
  content: "";
  display: block;
  width: 100px;
  height: 66px;
  background: url(/assets/img/top/car_hitari01_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -424px;
  top: 0px;
  z-index: 3;
  _-webkit-animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
  _        animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .top .mono .hikari.hikari02:before {
    width: 70px;
    height: 46px;
    background: url(/assets/img/top/car_hitari01_2.png) no-repeat;
    background-size: contain;
    left: 205px;
  }
}
.top .mono .hikari.hikari03 {
  width: 143px;
  position: absolute;
  _top: 120px;
  _right: 140px;
}
.top .mono .hikari.hikari03:before {
  content: "";
  display: block;
  width: 143px;
  height: 95px;
  background: url(/assets/img/top/car_hitari02_1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -45px;
  top: 409px;
  z-index: 3;
  _-webkit-animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
  _        animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .top .mono .hikari.hikari03:before {
    width: 102px;
    height: 68px;
    background: url(/assets/img/top/car_hitari02_1.png) no-repeat;
    background-size: contain;
    top: 270px;
    left: -30px;
  }
}
.top .mono .hikari.hikari04 {
  width: 100px;
  position: absolute;
  _top: 120px;
  _right: 140px;
}
.top .mono .hikari.hikari04:before {
  content: "";
  display: block;
  width: 100px;
  height: 66px;
  background: url(/assets/img/top/car_hitari03_1.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -744px;
  top: 360px;
  z-index: 3;
  _-webkit-animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
  _        animation: 4s kirakira-anime02 infinite ease-out forwards, move-random 8s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .top .mono .hikari.hikari04:before {
    width: 70px;
    height: 46px;
    background: url(/assets/img/top/car_hitari03_1.png) no-repeat;
    background-size: contain;
    top: 235px;
    right: -280px;
  }
}
.top .mono .hikari.blinking.n01 {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
.top .mono .hikari.blinking.n02 {
  -webkit-animation: blink 2.3s ease-in infinite alternate;
  animation: blink 2.3s ease-in infinite alternate;
}
.top .mono .hikari.blinking.n03 {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
.top .mono .hikari.blinking.n04 {
  -webkit-animation: blink 1.8s ease-out infinite alternate;
  animation: blink 1.8s ease-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top .tech-product_section {
  position: relative;
  background: #fff;
}
.top .tech-product_section .tech-product_section_box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box {
    min-width: 100%;
    flex-wrap: wrap;
  }
}
.top .tech-product_section .tech-product_section_box + .tech-product_section_box {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box + .tech-product_section_box {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box:last-of-type {
    padding-bottom: 84px;
  }
}
.top .tech-product_section .tech-product_section_box.reverse .imgbox {
  order: 1;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box.reverse .imgbox {
    order: 0;
  }
}
.top .tech-product_section .tech-product_section_box.reverse .imgbox::before {
  top: -1px;
  left: -1px;
  right: auto;
  transform: rotateX(0deg) rotateY(0deg);
}
.top .tech-product_section .tech-product_section_box.reverse .txtbox-inner {
  margin-left: auto;
  margin-right: 7%;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box.reverse .txtbox-inner {
    margin-right: auto;
  }
}
.top .tech-product_section .tech-product_section_box .imgbox {
  position: relative;
  width: 53%;
  height: 609px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .imgbox {
    margin-bottom: 32px;
    min-width: 100%;
    width: 100%;
    height: 300px;
    margin-left: auto;
  }
}
.top .tech-product_section .tech-product_section_box .imgbox::before {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  width: 96px;
  height: 610px;
  background: url(/company/img/message/president_t.png) no-repeat top left;
  background-size: cover;
  transform: rotateX(180deg) rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .imgbox::before {
    display: none;
  }
}
.top .tech-product_section .tech-product_section_box .aaaa {
  max-width: 1000px;
  width: 100%;
  height: 610px;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .aaaa {
    height: 300px;
  }
}
.top .tech-product_section .tech-product_section_box .aaaa.img_n02 {
  background: url(/assets/img/top/technology_bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .aaaa.img_n02 {
    background-size: 100% auto;
  }
}
.top .tech-product_section .tech-product_section_box .aaaa.img_n03 {
  background: url(/assets/img/top/product_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .aaaa.img_n03 {
    background-size: 100% auto;
  }
}
.top .tech-product_section .tech-product_section_box .txtbox {
  position: relative;
  min-width: 505px;
  width: 47%;
  height: 609px;
  _background-color: lawngreen;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .txtbox {
    min-width: 100%;
    width: 100%;
    height: auto;
    align-items: baseline;
  }
}
.top .tech-product_section .tech-product_section_box .txtbox-inner {
  margin-left: 7%;
  margin-right: auto;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .txtbox-inner {
    margin-left: auto;
    padding: 0 5%;
    width: 100%;
  }
}
.top .tech-product_section .tech-product_section_box .tech-product_section-txt {
  margin-bottom: 48px;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .top .tech-product_section .tech-product_section_box .tech-product_section-txt {
    width: 100%;
  }
}
.top .tech-product_section .tech-product_section_box .more-btn {
  margin-right: auto;
  margin-left: 0;
}
.top .recruit_section {
  position: relative;
  background: url(/assets/img/top/recruit_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .recruit_section {
    background: url(/assets/img/top/recruit_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
  }
}
.top .recruit_section .recruit_section_box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box {
    min-width: 100%;
    flex-wrap: wrap;
  }
}
.top .recruit_section .recruit_section_box .imgbox {
  position: relative;
  width: calc(47% + 85px);
  height: 600px;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box .imgbox {
    margin-bottom: 32px;
    min-width: 100%;
    width: 100%;
    height: 340px;
    margin-left: auto;
  }
}
.top .recruit_section .recruit_section_box .imgbox.img_n02 {
  background: url(/assets/img/top/recruit_img01.png) no-repeat center right;
  background-size: 916px;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box .imgbox.img_n02 {
    background-size: 490px;
    background-position: center;
    margin-left: 0;
    margin-right: auto;
  }
}
.top .recruit_section .recruit_section_box .txtbox {
  position: relative;
  _background: rgb(209, 193, 216);
  _min-width: 505px;
  width: calc(53% - 85px);
  height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box .txtbox {
    min-width: 100%;
    width: 100%;
    height: auto;
    align-items: baseline;
  }
}
.top .recruit_section .recruit_section_box .txtbox-inner {
  margin-left: 7%;
  margin-right: auto;
  width: 450px;
  _background-color: lightcoral;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box .txtbox-inner {
    margin-left: auto;
    padding: 0 5%;
    width: 100%;
  }
}
.top .recruit_section .recruit_section_box .recruit_section-txt {
  margin-bottom: 48px;
  width: 440px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .recruit_section .recruit_section_box .recruit_section-txt {
    width: 100%;
  }
}
.top .recruit_section .recruit_section_box .more-btn {
  margin-right: auto;
  margin-left: 0;
}
.top .csr_section {
  position: relative;
  background: url(/assets/img/top/csr_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .csr_section {
    background: url(/assets/img/top/csr_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.top .csr_section .csr_section_box {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 87px 0;
}
@media screen and (max-width: 767px) {
  .top .csr_section .csr_section_box {
    flex-wrap: wrap;
  }
}
.top .csr_section .csr_section_box .inner.csr {
  padding-left: 109px;
}
@media screen and (max-width: 767px) {
  .top .csr_section .csr_section_box .inner.csr {
    padding: 0 5%;
  }
}
.top .csr_section .csr_section_box .txtbox {
  position: relative;
  _min-width: 505px;
  min-width: 484px;
  width: 40vw;
  height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .csr_section .csr_section_box .txtbox {
    min-width: 100%;
    width: 100%;
    height: auto;
    align-items: baseline;
  }
}
.top .csr_section .csr_section_box .txtbox-inner {
  margin-left: 7%;
  margin-right: auto;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .top .csr_section .csr_section_box .txtbox-inner {
    margin-left: auto;
    padding: 0 5%;
    width: 100%;
  }
}
.top .csr_section .csr_section_box .more-btn {
  margin-right: auto;
  margin-left: 0;
}
.top .news {
  position: relative;
  background: #fff;
  padding: 96px 0 120px;
}
.top .news .news-ttl-wrap {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top .news .more-btn {
  margin-right: 0;
}
.top .article-list.news-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .article-list.news-article-list {
    width: 100%;
  }
}
.top .article-list.news-article-list li {
  position: relative;
  padding: 20px;
  width: 520px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .top .article-list.news-article-list li {
    padding: 16px 3%;
  }
}
.top .article-list.news-article-list li:first-of-type {
  border-top: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .top .article-list.news-article-list li:nth-of-type(2) {
    border-top: 1px solid #DDDDDD;
  }
}
.top .article-list.news-article-list a.article-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .article-list.news-article-list a.article-list-item .article-set {
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .top .article-list.news-article-list a.article-list-item .article-set {
    width: 90%;
  }
}
.top .article-list.news-article-list a.article-list-item span.icon-arrow {
  content: "";
  width: 20px;
  height: 20px;
  background: #1CBB9C url(/assets/img/common/icon/icon_news_arrow.png) no-repeat center center;
  background-size: 8px 4px;
  border-radius: 50%;
}
.top .article-list.news-article-list a.article-list-item .article-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top .article-list.news-article-list a.article-list-item .article-title .article-date {
  position: relative;
  color: #999999;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}
.top .article-list.news-article-list a.article-list-item .article-title .article-category {
  margin-left: 1em;
  color: #17A29B;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .top .article-list.news-article-list a.article-list-item .article-description {
    width: 100%;
  }
}
.top .article-list.news-article-list a.article-list-item .article-description p.article-txt {
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top .article-list.news-article-list a.article-list-item .article-description p.article-txt {
    font-size: 0.875rem;
  }
}
.top .article-list.news-article-list a.osssu .article-txt {
  position: relative;
}
.top .article-list.news-article-list a.osssu .article-txt span {
  position: relative;
}
.top .article-list.news-article-list a.osssu .article-txt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/assets/img/common/icon/icon_download.png) no-repeat;
  background-size: contain;
}
.top .article-list.news-article-list a[href$=".pdf"] .article-txt {
  position: relative;
}
.top .article-list.news-article-list a[href$=".pdf"] .article-txt span {
  position: relative;
}
.top .article-list.news-article-list a[href$=".pdf"] .article-txt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/assets/img/common/icon/icon_pdf.png) no-repeat;
  background-size: contain;
}
.top .article-list.news-article-list a[href$=".xlsx"] .article-txt {
  position: relative;
}
.top .article-list.news-article-list a[href$=".xlsx"] .article-txt span {
  position: relative;
}
.top .article-list.news-article-list a[href$=".xlsx"] .article-txt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/assets/img/common/icon/icon_excel.png) no-repeat;
  background-size: contain;
}
.top .article-list.news-article-list a[href$=".docx"] .article-txt {
  position: relative;
}
.top .article-list.news-article-list a[href$=".docx"] .article-txt span {
  position: relative;
}
.top .article-list.news-article-list a[href$=".docx"] .article-txt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/assets/img/common/icon/icon_word.png) no-repeat;
  background-size: contain;
}
.top .article-list.news-article-list a.gaibu .article-txt {
  position: relative;
}
.top .article-list.news-article-list a.gaibu .article-txt span {
  position: relative;
}
.top .article-list.news-article-list a.gaibu .article-txt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -30px;
  background: url(/assets/img/common/icon/icon_window.png) no-repeat;
  background-size: contain;
}/*# sourceMappingURL=top.css.map */