@charset "utf-8";
/* -- price section -- */
.sp {
  display: none;
}
#price {
  margin: 0 auto;
}
#price table {
  font-size: 14px;
  width: 100%;
  border: solid 1px #999;
  box-sizing: border-box;
}
#price .col1 {
  width: 12.4%;
}
#price .col2 {
  width: 21%;
}
#price .col3 {
  width: 33.3%;
}
#price table th,
#price table tbody td:not(:first-of-type) {
/*  font-weight: 600; */
  text-align: center;
  vertical-align: middle;
}
#price table td {
  padding: 15px 20px;
  line-height: 1.6;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
}
#price table thead th:not([rowspan]) {
  border-left: solid 1px #999;
}
#price table thead td {
  text-align: center;
}
#price table tbody th,
#price table tbody th ~ td {
  border-top: solid 1px #999;
}
#price table thead th:not([colspan]) {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
}
#price table thead th:nth-child(2) {
  background: #A9A9A9;
}
#price table thead th:nth-child(3) {
  background: #808080;
}
#price table thead tr:nth-child(3) td:nth-child(1) {
  background: #f2f2f2;
}
#price table thead tr:nth-child(3) td:nth-child(2) {
  background: #ff7f50;
}
#price table tbody td:nth-of-type(2) {
  background: #fcfcfc;
}
#price table tbody td:nth-of-type(3),
#price table tbody td.trial-btn {
  background: #fefbfb;
}
#price table thead tr:nth-child(2) td strong {
  color: #ff5949;
}
#price table thead tr:nth-child(3) dt {
  font-weight: 600;
  color: #d6281f;
  padding: 15px 0 10px;
}
#price table thead tr:nth-child(3) dd {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 5px;
}
#price table tbody td:nth-of-type(n+2) {
/*  color: #d6281f; */
}
#price table tbody tr:last-child th {
  padding-right: 21%;
}
#price table td a {
  text-decoration: underline;
}
#price table tbody td.kakaku {
  text-align: left;
}
#price table tbody td.kakaku p {
  display: flex;
  justify-content: center;
}
.note {
  font-size: 13px;
  line-height: 1.1;
  color: #888;
  text-align: left;
  margin-top: 1.5rem;
}
