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

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../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("../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;
  }
}
.content-header p {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  color: white;
  margin: 0;
  font-size: 14px;
  margin-top: 12px;
}
@media (min-width: 47.9375em) {
  .content-header p {
    font-size: 16px;
    margin-top: 16px;
  }
}

#overview {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #overview {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 47.9375em) {
  #overview .container {
    max-width: 736px;
    margin: 0 auto !important;
  }
}
#overview .container h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 47.9375em) {
  #overview .container h2 {
    font-size: 30px;
  }
}
#overview .container .overview__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__image {
    margin-bottom: 16px;
  }
}
#overview .container .overview__image.radius {
  border-radius: 20px;
}
#overview .container .overview__image img {
  width: 100%;
  height: auto;
}
#overview .container .overview__note {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__note {
    margin-bottom: 48px;
  }
}
#overview .container .overview__text {
  background-color: #f2f2f2;
  border-radius: 32px;
  padding: 32px 16px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__text {
    padding: 40px;
  }
}

#contents {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #contents {
    padding-bottom: 80px !important;
  }
}
#contents .container {
  max-width: 736px;
}
@media screen and (min-width: 776px) {
  #contents .container {
    margin: 0 auto !important;
  }
}
#contents .container .contents-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item {
    flex-direction: row;
    gap: 40px;
  }
}
#contents .container .contents-item__textarea h3 {
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 24px;
  color: #0c0b86;
}
#contents .container .contents-item__textarea p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#contents .container .contents-item__textarea ul {
  margin: 0;
}
#contents .container .contents-item__textarea ul li {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1.4em;
}
#contents .container .contents-item__textarea ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  content: "・";
  margin: 0 0.2em;
}
#contents .container .contents-item__textarea ul li span {
  font-weight: bold;
}
#contents .container .contents-item__textarea .contents-item-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item__textarea .contents-item-flex {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 24px;
  }
}
#contents .container .contents-item__textarea .contents-item-flex .contents-item-flex__image {
  flex-shrink: 0;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item__textarea .contents-item-flex .contents-item-flex__image {
    width: 50%;
  }
}
#contents .container .contents-item__textarea .contents-item-flex .contents-item-flex__image img {
  width: 100%;
  height: auto;
}
#contents .container .contents-item .contents__image {
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
#contents .container .contents-item .contents__image img {
  width: 100%;
  height: auto;
}
#contents .container .contents-item .contents__image.of-scroll {
  width: 100vw;
  overflow: scroll;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0 calc(50vw - 50%) 10px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item .contents__image.of-scroll {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
}
#contents .container .contents-item .contents__image.of-scroll img {
  width: 736px;
  max-width: none;
}
#contents .container .contents-item__imagearea {
  width: 100%;
  overflow: hidden;
}
#contents .container .contents-item__imagearea img {
  width: 100%;
  height: auto;
}
#contents .container .contents__excerpt {
  background-color: #f2f2f2;
  border-radius: 32px;
  margin: 40px 0 20px;
  line-height: 1.5;
  font-size: 16px;
  padding: 32px 16px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents__excerpt {
    padding: 40px;
    margin: 64px 0 20px;
  }
}
#contents .container .contents__note {
  text-align: right;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#contents .container .contents-supplement {
  border-top: 1px solid #d0d0d0;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-supplement {
    margin-top: 64px;
    padding-top: 64px;
  }
}
#contents .container .contents-supplement__text {
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}
#contents .container .contents__link {
  margin: 40px 0 0;
}
@media (min-width: 47.9375em) {
  #contents .container .contents__link {
    margin: 63px 0 0;
  }
}