@charset "UTF-8";
/*--
bodyのフォントサイズは bootstrap/sass/dev/_variables.scss で定義する
--*/
/* orange */
/* brown */
body {
  color: #40210F;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.wp-block-heading {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 54px;
  color: #f29600;
  font-size: 22px;
  font-weight: bold;
}
h2.wp-block-heading:before {
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  left: 0;
  width: 44px;
  height: 26px;
  background: url(../img/h2.png);
}

h3.wp-block-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 0.8em;
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #00a29a;
}
h4.wp-block-heading {
  margin-top: 20px;
  font-size: 16px;
}
h4.wp-block-heading .heading-inner {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background: #eee;
}
.editor-styles-wrapper h4.wp-block-heading {
  padding: 5px 10px;
  font-weight: bold;
  background: #eee;
}

.wp-block-list {
  list-style: none;
}
.wp-block-list li {
  position: relative;
  margin-bottom: 10px;
}
.wp-block-list li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: -1.5em;
  top: 0.5em;
  background: #81b327;
}

.wp-block-button a {
  text-decoration: none;
}

.content-content ol li {
  margin-bottom: 10px;
}

table.plain-table,
table.left-heading,
table.right-heading {
  width: 100%;
}
table.plain-table th,
table.plain-table td,
table.left-heading th,
table.left-heading td,
table.right-heading th,
table.right-heading td {
  padding: 10px 16px;
  vertical-align: top;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
table.plain-table th,
table.left-heading th,
table.right-heading th {
  color: #6A3906;
  font-weight: bold;
  background: #f9bf11;
}

@media (max-width: 767px) {
  table.left-heading th,
  table.left-heading td {
    padding: 8px 16px;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  table.left-heading th {
    padding-top: 0;
    padding-bottom: 0;
  }
  table.left-heading td {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  table.left-heading tr {
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
  }
}

table.right-heading th {
  text-align: right;
}
@media (max-width: 767px) {
  table.right-heading tr {
    display: block;
  }
  table.right-heading th,
  table.right-heading td {
    padding: 8px 16px;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  table.right-heading td {
    margin-bottom: 10px;
  }
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.8em 0.5em;
}

.wp-block-table.is-style-slash table {
  width: auto;
}
.wp-block-table.is-style-slash th,
.wp-block-table.is-style-slash td {
  padding: 5px 0px 4px;
  text-align: center;
  border: 0;
  background: none;
  text-align: left;
}
.wp-block-table.is-style-slash td:first-child,
.wp-block-table.is-style-slash th {
  font-weight: normal;
  background: none;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.wp-block-table.is-style-slash td {
  padding-left: 10px;
}
.wp-block-table.is-style-slash td:first-child::after,
.wp-block-table.is-style-slash th::after {
  content: "／";
  color: #81b327;
  font-size: 1.1em;
  white-space: nowrap;
  margin-left: 10px;
}
.editor-styles-wrapper .wp-block-table.is-style-slash td:first-child::after,
.editor-styles-wrapper .wp-block-table.is-style-slash th::after {
  display: none;
}
.editor-styles-wrapper .wp-block-table.is-style-slash td:first-child > *::after,
.editor-styles-wrapper .wp-block-table.is-style-slash th > *::after {
  content: "／";
  color: #81b327;
  font-size: 1.1em;
  white-space: nowrap;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-slash {
    border: 0;
  }
  .wp-block-table.is-style-slash th,
  .wp-block-table.is-style-slash td {
    display: block;
    text-align: left;
    border: 0;
  }
  .wp-block-table.is-style-slash td:first-child,
  .wp-block-table.is-style-slash th {
    padding-bottom: 0;
  }
  .wp-block-table.is-style-slash td {
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
  }
}

table.company {
  width: 100%;
}
table.company th,
table.company td {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
}
table.company th {
  width: 12em;
  vertical-align: top;
  background: #fbf9f7;
}
@media (max-width: 767px) {
  table.company {
    border-top: 1px solid #e5e5e5;
  }
  table.company th,
  table.company td {
    display: block;
    width: 100%;
  }
  table.company th {
    border-top: 0;
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .gps-table.member table th {
    width: 20em;
  }
}

.wp-block-ldoblocks-file a {
  display: inline-block;
  padding: 0.6em 1.5em;
  border: 1px solid #aaa;
  border-radius: 3em;
  color: #40210F;
  line-height: 1.2;
  text-decoration: none;
}
.wp-block-ldoblocks-file a:hover {
  border-color: #F29600;
}
.wp-block-ldoblocks-file a[href*=".pdf"]::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-right: 0.5em;
  color: #cf1312;
}

/* core/file の「インライン埋め込みを表示」をエディタで隠す */
.block-editor-block-inspector .components-toggle-control:has(input[id*=display-preview]),
.block-editor-block-inspector .components-toggle-control:has(input[id*=display-inline]),
.block-editor-block-inspector .components-base-control:has(input[id*=display-preview]),
.block-editor-block-inspector .components-base-control:has(input[id*=display-inline]) {
  display: none !important;
}/*# sourceMappingURL=yoshioka-hc-matsunaga-common.css.map */