@charset "UTF-8";
/* -------- -------- --------
           company
-------- -------- -------- */
.tb-pg{
  font-size:calc(11.5px + 22.5*var(--calcWidth));
  width:80%;
  margin:0 auto 24vw auto;
  background-image:url('../img/cp_illrust_background.svg');
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
}
.tb-pg tr{
  width:100%;
}
.tb-pg tr:not(:last-child){
  border-bottom:1px solid rgba(240,244,248,1);
}
.tb-pg tr th{
  font-weight:500;
  text-align:left;
  color:rgba(128,128,128,1);
  width:16%;

  vertical-align:middle;
}
.tb-pg tr td{
  font-weight:500;
  padding:6vw 0 6vw 4vw;
  vertical-align:middle;
}
.tb-pg tr td span a{
  font-family:'NSJPConvert',sans-serif;
  font-weight:400;
  color:rgba(128,128,128,1);
  text-align:center;
  border-bottom:2px solid rgba(213,213,213,1);
  width:132px;
  height:32px;
  margin:0 0 0 4vw;
}
@media screen and (min-width:600px){
  /* -------- -------- --------
          company - 600
  -------- -------- -------- */
  .tb-pg{
    width:72%;
    font-size:calc(12.5px + 8.5*var(--calcTabletWidth));
    margin:0 auto 10vw auto;
  }
  .tb-pg tr:first-child td br{
    display:none;
  }
}
@media screen and (min-width:1025px){
  /* -------- -------- --------
          company - 1025
  -------- -------- -------- */
  .tb-pg{
    font-size:calc(12.5px + 14*var(--calcPCWidth));
    letter-spacing:1;
    width:54%;
    margin:0 auto 128px auto;
  }
  .tb-pg tr{
    height:160px;
  }
  .tb-pg tr td{
    padding:8px 0 8px calc(48px + 50*var(--calcPCWidth));
  }
  .tb-pg tr td span a{
    white-space:nowrap;
    letter-spacing:.05rem;
    margin:0 0 0 calc(24px + 64*(100vw - 1025px)/1125);
  }
  .tb-pg tr:first-child br,
  .tb-pg tr:last-child br:not(:nth-child(1)){
    display:none;
  }
}
