@charset "UTF-8";
/* ----------------------------------------
* add customize ym
* directforce.net
---------------------------------------- */
h2.nmt,
h3.nmt,
h4.nmt,
h5.nmt,
h6.nmt {
  margin-top: 0 !important;
}
h2.nmb,
h3.nmb,
h4.nmb,
h5.nmb,
h6.nmb {
  margin-bottom: 0 !important;
}

ul.wp-block-list.lst_none,
ol.wp-block-list.lst_none {
  list-style-type: none;
}

ul.wp-block-list > li > ul.wp-block-list {
  list-style: circle;
}
ul.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list {
  list-style: square;
}
ul.wp-block-list.ulst_circle {
  list-style-type: circle !important;
}
ul.wp-block-list.ulst_disc {
  list-style-type: disc !important;
}
ul.wp-block-list.ulst_square {
  list-style-type: square !important;
}
ul.wp-block-list.ulst_check {
  list-style-type: "✓ " !important;
}
ul.wp-block-list.red_arrow {
  list-style-type: none !important;
  padding: 0 !important;
}
ul.wp-block-list.red_arrow > li {
  position: relative;
  padding: 0 0 0 1.4em;
}
ul.wp-block-list.red_arrow > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  background-image: url(./lib/images/icons/arrow_01.svg);
  background-size: contain;
}

ol.wp-block-list > li > ol.wp-block-list {
  list-style: upper-roman;
}
ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list {
  list-style: lower-roman;
}
ol.wp-block-list.olst_decimal {
  list-style-type: decimal;
}
ol.wp-block-list.olst_lower-roman {
  list-style-type: lower-roman;
}
ol.wp-block-list.olst_upper-roman {
  list-style-type: upper-roman;
}
ol.wp-block-list.olst_cjk-ideographic {
  list-style-type: cjk-ideographic;
}
ol.wp-block-list.olst_lower-latin {
  list-style-type: lower-latin;
}
ol.wp-block-list.olst_upper-latin {
  list-style-type: upper-latin;
}
ol.wp-block-list.olst_hiragana {
  list-style-type: hiragana;
}
ol.wp-block-list.olst_katakana {
  list-style-type: katakana;
}
ol.wp-block-list.olst_hiragana-iroha {
  list-style-type: hiragana-iroha;
}
ol.wp-block-list.olst_katakana-iroha {
  list-style-type: katakana-iroha;
}
ol.wp-block-list.olst_lower-greek {
  list-style-type: lower-greek;
}
ol.wp-block-list.maru {
  counter-reset: my-counter;
  list-style: none !important;
  margin: 0;
  padding-left: 0em;
}
ol.wp-block-list.maru > li {
  padding-left: 1.5em;
  position: relative;
}
ol.wp-block-list.maru > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 0.85em;
  width: 1.3em;
  height: 1.3em;
  border: solid 1px gray;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  position: absolute;
  top: 0.23em;
  left: 0;
  padding-top: 2px;
}
ol.wp-block-list.kakko {
  counter-reset: my-counter;
  list-style: none !important;
  padding-left: 0em;
}
ol.wp-block-list.kakko > li {
  padding-left: 1.5em;
  position: relative;
}
ol.wp-block-list.kakko > li::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
  margin-right: 0.5em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: calc(100% - 1.7em);
}

