/*==================================
  VW_AUTO
==================================*/
.static__detail.notfound .text {
  font-weight: 300;
  line-height: 2.3;
  font-size: 13px;
  font-size: 3.46667vw;
}

@media (min-width: 769px) {
  .static__detail.notfound .text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.static__detail.notfound .text a {
  color: #2690e5;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .static__detail.notfound .text a {
    letter-spacing: 0.1em;
  }
}

.static__detail.notfound .list {
  margin-bottom: 5.33333vw;
  margin-top: 5.33333vw;
}

@media (min-width: 769px) {
  .static__detail.notfound .list {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.static__detail.notfound .list__item {
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 2.3;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.08em;
}

@media (min-width: 769px) {
  .static__detail.notfound .list__item {
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=map/notfound.css.map */
