@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

.explain * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.Annotation {
  font-size: clamp(0.625rem, 0.4126rem + 0.9061vw, 1.5rem);
}

.explain {
  margin: 0 10px;
}

.explain img {
  display: block;
  width: 80%;
  margin: 0 auto 1.4em;
}

.explain p {
  margin-bottom: 1.4em;
  font-size: clamp(0.875rem, 0.6323rem + 1.0356vw, 1.875rem);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
}

.explain h1 {
  font-weight: 400;
  margin: 20px 0 20px;
  font-size: clamp(1.25rem, 0.4915rem + 3.2362vw, 4.375rem);
  font-family: 'Noto Sans JP', sans-serif;
}

.explain h2 {
  font-weight: 500;
  font-size: clamp(1.5625rem, 1.0316rem + 2.2654vw, 3.75rem);
  margin-bottom: 0.3em;
  font-family: 'Noto Sans JP', sans-serif;
}

.pic_row {
  display: flex;
  justify-content: center;
  grid-area: 20px;
  align-items: center;
}

.pic_row img {
  width: calc((100% / 4) - 20px);
}

.pic_row>img:not(.pic_row>img:last-child){
  flex-grow: 1;
}

.pic_row>img:last-child{
  flex-grow: 15;
}

.report {
  border: 1px solid black;
}

.allergy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allergy>p {
  width: 60%;
}

.allergy>img {
  width: 30%;
}

footer {
  aspect-ratio: 1220 / 281;
  background: url(img/11.jpg) center center no-repeat;
  background-size: cover;
  color: white;
}

footer>p {
  margin: 0 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

footer>p:first-child {
  font-size: clamp(1.763177083125rem, 0rem + 8.0833vw, 7.679166625rem);
}

footer>p:last-child {
  font-size: clamp(0.799791666875rem, 0rem + 3.6667vw, 3.483333333125rem);
}

.request-left{
  color: #333333;
}

@media screen and (max-width:959px) {
  main {
    margin: 0;
  }
}
