
.bg-blue {
  position: relative;
  margin: var(--space-md) 0;
}
.bg-blue::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(96, 171, 183, 0.15);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-blue .media-content .media-content__txt {
    padding-bottom: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  table.detail-table td  p {
    margin: 1.5em 0;
  }
  .bg-blue::before {
    background-color: rgba(221, 236, 246, 0.6);
  }
  .bg-blue .media-content picture {
    width: 68rem;
  }
  .bg-blue .media-content.--lay-img01 picture img {
    min-width: 78.8rem;
  }
  .bg-blue .media-content .media-content__txt {
    padding: 0 2em;
    width: 27em;
  }
  .bg-blue .media-content__txt p {
    text-align: justify;
    text-justify: inter-character;
  }
}
