@charset "UTF-8";
/* 変数 */
.title-wrap {
  margin: 50px auto;
}

.entry p {
  margin-bottom: 30px;
}
.entry h2 {
  margin: 30px auto;
  z-index: 0;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.entry h2:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  z-index: -1;
  background: #aee794;
}
.entry h2:after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1%;
  transform: skewX(-10deg);
  z-index: -1;
  background: #aee794;
}
.entry h3 {
  margin: 30px auto;
  background: #aee794;
  padding: 5px 10px;
}
.entry ul.wp-block-list,
.entry ol.wp-block-list {
  padding-left: 2em;
}

body.page-id-13 p#breadcrumbs {
  display: none;
}
body.page-id-13 p#breadcrumbs + p.ta_c {
  display: none;
}/*# sourceMappingURL=page.css.map */