/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search_img {
    margin-top: 4rem;
  }
}

.rss_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .rss_img {
    width: 65rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .rss_img {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.arrow_link {
  position: relative;
}
@media screen and (min-width: 769px) {
  .arrow_link {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link {
    margin-top: 2rem;
  }
}

.data_set th p {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .data_set th p {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set th p {
    padding-left: 7rem;
  }
}

.data_set th p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .data_set th p::before {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set th p::before {
    width: 6rem;
    height: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .data_set th p.pdf::before {
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: 2.8rem auto;
    transform: translateY(-0.6rem);
  }
}
@media screen and (max-width: 768px) {
  .data_set th p.pdf::before {
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: 4.6rem auto;
    transform: translateY(-0.2rem);
  }
}

@media screen and (min-width: 769px) {
  .data_set th p.movie::before {
    background: url("../../common/img/icon_movie.svg") center center no-repeat;
    background-size: 2.4rem auto;
    transform: translateY(-0.7rem);
  }
}
@media screen and (max-width: 768px) {
  .data_set th p.movie::before {
    background: url("../../common/img/icon_movie.svg") center center no-repeat;
    background-size: 3.8rem auto;
    transform: translateY(-0.3rem);
  }
}

@media screen and (min-width: 769px) {
  .data_set th p.dl::before {
    background: url("../../ir/img/icon_dl.svg") center center no-repeat;
    background-size: 2rem auto;
    transform: translateY(-0.6rem);
  }
}
@media screen and (max-width: 768px) {
  .data_set th p.dl::before {
    background: url("../../ir/img/icon_dl.svg") center center no-repeat;
    background-size: 3.2rem auto;
    transform: translateY(-0.2rem);
  }
}

@media screen and (min-width: 769px) {
  .data_set th p.window::before {
    background: url(../../common/img/icon_window_b.svg) center center no-repeat;
    background-size: 1.4rem auto;
    transform: translateY(-0.7rem);
  }
}
@media screen and (max-width: 768px) {
  .data_set th p.window::before {
    background: url(../../common/img/icon_window_b.svg) center center no-repeat;
    background-size: 2.8rem auto;
    transform: translateY(-0.2rem);
  }
}

.pdf_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pdf_set {
    width: 50rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pdf_set {
    display: inline-block;
    margin-top: 4rem !important;
  }
}

.pdf_set figure {
  position: relative;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .pdf_set figure {
    width: 15.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pdf_set figure {
    width: 31.6rem;
  }
}

.pdf_set p {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .pdf_set p {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pdf_set p {
    margin-top: 2rem !important;
  }
}

.pdf_set:hover figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pdf_set:hover figure {
    opacity: 0.6;
  }
}