#report {
  background: #fff;
}
#report .navigation-bar {
  transform: translateY(0);
}
#report #main {
  margin-top: 100px;
}
@media (max-width: 700px) {
  #report #main {
  margin-top: 0;
}
}
#report .sec1 .sec_inner {
  padding-bottom: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #report .sec1 .sec_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
#report .pagettl_report {
  font-size: 40px;
  padding-top: 64px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 700px) {
  #report .pagettl_report {
    font-size: 30px;
    padding-top: 54px;
    padding-bottom: 46px;
  }
}
#report .sec_ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 700px) {
  #report .sec_ttl_area {
    margin-bottom: 24px;
    display: block;
  }
}
#report .sec_ttl_area .sec_ttl {
  font-size: 35px;
  font-weight: normal;
}
@media (max-width: 700px) {
  #report .sec_ttl_area .sec_ttl {
    font-size: 18px;
  }
}
#report .sec_ttl_area .date {
  font-size: 18px;
  padding-bottom: 4px;
}
@media (max-width: 700px) {
  #report .sec_ttl_area .date {
    font-size: 11px;
    padding-bottom: 2px;
  }
}
#report .new-report {
  padding: 2px 8px;
  margin-right: 10px;
  display: inline-block;
  background: #842B2B;
  font-size: 1.3rem;
  color: #fff;
}
@media (max-width: 700px) {
  #report .new-report {
    padding: 1px 6px;
    font-size: 1.1rem;
  }
}
#report .txt {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 700px) {
  #report .txt {
    font-size: 15px;
  }
}
#report .report_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#report .report_list .report_list_item {
  width: calc((100% - 25px) / 2);
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #report .report_list .report_list_item {
    width: 100%;
    margin-bottom: 35px;
  }
}
#report .report_list .img img {
  width: 100%;
}
#report .report_list .note {
  font-size: 16px;
  margin-top: 6px;
}
@media (max-width: 700px) {
  #report .report_list .note {
    margin-top: 2px;
    font-size: 20px;
  }
}
#report .report_list + .sec_ttl_area {
  margin-top: 80px;
}
@media (max-width: 700px) {
  #report .report_list + .sec_ttl_area {
    margin-top: 30px;
  }
}