@charset "UTF-8";

#price .page-title {
  margin: 40px 0;
}
#price .content-area {
  background: linear-gradient(to bottom, #EDF7F3 0%, #fff 200px, #fff 100%);
  border-radius: 68px 68px 0 0;
  padding-top: 60px;
}
#price .bg {
  background-image: url(../img/common/bg.png);
  background-size: 100% auto;
  background-position: center 600px;
  padding-bottom: 120px;
}
#price .sec-price {
  margin-bottom: 80px;
}
#price .price-table {
  margin-bottom: 20px;
}
#price .price-table thead th,
#price .price-table tbody th,
#price .price-table tbody td {
  border-right: dashed 1px #B2B2B2;
  border-bottom: solid 1px #B2B2B2;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
#price .price-table thead th:last-child,
#price .price-table tbody td:last-child {
  border-right: none;
}
#price .price-table thead th {
  background-color: #E2E2E2;
  padding: 5px;
}
#price .price-table tbody th {
  background-color: #FEF3F4;
  font-size: 22px;
  padding: 18px 5px;
}
#price .price-table tbody td {
  background-color: #fff;
  padding: 18px 5px;
}
#price .price-table tbody td:nth-child(2) {
  padding-left: 35px;
  text-align: left;
}
#price .price-table tbody td .price {
  font-size: 22px;
}

#price .price-list {
  margin: 0 0 25px 44px;
}
#price .price-list li {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
}
#price .price-list li::before {
  content: "●";
  position: absolute;
  left: -24px;
  top: 0
}
#price .note {
  line-height: 1.8;
  margin-left: 20px;
}

#price .other-list {
  margin-left: 20px;
}
#price .other-list .group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#price .other-list dt {
  width: 240px;
}
#price .other-list dd {
  width: calc(100% - 240px);
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #price .content-area {
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
  }
  #price .bg {
    padding-bottom: 40px;
  }

  #price .sec-price {
    margin-bottom: 60px;
  }
  #price .price-table thead th {
    font-size: 14px;
  }
  #price .price-table tbody th {
    font-size: 14px;
    padding: 10px 5px;
  }
  #price .price-table tbody td {
    font-size: 14px;
    padding: 10px 5px;
  }
  #price .price-table tbody td:nth-child(2) {
    padding-left: 5px;
  }
  #price .price-table tbody td .price {
    display: block;
    font-size: 14px;
  }

  #price .price-list {
    margin: 0 0 25px 24px;
  }
  #price .price-list li {
    font-size: 16px;
  }
  #price .note {
    margin-left: 0;
  }

  #price .other-list {
    margin-left: 0;
  }
  #price .other-list .group {
    flex-direction: column;
    margin-bottom: 25px;
  }
  #price .other-list dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
  }
  #price .other-list dd {
    width: 100%;
  }
}