.v-news__meta {
  margin-bottom: 5px;
  display: flex;
}
.v-news__meta span {
  margin-right: 10px;
}
.v-news__title {
  font-size: 28px;
  margin-bottom: 30px;
}
.v-news__text {
  width: auto;
}
.v-news__text > h2::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/data/img/common/pc/orange_box.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.v-news__photo {
  text-align: center;
  width: auto;
}
.v-news__file {
  margin-top: 30px;
}

.v-back {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 120px;
}

.v-contactbtn {
  width: 322px;
  height: 52px;
  position: relative;
}
.v-contactbtn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 13px;
  background: url("/data/img/common/pc/arrow_left.png") no-repeat;
  background-size: contain;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-news__title {
    margin-bottom: 2rem;
  }
  .v-news__text {
    width: auto;
  }
  .v-news__photo {
    margin-top: 2rem;
    width: auto;
  }
  .v-news__file {
    margin-top: 2rem;
  }

  .v-back {
    margin-top: 3rem;
  }

  .c-button--small {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .v-contactbtn {
    width: auto;
  }
}
/*# sourceMappingURL=detail.css.map */