@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../report20251030-001/images/header_bg-sp.png") no-repeat center center/cover;
  min-height: 208px;
}
@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url("../report20251030-001/images/header_bg.png") no-repeat center center/cover;
  }
}
.content-header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  gap: 4px;
}
@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}

#overview {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #overview {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 776px) {
  #overview .container {
    max-width: 736px;
    margin: 0 auto;
  }
}
#overview .container h2 span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 47.9375em) {
  #overview .container h2 span {
    font-size: 20px;
  }
}
#overview .container h2 span span {
  display: none;
}
@media (min-width: 47.9375em) {
  #overview .container h2 span span {
    display: inline;
  }
}
#overview .container p {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
#overview .container .overview__image {
  margin: 24px 0;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__image {
    margin: 40px 0;
  }
}
#overview .container .overview__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#overview .container .overview__image span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 16px;
}
#overview .container .overview-flex-image {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0 24px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview-flex-image {
    flex-direction: row;
    margin: 64px 0 32px;
  }
}
#overview .container .overview-flex-image .overview-flex__image {
  width: 100%;
  border-radius: 20px;
}
#overview .container .overview-flex-image .overview-flex__image img {
  width: 100%;
  height: auto;
}

#contents {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #contents {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 776px) {
  #contents .container {
    max-width: 736px;
    margin: 0 auto;
  }
}
#contents .container > div *:first-child {
  margin-top: 0 !important;
}
#contents .container > div *:last-child {
  margin-bottom: 0 !important;
}
#contents .container > div h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 8px;
  margin: 0;
  margin: 40px 0 24px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 47.9375em) {
  #contents .container > div h4 {
    font-size: 26px;
    margin: 64px 0 32px;
  }
}
#contents .container > div h5 {
  color: #0c0b86;
  text-align: left;
  margin: 24px 0 16px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #contents .container > div h5 {
    margin: 32px 0 24px;
  }
}
#contents .container > div .contents-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 32px;
  flex-direction: column;
  margin: 16px 0;
  padding: 32px 16px;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #contents .container > div .contents-flex {
    flex-direction: row;
    margin: 24px 0;
    padding: 40px;
    gap: 32px;
  }
}
#contents .container > div .contents-flex__image {
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
  width: 64.5161290323%;
}
@media (min-width: 47.9375em) {
  #contents .container > div .contents-flex__image {
    width: 30.487804878%;
    margin: 0;
  }
}
#contents .container > div .contents-flex__image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
#contents .container > div .contents-flex__image span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 8px;
}
#contents .container > div .contents-flex__text {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
#contents .container > div .contents-flex__text span {
  font-weight: bold;
}
#contents .container > div .contents-image {
  margin: 16px 0;
  overflow: hidden;
}
@media (min-width: 47.9375em) {
  #contents .container > div .contents-image {
    margin: 32px 0;
  }
}
#contents .container > div .contents-image img {
  width: 100%;
  height: auto;
}
#contents .container > div ul {
  margin: 24px 0;
}
#contents .container > div ul li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
#contents .container > div ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3em;
  content: "・";
  font-weight: bold;
}
#contents .container > div ul li span {
  font-weight: bold;
}
#contents .container > div p {
  line-height: 1.5;
  font-size: 16px;
  margin: 16px 0;
}
@media (min-width: 47.9375em) {
  #contents .container > div p {
    margin: 24px 0;
  }
}
#contents .container > div a {
  text-decoration: underline;
}
#contents .container > div .contents__link {
  margin: 16px 0;
}
@media (min-width: 47.9375em) {
  #contents .container > div .contents__link {
    margin: 32px 0;
  }
}
#contents .container > div .contents__link a {
  background: #0c0b86;
  border-color: #0c0b86;
}
#contents .container > div .contents__note {
  background-color: #f2f2f2;
  border-radius: 32px;
  line-height: 1.5;
  font-size: 16px;
  padding: 32px 16px;
  margin: 40px 0;
}
@media (min-width: 47.9375em) {
  #contents .container > div .contents__note {
    padding: 40px;
    margin: 64px 0;
  }
}