.pc-inline {
  font-weight: normal !important;
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  font-weight: normal !important;
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .c-imgs {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-imgs .c-img {
    width: 100%;
  }
}

.art-section-notes {
  margin: 20px;
  max-width: 852px;
  margin-inline: auto;
  line-height: 2.19;
  font-size: 16px;
  background-color: #E7EFF2;
  padding: 26px 50px;
  margin-top: 60px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.art-section-notes + .art-section {
  margin-top: 50px;
}

.art-section ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  .art-section ul {
    display: block;
  }
  .art-section-notes {
    padding: 20px;
    font-size: 15px;
  }
}
.art-section ul li:nth-child(1) {
  flex: 1;
}

.art-section ul li:nth-child(2) {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  .art-section ul li:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}
.art-section ul li:nth-child(2) p.c-caption {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .art-section ul li:nth-child(2) p.c-caption {
    text-align: center;
  }
}
.feature-block-image-01 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature-block-image-01 {
    margin-top: 20px;
    display: block;
  }
}
.feature-block-image-01 .feature-block-image-left {
  width: calc(50% - 10px);
}
.feature-block-image-01 .feature-block-image-left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-block-image-01 .feature-block-image-left {
    width: 100%;
  }
}
.feature-block-image-01 .feature-block-image-right {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .feature-block-image-01 .feature-block-image-right {
    margin-top: 20px;
    width: 100%;
  }
}
.feature-block-image-01 .feature-block-image-right .feature-block-image-right-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.feature-block-image-01 .feature-block-image-right .feature-block-image-right-bottom img {
  width: calc(50% - 10px);
}/*# sourceMappingURL=style.css.map */