@media screen and (min-width: 768px) {
  body {
    background-image: url("../image/common/bg_sub.png");
  }
  article.report .report-sec .inner {
    width: 1100px;
    padding: 50px 45px;
    border-radius: 60px;
    border: 10px solid #3e1803;
    background-color: #fffded;
    box-sizing: border-box;
    margin: 100px auto;
  }
  article.report .report-sec .inner h1 {
    margin: 0 auto;
    width: 989.5px;
  }
  article.report .report-sec .inner .text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #3e1803;
  }
  article.report .report-sec .inner .text h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  article.report .report-sec .inner .text ul {
    margin-top: 27px;
  }
  article.report .report-sec .inner .text ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  article.report .report-sec .inner .image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 40px;
  }
  article.report .report-sec .inner .image img {
    display: block;
    width: 315.5px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-image: url("../image/common/bg_sub.png");
  }
  article.report .report-sec {
    padding: 0 18px;
  }
  article.report .report-sec .inner {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    border: 5px solid #3e1803;
    background-color: #fffded;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  article.report .report-sec .inner h1 {
    margin: 0 auto;
    width: 275px;
  }
  article.report .report-sec .inner .text {
    margin-top: 20px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #3e1803;
  }
  article.report .report-sec .inner .text h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }
  article.report .report-sec .inner .text ul {
    margin-top: 15px;
  }
  article.report .report-sec .inner .text ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  article.report .report-sec .inner .image {
    margin-top: 20px;
  }
  article.report .report-sec .inner .image img {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  article.report .report-sec .inner .image.sp-mini {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  article.report .report-sec .inner .image.sp-mini img {
    width: calc((100% - 8px) / 2);
    margin-top: 0;
  }
}