/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.ttl-area::before {
  content: "";
  width: 216px;
  height: 82px;
  background: url(../images/info/ttl-sp.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ttl-area::before {
    width: 1038px;
    height: 98px;
    background: url(../images/info/ttl-pc.svg) no-repeat;
  }
}

.info-area .info-list {
  margin-bottom: 30px;
}

.info-area .info-list dd {
  border-bottom: 1px solid #F8F5EC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .info-area .info-list {
    margin: 0 0 25px;
  }
  .info-area .info-list dt {
    border-bottom: 1px solid #F8F5EC;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .info-area .info-list dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.btn-more {
  width: 80%;
  margin: 0 auto 40px;
}

.btn-more .icon-arrow01 {
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
}

.btn-more .icon-arrow01:before {
  border-width: 1px;
  width: 7px;
  height: 7px;
}

.btn-back {
  margin: 0 auto 40px;
}

@media screen and (min-width: 769px) {
  .btn-more {
    width: 310px;
    margin-bottom: 70px;
  }
  .btn-back {
    margin-bottom: 70px;
  }
  .btn-top {
    font-size: 18px;
    border-radius: 30px;
  }
}

.pagetype-info-detail .tag-list {
  justify-content: center;
  margin-bottom: 10px;
}

/*# sourceMappingURL=_map/info.css.map */