.wp-block-embed.is-type-video {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-embed.is-type-video.shadow iframe,
.wp-block-embed.is-type-video.shadow img {
  -webkit-box-shadow: 3px 5px 8px gray;
          box-shadow: 3px 5px 8px gray;
}

.wp-block-columns.is-layout-flex {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.wp-block-columns.is-layout-flex .gapzero {
  gap: 0 !important;
}

figure figcaption {
  margin-top: 0.6em;
  line-height: 1.1;
  font-size: 0.9em;
}
figure.wp-block-table.no-border table,
figure.wp-block-table.no-border tr,
figure.wp-block-table.no-border th,
figure.wp-block-table.no-border td {
  border: none !important;
}
figure.wp-block-table.outline table {
  border: none;
  margin: 2em auto;
  line-height: 1.28;
}
figure.wp-block-table.outline table tr td {
  border: none;
  padding: 0;
  display: block;
  white-space: nowrap;
}
figure.wp-block-table.outline table tr td:nth-of-type(1)::after {
  content: "：";
}
figure.wp-block-table.outline table tr td:nth-of-type(2) {
  padding: 0 0 0.5em 1em;
}
@media screen and (min-width: 767px) {
  figure.wp-block-table.outline table {
    table-layout: auto;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 95%;
    margin: 2em auto 2em 1em;
  }
  figure.wp-block-table.outline table tr td {
    white-space: unset;
    display: table-cell;
    vertical-align: top;
  }
  figure.wp-block-table.outline table tr td:nth-of-type(1) {
    padding: 0.2em 0;
    text-align: right;
    white-space: nowrap;
    position: relative;
    padding-right: 1em;
  }
  figure.wp-block-table.outline table tr td:nth-of-type(1)::after {
    content: "：";
    position: absolute;
    top: 0.2em;
    right: 0;
  }
  figure.wp-block-table.outline table tr td:nth-of-type(2) {
    padding: 0.2em 0;
  }
}
figure.wp-block-table.qa table {
  border: none;
  margin: 0.5em 0;
}
figure.wp-block-table.qa th,
figure.wp-block-table.qa td {
  border: none;
  padding: 0.2em;
  vertical-align: top;
}
figure.wp-block-table.qa tr td:nth-of-type(1) {
  white-space: nowrap;
  text-align: right;
  width: 3.5em;
}
figure.wp-block-table.qa tr td:nth-of-type(1)::after {
  content: "：";
}
figure.wp-block-table.qa.middle tr td:nth-of-type(1) {
  width: 7.5em;
}
figure.wp-block-table.qa.long tr td:nth-of-type(1) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  figure.wp-block-table.qa .table-wrap {
    overflow-x: unset !important;
    white-space: unset !important;
    margin-bottom: 1.5rem;
  }
  figure.wp-block-table.qa table {
    white-space: unset !important;
    margin: 1em 0;
  }
  figure.wp-block-table.qa table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  figure.wp-block-table.qa table tr:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  figure.wp-block-table.qa table tr td:nth-of-type(1) {
    padding: 0;
    white-space: unset !important;
    width: 100%;
    text-align: left;
  }
  figure.wp-block-table.qa table tr td:nth-of-type(2) {
    padding: 0;
    white-space: unset !important;
    text-align: justify;
  }
}
figure.wp-block-table.dl-like table {
  border: none;
  margin: 0.5em 0;
  table-layout: auto;
}
figure.wp-block-table.dl-like th {
  display: none;
}
figure.wp-block-table.dl-like td {
  border: none;
  padding: 0.2em;
  vertical-align: top;
}
figure.wp-block-table.dl-like td:first-of-type {
  white-space: nowrap;
  padding-right: 1em;
}
figure.wp-block-table.dl-like td:last-of-type {
  width: 100%;
}
@media screen and (max-width: 767px) {
  figure.wp-block-table.dl-like table {
    white-space: unset !important;
    margin: 1em 0;
  }
  figure.wp-block-table.dl-like table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0.3em 0;
  }
  figure.wp-block-table.dl-like table tr td {
    padding-right: 0 !important;
  }
  figure.wp-block-table.dl-like table tr td:first-of-type {
    width: 100%;
  }
  figure.wp-block-table.dl-like table tr td:last-of-type {
    padding: 0 1em;
    white-space: wrap !important;
  }
}

