@charset "UTF-8";
/* CSS Document */
.insite::after {
  background: url(../../../assets/common/img/icon_link_insite.png) center center/contain no-repeat;
}

/*========= 共通 ========*/
.wrap__w1100 a {
  color: var(--monotone-black);
}
.wrap__w1100 a:visited {
  color: var(--monotone-black);
}
.fwB {
  font-weight: bold;
}

.taR {
  text-align: right;
}

.mb3x {
  margin-bottom: var(--gutter-3x);
}

.mb5x {
  margin-bottom: var(--gutter-5x);
}

.privacyPolicy .wrap__w1100 {
  margin-top: auto;
}
.privacyPolicy a {
  text-decoration: underline;
}
.privacyPolicy table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-bottom: 20px;
  font-size: 1em;
}
.privacyPolicy table th {
  width: 50%;
  background: #f8f7f7;
  padding: 10px;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
}
.privacyPolicy table td {
  padding: 10px;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
}
.privacyPolicy #sec01 {
  border-bottom: dotted 1px #a7a7a7;
  margin-bottom: var(--gutter-16x);
  padding-bottom: var(--gutter-16x);
}
@media screen and (max-width: 767px) {
  .privacyPolicy table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1em;
  }
  .privacyPolicy table th {
    display: none;
  }
  .privacyPolicy table td {
    display: block;
    padding: 0 10px 10px 10px;
    border: solid 1px #333;
    overflow: hidden;
  }
  .privacyPolicy table td:before {
    content: attr(data-label);
    display: block;
    width: 103.5%;
    background: #f8f7f7;
    padding: 10px 0 10px 10px;
    margin-left: -10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #333;
    font-weight: bold;
  }
  .privacyPolicy table td:nth-child(2n) {
    margin-bottom: 20px;
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */