@charset "UTF-8";

/* 生活者レポート一覧 */
.report_infolist {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.report_infolist .report_infoitem {
  width: 50%;
  padding-bottom: 100px;
}

.report_infolist .report_infoitem:nth-of-type(odd) {
  border-right: 1px solid #d3d3d3;
  padding-right: 60px;
}

.report_infolist .report_infoitem:nth-of-type(even) {
  padding-left: 60px;
}

.report_infolist .report_infoitem:nth-of-type(n + 3) {
  margin-top: 60px;
}

.report_infolink {
  position: relative;
}

.report_infolink::after {
  content: "";
  display: block;
  background-image: url(/common/img/readmore.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: -75px;
  left: 0;
  transition: transform 0.3s ease;
}

.report_infolink:hover::after {
  transform: scale(1.2);
}

.report_infolink .thumb {
  overflow: hidden;
  display: block;
}

.report_infolink .thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.report_infolink .thumb:hover img {
  transform: scale(1.2);
}

.date {
  font-size: 12px;
  margin-top: 10px;
}

.busi-item {
  margin-bottom: 60px;
}

/* 生活者レポート詳細ページ */
#report.report-detail-page {
  background: #fff;
}

#report.report-detail-page .report_articleinner {
  border-top: 1px solid #bababa;
}

#report.report-detail-page .report_articletext {
  width: 90%;
  max-width: 1000px;
  padding: 40px 0 0 0;
  margin: 0 auto 0;
}

#report.report-detail-page .report-ttl {
  margin: 40px auto 20px;
}

#report.report-detail-page .report-txt {
  font-size: 16px;
  line-height: 1.8;
}

#report.report-detail-page .report_articleimage {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}

#report.report-detail-page .report_articleimage img {
  width: 100%;
  height: auto;
}

#report.report-detail-page .btn_link.dl_btn {
  margin: 0 auto;
  color: #000;
  background: #fff11e;
}

/* tab */
@media (max-width: 1180px) {}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  .report_infolist .report_infoitem {
    width: 100%;
    padding-bottom: 0;
  }

  .report_infolist .report_infoitem:nth-of-type(odd) {
    border-right: none;
    padding: 0 0 0 0;
  }

  .report_infolist .report_infoitem:nth-of-type(even) {
    padding-left: 0;
  }

  .report_infolist .report_infoitem:nth-of-type(n + 2) {
    margin-top: 100px;
  }

  .report_infolist .report_infoitem:last-of-type {
    padding-bottom: 60px;
  }

  .report_infolink::after {
    bottom: -45px;
  }

  .report_infolink:hover::after {
    transform: scale(1);
  }

  .report_infolink .thumb:hover img {
    transform: scale(1);
  }


  .busi-item {
    margin-bottom: 0;
  }

  /* レポート詳細 */
  #report.report-detail-page .report-ttl {
    margin-top: 20px;
  }

  #report.report-detail-page .report-txt {
    font-size: 14px;
    line-height: 1.5;
  }

  #report.report-detail-page .report_articleimage {
    margin: 30px auto 0;
  }

  #report.report-detail-page .btn_link.back_btn {
    margin: 30px auto 0;
  }
}
