.pc-only {display: table-row;}
.sp-only {display: none;}
@media screen and (max-width: 568px) {
  .pc-only {display: none;}
  .sp-only {display: inline-table;}
}
.va-m {
  vertical-align: middle!important;
}
.fs12 {
  font-size: 12px;
}
 p.point {
  margin-left: 2.5em;
}
 p.point::before {
  content: "";
  margin-right: .5em;
  margin-left: -1.5em;

}
p.square.point::before {
  content: "■";
}
.mod-table-press > tbody > tr > td:nth-child(2) {
  text-align: left;
}
.mod-table-press .table_image {
  text-align: center;
  border-top: none;
}
.mod-table-press.no_line-b td {
  border-top: none;
}
.mod-table-press > tbody > tr,
.mod-table-press > tbody > tr > td {
  border-bottom: none;
}
.mod-table-press > tbody:last-child {
  border-bottom: 1px solid #ccc;
}
.mod-table-press > tbody > tr > td div:nth-child(n+2) {
  padding-top: 1em;
}

@media screen and (max-width: 568px) {
  .mod-table-press > tbody > tr {
    border-bottom: none;
  }
  .mod-table-press > tbody > tr {
    border-top: 1px solid #ccc;
  }
  .mod-table-press > tbody > tr.table_image {
    border-top: none;
  }
  .mod-table-press > tbody > tr > td.table_border {
    border-top: 1px solid #ccc;
  }
  .mod-table-press > tbody > tr > th:last-child {
    display: block;
  }
}