.terms {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif
  }
  .titlem td{
    text-align: center;
    background: #508688 !important;
  }
  .terms p {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'M PLUS Rounded 1c', sans-serif
  }
  .terms li {
    font-size: 22px;
  
    line-height: 1.5;
    font-weight: 100;
    font-family: 'M PLUS Rounded 1c', sans-serif
  }
  .terms .tcListSty li {
    list-style: none;
  }
  .terms__area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(0 21 35 / 80%);
    width: 90%;
    max-width: 1280px;
    margin: auto;
    height: 90vh;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
    padding: 20px 5% 70px 5%;
    /* background: #f5f5f5; */
    overflow-y: scroll;
    float: left;
    font-family: 'M PLUS Rounded 1c', sans-serif
  }
  .terms__area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  
  .terms__area::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
  
  .terms__area::-webkit-scrollbar-thumb {
    background-color: #949494;
  }
  
  .terms__area-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 34px;
    z-index: 100;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
  }
  .terms__area-title {
    font-size: 42px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .terms__area-subtitle {
    font-size: 32px;
    margin-top: 40px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .terms__area-line {
    width: 100%;
    height: 1px;
    margin: 10px auto 40px auto;
    position: relative;
    background: #ccc;
    z-index: 5;
  }
  
  .terms__area-line::after {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    content: "";
    display: block;
    background: #016af9;
    z-index: 99;
    height: 1px;
  }
  
  .terms__area-tabletitle {
    font-size: 26px;
    margin: 70px 0 40px 0;
    text-align: center;
    font-family: "din_pro_bold";
  }
  
  .terms__area ul {
    list-style-type: decimal;
    margin-left: 25px;
    padding: 0;
  }
  
  .terms__area ul li {
    /* list-style-type: decimal; */
    margin: 20px 0;
  }

  .terms__area a {
    color: #d6c26a;
    word-wrap: break-word;
  }
  
  .terms .checkBox {
    margin: 40px 0 0;
  }

  @media (max-width: 675px) {
    .terms p, .terms li {
      font-size: 17px;
    }

    .terms__area {
      padding: 70px 20px 70px 20px;
    }
    .terms__area-title {
      font-size: 24px;
    }
    .terms__area-subtitle {
      font-size: 24px;
    }
    .terms__area table {
      width: 100%;
    }
    .terms__area tbody {
      font-size: 16px;
    }
    .terms__area tbody td {
      font-size: 12px;
      padding: 5px;
      background: #fafafa;
      border: 1px solid #fff;
      width: 33%;
    }
    .terms__area tbody td a {
      word-break: break-all;
    }
    .phoneBreak {
      word-break: break-all;
    }
  }
  .terms__numLi,
  .terms__numLi li {
    list-style-type: lower-alpha !important;
  }
  .terms__engLi,
  .terms__engLi li {
    list-style-type: decimal !important;
  }