@charset "UTF-8";

.specified-headline {
  font-weight: bold;
  margin-bottom: 20px;
}

.specified p {
  margin-bottom: 30px;
}

.specified p:last-child {
  margin-bottom: 0;
}

.specified-list-remarks {
  text-indent: -1em;
  padding-left: 1em;
}
.specified .amount-list {
  text-indent: -1em;
  padding-left: 1em;
}

.specified-service-wrap p {
  margin-bottom: 0;
}

.specified-service-wrap .service-list {
  text-indent: -1em;
  padding-left: 2em;
}

.specified-service-wrap .service-txt {
  margin-bottom: 10px;
}

.specified-txt-box-space {
  margin-bottom: 30px;
}

.specified .payment-method-list {
  text-indent: -1em;
  padding-left: 1em;
}

.specified .payment-deadline-list {
  text-indent: -1em;
  padding-left: 1em;
}

.specified-contact {
  text-decoration: underline;
}
.paidy .paidy-table {
  margin: 10px 0 15px 0;
  padding: 0 0 0 1rem;
}
.paidy .paidy-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.paidy .paidy-table th {
  background: #ECEFF1;
  background: #f6f6f6;
  font-weight: bold;
  padding: 7px;
}
.paidy .paidyo-table .header td {
  font-weight: bold;
  padding: 7px;
}
.paidy .paidy-table td {
  padding: 7px;
}
.paidy .paidy-table th,.paidy-table td {
  border: 1px solid #CCC;
  text-align: center;
}
.paidy .paidy-table .kome {
  font-size: 0.7rem;
}


@media (max-width: 768px) {
  .specified-headline {
    margin-bottom: 10px;
  }
  .specified p {
    margin-bottom: 25px;
  }
  .specified-txt-box-space {
    margin-bottom: 30px;
  }
  .specified-service-wrap .service-txt {
    text-indent: 0.3em;
    margin-bottom: 5px;
  }
  .specified .payment-method-list {
    text-indent: -0.6em;
  }
  .specified .amount-list {
    text-indent: -0.6em;
  }
  .specified-service-wrap .service-list {
    text-indent: -1em;
    padding-left: 1em;
  }
  .specified .payment-deadline-list {
    text-indent: -0.6em;
  }
  
}
