/*
$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%;
}
.select_item {
  position: relative;
}
.list_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  .list_set {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .list_set {
    margin-top: 8rem;
  }
}

.list_set {
  position: relative;
  display: none;
}

.list_set.current {
  position: relative;
  display: block !important;
}

.statements_set {
  position: relative;
}

.statements_set table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  border: #cfcfcf 1px solid !important;
}
.statements_set table td,
.statements_set table th {
  position: relative;
  border-collapse: collapse;
  border: #cfcfcf 1px solid !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 20%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .statements_set table td,
  .statements_set table th {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table td,
  .statements_set table th {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0;
    padding: 1.5rem 1rem;
  }
}

.statements_set table th {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .statements_set table th {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table th {
    text-align: center;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}

.statements_set table th.bg_blur {
  background: #0068b2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .statements_set table th.bg_blur {
    width: 100%;
    line-height: 1.5em;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .statements_set table td {
    min-width: 13rem;
  }
}

.statements_set table td a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .statements_set table td a {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table td a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.statements_set table td a p {
  position: relative;
  color: #0068b2;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .statements_set table td a p {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table td a p {
    width: 100%;
    display: block;
    order: 2;
  }
}

@media screen and (min-width: 769px) {
  .statements_set table td a:hover p {
    text-decoration: none;
  }
}

.statements_set table td a .pdf {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .statements_set table td a .pdf {
    width: 2.8rem;
    height: 2rem;
    transform: translateY(0.4rem);
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table td a .pdf {
    width: 4.5rem;
    height: 3.2rem;
    margin-bottom: 0.5rem;
    order: 1;
  }
}

.statements_set table td a .pdf::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 0.2s all;
  background: url("../../../common/img/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}

.statements_set table td a .movie {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .statements_set table td a .movie {
    width: 2.4rem;
    height: 2rem;
    transform: translateY(0.4rem);
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .statements_set table td a .movie {
    width: 3.8rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    order: 1;
  }
}

.statements_set table td a .movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 0.2s all;
  background: url("../../../common/img/icon_movie.svg") center center no-repeat;
  background-size: contain;
}