@media screen and (max-width: 767px) {
  figure.wp-block-table {
    width: 100% !important;
  }
  figure.wp-block-table .table-wrap {
    width: 100%;
  }
  figure.wp-block-table .table-wrap table {
    table-layout: unset !important;
  }
}
.post-content h2 {
  padding: 0 0 0.2em !important;
}
.post-content a[href^="mailto:"]::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1em;
  height: 1em;
  margin: 0 0.1em 0 0.2em;
  background-image: url(./lib/images/icons/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.post-content a[href^="tel:"]::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background-image: url(./lib/images/icons/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.post-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0.2em 0.1em;
  background-image: url(./lib/images/icons/nw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.post-content a[href$=".pdf#pass"]::after, .post-content a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1em;
  height: 1em;
  margin: 0 0.2em 0.1em 0.2em;
  background-image: url(./lib/images/icons/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.post-content a[download]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-bottom: 0.2em;
  background-image: url(./lib/images/icons/download.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.post-content a[href^="#"]::after {
  content: "↴";
  font-weight: bold;
  display: inline-block;
  margin-left: 0.2em;
}

.wp-block-image figure,
figure.wp-block-image {
  margin-bottom: 1rem;
}
.wp-block-image figure > a,
figure.wp-block-image > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.wp-block-image figure > a[target=_blank]::after,
figure.wp-block-image > a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem 0.5rem 0 0;
  background-image: url(./lib/images/icons/nw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.wp-block-image figure > a[href$=".pdf"]::after,
figure.wp-block-image > a[href$=".pdf"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin: 0 !important;
  background-image: url(./lib/images/icons/pdfLink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.wp-block-image figure > a:hover:after,
figure.wp-block-image > a:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fcc figure, .fccfigure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fcc figcaption {
  text-align: center;
}

.wp-block-archivess-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0.5rem 0;
}
.wp-block-archivess-list > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0.3;
      -ms-flex-negative: 0.3;
          flex-shrink: 0.3;
  width: 7em;
}

[class^=wp-block-].border iframe,
[class^=wp-block-].border img {
  border: solid 1px gray;
}
[class^=wp-block-].shadow iframe,
[class^=wp-block-].shadow img {
  -webkit-box-shadow: 3px 5px 8px gray;
          box-shadow: 3px 5px 8px gray;
}

hr.three_dia {
  border: none !important;
  height: 1em;
  text-align: center;
  line-height: 1.15;
}
hr.three_dia::before {
  content: "◇　　◇　　◇";
  display: inline-block;
}
hr.grad {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  width: 100%;
  height: 2px;
}

.wp-block-file.a_paper {
  aspect-ratio: 0.68;
}
.wp-block-file.a_paper object {
  height: 100% !important;
  width: 100% !important;
}
.wp-block-file .wp-block-file__button {
  padding: 0 0.6em;
}

.read_more {
  height: 8em;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.read_more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(80%, white), to(white));
  background: -webkit-linear-gradient(top, transparent 30%, white 80%, white);
  background: linear-gradient(to bottom, transparent 30%, white 80%, white);
  z-index: 1;
}
.read_more::after {
  content: "～ 続きを読む ～";
  position: absolute;
  display: inline-block;
  height: 1.5em;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: blue;
  font-size: smaller;
  pointer-events: all;
  opacity: 0.8;
  cursor: pointer;
  z-index: 2;
}
.read_more:hover::after {
  opacity: 1;
}
.read_more.open {
  height: auto;
  padding-top: 0;
}
.read_more.open::before, .read_more.open::after {
  content: unset;
}

details summary {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
details summary::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  background-image: url(./lib/images/icons/ico_d-open.svg);
  background-size: contain;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}
details[open] summary::before {
  content: "";
  background-image: url(./lib/images/icons/ico_d-close.svg);
}
details[open] summary ~ * {
  -webkit-animation: 0.3s ease alternate dopen;
          animation: 0.3s ease alternate dopen;
}
@-webkit-keyframes dopen {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dopen {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ibs > span {
  display: inline-block;
}

.wp-block-file.asize object {
  height: unset !important;
  aspect-ratio: 1/1.494;
}
.wp-block-file.asize-landscape object {
  height: unset !important;
  aspect-ratio: 1.414/1.08;
}

.wp-block-gallery:not(.is-cropped).align-items-center > figure.wp-block-image {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.wp-block-gallery:not(.is-cropped).align-items-bottom > figure.wp-block-image {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.wp-block-gallery:not(.is-cropped).shadow > figure.wp-block-image img iframe,
.wp-block-gallery:not(.is-cropped).shadow > figure.wp-block-image img img {
  -webkit-box-shadow: 3px 5px 8px gray;
          box-shadow: 3px 5px 8px gray;
}

.mt-0 {
  margin-top: 0 !important;
}

header.wrap-head-slider {
  position: relative;
  padding: 0 !important;
  min-height: 15em;
  background: white !important;
}
header.wrap-head-slider h1 {
  color: white;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  text-align: center;
  width: 80%;
}
header.wrap-head-slider #head-slider.slick-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
header.wrap-head-slider #head-slider.slick-slider .slick-slide img {
  width: 100%;
  min-height: 15em;
  max-height: 25em;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
header.wrap-head-slider #head-slider.slick-slider ul.slick-dots {
  position: absolute;
  bottom: 0em;
}
header.wrap-head-slider #head-slider.slick-slider ul.slick-dots li button::before {
  color: white;
  opacity: 1;
}
header.wrap-head-slider #head-slider.slick-slider ul.slick-dots li.slick-active button::before {
  color: #d60e19;
}

.wp-block-gallery.slider {
  position: relative;
  padding-bottom: 30px;
}
.wp-block-gallery.slider .slick-list .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-gallery.slider .slick-list .slick-track figure.slick-slide {
  margin-bottom: 0 !important;
}
.wp-block-gallery.slider .slick-list .slick-track figure.slick-slide img + button.lightbox-trigger {
  opacity: 1 !important;
}
.wp-block-gallery.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 30px;
  width: 30px;
}
.wp-block-gallery.slider .slick-arrow::before {
  color: gray;
}
.wp-block-gallery.slider .slick-arrow.slick-prev {
  left: 0;
}
.wp-block-gallery.slider .slick-arrow.slick-next {
  right: 0;
}
.wp-block-gallery.slider .slick-dots {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-gallery.slider.is-cropped .slick-list .slick-track img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

#header-menu-tog {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
#header-menu-tog a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
#header-menu-tog a span {
  display: block;
  width: 30px;
  height: 2.5px;
  background: #1877bd;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-menu-tog a span.top {
  top: 20%;
}
#header-menu-tog a span.middle {
  top: 80%;
}
#header-menu-tog.active a span.top {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header-menu-tog.active a span.middle {
  opacity: 0;
}
#header-menu-tog.active a span.bottom {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pad, .rnd--15, .rnd--10, .rnd, .box--darkgreen, .box--teal, .box--green, .box--blue, .box--red, .box {
  padding: 1rem 1rem 1rem 1.5rem !important;
}

.box {
  border: 2px solid #333;
}
.box--red {
  border: 2px solid #f00;
}
.box--blue {
  border: 2px solid #00f;
}
.box--green {
  border: 2px solid #0f0;
}
.box--teal {
  border: 2px solid teal;
}
.box--darkgreen {
  border: 2px solid darkgreen;
}

.rnd {
  border-radius: 5px;
}
.rnd--10 {
  border-radius: 10px;
}
.rnd--15 {
  border-radius: 15px;
}

.flow_box > div {
  position: relative;
}
.flow_box > div:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  background: black;
  -webkit-clip-path: path("M0 0 L12 6 L0 12 Z");
          clip-path: path("M0 0 L12 6 L0 12 Z");
}
@media screen and (max-width: 781px) {
  .flow_box > div:not(:last-of-type)::after {
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 5px) rotate(90deg);
            transform: translate(-50%, 5px) rotate(90deg);
    background: black;
  }
}
.flow_box--white > div {
  position: relative;
}
.flow_box--white > div:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  background: white;
  -webkit-clip-path: path("M0 0 L12 6 L0 12 Z");
          clip-path: path("M0 0 L12 6 L0 12 Z");
}
@media screen and (max-width: 781px) {
  .flow_box--white > div:not(:last-of-type)::after {
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 5px) rotate(90deg);
            transform: translate(-50%, 5px) rotate(90deg);
    background: white;
  }
}

