.summaryTable {
  border-left: 1px solid #B5B8C2;
  border-right: 1px solid #B5B8C2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.571;
}

.summaryTable-row {
  width: 100%;
}

.summaryTable-title,
.summaryTable-column {
  padding: 25px;
  box-sizing: border-box;
}

.summaryTable-title {
  background-color: #F2F2F2;
  color: #A82521;
  font-weight: 500;
}

.summaryTable-column {
  text-align: justify;
  text-justify: inter-ideograph;
}

.summaryTable-button {
  margin-top: 20px;
}

.summaryTable-button .c-button-object {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .summaryTable-row {
    border-bottom: 1px solid #B5B8C2;
    display: flex;
  }
  .summaryTable-row:first-child {
    border-top: 1px solid #B5B8C2;
  }
  .summaryTable-title {
    min-width: 180px;
    display: flex;
    align-items: center;
  }
  .summaryTable-column {
    min-width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .summaryTable {
    border-top: 1px solid #B5B8C2;
    border-bottom: 1px solid #B5B8C2;
  }
  .summaryTable-title,
  .summaryTable-column {
    padding: 15px 15px;
  }
  .summaryTable-title {
    padding: 9px 15px;
    text-align: center;
  }
  .summaryTable-button {
    margin-top: 10px;
  }
}
