@charset "UTF-8";

.page_content p.report {
  font-size: 100%;
}
dl.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl.list dt {
  font-size: 117%;
  width: 15%;

}
dl.list dd {
  margin-bottom: 10px;
  font-size: 117%;
  width: 85%;
}
dl.list dd a {
  font-size: 100%;

}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery li {
  margin-bottom: 4vw;
  width: calc(93%/3);
}

.gallery li img {
  width: 100%;
}
figure > figcaption {
  float: none;
  margin-top: 6px;
  padding-left: 10px;
  text-indent: -10px;
}

.gallery figcaption {
  text-align: center;
  float: none;
}

.gallery figcaption:before {
  display: none;
}