.royaljelly_detail_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1em;
}

.royaljelly_detail_text p {
  padding: 1em 0 1em 0;
}

.royaljelly_detail_pc {
  display: flex;
}

.img02 {
  width: 50%;
}

.img01 {
  width: 50%;
}

.royaljelly_quality {
  padding-bottom: 1em;
}


.royaljelly_quality_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-bottom: 1em;
}

.royaljelly_quality_text p {
  width: 58%;
}

.royaljelly_quality_text img {
  width: 40%;
}

.img03 {
  padding-bottom: 1em;
}

.royaljelly_research {
  padding-bottom: 1em;

}

.royaljelly_research_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-bottom: 1em;
}

.royaljelly_research_text p {
  width: 58%;
}

.royaljelly_research_text img {
  width: 40%;
}

.img04 {
  padding-bottom: 1em;
}

.p-main-title {
  font-weight: bold;
}

#trivia {
  padding-top: 160px;
  margin-top: -110px;
}

.royaljelly_ingredient_text {
  padding-bottom: 1em;
}

.normal {
  font-weight: normal!important;
}

.accord {
  font-size: medium;
}

@media screen and (max-width: 767px) {
  .royaljelly_detail_text {
    flex-direction: column;
  }

  .img01 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img002 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .royaljelly_quality_text {
    flex-direction: column;
  }

  .royaljelly_quality_text p {
    width: 100%;
    line-height: 1.7;
  }

  .royaljelly_quality_text img {
    width: 100%;
  }

  .royaljelly_research_text {
    flex-direction: column;
  }

  .royaljelly_research_text p {
    width: 100%;
    line-height: 1.7;
  }

  .royaljelly_research_text img {
    width: 100%;
  }

  .img01 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}