@charset "UTF-8";

.price_md {
  text-align: center;

  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 5rem;
  margin-bottom: 2rem;
  color: #1cb4d7;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
  /* font-style: italic; */
}

.price_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2.4rem;
}

.price_flex img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.price_scroll_x img {
  width: 100%;
}
.price_contact {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .price_flex {
    padding: 0;
  }
  .price_md {
    font-size: 2rem;
  }
  .price_scroll_x {
    overflow-x: scroll;
  }
  .price_scroll_x img {
    width: 600px;
  }
  .price_flex {
    display: block;
  }
  .price_flex img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
  }
  .price_contact {
    margin-top: 20px;
  }
}

/* アニメーション */
.price .sec_anim {
  transform: translateY(3rem);
}
.price .sec_anim.sec_anim02 {
  transform: translateX(3rem);
}
.price .is-show {
  transform: translate(0, 0) !important;
  margin-bottom: 0.5rem;
}

.price .sec_anim:nth-of-type(2) {
  transition-delay: 0.3s;
}
.price .sec_anim:nth-of-type(3) {
  transition-delay: 0.6s;
}
