@charset "UTF-8";

.page-balconycleaning {
  padding-top: 0;
  padding-bottom: 0;
}

.page-balconycleaning_inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  box-sizing: border-box;
}

@media only screen and (max-width:480px) {
  .page-balconycleaning_inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.page-balconycleaning_title {
  text-align: center;
}

.page-balconycleaning .price-container {
  width: 100%;
  margin: 0 auto;
}

.page-balconycleaning .price_table {
  width: 100%;
  text-align: center;
  border: 2px solid #7dc6de;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.page-balconycleaning .price_table th,
.page-balconycleaning .price_table td {
  border-right: 1px solid #7dc6de;
  border-bottom: 1px solid #7dc6de;
  padding: 1.2rem 0.8rem;
  font-weight: 400;
}

.page-balconycleaning .price_table tr:first-child th {
  background: #e2f5fb;
  font-weight: 700;
}

.page-balconycleaning .price_table tr:nth-child(n+2) th {
  background: #f7fdff;
  text-align: left;
  font-weight: 600;
  padding-left: 1.6rem;
}

.page-balconycleaning .price_table td[colspan="2"] {
  font-weight: 700;
}

.page-balconycleaning .c-text {
  text-align: center;
  font-size: 1.4rem;
}
