@charset "UTF-8";

/* CSS Document */
.price-section {
  background-color: #fff;
  padding: 48px 0;
}
.price table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
}

.price tr {
}

.price td {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.price td:nth-child(1) {
  text-align: left;
}

.price td:nth-child(2) {
  text-align: right;
}
.price th {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.price h2 {
  text-align: center;
}

.price h3 {
  margin-bottom: 24px;
  margin-top: 48px;
}

.price .desc {
  text-align: left;
}

.price i {
  color: #ff99a4;
  font-weight: normal;
  font-size: 1rem;
  font-style: normal;
  text-align: right;
  display: block;
}

.price strong {
  background-color: rgba(234, 249, 176, 1);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px;
}

@media screen and (max-width: 800px) {
  .price table {
    width: 100%;
    display: table;
  }

  .price td {
    display: table-cell;
    width: auto;
    font-size: 15px;
    line-height: 22px;
  }
}

.price-image{
  width: 100%;
  height:auto;
}
