

.use {
  margin: 0 auto;
}

.use .faq {
  padding-top: calc(140 / 1800* 100vw);
}

.use .faq-content {
  margin-top: calc(110 / 1800* 100vw) ;
}

.use-table {
  border-radius: calc(10 / 1800 * 100vw);
  border: 2px solid #59332c;
  overflow: hidden;
  color: #59332c;
}


.use-table {
  margin: calc(20 / 1800 * 100vw) 0;
}

.use-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  
}

.use-table table th,
.use-table table td {
  border-bottom: 1px solid #59332c;
  border-right: 1px dashed #59332c;
  color: #59332c;
}

.use-table table th:last-child,
.use-table table td:last-child {
  border-right: none;
}
.use-table table tbody tr:last-child td {
    border-bottom: none;
}

.use-table table th {
  background-color: transparent;
  height: calc(110 / 1800 * 100vw);
  font-weight: bold;
  letter-spacing: .2em;
}

.use-table table thead th {
  font-size: calc(20 / 1800 * 100vw);
}

.use-table thead th span {
  letter-spacing: 0;
}

.use-table table thead th span {
  font-size: calc(15 / 1800 * 100vw);
  display: block;
  line-height: 1.5;
  margin-top: .3em;
}

.use-table table tbody td {
  font-size: calc(20 / 1800 * 100vw);
  height: calc(80 / 1800 * 100vw);
  line-height: 1.3;
}

.use-table table tbody td .ng {
  font-size: calc(29 / 1800 * 100vw);
  font-weight: bold;
}

.use-table table tbody td sup {
  margin-right: calc(-10 / 1800 * 100vw);
  color: #c30d23;
  transform: translateY(calc(5 / 1800 * 100vw));
  display: inline-block;
  font-size: calc(16 / 1800 * 100vw);
}


@media screen and (max-width:768px) {
  .use .faq {
    padding-top: calc(140 / 640* 100vw);
  }
  
  .use .faq-content {
    margin-top: calc(106 / 640* 100vw) ;
  }

  

  .use-table {
    border-radius: calc(10 / 640 * 100vw);
  }

  .use-table table thead th {
    font-size: calc(21 / 640 * 100vw);
    letter-spacing: 0;
    height: calc(110 / 640 * 100vw);
  }

  .use-table thead th span {
    display: none !important;
  }

  .use-table table tbody td {
    font-size: calc(20 / 640 * 100vw);
    height: calc(80 / 640 * 100vw);
    line-height: 1.3;
  }

  .use-table table tbody td:first-child {
    width: calc(306 / 640 * 100vw);
  }

  .use-table table tbody tr:nth-child(5) td:first-child,
  .use-table table tbody tr:nth-child(6) td:first-child {
    font-size: calc(19 / 640 * 100vw) !important;
    letter-spacing: 0 ;
  }

  .use-table table tbody td .ng {
    font-size: calc(29 / 640 * 100vw);
  }
  
  .use-table table tbody td sup {
    margin-right: calc(-10 / 640 * 100vw);
    transform: translateY(calc(7 / 640 * 100vw));
    font-size: calc(16 / 640 * 100vw);
  }
}