@charset "UTF-8";
/* ニュース　ページ　css */
#tokushoho {
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 479px) {
  #tokushoho {
    margin: 0rem auto 3rem;
  }
}
#tokushoho .page-title {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  #tokushoho .page-title {
    text-align: center;
    font-size: 1.2rem;
  }
}
#tokushoho .table-content {
  width: 100%;
  margin: 0px auto;
  font-size: 15px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 479px) {
  #tokushoho .table-content tr {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}
#tokushoho .table-content th, #tokushoho .table-content td {
  padding: 20px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  line-height: 1.75;
}
@media screen and (max-width: 479px) {
  #tokushoho .table-content th, #tokushoho .table-content td {
    display: block;
    width: 100%;
  }
}
#tokushoho .table-content th {
  font-size: 12px;
  color: #6a6a6a;
  word-break: keep-all;
  background-color: #f8f8f8;
}
@media screen and (max-width: 479px) {
  #tokushoho .table-content th {
    text-align: center;
    font-size: 15px;
    padding: 12px;
  }
}
#tokushoho .table-content td {
  background-color: #fff;
}
#tokushoho .table-content td .textBlock {
  margin-top: 1em;
  font-size: 15px;
  color: #444;
}
#tokushoho .table-content td .textBlock:first-child {
  margin-top: 0;
}
#tokushoho .table-content td .textBlock span {
  display: block;
  font-size: 90%;
  color: #777;
}
#tokushoho .table-content td .textBlock a {
  text-decoration: underline;
  transition: 0.2s all;
}
#tokushoho .table-content td .textBlock a:hover {
  opacity: 0.7;
}

#policy > div {
  font-size: 16px;
}
#policy > div h2 {
  margin-top: 1.5em;
  padding-top: 1.5em;
  font-size: 18px;
  color: #0068ae;
}
#policy > div p, #policy > div ol {
  margin: 1em 0;
  line-height: 1.75;
}
#policy > div ol {
  margin-left: 2em;
  list-style: decimal;
}