@media screen and (min-width: 992px) {
  #gnav {
    display: block !important;
  }
}
.post-loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.post-loop-wrap article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 400px;
      -ms-flex: 1 400px;
          flex: 1 400px;
  padding: 0.5rem;
  margin: unset !important;
}
.post-loop-wrap article:last-of-type:nth-child(odd) {
  max-width: calc(50% - 0.5rem);
}
.post-loop-wrap article.cotent-none {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 100% !important;
      -ms-flex: 1 100% !important;
          flex: 1 100% !important;
  max-width: unset !important;
}
.post-loop-wrap article a {
  text-decoration: none;
  color: inherit;
}
.post-loop-wrap article a:hover {
  opacity: 0.8;
}
.post-loop-wrap article .meta {
  border-bottom: solid 1px gray;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post-loop-wrap article .meta .date {
  margin-right: 0.5em;
}
.post-loop-wrap article ul.tags, .post-loop-wrap article ul.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
.post-loop-wrap article ul.tags > li, .post-loop-wrap article ul.categories > li {
  margin-right: 0.3em;
}
.post-loop-wrap article ul.tags > li a,
.post-loop-wrap article ul.tags > li label, .post-loop-wrap article ul.categories > li a,
.post-loop-wrap article ul.categories > li label {
  font-size: 0.8em;
  border: solid 1px gray;
  line-height: 1;
  padding: 0 0.5em;
}
.post-loop-wrap article ul.tags > li a,
.post-loop-wrap article ul.tags > li label {
  border-radius: 1em;
}
.post-loop-wrap article .wrap_title h2 {
  font-weight: bold;
  line-height: 1.28;
  margin: 0.3em 0;
  font-size: 1em;
}
.post-loop-wrap article .excerpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-loop-wrap article .excerpt p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 70%;
      -ms-flex: 1 70%;
          flex: 1 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.28;
  max-height: 3.84em;
}
.post-loop-wrap article .excerpt .wrap_thumbnail {
  -webkit-box-flex: 0.25;
  -webkit-flex: 0.25 30%;
      -ms-flex: 0.25 30%;
          flex: 0.25 30%;
  margin-left: 0.3em;
}
.post-loop-wrap article .excerpt .wrap_thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-loop-wrap .pagination {
  width: 100% !important;
}
.post-loop-wrap.event article .meta .date .done {
  display: inline-block;
  border-radius: 0.2em;
  line-height: 1;
  padding: 0.3em 0.3em 0.2em;
  background: #d60e19;
  font-size: 0.8em;
  color: white;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 0.3em;
}
.post-loop-wrap.event article .wrap_title b {
  color: silver;
}
.post-loop-wrap.event article .excerpt {
  height: 6.4em;
}
.post-loop-wrap.event article .excerpt p {
  -webkit-line-clamp: 5 !important;
  max-height: 6.4em;
}

.cat_label {
  font-size: 0.8em;
  font-weight: bold;
  border: solid 1px gray;
  border-radius: 0.2em;
  line-height: 1;
  padding: 0 0.5em;
  background: white;
  color: dimgray;
}
.cat_label.kansai {
  background: lightsteelblue;
}
.cat_label.health-care {
  background: gold;
}
.cat_label.new-members {
  background: #36b0b0;
  color: whitesmoke;
}
.cat_label.office {
  background: darkgray;
  color: whitesmoke;
}
.cat_label.gmtg, .cat_label.lecture, .cat_label.lec_rec {
  background: palegoldenrod;
}
.cat_label.class-support {
  background: lightgreen;
}
.cat_label.science {
  background: #2d66a6;
  color: white;
}
.cat_label.rika-result {
  background: #2d66a6;
  color: orangered;
}
.cat_label.environment {
  background: green;
  color: white;
}
.cat_label.column-env {
  background: greenyellow;
  color: white;
}
.cat_label.governance {
  background: whitesmoke;
  color: dimgray;
}
.cat_label.gv-report {
  background: whitesmoke;
  color: orangered;
}
.cat_label.education {
  background: aqua;
  color: whitesmoke;
}
.cat_label.academy {
  background: mediumturquoise;
}
.cat_label.chiraku {
  background: lightseagreen;
  color: whitesmoke;
}
.cat_label.technology {
  background: Purple;
  color: whitesmoke;
}
.cat_label.tech-topics {
  background: Purple;
  color: whitesmoke;
}
.cat_label.risk-sense {
  background: Indigo;
  color: whitesmoke;
}
.cat_label.kawara {
  background: DarkSlateBlue;
  color: whitesmoke;
}
.cat_label.economic-industry {
  background: SlateBlue;
  color: whitesmoke;
}
.cat_label.regional-design {
  background: rosybrown;
  color: whitesmoke;
}
.cat_label.rd-institute {
  background: mediumaquamarine;
  color: whitesmoke;
}
.cat_label.sas {
  background: seashell;
  color: dimgray;
}
.cat_label.food-agriculture {
  background: lawngreen;
}
.cat_label.sightseeing {
  background: skyblue;
}
.cat_label.nihonsyu {
  background: snow;
}
.cat_label.mongol {
  background: skyblue;
  color: green;
}
.cat_label.members {
  background: mediumblue;
  color: whitesmoke;
}
.cat_label.essay {
  background: dodgerblue;
  color: whitesmoke;
}
.cat_label.activity {
  background: deepskyblue;
  color: whitesmoke;
}
.cat_label.book {
  background: royalblue;
  color: white;
}
.cat_label.over80 {
  background: yellow;
  color: orangered;
}
.cat_label.media {
  background: gainsboro;
  color: teal;
}

