/* 幅広・全幅ブロック以外にデフォルトコンテンツ幅を指定 */
.entry-content>*:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
}

/* 幅広ブロックに幅広コンテンツ幅を指定 */
.entry-content>*.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

/* 全幅ブロックを除いて左右にオートマージンを付与する */
.entry-content>*:not(.alignfull) {
  margin-right: auto;
  margin-left: auto;
}

/* 共通 */
.entry-content,
.editor-styles-wrapper {
  padding-left: var(--wp--custom--gutter);
  padding-right: var(--wp--custom--gutter);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table,
.table-style01 {
  border-top: 2px solid var(--wp--preset--color--primary);
}

.postdata .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.postdata .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border: none;
  background-color: revert;
}

.postdata .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.postdata .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.table-style01 th,
.table-style01 td {
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding: 1.5rem 0;
  vertical-align: middle;
}

.table-style01 th {
  width: 15%;
  text-align: left;
}

.postdata .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  width: 20%;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.table-style01 td {
  padding: 1.5rem;
}

.table-style01.privacy th {
  width: 300px;
}

@media (max-width: 800px) {

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
  .table-style01 th,
  .table-style01 td {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .table-style01 th {
    width: 25%;
  }

  .table-style01.privacy th {
    width: 25%;
  }
}



.postdata .wp-block-flexible-table-block-table a[href^="tel:"] {
  text-decoration: none;
}

.wp-block-flexible-table-block-table a:not([href^="tel:"]) {
  color: var(--wp--preset--color--primary);
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  text-wrap: pretty;
}

.wp-block-flexible-table-block-table a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}


.wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--wp--preset--color--primary-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  min-height: 55px;
  min-width: 290px;
  padding: 15px 20px;
  transition: background-color 0.3s;
  line-height: 1.5;
  position: relative;
}

.wp-block-button .wp-block-button__link::after {
  content: "";
  border-radius: 100vmax;
  border: 2px solid var(--wp--preset--color--secondary);
  background: url(../../images/share/icon_btn_arrow.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-button .wp-block-button__link:focus-visible {
  background-color: var(--wp--preset--color--primary-white);
  color: var(--wp--preset--color--secondary);
}

@media (any-hover: hover) {
  .wp-block-button .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--primary-white);
    color: var(--wp--preset--color--secondary);
  }
}
