/* ---------------------------------------------------------
  privacy.css
----------------------------------------------------------*/
/* color */
/* border */
/* fontsize */
/* indet */
/* customize */
.nomal {
  font-size: 13px;
  font-size: 1.3rem;
}

.small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
}

.big {
  font-size: 20px;
  font-size: 2rem;
}

b {
  font-size: 0.88em;
  color: #11284a;
}

.txt01 {
  margin-bottom: 30px;
}

.txt02 {
  margin-bottom: 25px;
  margin-left: 10px;
}

.inner {
  margin-bottom: 20px;
}

.clm_main .inner li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 13px;
}

.outline th {
  width: 230px;
}
.outline td {
  width: 480px;
}

.clm_main section p {
  margin: 0 0 30px 0;
}

.clm_main a {
  word-wrap: break-word;
}

@media print, screen and (min-width: 641px) {
  .lower .clm_main {
    width: 960px;
  }

  .lower .clm_main section {
    margin: 0 30px 30px 30px;
  }
}
/* sp only */
@media screen and (max-width: 640px) {
  .lower .clm_main table {
    width: auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .lower .clm_main section {
    margin: 0;
  }

  .outline th {
    width: 20%;
  }

  .outline td {
    width: 80%;
  }
}
