img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.priceItems {
  padding-top: 126px;
  padding-bottom: 138px;
}

@media (max-width: 767px) {
  .priceItems {
    padding-bottom: 100px;
  }
}

.priceItem:not(:last-child) {
  padding-bottom: 80px;
}

.priceHead {
  background-color: #eeefff;
  border-radius: 5px;
  padding: 10px 18px;
}

.priceTitle {
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.priceTitle::before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  margin-top: 23px;
  margin-right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
}

@media (max-width: 991px) {
  .priceTitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.priceTable {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 991px) {
  .priceTable {
    border-spacing: 0 32px;
  }
}

.priceTable th {
  color: #243a90;
  font-size: 2.1rem;
  font-weight: 500;
  padding: 30px 10px 30px 0;
  text-align: left;
  width: 23.5%;
}

@media (max-width: 1199px) {
  .priceTable th {
    width: 20.5%;
  }
}

@media (max-width: 991px) {
  .priceTable th {
    border: none;
    text-align: center;
    padding: 50px 0 10px 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .priceTable th {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .priceTable th span {
    background-color: #F2F2F2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
  }
}

.priceTable th, .priceTable td {
  border-bottom: 1px solid #EEE;
}

@media (max-width: 991px) {
  .priceTable th, .priceTable td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .priceTable th {
    border: none;
    padding-bottom: 0;
  }
}

.priceTable td {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.666;
  padding: 30px 0 30px 10px;
  width: 39.5%;
}

@media (max-width: 991px) {
  .priceTable td {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}

.priceTable .price {
  color: #243a90;
  font-size: 4rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 30px 0 30px 10px;
  text-align: right;
  width: 37%;
}

@media (max-width: 1199px) {
  .priceTable .price {
    font-size: 3.2rem;
    width: 34%;
  }
}

@media (max-width: 991px) {
  .priceTable .price {
    font-size: 2.2rem;
    border: none;
    padding: 0;
    width: 100%;
  }
}

.price-meta {
  color: #243a90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media (max-width: 1399px) {
  .price-meta {
    display: block;
  }
}

.price-text {
  font-size: 1.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 10px;
}

.price-note {
  font-size: 1rem;
  margin-top: 6px;
}

.price-item {
  color: #243a90;
  font-size: 4rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-left: 12px;
}

@media (max-width: 1199px) {
  .price-item {
    font-size: 3.2rem;
    margin-left: 3px;
  }
}

@media (max-width: 991px) {
.price-text {
  font-size: 1.3rem;
}

.price-item {
  font-size: 2.2rem;
  margin-left: 12px;
}
}

@media (max-width: 374px) {
  .price-item {
    font-size: 2.6rem;
  }
}

.price-tax {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.priceBottom {
  margin-top: 31px;
}

.priceBottom-text {
  font-size: 1.3rem;
  font-weight: 500;
}

.priceBottom-text:not(:last-child) {
  margin-bottom: 6px;
}

td.price {
  line-height: 1.2;
}

.price-left,
.price-right {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 10px;
}
