.v-news__meta {
  margin-top: 5px;
  margin-bottom: 5px;
}
.v-news__meta span {
  margin-right: 10px;
}
.is-label {
  font-weight: bold;
  color:#003278;
}
.v-news__title {
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.v-news__text {
  width: auto;
}
.v-news__photo {
  text-align: center;
  width: auto;
}
.v-news__file {
  margin-top: 30px;
}
.v-news .v-buttons {
  margin-top: 60px;
  text-align: center;
}
.v-news .v-buttons .v-back {
  text-align: center;
}
.v-news .v-buttons .v-back::before {
  background-image: url(../../../img/common/pc/ico_arrow_white_med.svg);
  height: 30px;
  left: 10px;
  width: 30px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.v-news .v-buttons .v-back:hover::before {
  background-image: url(../../../img/common/pc/ico_arrow_pink_2_lg.svg);
}

.v-news .v-file {
  text-align: center;
}

/**
 * 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-news .v-buttons {
    margin-top: 3rem;
    text-align: center;
  }
  .v-news .v-buttons .v-back {
    text-align: center;
  }
  .v-news .v-buttons .v-back::before {
    background-image: url(../../../img/common/pc/ico_arrow_white_med.svg);
    height: 1.5rem;
    left: 0.5rem;
    width: 1.5rem;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .v-news .v-buttons .v-back:hover::before {
    background-image: url(../../../img/common/pc/ico_arrow_pink_2_lg.svg);
  }

  .v-news .v-file {
    text-align: center;
  }
}
/*# sourceMappingURL=detail.css.map */