@charset "UTF-8";
#priceWrap .headline_table-price {
  font-size: 24px;
  display: flex;
}
#priceWrap .headline_table-price:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #eb748e;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#priceWrap .table-price {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cccccc;
  margin-top: 20px;
}
#priceWrap .table-price th,
#priceWrap .table-price td {
  padding: 10px 30px;
  vertical-align: middle;
  text-align: left;
  line-height: 2;
}
#priceWrap .table-price th {
  font-size: 24px;
  background: #f7f7f7;
  position: relative;
}
#priceWrap .table-price td {
  font-size: 18px;
}
#priceWrap .table-price tr + tr th,
#priceWrap .table-price tr + tr td {
  border-top: 1px solid #cccccc;
}
#priceWrap .table-price .price {
  font-weight: bold;
  text-align: right;
}
#priceWrap .table-price .plan-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
#priceWrap .table-price .plan-title::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eb748e;
  margin-right: 10px;
  vertical-align: 2px;
}
#priceWrap .table-price .plan-subtitle {
  position: relative;
  font-weight: bold;
  display: block;
}
#priceWrap .table-price .plan-subtitle::before {
  display: inline-block;
  content: "・";
  margin-right: 5px;
}
#priceWrap .table-price .text-indent {
  display: block;
  padding-left: calc(30px + 1em);
}
#priceWrap .table-price .text-indent_01 {
  display: block;
  padding-left: calc(1em + 5px);
}
#priceWrap .table-price + .table-price {
  margin-top: 60px;
}
#priceWrap .small-text {
  font-size: 14px;
}
#priceWrap .sp-show {
  display: none;
}

/* 3.Media Queries
================================================== */
@media (max-width: 767px) {
  #priceWrap .table-price th {
    font-size: 20px;
    background: #f7f7f7;
  }
  #priceWrap .table-price td {
    font-size: 16px;
  }
  #priceWrap .table-price th,
#priceWrap .table-price td {
    display: block;
    padding: 10px 15px;
  }
  #priceWrap .table-price tr td {
    border-top: 1px solid #cccccc;
  }
  #priceWrap .table-price .text-indent {
    padding-left: calc(15px + 1em);
  }
  #priceWrap .sp-show {
    display: block;
  }
}
@media (max-width: 600px) {
  #priceWrap .table-price th {
    font-size: 20px;
  }
  #priceWrap .table-price td {
    font-size: 16px;
  }
  #priceWrap .table-price .plan-title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=lp-add-style.css.map */