.p-reportIntro {
  padding-top: 2.4rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.p-reportIntro__inner {
  display: inline-block;
}

.p-reportIntro__heading {
  padding-bottom: 1.6rem;
}
.p-reportIntro__heading .heading {
  display: inline-block;
  font-size: 1.2rem;
}

.p-reportIntro__body {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-reportIntro__body {
    margin-bottom: 6.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-reportIntro__body {
    margin-bottom: 4rem;
    font-size: 0.88rem;
  }
}

.p-reportMovie {
  margin-bottom: 6.4rem;
}

.p-reportMovie__body .item {
  max-width: 1310px;
  margin: auto;
  padding-bottom: 4rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .p-reportMovie__body .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .p-reportMovie__body .item__mv {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .p-reportMovie__body .item__desc {
    width: 52.8%;
  }
}
.p-reportMovie__body .item__desc .heading {
  font-size: 0.7rem;
  color: var(--REPORT-INTRO__mvVolNumbor);
}
@media screen and (max-width: 991.98px) {
  .p-reportMovie__body .item__desc .heading {
    margin-top: 0.8rem;
  }
}
.p-reportMovie__body .item__desc .subheading {
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .p-reportMovie__body .item__desc .subheading {
    padding: 0.4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-reportMovie__body .item__desc .message {
    margin-top: 0.8rem;
  }
}

.p-reportMovie__target {
  border: none;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .p-reportMovie__target {
    min-width: 200px;
  }
}
.p-reportMovie__target a {
  border: none;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.p-reportList {
  display: block;
  background: var(--REPORT-INTRO__cardAreaBG);
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-reportList {
    max-width: 1920px;
    margin-bottom: 7.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 576px) {
  .p-reportList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-reportList__inner::after {
    width: 32.5%;
    content: "";
    display: block;
    width: 32.5%;
  }
}

.p-reportList__item {
  position: relative;
  width: 100%;
  background-color: var(--mainBackgroundColor);
  padding-bottom: 100px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .p-reportList__item {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-reportList__item {
    width: 32.5%;
  }
}
.p-reportList__item .thumbnail {
  margin-bottom: 0.8rem;
}
.p-reportList__item .body {
  position: relative;
  padding: 0.8rem;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .p-reportList__item .body {
    padding: 0 1.6rem;
  }
}
.p-reportList__item .body h1 {
  font-size: 0.7rem;
  color: var(--REPORT-INTRO__cardVolNumbor);
}
.p-reportList__item .body h2 {
  font-weight: bold;
}
.p-reportList__item .body p {
  text-align: justify;
  margin-top: 0.8rem;
}
.p-reportList__item .body p span {
  display: block;
  text-align: right;
  font-size: 0.7rem;
  color: var(--REPORT-INTRO__cardProjectName);
  padding-top: 0.3rem;
}
.p-reportList__item .buttonBlock {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=report--top.css.map */