@import url(common.css);

main h1 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 90px;
}

main h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 21px;
  text-align: left;
  border-bottom: 2px solid black;
}
main h2.right1 {
  width: 100%;
  text-align: center;
  padding-left: 150px;
  border-bottom: 2px solid black;
}

main h2.right2 {
  width: 100%;
  text-align: center;
  padding-left: 200px;
  border-bottom: 2px solid black;
}
main h3 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: bold;
}
main p {
  line-height: 1.7;
}
main div .explain {
  font-size: 18px;
  text-align: left;
}
main section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main section p.image,
main section div {
  margin-bottom: 20px;
  flex-basis: 48%;
}
main section img {
  width: 100%;
}
main section p.imagemeat {
  border: 1.3px solid black;
  margin-bottom: 20px;
  flex-basis: 48%;
}
@media screen and (max-width: 559px) {
  main h2 {
    margin-right: 20px;
    margin-left: 25px;
  }
  main h2.right1 {
    text-align: left;
    padding-left: 0px;
    margin-left: -2px;
  }
  main h2.right2 {
    text-align: left;
    padding-left: 0px;
    margin-left: -2px;
  }

  main section {
    display: block;
    padding: 20px;
  }
  main div .explain {
    line-height: 1.5;
  }
  main section p.image,
  main section div {
    margin-bottom: 40px;
    flex-basis: 48%;
  }
}
