/* price
---------------------------------------------------------- */
.p-price .-attention {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-price_box {
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.p-price_box_text {
  color: #e7ac50;
}
.p-price_tbl {
  width: 100%;
  margin-top:10px;
}
.p-price_tbl tr {
  width: 100%;
}
.p-price_tbl tr th, .p-price_tbl tr td {
  border: 1px solid #84817e;
}
.p-price_tbl tr th {
  border-left: 1px solid #fff;
  border-right: unset;
  background: #84817e;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-price_tbl tr th {
    padding: 5px;
  }
}
.p-price_tbl tr th:nth-child(1) {
  border-left: 1px solid #84817e;
  width: 40%;
}
.p-price_tbl tr th:nth-child(2) {
  width: 30%;
}
.p-price_tbl tr th:nth-child(3) {
  width: 30%;
}
.p-price_tbl tr th:nth-child(4) {
  width: 10%;
}
.p-price_tbl tr th:nth-child(5) {
  border-right: 1px solid #84817e;
  width: 10%;
}
.p-price_tbl tr th.-sub {
  background: #dad8d7;
  color: #434343;
  text-align: left;
  font-weight: 500;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .p-price_tbl tr th.-sub {
    padding: 5px;
  }
}
.p-price_tbl tr td {
  padding: 10px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price_tbl tr td {
    padding: 5px;
  }
}
.p-price_tbl tr td:nth-child(1) {
  text-align: left;
}
.p-price_tbl tr td.-price {
  text-align: right !important;
  white-space: nowrap;
}
.p-price_tbl tr td.-left {
  text-align: left !important;
}
.p-price_tbl tr td.-none {
  position: relative;
}
.p-price_tbl tr td.-none::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  background: #84817e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-price-card_image {
  margin: 10px auto 0;
  max-width: 500px;
  width: 100%;
}

.price .c-kv {
  background: url("../img/key.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-price_tbl small {
  font-size: 12px;
  font-size: 1.2rem;
}