body.page article header.post-header, body.category section.cat-content, body.single article header {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./lib/images/club/og-df-club.webp);
}

body.page.aboutus article header.post-header {
  background-image: url(./lib/images/df_main/title_aboutus.webp);
  background-position: left center;
}

body.page.kansai article header.post-header, body.category.category-kansai section.cat-content, body.single article.category-kansai header {
  background-image: url(./lib/images/df_main/title_kansai.webp);
  background-position: left center;
}

body.page.health-care article header.post-header, body.category.category-health-care section.cat-content, body.single article.category-health-care header {
  background-image: url(./lib/images/df_main/title_health-care.webp);
}

body.page.joining article header.post-header, body.page.new-members article header.post-header, body.page.media article header.post-header, body.page.office article header.post-header, body.category.category-new-members section.cat-content, body.category.category-office section.cat-content, body.category.category-media section.cat-content, body.single article.category-office header, body.single article.category-media header {
  background-image: url(./lib/images/df_main/title_office.webp);
}

body.page.lec_rec article header.post-header, body.page.reikai article header.post-header, body.category.category-lec_rec section.cat-content, body.category.category-reikai section.cat-content, body.category.category-gmtg section.cat-content, body.category.category-lecture section.cat-content, body.single article.category-lec_rec header, body.single article.category-reikai header, body.single article.category-gmtg header, body.single article.category-lecture header {
  background-image: url(./lib/images/df_main/title_reikai.webp);
}

body.page.class-support article header.post-header, body.category.category-class-support section.cat-content, body.single article.category-class-support header {
  background-image: url(./lib/images/df_main/title_class-support.webp);
}

body.page.science article header.post-header, body.category.category-science section.cat-content, body.category.category-rika-result section.cat-content, body.single article.category-science header {
  background-image: url(./lib/images/df_main/title_science.webp);
}

body.page.column-env article header.post-header, body.page.environment article header.post-header, body.category.category-column-env section.cat-content, body.category.category-environment section.cat-content, body.single article.category-column-env header, body.single article.category-environment header {
  background-image: url(./lib/images/df_main/title_environment.webp);
}

body.page.gv-report article header.post-header, body.page.governance article header.post-header, body.category.category-gv-report section.cat-content, body.category.category-governance section.cat-content, body.single article.category-gv-report header, body.single article.category-governance header {
  background-image: url(./lib/images/df_main/title_governance.webp);
}

body.category.category-chiraku section.cat-content, body.single article.category-chiraku header {
  background-image: url(./lib/images/df_main/title_chiraku.webp);
}

body.page.academy article header.post-header, body.category.category-academy section.cat-content, body.single article.category-academy header {
  background-image: url(./lib/images/df_main/title_academy.webp);
}

body.page.education article header.post-header, body.category.category-education section.cat-content, body.single article.category-education header {
  background-image: url(./lib/images/df_main/title_education.webp);
}

body.page.tech-topics article header.post-header, body.category.category-tech-topics section.cat-content, body.single article.category-tech-topics header {
  background-image: url(./lib/images/df_main/title_technology.webp);
}

body.page.technology article header.post-header, body.category.category-technology section.cat-content, body.single article.category-technology header {
  background-image: url(./lib/images/df_main/title_technology.webp);
}

body.page.risk-sense article header.post-header, body.category.category-risk-sense section.cat-content, body.single article.category-risk-sense header {
  background-image: url(./lib/images/df_main/title_risk-sense.webp);
}

body.page.kawara article header.post-header, body.category.category-kawara section.cat-content, body.single article.category-kawara header {
  background-image: url(./lib/images/df_main/title_kawara.webp);
}

body.page.economic-industry article header.post-header, body.category.category-economic-industry section.cat-content, body.single article.category-economic-industry header {
  background-image: url(./lib/images/df_main/title_economic-industry.webp);
}

