.price {
  margin-top: 60px;
  margin-bottom: 125px;
}

.price-title {
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .price-title {
    margin-bottom: 35px;
  }
}

.price-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.price-section {
  margin-bottom: 100px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .price-section {
    margin-bottom: 75px;
  }
}

.price-section h2 {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.price-section h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.price-section h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.price-h2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.price-h2-wrap i {
  margin-right: 5px;
}

.price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.price-col {
  display: block;
  width: 100%;
  padding: 15px;
}

.price-field {
  display: block;
  margin-bottom: 30px;
}

.price-field h3 {
  font-size: 18px;
  font-weight: bold;
}

.price-field dt, .price-field h4 {
  font-size: 16px;
}

.price-field p {
  font-size: 14px;
  margin-bottom: 15px;
}

.price-field dd {
  font-size: 16px;
  padding: 10px 0;
  overflow-x: scroll;
}

.price-field th {
  border-bottom: solid 1px #ebebeb;
}

.price-field th, .price-field td {
  padding: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .price-field th, .price-field td {
    padding: 8px;
    font-size: 14px;
  }
}

.price-accordion {
  border: solid 1px #ebebeb;
  border-radius: 4px;
}

.price-accordion dt {
  background-color: #ebebeb;
  padding: 10px 20px;
}

.price-field-attention {
  padding: 15px;
  margin-bottom: 20px;
  border: solid 2px #ebebeb;
  border-radius: 4px;
}

.price-field-attention li {
  font-size: 14px;
  margin-bottom: 10px;
}

.price-field-pointer {
  cursor: pointer;
}

.price-table-w-100 {
  width: 100%;
}

.price-table-w-70 {
  width: 70%;
}

.price-table-w-50 {
  width: 50%;
}

.price-table-w-30 {
  width: 30%;
}

.up-price-table {
  width: 100%;
  margin-bottom: 40px;
}

.up-price-table th {
  background-color: #ebebeb;
  border: solid 1px #cccccc;
}

.up-price-table td {
  border: solid 1px #cccccc;
}

.price-thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .price-thumbnail {
    height: 200px;
    padding: 0;
  }
}

.price-thumbnail-all {
  background: url(/static/images/price/all_.jpg);
  background-size: cover;
  background-position: center center;
}

.price-thumbnail-hundred {
  background: url(/static/images/price/100-.jpg);
  background-size: cover;
  background-position: center center;
}

.price-thumbnail-flat {
  background: url(/static/images/price/img01.jpg);
  background-size: cover;
  background-position: center center;
}

.price-thumbnail-emboss {
  background: url(/static/images/price/img02.jpg);
  background-size: cover;
  background-position: center center;
}

.price-thumbnail-edge {
  background: url(/static/images/price/05.jpg);
  background-size: cover;
  background-position: center center;
}

.price-thumbnail-linestone {
  background: url(/static/images/price/linestone1.jpg);
  background-size: cover;
}
