@charset "UTF-8";
.section-antisocial-intro p:last-child,
.section-antisocial p:last-child,
.antisocial-block:last-child,
.antisocial-sublist:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-antisocial-intro p,
  .section-antisocial p,
  .antisocial-block,
  .antisocial-sublist {
    margin-bottom: 1.8em;
  }
}
@media only screen and (max-width: 767.98px) {
  .antisocial-block,
  .antisocial-sublist {
    margin-bottom: 1.5em;
  }
}
.section-antisocial-intro,
.section-antisocial {
  font-feature-settings: "palt";
}

@media print, (min-width: 768px) {
  .section-antisocial-intro,
  .section-antisocial {
    font-size: 0.18rem;
    line-height: 1.7777777778;
    letter-spacing: -0.015em;
  }
}
@media print, (min-width: 768px) {
  .section-antisocial-intro {
    margin-bottom: 66px;
    padding-top: 30px;
  }
  .antisocial-row {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-antisocial-intro {
    margin-bottom: 0.4rem;
    padding-top: 0.34rem;
    font-size: 0.26rem;
    line-height: 1.5384615385;
    letter-spacing: 0.02em;
  }
  .antisocial-row {
    padding: 0 0.14rem;
    text-align: justify;
  }
}
.section-antisocial {
  counter-reset: antisocialItem;
}
.section-antisocial .title-secondary span:before {
  counter-increment: antisocialItem;
  content: counter(antisocialItem) "．";
  line-height: 1;
  font-size: 1.1em;
  position: relative;
}

.antisocial-title {
  letter-spacing: 0.1em;
  text-align: center;
}

.antisocial-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.antisocial-sublist {
  counter-reset: antisocialSubItem;
  list-style: none;
  padding: 0;
}
.antisocial-sublist > li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}
.antisocial-sublist > li:before {
  counter-increment: antisocialSubItem;
  content: "(" counter(antisocialSubItem) ")";
}

.antisocial-tel {
  color: #333;
  text-decoration: none;
}

.antisocial-information th, .antisocial-information td {
  border: none;
}
.antisocial-information th {
  color: #fff;
  background: #808080;
  text-align: center;
}
.antisocial-information td {
  border-bottom: 1px solid #a3a3a3;
}
.antisocial-information td:first-child {
  background: #d5d5d5;
  font-weight: bold;
  text-align: center;
}

.antisocial-information-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.antisocial-information-list > li {
  padding-left: 1em;
  text-indent: -0.9em;
}

.antisocial-sign {
  text-align: right;
}

@media print, (min-width: 768px) {
  .section-antisocial {
    margin-bottom: 52px;
  }
  .section-antisocial .title-secondary {
    margin-bottom: 7px;
  }
  .section-antisocial .title-secondary span:before {
    bottom: -2px;
  }
  .antisocial-title {
    margin-bottom: 0.24rem;
    font-size: 0.24rem;
    line-height: 1.7692307692;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .antisocial-list {
    margin-bottom: 55px;
  }
  .antisocial-list > li {
    margin-bottom: 40px;
  }
  .antisocial-subtitle {
    margin-bottom: -4px;
    font-size: 0.22rem;
  }
  .antisocial-tel {
    pointer-events: none;
  }
  .antisocial-information {
    padding-right: 4px;
  }
  .antisocial-information th, .antisocial-information td {
    letter-spacing: 0.03em;
  }
  .antisocial-information th:first-child, .antisocial-information td:first-child {
    width: 164px;
  }
  .antisocial-information th {
    padding: 5px 4px 4px;
  }
  .antisocial-information td {
    padding: 9px 15px 7px;
  }
  .antisocial-information-list > li {
    line-height: 1.67;
  }
  .antisocial-sign {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-antisocial {
    margin-bottom: 0.6rem;
    font-size: 0.24rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .section-antisocial .title-secondary {
    margin-bottom: 0.1rem;
  }
  .antisocial-title {
    margin-bottom: 0.24rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .antisocial-list > li {
    margin-bottom: 0.6rem;
  }
  .antisocial-subtitle {
    margin-bottom: -0.04rem;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .antisocial-tel:hover {
    animation: hoverblink 0.5s linear 0s 1;
  }
  .antisocial-information th:first-child, .antisocial-information td:first-child {
    width: 30%;
  }
  .antisocial-information td {
    letter-spacing: 0.075em;
  }
}
/*# sourceMappingURL=antisocial.css.map */