body.page.regional-design article header.post-header, body.category.category-regional-design section.cat-content, body.single article.category-regional-design header {
  background-image: url(./lib/images/df_main/title_regional-design.webp);
}

body.page.rd-institute article header.post-header, body.category.category-rd-institute section.cat-content, body.single article.category-rd-institute header {
  background-image: url(./lib/images/df_main/title_rd-institute.webp);
  background-position: center top;
}

body.page.sas article header.post-header, body.category.category-sas section.cat-content, body.single article.category-sas header {
  background-image: url(./lib/images/df_main/title_sas.webp);
}

body.page.food-agriculture article header.post-header, body.category.category-food-agriculture section.cat-content, body.single article.category-food-agriculture header {
  background-image: url(./lib/images/df_main/title_food-agriculture.webp);
}

body.page.sightseeing article header.post-header, body.category.category-sightseeing section.cat-content, body.single article.category-sightseeing header {
  background-image: url(./lib/images/df_main/title_sightseeing.webp);
}

body.page.nihonsyu article header.post-header, body.category.category-nihonsyu section.cat-content, body.single article.category-nihonsyu header {
  background-image: url(./lib/images/df_main/title_nihonsyu.webp);
}

body.page.mongol article header.post-header, body.category.category-mongol section.cat-content, body.single article.category-mongol header {
  background-image: url(./lib/images/df_main/title_mongol.webp);
}

body.page.members article header.post-header, body.category.category-members section.cat-content, body.single article.category-members header {
  background-image: url(./lib/images/df_main/title_members.webp);
  background-position: center bottom;
}

body.page.essay article header.post-header, body.category.category-essay section.cat-content, body.single article.category-essay header {
  background-image: url(./lib/images/df_main/title_essay.webp);
  background-position: center bottom;
}

body.page.activity article header.post-header, body.category.category-activity section.cat-content, body.single article.category-activity header {
  background-image: url(./lib/images/df_main/title_activity.webp);
  background-position: center bottom;
}

body.page.book article header.post-header, body.category.category-book section.cat-content, body.single article.category-book header {
  background-image: url(./lib/images/df_main/title_book.webp);
  background-position: center bottom;
}

body.page.over80 article header.post-header, body.category.category-over80 section.cat-content, body.single article.category-over80 header {
  background-image: url(./lib/images/df_main/title_over80.webp);
  background-position: center top;
}

.side-widget-area ul.wp-block-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.side-widget-area ul.wp-block-categories > li {
  border: solid 1px lightgray;
  border-radius: 0.5em;
  white-space: nowrap;
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.side-widget-area ul.wp-block-categories > li a {
  display: block;
  text-align: center;
  padding: 0.2em 0.5em !important;
  width: 100%;
}

body.page-template-main-top #searchform {
  margin-left: 1rem;
  width: 200px;
  float: right;
}
@media screen and (max-width: 767px) {
  body.page-template-main-top #searchform {
    display: none;
  }
}

body.single article header h1.post-title {
  color: whitesmoke;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.single article header .post-meta > li {
  padding: 0em 0.5em;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
body.single article.category-rika-result table thead tr th {
  white-space: nowrap;
}
body.single article.category-rika-result table tbody tr td:first-of-type {
  white-space: nowrap;
}

body.category section.cat-content header.cat-header {
  color: whitesmoke;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.category.category-education section.cat-content {
  background-position: center 15%, center;
}
body.category.category-chiraku section.cat-content {
  background-position: center 60%, center;
}
body.category.category-mongol section.cat-content {
  background-position: center -30px;
}
body.category.category-event article.closed {
  opacity: 0.7;
}
body.category.category-event article.closed .wrap_title h2::before {
  content: "CLOSED";
  display: inline-block;
  font-size: 0.8em;
  color: white;
  background: red;
  padding: 0.2em 0.3em;
  line-height: 1;
  border-radius: 0.3rem;
}

body.page article header.post-header h1.post-title {
  color: whitesmoke;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.page.mongol article header.post-header {
  background-position: center 20%;
}
body.home #content {
  padding-top: 0 !important;
}
body.home #content .main-inner {
  margin-right: 0 !important;
}
body.home #content #fix_contact {
  position: -webkit-sticky;
  position: sticky;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2em;
  left: 0;
  z-index: 1;
}
body.home #content #fix_contact a {
  text-decoration: none;
  display: block;
  background: #2f5597;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.3em 1em;
  font-weight: bold;
  border-radius: 0 0.5em 0.5em 0;
  border-top: solid 5px #1a7281;
  border-bottom: solid 5px #1a7281;
}
body.home #content #fix_contact a:hover {
  opacity: 0.8;
}
body.home #header_section {
  position: relative;
  width: calc(100vw - 20px);
  left: calc(10px - 50vw + 50%);
  right: calc(10px - 50vw + 50%);
}
@media (min-width: 2000px) {
  body.home #header_section {
    position: relative;
    width: 1980px;
    left: calc(-990px + 50%);
    right: calc(-990px + 50%);
  }
}
body.home #header_section header.home {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url(./lib/images/df_main/home/df-home.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 25em;
  position: relative;
}
body.home #header_section header.home .horizontal {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  color: white;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.home #header_section header.home .horizontal h2 {
  font-size: 1.8em;
}
body.home #header_section header.home .horizontal h2 .yellow {
  color: yellow;
}
body.home #header_section header.home .horizontal div {
  font-size: 1.3em;
}
body.home #header_section header.home .vertical {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.28;
  color: white;
  text-decoration: underline;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
