@charset "UTF-8";
main .price_bg {
  background-image: url(../img/price_fv_img.jpg);
}
main .price_copy {
  text-align: center;
  margin: 80px 0;
  line-height: 2;
}
main .price_content {
  padding: 100px 0;
}
main .price_area {
  display: flex;
  justify-content: space-between;
  padding: 0 24.3055555556vw;
}
main .price_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .price_text_p::before {
  content: "";
  display: inline-block;
  background-image: url(../img/price_text.svg);
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
main .price_main {
  font-size: 5.5555555556vw;
  font-weight: bold;
  letter-spacing: 1.5rem;
}
main .price_main span {
  display: inline-block;
  font-size: 20.1388888889vw;
  background: linear-gradient(12deg, #FF9D00, #FFEE00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .price_sub_text {
  text-align: center;
  margin-top: 32px;
  line-height: 1.5;
}
main .price_plan_title {
  margin-bottom: 48px;
}
main .price_plan {
  padding: 80px 27.0833333333vw;
  text-align: center;
}
main .price_plan_table {
  border: 1px solid #9E9E9E;
}
main .price_plan_h3 {
  margin: 0;
}
main .price_plan_text {
  font-weight: bold;
  margin: 24px 0;
  display: inline-block;
  padding: 10px 16px;
}
main .price_plan_strong {
  color: #FF9D00;
  margin-left: 20px;
  font-size: 2.7777777778vw;
}
main .price_plan_example {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .price_plan_example::before {
  content: "例";
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-color: #FF9D00;
  color: #fff;
}
main .price_plan_example_span {
  font-size: 1.9444444444vw;
}

@media screen and (max-width: 480px) {
  header .header_inner {
    padding: 0 !important;
  }
  header .pan_list {
    display: none;
  }
  header .pan_list_span {
    margin: 0 10px;
  }
  main .lower_title {
    font-size: 32px;
    padding-left: 40px;
  }
  main .lower_title::after {
    width: 40px;
    margin-left: 20px;
  }
  main .price_copy {
    margin: 40px 0;
    font-size: 14px;
    padding: 0 10px;
  }
  main .price_content {
    padding: 40px 0;
  }
  main .price_area {
    padding: 0 10px;
    justify-content: center;
  }
  main .price_text {
    margin-right: 16px;
  }
  main .price_text_p {
    font-size: 19px;
  }
  main .price_text_p::before {
    width: 18px;
    height: 18px;
  }
  main .price_plan_text {
    margin: 16px 0;
  }
  main .price_sub_text {
    font-size: 14px;
  }
  main .price_plan {
    padding: 40px 20px;
  }
  main .price_plan_title {
    font-size: 24px;
  }
  main .price_plan_h3 {
    font-size: 16px;
    padding: 8px 0;
  }
  main .price_plan_strong {
    font-size: 24px;
    margin-left: 8px;
  }
  main .price_plan_example {
    font-size: 16px;
  }
  main .price_plan_example::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  main .price_plan_example_span {
    font-size: 20px;
  }
  main .price_plan_text {
    font-size: 16px;
    margin: 8px;
  }
}/*# sourceMappingURL=price.css.map */