@charset "UTF-8";
.t-underCopy {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .t-underCopy {
    width: 56.8vw;
  }
}
.titleName {
  width: 171px;
}
.t-underContentsImage {
  width: calc(700 / 1100 * 100%);
  margin-left: calc(-40 / 700 * 100%);
}
@media screen and (max-width: 767px) {
  .t-underContentsImage {
    width: 64.26666666666667vw;
    margin: 0 auto;
  }
}
.t-underContentsTag {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .t-underContentsTag {
    width: 75.46666666666667vw;
  }
}