@media (min-width: 768px) {
  body.home #header_section header.home .vertical {
    display: block;
  }
}
body.home #wrap-home-slider ul.slick-slider {
  position: relative;
  margin-bottom: 0;
}
body.home #wrap-home-slider ul.slick-slider li.slick-slide {
  position: relative;
}
body.home #wrap-home-slider ul.slick-slider li.slick-slide img {
  width: 100%;
  aspect-ratio: 3.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body.home #wrap-home-slider ul.slick-slider li.slick-slide::after {
  content: attr(data-alt);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  font-size: larger;
  font-weight: bold;
  pointer-events: none;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.home #wrap-home-slider ul.slick-slider li.slick-slide.slick-current::after {
  content: attr(data-alt);
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  color: white;
  font-size: larger;
  font-weight: bold;
  pointer-events: none;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
}
@-webkit-keyframes slidein {
  from {
    opacity: 0;
    bottom: 2rem;
  }
  to {
    opacity: 1;
    bottom: 0.5rem;
  }
}
@keyframes slidein {
  from {
    opacity: 0;
    bottom: 2rem;
  }
  to {
    opacity: 1;
    bottom: 0.5rem;
  }
}
body.home #wrap-home-slider ul.slick-slider ul.slick-dots {
  position: absolute;
  bottom: 0em;
}
body.home #wrap-home-slider ul.slick-slider ul.slick-dots li button::before {
  color: white;
  opacity: 1;
}
body.home #wrap-home-slider ul.slick-slider ul.slick-dots li.slick-active button::before {
  color: #d60e19;
}
body.home #wrap-home-slider ul.slick-slider::after {
  content: "";
  display: block;
  width: 10%;
  aspect-ratio: 1;
  background-image: url(./lib/images/df_main/home/df_home_maru.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  body.home #wrap-home-slider {
    display: none !important;
  }
}
body.home #newYear2025 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 1em auto;
  font-size: 2em;
  font-weight: bold;
  padding: 0.2em 0.5em;
  color: #d60e19;
  border: solid 3px #d60e19;
  border-radius: 0.5em;
  background: white;
  text-decoration: none;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: #d60e19;
  outline-style: solid;
  -webkit-animation: animateOutline 4s ease infinite;
          animation: animateOutline 4s ease infinite;
}
body.home #newYear2025::after {
  content: none;
}
body.home #newYear2025:hover {
  background: #d60e19;
  color: white;
}
@-webkit-keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }
  10% {
    outline-color: #d60e19;
  }
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }
  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}
@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }
  10% {
    outline-color: #d60e19;
  }
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }
  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}
