body #wrapper {
  background-color: #1C1C1C !important;
  position: relative;
}

.privacy-box{
  padding: 9% 20px;
}

.privacy-text-box{
  background-color: white;
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3%;
  color: #9D9D9D;
}

.privacy-text-box_heading{
  color: #9D9D9D;
}

.privacy-text-box_link{
  color: white;
  text-decoration: underline;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  background-color: #008FF8;
  border-radius: 5px;
  padding: 1% 2%;
}

.privacy-text-box_link:hover{
  color: white;
  opacity: 0.8;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {

      .privacy-text-box_heading{
      font-size: 1.5rem;
    }

    .privacy-text-box{
     padding: 9% 3%;
  }
} 
 
 /* テーブルスタイル */
  .tokushoho-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .tokushoho-table th {
    background-color: #F5F5F5;
    text-align: left;
    padding: 15px;
    border: 2px solid #9D9D9D;
    color: #9D9D9D;
    font-weight: 700;
    vertical-align: top;
    width: 30%;
    font-size: 1rem;
  }
  
  .tokushoho-table td {
    padding: 15px !important;
    border: 2px solid #9D9D9D;
    color: #9D9D9D;
    line-height: 1.6;
    font-size: 1rem;
  }
  
  .tokushoho-table tr:first-child th,
  .tokushoho-table tr:first-child td {
    border-top: 2px solid #9D9D9D;
  }
  
  @media screen and (max-width: 768px) {
    .privacy-text-box_heading {
      font-size: 1.5rem;
    }
  
    .privacy-text-box {
      padding: 9% 3%;
    }
  
    .tokushoho-table th,
    .tokushoho-table td {
      display: block;
      width: 100%;
      padding: 10px;
    }
  
    .tokushoho-table th {
      border-bottom: none;
    }
  
    .tokushoho-table td {
      border-top: none;
      margin-bottom: 20px;
    }
  }