@charset "UTF-8";
.wp-block-table table {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 19px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
  white-space: nowrap;
}
.wp-block-table table td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border: 0;
  color: #5d564c;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ddd;
}
.wp-block-table.first-column-nowrap td:first-child {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .wp-block-table table tr {
    display: block;
  }
  .wp-block-table table tr th, .wp-block-table table tr td {
    display: block;
  }
}
.wp-block-table.table_a_button a {
  font-family: ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, ms pgothic, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 12px;
  border-radius: 2px;
  padding: 9px 20px;
  transition: all 0.1s linear;
  background-color: #fe6e3a;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.5;
  color: #fff;
}
.wp-block-table.table_a_button a:hover {
  border: 2px solid #fe6e3a;
  background: transparent;
  padding: 7px 18px;
  color: #fe6e3a;
  text-decoration: none;
}/*# sourceMappingURL=editor-style.css.map */