body.home .outline {
  text-align: center;
  padding: 1rem;
  margin: 1rem auto;
}
body.home .outline a {
  display: block;
  background: #d60e19;
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin: 1rem auto;
  font-weight: bold;
  padding: 0.8em 1.5em;
  border: solid 2px #d60e19;
  border-radius: 2em;
  cursor: pointer;
}
body.home .outline a:hover {
  background: white;
  color: #d60e19;
}
body.home .catch strong {
  font-size: 1.2em;
}
body.home .post-content {
  background-image: url(./lib/images/df_main/home/bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  body.home .post-content {
    background-image: unset;
    background-color: unset;
  }
}
body.home .post-content .social_contribution,
body.home .post-content .self_improvement {
  padding: 2rem 0.5rem;
}
body.home .post-content .social_contribution .wp-block-columns > div,
body.home .post-content .self_improvement .wp-block-columns > div {
  padding: 0 0.3rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
body.home .post-content .social_contribution h2,
body.home .post-content .self_improvement h2 {
  border: none !important;
  margin: 0 0 2em 0;
  padding: 0.7em !important;
  line-height: 1;
  border-radius: 3px;
  color: white;
}
body.home .post-content .social_contribution figure img,
body.home .post-content .self_improvement figure img {
  -webkit-filter: drop-shadow(3px 3px 5px gray) !important;
          filter: drop-shadow(3px 3px 5px gray) !important;
}
body.home .post-content .social_contribution h3,
body.home .post-content .self_improvement h3 {
  border: none !important;
  margin: 0;
  color: white;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 0.3em 0;
}
body.home .post-content .social_contribution ul,
body.home .post-content .self_improvement ul {
  list-style-type: none !important;
  font-weight: bold;
  padding: 0 0.3em;
}
body.home .post-content .social_contribution ul li,
body.home .post-content .self_improvement ul li {
  position: relative;
  padding-left: 1.4em;
}
body.home .post-content .social_contribution ul li::before,
body.home .post-content .self_improvement ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(./lib/images/icons/arrow_01.svg);
  background-size: cover;
}
body.home .post-content .social_contribution h2 {
  background: -webkit-gradient(linear, left top, right top, from(#2f5597), to(color-mix(in srgb, #2f5597, transparent 30%)));
  background: -webkit-linear-gradient(left, #2f5597, color-mix(in srgb, #2f5597, transparent 30%));
  background: linear-gradient(to right, #2f5597, color-mix(in srgb, #2f5597, transparent 30%));
}
body.home .post-content .social_contribution h3 {
  background: -webkit-gradient(linear, left top, right top, from(#2f5597), to(color-mix(in srgb, #2f5597, transparent 30%)));
  background: -webkit-linear-gradient(left, #2f5597, color-mix(in srgb, #2f5597, transparent 30%));
  background: linear-gradient(to right, #2f5597, color-mix(in srgb, #2f5597, transparent 30%));
}
body.home .post-content .social_contribution ul li a {
  color: #2f5597;
  position: relative;
  text-decoration: none;
}
body.home .post-content .social_contribution ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2f5597;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.home .post-content .social_contribution ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.home .post-content .self_improvement h2 {
  background: -webkit-gradient(linear, left top, right top, from(#1a7281), to(color-mix(in srgb, #1a7281, transparent 30%)));
  background: -webkit-linear-gradient(left, #1a7281, color-mix(in srgb, #1a7281, transparent 30%));
  background: linear-gradient(to right, #1a7281, color-mix(in srgb, #1a7281, transparent 30%));
  color: white;
}
body.home .post-content .self_improvement h3 {
  background: -webkit-gradient(linear, left top, right top, from(#1a7281), to(color-mix(in srgb, #1a7281, transparent 30%)));
  background: -webkit-linear-gradient(left, #1a7281, color-mix(in srgb, #1a7281, transparent 30%));
  background: linear-gradient(to right, #1a7281, color-mix(in srgb, #1a7281, transparent 30%));
}
body.home .post-content .self_improvement ul li a {
  color: #1a7281;
  position: relative;
  text-decoration: none;
}
body.home .post-content .self_improvement ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1a7281;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.home .post-content .self_improvement ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.home .post-list {
  padding: 1rem;
}
body.home .post-list > h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0.8em;
}
body.home ._pagination {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
body.home ._pagination .page_more {
  position: relative;
  text-decoration: none;
}
body.home ._pagination .page_more::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2f5597;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.home ._pagination .page_more:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#content a.riakG_contact {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10vh;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #203864;
  color: white;
  padding: 0.5em 1.5em 0.5em 1em;
  border-radius: 0 0.5em 0.5em 0;
  border-top: solid 5px #70ad47;
  border-bottom: solid 5px #70ad47;
}
#content a.riakG_contact:hover {
  opacity: 0.8;
}
#content a.class_support {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10vh;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #203864;
  color: white;
  padding: 0.5em 1.5em 0.5em 1em;
  border-radius: 0 0.5em 0.5em 0;
  border-top: solid 5px #70ad47;
  border-bottom: solid 5px #70ad47;
}
#content a.class_support:hover {
  opacity: 0.8;
}
#content a.joining_contact {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10vh;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #303f9f;
  color: white;
  padding: 0.5em;
  border-radius: 0 0.5em 0.5rem 0;
  border: solid 1px lightgray;
  border-left: none;
  -webkit-box-shadow: 5px 5px 10px gray;
          box-shadow: 5px 5px 10px gray;
}
#content a.joining_contact:hover {
  opacity: 0.8;
}

footer ul.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer ul.map li:not(:last-of-type) {
  margin-right: 1.5em;
}
footer ul.map li a {
  position: relative;
  text-decoration: none;
}
footer ul.map li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #d60e19;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer ul.map li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

a.pagetop {
  display: block;
  width: 3em;
  opacity: 1 !important;
}

body.post-type-archive-event section.cat-content {
  background-image: url(./lib/images/df_main/title_members.webp);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: bottom center;
}
body.post-type-archive-event section.cat-content .cat-header {
  color: whitesmoke;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}

body.single-event .post-header {
  background-image: url(./lib/images/df_main/title_members.webp);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: bottom center;
}
body.single-event .post-header .post-meta .done {
  background: #d60e19;
  font-weight: bold;
  color: whitesmoke;
}
body.single-event .post-header .post-meta .due {
  background: #2f5597;
  font-weight: bold;
  color: whitesmoke;
}
body.single-event .post-header .post-categories .cat_label {
  font-size: 1em;
}
body.single-event .post-header .post-title {
  color: whitesmoke;
  text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
body.single-event .post-content .done {
  margin: 1em auto 2em;
  text-align: center;
  color: #d60e19;
  font-weight: bold;
}
body.single-event .post-footer .date,
body.single-event .post-footer .author {
  text-align: right;
}

.bookList table tr th:nth-child(1), .bookList table tr th:nth-child(2),
.bookList table tr td:nth-child(1),
.bookList table tr td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}
.bookList table tr th:last-child,
.bookList table tr td:last-child {
  max-width: 130px;
}/*# sourceMappingURL=style-df.css.map */