@charset "UTF-8";
.sp-dis {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-dis {
    display: block;
  }
}

.personal {
  padding: 3em 0;
  position: relative;
  text-align: left;
  z-index: 1;
  line-height: 1.5;
}
.personal:nth-of-type(1) {
  margin-top: 60px;
}
.personal:nth-of-type(2n + 1):before {
  background: #f4f4f4;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.personal a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0066cf;
  display: inline-block;
}
.personal a:hover {
  opacity: 0.7;
}

.personal-date {
  text-align: right;
  font-size: 14px;
}

.personal-head {
  font-size: 28px;
  font-weight: bold;
  padding-left: 0.75em;
  text-indent: -0.75em;
  position: relative;
}
.personal-head:before {
  display: inline-block;
  content: "";
  width: 0.125em;
  height: 1.6em;
  vertical-align: middle;
  margin-right: 0.625em;
  background-image: none;
  background-color: #0066cf;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}
@media (max-width: 767px) {
  .personal-head {
    font-size: 24px;
  }
}

.personal-txt {
  margin: 1.5em 0;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 767px) {
  .personal-txt {
    font-size: 14px;
  }
}

.personal-txtbox {
  border-top: 1px solid #cccccc;
}

.personal-txthead {
  margin: 1em 0;
  font-size: 24px;
  font-weight: bold;
}
.personal-txthead span {
  color: #0066cf;
}
@media (max-width: 767px) {
  .personal-txthead {
    font-size: 18px;
  }
}

.personal-list {
  margin-top: 2em;
  counter-reset: number;
  margin-bottom: 1em;
}

.personal-item {
  margin-top: 1em;
  font-size: 18px;
  position: relative;
  padding-left: 2em;
  text-align: justify;
}
@media (max-width: 767px) {
  .personal-item {
    font-size: 14px;
  }
}
.personal-item::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  counter-increment: number;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: counter(number);
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border-radius: 50%;
  background-color: #0066cf;
  text-indent: 0;
  text-align: center;
  font-size: 0.666em;
  line-height: 1;
  color: #ffffff;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
  display: inline-block;
}

.site-list {
  margin-top: 2em;
  counter-reset: number;
  margin-bottom: 1em;
}

.site-item {
  padding-left: 2em;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .site-item {
    font-size: 14px;
  }
}
.site-item:before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
  position: absolute;
  color: #0066cf;
  transform-origin: left center;
}

.site-table,
.personal-table {
  margin: 2em 0;
  min-width: 640px;
  font-size: 18px;
  table-layout: auto;
  border: 1px solid #808080;
}
@media (max-width: 767px) {
  .site-table,
  .personal-table {
    font-size: 14px;
  }
}
.site-table th,
.site-table td,
.personal-table th,
.personal-table td {
  padding: 1em;
}
.site-table thead th,
.personal-table thead th {
  /*     background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-bottom: 1px solid #fff; */
  background: #fff;
  font-weight: 700;
  border-bottom: 1px solid #808080;
}
.site-table thead th:nth-of-type(n + 2),
.personal-table thead th:nth-of-type(n + 2) {
  /* border-left: 1px solid #fff; */
  border-left: 1px solid #808080;
}
.site-table tbody th,
.personal-table tbody th {
  border-top: 1px solid #808080;
  background-color: #fff;
  /*     color: #ffffff;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.4); */
}
.site-table tbody td,
.personal-table tbody td {
  border-top: 1px solid #808080;
  background-color: #fff;
  border-left: 1px solid #808080;
}
.site-tablelist li,
.personal-tablelist li {
  position: relative;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
}
.site-tablelist li:before,
.personal-tablelist li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: #0066cf;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.scroll-hint-icon {
  width: 150px;
}/*# sourceMappingURL=policy.css.map */