#main.price {
  margin: 4.5rem 0rem;
}

@media screen and (min-width: 768px) {
  #main.price {
    margin: 6rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price {
    margin: 7.5rem 0rem;
  }
}

#main.price > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec1 {
    margin-bottom: 7.5rem;
  }
}

#main.price > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec1 > .inner {
    max-width: 76.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec1 > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec1 > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec1 > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.price > .inner > .sec1 > .inner > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec1 > .inner > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec1 > .inner > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec1 > .inner > .par {
    text-align: center;
  }
}

#main.price > .inner > .sec2 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner {
    max-width: 76.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk {
  height: auto;
  width: 100%;
  color: #000000;
  display: block;
  font-size: 1.68rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 2.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk {
    font-size: 1.95rem;
    line-height: 1.9;
    padding-left: 3.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk {
    font-size: 2.24rem;
    line-height: 2;
    padding-left: 4rem;
  }
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::before {
  background-color: #17184b;
  content: '';
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s, opacity 0.5s;
  width: 1rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::before {
    width: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::before {
    width: 1.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::after {
  background-color: #17184b;
  content: '';
  display: block;
  height: 1rem;
  left: .45rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s, opacity 0.5s;
  width: .1rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::after {
    height: 1.25rem;
    left: .575rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk::after {
    height: 1.5rem;
    left: .7rem;
  }
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk.active::before {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box1 > .phd > .lnk.active::after {
  transform: translateY(-50%) rotate(90deg);
}

#main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
  height: auto;
  width: 100%;
  margin-top: 2.25rem;
  padding: 1.5rem 1.5rem;
  background-color: #faf7e8;
  display: none;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
    padding: 2.5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > [class*=box] > .box2 {
    display: block;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 7.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 > [class^=txt] {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 > [class^=txt] {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 > [class^=txt] {
    font-size: 1.28rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 > [class^=txt] {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box1 > .par2 > [class^=txt]:not(:last-of-type) {
    margin-right: 1em;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #484848;
  display: flex;
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: calc(100% - 18rem);
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm {
    width: 25rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 18rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc {
    width: calc(100% - 20rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc {
    width: calc(100% - 25rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] {
    width: 25%;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: 11.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .trm {
    display: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  text-align: right;
  width: 6.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    width: 100%;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc.nu {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc > [class^=lst] > .dsc.nu {
    display: block;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst0 {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst0 {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst0 > .dsc > [class^=lst] > .trm {
    display: block;
    text-align: right;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst0 > .dsc > [class^=lst] > .dsc {
    display: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst1 {
  border-top: 0.1rem solid #484848;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > [class^=lst].lst1 {
    border-top: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box2, #main.price > .inner > .sec2 > .inner > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2, #main.price > .inner > .sec2 > .inner > .box3 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2, #main.price > .inner > .sec2 > .inner > .box3 {
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2, #main.price > .inner > .sec2 > .inner > .box3 {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2, #main.price > .inner > .sec2 > .inner > .box3 {
    width: calc(50% - 2.5rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 {
    margin-bottom: 3.75rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box1 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst], #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst]:first-of-type, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst]:first-of-type {
  border-top: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: calc(100% - 10rem);
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 12.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 15rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: 10rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    width: 12.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box3 > .box2 > .box2 > [class^=lst] > .dsc {
    width: 15rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 {
    margin-bottom: 7.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 {
    margin-bottom: 3.75rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box1 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 {
    margin-bottom: 3.75rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #484848;
  display: flex;
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: calc(100% - 18rem);
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .trm {
    width: 25rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 18rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc {
    width: calc(100% - 20rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc {
    width: calc(100% - 25rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] {
    width: 25%;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: 11.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .trm {
    display: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  text-align: right;
  width: 6.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc {
    width: 100%;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc.nu {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst] > .dsc > [class^=lst] > .dsc.nu {
    display: block;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst0 {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst0 {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst0 > .dsc > [class^=lst] > .trm {
    display: block;
    text-align: right;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst0 > .dsc > [class^=lst] > .dsc {
    display: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst1 {
  border-top: 0.1rem solid #484848;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box1 > [class^=lst].lst1 {
    border-top: none;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 {
    width: calc(50% - 2.5rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2.box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3.box2 {
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2.box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3.box2 {
    margin-bottom: 0;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 {
    margin-bottom: 2.5rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1 > .phd, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1 > .phd, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 > .phd {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box1 > .phd, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box1 > .phd {
    font-size: 1.92rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst], #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst]:first-of-type, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst]:first-of-type {
  border-top: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: calc(100% - 10rem);
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 12.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 15rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: 10rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    width: 12.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box4 > .box2 > .box2 > .box3 > .box2 > [class^=lst] > .dsc {
    width: 15rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box5, #main.price > .inner > .sec2 > .inner > .box6 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5, #main.price > .inner > .sec2 > .inner > .box6 {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5, #main.price > .inner > .sec2 > .inner > .box6 {
    width: calc(50% - 2.5rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box5.box5, #main.price > .inner > .sec2 > .inner > .box6.box5 {
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5.box5, #main.price > .inner > .sec2 > .inner > .box6.box5 {
    margin-bottom: 0;
  }
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 {
    margin-bottom: 3.75rem;
  }
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box1 > .par, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box1 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 {
  height: auto;
  width: 100%;
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst], #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst]:first-of-type, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst]:first-of-type {
  border-top: 0.1rem solid #484848;
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: calc(100% - 10rem);
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 12.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .trm, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .trm {
    width: calc(100% - 15rem);
  }
}

#main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
  padding: 0.375rem 0rem;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  height: auto;
  width: 10rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    padding: 0.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    padding: 0.625rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    font-size: 1.44rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    width: 12.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.price > .inner > .sec2 > .inner > .box5 > .box2 > .box2 > [class^=lst] > .dsc, #main.price > .inner > .sec2 > .inner > .box6 > .box2 > .box2 > [class^=lst] > .dsc {
    width: 15rem;
  }
}

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