/*
$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 (min-width: 769px) {
  .data_set {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .data_set {
    padding-top: 4rem !important;
  }
}

.data_set th {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .data_set table {
    display: table !important;
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  .data_set table td,
  .data_set table th {
    width: 50%;
    border: #cfcfcf 1px solid !important;
    display: table-cell !important;
  }
}

.cap {
  position: relative;
  text-align: right;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .cap {
    line-height: 1.7em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cap {
    line-height: 1.7em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sp_cap {
    line-height: 1.667em;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}