header .h_logo {
  width: 227px;
  background-image: url(../media/images/medipro/index/shoulder_logo.svg?1);
}
@media screen and (max-width: 767px) {
  header .h_logo {
    width: 127.5px;
  }
}

.section-caption {
  background-color: #63d4f4;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-caption {
    padding-top: 40px;
  }
}
.section-caption::after {
  background-image: url(../media/images/medipro/index/img_wave.svg);
}
.section-caption .caption_title {
  max-width: 576px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-caption .caption_title {
    max-width: 340px;
    margin-bottom: 18px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-caption .caption_title img {
    height: auto;
  }
}

.section-caption {
  height: 330px;
}
@media screen and (max-width: 767px) {
  .section-caption {
    height: 266px;
  }
}
.section-caption::after {
  top: 329px;
}
@media screen and (max-width: 767px) {
  .section-caption::after {
    top: 265px;
  }
}

.section-index {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .section-index {
    margin-top: 40px;
  }
}
.section-index .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-index .article {
    margin-top: 10px;
  }
}
.section-index .article.article-row1 {
  margin-top: 0;
}
.section-index .article.article-row2 .article_col.col1 {
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-index .article.article-row2 .article_col.col1 {
    width: 38%;
    margin-right: 4%;
  }
}
.section-index .article.article-row2 .article_col.col2 {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .section-index .article.article-row2 .article_col.col2 {
    width: 50%;
  }
}
.section-index .article.article-row3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-index .article.article-row3 .article_col {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .section-index .article.article-row3 .article_col {
    width: 40%;
  }
}
.section-index .article.article-row3 .article_col.col1 {
  margin-right: 95px;
}
@media screen and (max-width: 767px) {
  .section-index .article.article-row3 .article_col.col1 {
    margin-right: 10.5%;
  }
}

/*# sourceMappingURL=medipro_index.css.map */
