@charset "UTF-8";
/* /works/ CSS Document */

.p-works-contentsBlock__item {
  margin-top: 64px;
}
.p-works-contentsBlock__item .item-information {
  margin-top: 24px;
}
.p-works-contentsBlock__item .item-information > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
}
.p-works-contentsBlock__item .item-information > dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-works-contentsBlock__item .item-information > dl dt {
  font-weight: bold;
  width: 5.5em;
}
.p-works-contentsBlock__item .item-information > dl dd {
  width: calc(100% - 5.5em);
}
/* PC */
@media only screen and (min-width: 769px) {
  .p-works-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px !important;
  }
  .p-works-contentsBlock__item {
    width: 400px;
  }
  .p-works-contentsBlock__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .p-works-contentsBlock__item {
    margin-top: 40px;
  }
  .p-works-contentsBlock__item .item-information {
    margin-top: 16px;
  }
  .p-works-contentsBlock__item:nth-of-type(1) {
    margin-top: 0;
  }
}
