section.jdadatreportdetail .photolist li{
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
}
section.jdadatreportdetail .photolist li:nth-child(even){
  margin-right: 0;
}
section.jdadatreportdetail .photolist li img{
  width: 100%;
}
.photo img{
  width: 100%;
}
.report{
  font-size: 16px;
  line-height: 1.2;
}
.report li{
  margin-bottom: 0.8em;
}
.report .pref{
  margin-right: 1em;
  width: 5em;
  display: inline-block;
  position: absolute;
}
.report .dates{
  padding-left: 5em;
  margin-right: 1em;
  display: inline-block;
}

.reportphotos{
  display: flex;
  flex-wrap: wrap;
}
.reportphotos li{
  width: calc((100% - 8px) / 2);
}
.reportphotos li img{
  width: 100%;
}
.reportphotos li:nth-child(odd){
  margin-right: 8px;
}
.reportphotos li figcaption{
  font-size: 14px;
}