.display_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .display_sp {
    display: block;
  }
}

.pl_flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_download {
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .flex_download {
    justify-content: space-around;
  }
}

@media screen and (min-width: 600px) {
  .download_link + .download_link {
    margin-left: 40px;
  }
}

.flex_inner_img,
.flex_inner_text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .flex_inner_img,
.flex_inner_text {
    width: 100%;
  }
}

.flex_inner_text {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .point1_img,
.point3_img {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .point2_img {
    width: 40%;
  }
}

.sp_download {
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 600px) {
  .sp_link,
.download_link {
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .sp_link,
.download_link {
    height: 50px;
  }
}

.dl_img {
  height: 100% !important;
  width: auto;
}
/*# sourceMappingURL=md_appli.css.map */