@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
pre span + span {
    margin-left: 15px;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.bt-font-type-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bt-font-type-sans {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: left;
}
a {
  color: #00f;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: red;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
address {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: top;
}
ol,
ul {
  padding: 0 0 0 20px;
  margin-left: 0;
}
ol li,
ul li {
  padding: 5px 0 5px 0;
  word-break: break-all;
}
ul li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure {
  margin: 0;
}
.wrap,
.wrap-full,
.wrap-narrow,
.wrap-wide {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media print, screen and (min-width: 600px) {
  .wrap,
  .wrap-full,
  .wrap-narrow,
  .wrap-wide {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1232px) {
  .wrap,
  .wrap-full,
  .wrap-narrow,
  .wrap-wide {
    padding-right: 0;
    padding-left: 0;
  }
}
.wrap-wide {
  padding-right: 0;
  padding-left: 0;
}
.wrap-full {
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .wrap-full {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.wrap-narrow {
  max-width: 900px;
}
.site {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .view-pc {
    display: none !important;
  }
}
.view-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .view-sp {
    display: block !important;
  }
}
@media all and (min-width: 1200px) {
  .bt-hide-wrap {
    display: none !important;
  }
}
@media all and (783px <= width < 1200px) {
  .bt-hide-pc {
    display: none !important;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .bt-hide-tb {
    display: none !important;
  }
}
@media all and (max-width: 599px) {
  .bt-hide-sp {
    display: none !important;
  }
}
.header-type1 .site-header,
.header-type2 .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-type1 .site-header .site-branding,
.header-type2 .site-header .site-branding {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header-type1 .site-header .main-navigation,
.header-type2 .site-header .main-navigation {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.site-header .sub-navigation {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header-fixed .site-header {
  width: 100%;
  z-index: 30;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.header-fixed .site-header.fixed {
  position: fixed;
  left: 0;
}
.site-branding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-type2 .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-type3 .site-branding {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-type3 .site-branding .site-branding-inner {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 600px) {
  .header-type3 .site-branding .site-branding-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-type3 .site-branding .site-branding-inner::after,
.header-type3 .site-branding .site-branding-inner::before {
  content: none;
}
.site-branding-contents {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .site-branding-contents {
    text-align: left;
  }
}
.header-type2 .site-branding-contents {
  text-align: center;
}
@media screen and (min-width: 783px) {
  .header-type2 .site-branding-contents {
    margin-top: 20px;
  }
}
.header-type3 .site-branding-contents {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .header-type3 .site-branding-contents {
    display: block;
  }
}
.site-branding .site-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  width: calc(100% - 80px - 24px);
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .site-branding .site-title {
    font-size: 2rem;
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
  .header-type2 .site-branding .site-title {
    text-align: center;
    margin: 0 auto;
  }
}
.site-branding .site-title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.site-branding .site-description {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .header-type1 .site-branding .site-description,
  .header-type2 .site-branding .site-description {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .site-branding .site-description {
    text-align: left;
  }
  .header-type2 .site-branding .site-description {
    text-align: center;
  }
  .header-type3 .site-branding .site-description {
    margin-bottom: 0;
  }
}
.site-content {
  padding-top: 0;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 600px) {
  .site-content {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
body.view-slider .site-content {
  padding-top: 0;
}
.site-content .content-area {
  margin-top: 20px;
}
@media print, screen and (min-width: 600px) {
  .site-content .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 40px;
  }
  .site-content .content-area.wide,
  body.column-1 .site-content .content-area,
  body.page-template-pages-wide .site-content .content-area {
    display: block;
  }
  body.column-2r .site-content .content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 600px) {
  .site-main {
    width: 100%;
    max-width: calc(100% - 330px);
  }
  .site-main.wide,
  body.column-1 .site-main,
  body.page-template-pages-wide .site-main {
    max-width: none;
  }
}
.widget-area {
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .widget-area {
    width: 290px;
    margin-top: 0;
  }
  .widget-area.wide,
  body.column-1 .widget-area,
  body.page-template-pages-wide .widget-area {
    width: 100%;
    margin-top: 40px;
  }
}
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content ul.wp-block-social-links {
  margin: 0;
  padding: 0;
}
.entry-content ul.wp-block-social-links li {
  padding: 0;
}
.entry-content ul.wp-block-social-links li.wp-block {
  width: auto;
}
.entry-content .table-headline-accent tbody tr:first-child td,
.entry-content .table-headline-gray tbody tr:first-child td,
.entry-content .table-headline-main tbody tr:first-child td {
  text-align: center;
}
.entry-content .table-headline-main tbody tr:first-child td {
  background: #00f;
  color: #fff;
}
.entry-content .table-headline-accent tbody tr:first-child td {
  background: red;
  color: #fff;
}
.entry-content .table-headline-gray tbody tr:first-child td {
  background: #666;
  color: #fff;
}
.entry-content .table-sidecolumn-accent tbody td:first-child,
.entry-content .table-sidecolumn-gray tbody td:first-child,
.entry-content .table-sidecolumn-main tbody td:first-child {
  background: 0 0;
  vertical-align: top;
  text-align: left;
}
.entry-content .table-sidecolumn-main tbody td:first-child {
  background: rgba(0, 0, 255, 0.2);
}
.entry-content .table-sidecolumn-accent tbody td:first-child {
  background: rgba(255, 0, 0, 0.2);
}
.entry-content .table-sidecolumn-gray tbody td:first-child {
  background: #f0f0f0;
}
.entry-content .table-firstcolumn-nowrap tr > td:first-child,
.entry-content .table-firstcolumn-nowrap tr > th:first-child {
  white-space: nowrap;
}
.entry-content .table-endcolumn-right tbody td:last-child {
  text-align: right;
}
.entry-content .table-width-auto table {
  width: auto;
}
.entry-content figure.wp-block-table.is-style-stripes table {
  border: none;
}
.entry-content figure.wp-block-table.is-style-stripes table td,
.entry-content figure.wp-block-table.is-style-stripes table th {
  border: none;
}
.entry-content figure.wp-block-table.no-style table,
.entry-content table.no-style {
  border: none;
  width: auto;
}
.entry-content figure.wp-block-table.no-style table tbody th,
.entry-content figure.wp-block-table.no-style table td,
.entry-content figure.wp-block-table.no-style table thead th,
.entry-content table.no-style tbody th,
.entry-content table.no-style td,
.entry-content table.no-style thead th {
  border: none;
  padding: 0;
}
.entry-content address {
  font-style: italic;
  color: #979797;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.alignleft {
  margin: 1em auto;
  display: block;
  float: none;
}
@media print, screen and (min-width: 600px) {
  .entry-content img.alignleft {
    margin-top: 0;
    margin-right: 40px;
    margin-left: 0;
    margin-bottom: 30px;
    float: left;
  }
}
.entry-content img.alignright {
  margin: 1em auto;
  display: block;
  float: none;
}
@media print, screen and (min-width: 600px) {
  .entry-content img.alignright {
    margin-top: 0;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 30px;
    float: right;
  }
}
.entry-content .wp-caption-text {
  margin: 0;
  padding: 8px;
}
.entry-content .gallery-columns-2,
.entry-content .gallery-columns-3,
.entry-content .gallery-columns-4,
.entry-content .gallery-columns-5,
.entry-content .gallery-columns-6,
.entry-content .gallery-columns-7,
.entry-content .gallery-columns-8,
.entry-content .gallery-columns-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}
.entry-content .gallery-columns-2 .gallery-item,
.entry-content .gallery-columns-3 .gallery-item,
.entry-content .gallery-columns-4 .gallery-item,
.entry-content .gallery-columns-5 .gallery-item,
.entry-content .gallery-columns-6 .gallery-item,
.entry-content .gallery-columns-7 .gallery-item,
.entry-content .gallery-columns-8 .gallery-item,
.entry-content .gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
}
.entry-content .gallery-columns-2 img,
.entry-content .gallery-columns-3 img,
.entry-content .gallery-columns-4 img,
.entry-content .gallery-columns-5 img,
.entry-content .gallery-columns-6 img,
.entry-content .gallery-columns-7 img,
.entry-content .gallery-columns-8 img,
.entry-content .gallery-columns-9 img {
  width: 100%;
  height: auto;
}
.entry-content .gallery-columns-2 .gallery-item {
  width: 98%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-2 .gallery-item {
    width: 48%;
  }
}
.entry-content .gallery-columns-3 .gallery-item {
  width: 48%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-3 .gallery-item {
    width: 31.333%;
  }
}
.entry-content .gallery-columns-4 .gallery-item {
  width: 48%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-4 .gallery-item {
    width: 23%;
  }
}
.entry-content .gallery-columns-5 .gallery-item {
  width: 31.333%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-5 .gallery-item {
    width: 18%;
  }
}
.entry-content .gallery-columns-6 .gallery-item {
  width: 31.33%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-6 .gallery-item {
    width: 14.666%;
  }
}
.entry-content .gallery-columns-7 .gallery-item {
  width: 31.33%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-7 .gallery-item {
    width: 12.285%;
  }
}
.entry-content .gallery-columns-8 .gallery-item {
  width: 31.33%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-8 .gallery-item {
    width: 10.5%;
  }
}
.entry-content .gallery-columns-9 .gallery-item {
  width: 31.33%;
}
@media print, screen and (min-width: 600px) {
  .entry-content .gallery-columns-9 .gallery-item {
    width: 9.111%;
  }
}
.entry-content .wp-block-gallery {
  padding-left: 0;
}
.entry-content .wp-block-gallery ul.blocks-gallery-grid {
  padding: 0;
}
.entry-content .wp-block-gallery li figure {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.entry-content .wp-block-gallery li::before {
  content: none;
}
.entry-content .wp-block-media-text {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.entry-content
  .wp-block-media-text:not(.has-media-on-the-right)
  .wp-block-media-text__content {
  padding-right: 0;
}
.entry-content
  .wp-block-media-text.has-media-on-the-right
  .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .entry-content
    .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile
    .wp-block-media-text__media {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .entry-content
    .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile
    .wp-block-media-text__content {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}
@media (max-width: 599px) {
  .entry-content
    .wp-block-media-text.is-stacked-on-mobile
    .wp-block-media-text__content {
    padding: 10px 0 0;
  }
}
.entry-content .wp-block-media-text__content > :first-child {
  margin-top: 0;
}
.entry-content .alignwide {
  width: 100%;
  max-width: 1200px;
}
.wrap .entry-content .alignwide,
.wrap-full .entry-content .alignwide,
.wrap-narrow .entry-content .alignwide,
.wrap-wide .entry-content .alignwide {
  max-width: 100%;
}
.entry-content .alignfull {
  width: 100%;
}
.column-1 .wrap .entry-content .alignfull,
.column-1 .wrap-full .entry-content .alignfull,
.column-1 .wrap-narrow .entry-content .alignfull,
.column-1 .wrap-wide .entry-content .alignfull {
  width: auto;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.entry-content .wp-block-embed-youtube:not(.alignwide):not(.alignfull) {
  max-width: 58rem;
  width: 100%;
}
.entry-content
  .wp-block-embed[data-title="YouTube"]:not(.alignwide):not(.alignfull)
  .wp-block-embed.is-type-video {
  max-width: 58rem;
  width: 100%;
}
.entry-content
  .wp-block-embed[data-title="YouTube"].aligncenter
  .wp-block-embed.is-type-video {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .block-editor-block-list__layout .wp-block.wp-block-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.entry-content .wp-block[data-align="center"] .wp-block-button {
  text-align: center;
}
.entry-content .wp-block[data-align="right"] {
  height: auto;
}
.entry-content .wp-block[data-align="right"] > .wp-block-buttons {
  float: none;
}
.entry-content .wp-block-buttons.alignright {
  float: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.entry-content
  .wp-block-base-theme-section-block-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > :first-child,
.entry-content .wp-block-base-theme-section-block-section > :first-child,
.entry-content .wp-block-group .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.entry-content
  .wp-block-base-theme-section-block-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > :last-child,
.entry-content .wp-block-base-theme-section-block-section > :last-child,
.entry-content .wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-base-theme-section-block-section.has-max-width {
  width: 100%;
}
.entry-content .wp-block-base-theme-section-block-section.bt-width-maxcontent,
.entry-content .wp-block-base-theme-section-block-section.has-max-width {
  margin-left: unset !important;
  margin-right: unset !important;
}
.entry-content
  .wp-block-base-theme-section-block-section.bt-section-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content
  .wp-block-base-theme-section-block-section.bt-section-align-right {
  float: none;
  margin-left: auto !important;
  margin-right: unset !important;
  display: block;
}
.entry-content
  .block-editor-block-list__block[data-type="base-theme-section-block/section"]:not(
    .wp-block-base-theme-section-block-section
  ) {
  background-color: unset !important;
}
.page .entry-thumbnail img,
.single .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.page .entry-footer,
.single .entry-footer {
  margin: 40px 0;
  clear: both;
}
@media screen and (min-width: 600px) {
  .page .entry-footer,
  .single .entry-footer {
    margin: 80px 0;
  }
}
.widget-area .widget-title {
  border-bottom: 2px solid #00f;
  font-weight: 400;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .widget-area .widget-title {
    font-size: 2rem;
  }
}
.widget-area ul {
  padding: 0;
}
.widget-area ul li {
  list-style-type: none;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}
.widget-area ul li a {
  display: block;
  padding: 8px 0;
}
.widget-area .widget_recent_comments li {
  padding: 8px 0;
}
.site-footer-body {
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 600px) {
  .site-footer-body {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.site-footer-body .footer-branding {
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.site-footer-body .footer-branding .site-title {
  text-align: center;
  margin-top: 0;
}
.site-footer-body .footer-branding .site-title img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.site-footer-body .footer-branding address {
  font-style: normal;
}
.site-footer-body .footer-branding a {
  color: #333;
}
@media print, screen and (min-width: 600px) {
  .site-footer-body .footer-branding {
    width: 250px;
  }
  .footer-type2 .site-footer-body .footer-branding {
    width: 100%;
  }
  .footer-type1 .site-footer-body .footer-branding,
  .footer-type3 .site-footer-body .footer-branding {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.site-footer-body .footer-contents {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 20px 0;
}
@media print, screen and (min-width: 600px) {
  .site-footer-body .footer-contents {
    width: calc(100% - 270px);
  }
  .footer-type2 .site-footer-body .footer-contents {
    width: 100%;
  }
  .footer-type1 .site-footer-body .footer-contents,
  .footer-type3 .site-footer-body .footer-contents {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
}
.site-footer-body .footer-contents-area {
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .footer-type2 .site-footer-body .footer-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-info {
  text-align: center;
  font-size: 1.4rem;
  padding: 8px 0;
  background: #666;
  color: #fff;
}
.site-info .footer-copyright {
  margin: 0;
}
.reset_button,
.search-form .search-submit,
.wp-block-search .wp-block-search__button,
button[class*="btn"],
input[type="button"][class*="btn"],
input[type="reset"][class*="btn"],
input[type="submit"][class*="btn"] {
  border: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}
.reset_button:active,
.reset_button:hover,
.search-form .search-submit:active,
.search-form .search-submit:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-search .wp-block-search__button:hover,
button[class*="btn"]:active,
button[class*="btn"]:hover,
input[type="button"][class*="btn"]:active,
input[type="button"][class*="btn"]:hover,
input[type="reset"][class*="btn"]:active,
input[type="reset"][class*="btn"]:hover,
input[type="submit"][class*="btn"]:active,
input[type="submit"][class*="btn"]:hover {
  box-shadow: none;
  border: none;
}
.text-none-underline {
  text-decoration: none !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.icon-new,
.size-10 {
  font-size: 1rem;
}
.size-13 {
  font-size: 1rem;
}
@media print, screen and (min-width: 600px) {
  .size-13 {
    font-size: 1.3rem;
  }
}
.card .loop-title,
.post-block-list.is-style-card .post-block-list-inner .loop-title,
.post-block-list.is-style-card-side .post-block-list-inner .loop-title,
.post-block-list.is-style-default .loop-title,
.size-16,
.wp-block-post-block-list.is-style-card .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-default .loop-title,
body {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .card .loop-title,
  .post-block-list.is-style-card .post-block-list-inner .loop-title,
  .post-block-list.is-style-card-side .post-block-list-inner .loop-title,
  .post-block-list.is-style-default .loop-title,
  .size-16,
  .wp-block-post-block-list.is-style-card .post-block-list-inner .loop-title,
  .wp-block-post-block-list.is-style-card-side
    .post-block-list-inner
    .loop-title,
  .wp-block-post-block-list.is-style-default .loop-title,
  body {
    font-size: 1.6rem;
  }
}
.size-18 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .size-18 {
    font-size: 1.8rem;
  }
}
.size-20 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .size-20 {
    font-size: 2rem;
  }
}
.size-22 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 600px) {
  .size-22 {
    font-size: 2.2rem;
  }
}
.size-24 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 600px) {
  .size-24 {
    font-size: 2.4rem;
  }
}
.size-26 {
  font-size: 2rem;
}
@media print, screen and (min-width: 600px) {
  .size-26 {
    font-size: 2.6rem;
  }
}
.size-27 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 600px) {
  .size-27 {
    font-size: 2.7rem;
  }
}
.size-30 {
  font-size: 2rem;
}
@media print, screen and (min-width: 600px) {
  .size-30 {
    font-size: 3rem;
  }
}
.size-80p {
  font-size: 80%;
}
.size-150p {
  font-size: 150%;
}
.color-main {
  color: #00f;
}
.color-accent {
  color: red;
}
.color-attention {
  color: #ca4a1f;
}
.marka-accent {
  background: -webkit-linear-gradient(transparent 50%, red 50%);
  background: linear-gradient(transparent 50%, red 50%);
}
.material-icons {
  font-size: inherit !important;
}
.label,
.label-main {
  border-radius: 5px;
  display: inline-block;
}
.label-main {
  background: #00f;
  color: #fff;
  padding: 3px 1em;
  line-height: 1.3;
}
.note-asterisk {
  padding-left: 1.5em;
  position: relative;
  display: block;
}
.note-asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
}
.note-indent {
  margin-left: 1em;
  display: block;
  text-indent: -1em;
}
.font-size-small {
  font-size: calc(1.6rem - 3px);
}
@media all and (max-width: 599px) {
  .font-size-small {
    font-size: calc(1.3rem - 3px);
  }
}
.font-size-medium {
  font-size: calc(1.6rem + 6px);
}
@media all and (max-width: 599px) {
  .font-size-medium {
    font-size: calc(1.3rem + 4px);
  }
}
.font-size-large {
  font-size: calc(1.6rem + 16px);
}
@media all and (max-width: 599px) {
  .font-size-large {
    font-size: calc(1.3rem + 14px);
  }
}
.font-size-x-large {
  font-size: calc(1.6rem + 26px);
}
@media all and (max-width: 599px) {
  .font-size-x-large {
    font-size: calc(1.3rem + 24px);
  }
}
@media all and (max-width: 599px) {
  .has-small-font-size {
    font-size: calc(var(--wp--preset--font-size--small) - 3px) !important;
  }
}
@media all and (max-width: 599px) {
  .has-medium-font-size {
    font-size: calc(var(--wp--preset--font-size--medium) - 4px) !important;
  }
}
@media all and (max-width: 599px) {
  .has-large-font-size {
    font-size: calc(var(--wp--preset--font-size--large) - 6px) !important;
  }
}
@media all and (max-width: 599px) {
  .has-x-large-font-size {
    font-size: calc(var(--wp--preset--font-size--x-large) - 6px) !important;
  }
}
form input[type="color"],
form input[type="date"],
form input[type="datetime-local"],
form input[type="datetime"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="range"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
form select {
  font-size: 1.8rem;
}
form input[name="zip"] {
  width: 10em;
}
form input[name="zip1"] {
  width: 3em;
}
form input[name="zip2"] {
  width: 4em;
}
form .icon-required {
  color: #ca4a1f;
  display: inline-block;
  margin-left: 0.5em;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-field {
  margin: 0;
}
.search-form .search-submit {
  background-color: #f0f0f0;
  padding: 0;
  width: 4em;
  text-align: center;
}
.search-form .search-submit:hover {
  opacity: 0.8;
}
.search-form .search-submit,
.search-form .search-submit:hover {
  border: 1px solid #ccc;
  border-left: none;
}
.wp-block-search .wp-block-search__input {
  margin: 0;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  padding: 0;
  width: 4em;
  text-align: center;
}
.wp-block-search .wp-block-search__button:hover {
  opacity: 0.8;
}
.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__button:hover {
  border: 1px solid #ccc;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.breadcrumbs ul li {
  list-style-type: none;
}
.breadcrumbs ul li::before {
    content: "";
    display: inline-block;
    margin: -2px 8px;
    background: url("/media/images/common/icon_arrow_right.svg") center /
    contain no-repeat;
    width: 6px;
    height: 12px;
}
.breadcrumbs ul li:first-child::before {
  content: none;
}
.sub-navigation {
  z-index: 99998;
  display: none;
  padding-left: 12px;
  padding-right: 12px;
}
@media print, screen and (min-width: 600px) {
  .sub-navigation {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.sub-navigation ul.menu,
.sub-navigation ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul.menu li.menu-item,
.sub-navigation ul.sub-menu li.menu-item {
  padding: 0;
  list-style: none;
}
.sub-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-type2 .sub-navigation ul.menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 600px) {
  .sub-navigation ul.menu li.menu-item:not(:hover) * {
    pointer-events: none;
  }
}
.sub-navigation ul.menu li.menu-item > a {
  white-space: nowrap;
}
.sub-navigation ul.menu > li.menu-item {
  position: relative;
  margin: 0 0 5px 10px;
}
.sub-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.sub-navigation ul.menu > li.menu-item:hover li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%;
}
.sub-navigation ul.menu > li.menu-item li.menu-item {
  width: 100%;
  margin: 0;
}
.sub-navigation ul.menu > li.menu-item li.menu-item > a {
  display: block;
  padding: 10px;
}
@media print, screen and (min-width: 600px) {
  .sub-navigation ul.menu > li.menu-item:last-child ul.sub-menu {
    left: auto;
    right: 0;
  }
  .sub-navigation ul.menu > li.menu-item:last-child li.menu-item > ul.sub-menu {
    left: auto;
    right: 100%;
  }
}
.sub-navigation ul.menu > li.menu-item > ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sub-navigation ul.menu > li.menu-item > ul.sub-menu ul.sub-menu {
  top: 0;
  left: 0;
  padding-left: 1em;
}
.main-navigation {
  z-index: 99997;
}
.main-navigation .navigation-pc {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .main-navigation .navigation-pc {
    display: block;
  }
}
.main-navigation .navigation-sp {
  position: fixed;
  top: 0;
  left: 100vw;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation.toggled .navigation-sp {
  opacity: 1;
  visibility: visible;
  left: 0;
}
@media print, screen and (min-width: 600px) {
  .main-navigation.toggled .navigation-sp {
    display: none;
    opacity: 0;
  }
}
.main-navigation ul.menu li.menu-item,
.main-navigation ul.sub-menu li.menu-item {
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation,
  .footer-type2 .footer-navigation,
  .main-navigation {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .header-type3 .footer-type1 .footer-navigation,
  .header-type3 .footer-type2 .footer-navigation,
  .header-type3 .main-navigation {
    border: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.footer-type1 .footer-navigation .navigation-pc.col1 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col1 div > ul > li,
.main-navigation .navigation-pc.col1 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.footer-type1 .footer-navigation .navigation-pc.col2 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col2 div > ul > li,
.main-navigation .navigation-pc.col2 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}
.footer-type1 .footer-navigation .navigation-pc.col3 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col3 div > ul > li,
.main-navigation .navigation-pc.col3 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
}
.footer-type1 .footer-navigation .navigation-pc.col4 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col4 div > ul > li,
.main-navigation .navigation-pc.col4 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}
.footer-type1 .footer-navigation .navigation-pc.col5 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col5 div > ul > li,
.main-navigation .navigation-pc.col5 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}
.footer-type1 .footer-navigation .navigation-pc.col6 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col6 div > ul > li,
.main-navigation .navigation-pc.col6 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.66%;
}
.footer-type1 .footer-navigation .navigation-pc.col7 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col7 div > ul > li,
.main-navigation .navigation-pc.col7 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 14.28%;
}
.footer-type1 .footer-navigation .navigation-pc.col8 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col8 div > ul > li,
.main-navigation .navigation-pc.col8 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 12.5%;
}
.footer-type1 .footer-navigation .navigation-pc.col9 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col9 div > ul > li,
.main-navigation .navigation-pc.col9 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 11.11%;
}
.footer-type1 .footer-navigation .navigation-pc.col10 div > ul > li,
.footer-type2 .footer-navigation .navigation-pc.col10 div > ul > li,
.main-navigation .navigation-pc.col10 div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 10%;
}
.footer-type1 .footer-navigation .navigation-sp,
.footer-type2 .footer-navigation .navigation-sp,
.main-navigation .navigation-sp {
  padding: 60px 12px 12px;
}
.footer-type1 .footer-navigation .navigation-sp ul.menu,
.footer-type2 .footer-navigation .navigation-sp ul.menu,
.main-navigation .navigation-sp ul.menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer-type1 .footer-navigation .navigation-sp ul.sub-menu,
.footer-type2 .footer-navigation .navigation-sp ul.sub-menu,
.main-navigation .navigation-sp ul.sub-menu {
  border-top: 1px solid #ccc;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-type1 .footer-navigation ul.menu,
.footer-type1 .footer-navigation ul.sub-menu,
.footer-type2 .footer-navigation ul.menu,
.footer-type2 .footer-navigation ul.sub-menu,
.main-navigation ul.menu,
.main-navigation ul.sub-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.menu,
  .footer-type1 .footer-navigation ul.sub-menu,
  .footer-type2 .footer-navigation ul.menu,
  .footer-type2 .footer-navigation ul.sub-menu,
  .main-navigation ul.menu,
  .main-navigation ul.sub-menu {
    padding: 0;
  }
}
.footer-type1 .footer-navigation li.menu-item,
.footer-type2 .footer-navigation li.menu-item,
.main-navigation li.menu-item {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  position: relative;
}
.footer-type1 .footer-navigation li.menu-item:last-child,
.footer-type2 .footer-navigation li.menu-item:last-child,
.main-navigation li.menu-item:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation li.menu-item,
  .footer-type2 .footer-navigation li.menu-item,
  .main-navigation li.menu-item {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 600px) {
  .header-type3 .footer-type1 .footer-navigation li.menu-item,
  .header-type3 .footer-type2 .footer-navigation li.menu-item,
  .header-type3 .main-navigation li.menu-item {
    border: none;
  }
}
.footer-type1 .footer-navigation li.menu-item > a,
.footer-type1 .footer-navigation ul li.menu-item > a,
.footer-type2 .footer-navigation li.menu-item > a,
.footer-type2 .footer-navigation ul li.menu-item > a,
.main-navigation li.menu-item > a,
.main-navigation ul li.menu-item > a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width: 600px) {
  .header-type3 .footer-type1 .footer-navigation ul.menu > li.menu-item > a,
  .header-type3 .footer-type2 .footer-navigation ul.menu > li.menu-item > a,
  .header-type3 .main-navigation ul.menu > li.menu-item > a {
    width: auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.menu,
  .footer-type2 .footer-navigation ul.menu,
  .main-navigation ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .header-type3 .footer-type1 .footer-navigation ul.menu,
  .header-type3 .footer-type2 .footer-navigation ul.menu,
  .header-type3 .main-navigation ul.menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.menu > li.menu-item,
  .footer-type2 .footer-navigation ul.menu > li.menu-item,
  .main-navigation ul.menu > li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-type1 .footer-navigation ul.menu > li.menu-item > a,
  .footer-type2 .footer-navigation ul.menu > li.menu-item > a,
  .main-navigation ul.menu > li.menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .header-type3 .footer-type1 .footer-navigation ul.menu > li.menu-item,
  .header-type3 .footer-type2 .footer-navigation ul.menu > li.menu-item,
  .header-type3 .main-navigation ul.menu > li.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: none;
    width: auto;
    margin-left: 3em;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.menu li.menu-item:not(:hover) *,
  .footer-type2 .footer-navigation ul.menu li.menu-item:not(:hover) *,
  .main-navigation ul.menu li.menu-item:not(:hover) * {
    pointer-events: none;
  }
  .footer-type1 .footer-navigation ul.menu li.menu-item:hover > ul.sub-menu,
  .footer-type2 .footer-navigation ul.menu li.menu-item:hover > ul.sub-menu,
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .footer-type1
    .footer-navigation
    ul.menu
    li.menu-item:hover
    > ul.sub-menu
    li.menu-item,
  .footer-type2
    .footer-navigation
    ul.menu
    li.menu-item:hover
    > ul.sub-menu
    li.menu-item,
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item {
    width: 100%;
  }
  .footer-type1
    .footer-navigation
    ul.menu
    li.menu-item:hover
    li.menu-item:hover
    > ul.sub-menu,
  .footer-type2
    .footer-navigation
    ul.menu
    li.menu-item:hover
    li.menu-item:hover
    > ul.sub-menu,
  .main-navigation ul.menu li.menu-item:hover li.menu-item:hover > ul.sub-menu {
    top: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type1
    .footer-navigation
    ul.menu
    > li.menu-item:last-child
    ul.sub-menu,
  .footer-type2
    .footer-navigation
    ul.menu
    > li.menu-item:last-child
    ul.sub-menu,
  .main-navigation ul.menu > li.menu-item:last-child ul.sub-menu {
    left: auto;
    right: 0;
  }
  .footer-type1
    .footer-navigation
    ul.menu
    > li.menu-item:last-child
    li.menu-item
    > ul.sub-menu,
  .footer-type2
    .footer-navigation
    ul.menu
    > li.menu-item:last-child
    li.menu-item
    > ul.sub-menu,
  .main-navigation
    ul.menu
    > li.menu-item:last-child
    li.menu-item
    > ul.sub-menu {
    left: auto;
    right: 100%;
  }
}
.footer-type1 .footer-navigation ul.sub-menu,
.footer-type2 .footer-navigation ul.sub-menu,
.main-navigation ul.sub-menu {
  float: none;
  position: static;
  top: 0;
  left: 0;
  box-shadow: none;
  z-index: 1;
}
.footer-type1 .footer-navigation ul.sub-menu li.menu-item > a,
.footer-type2 .footer-navigation ul.sub-menu li.menu-item > a,
.main-navigation ul.sub-menu li.menu-item > a {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.sub-menu,
  .footer-type2 .footer-navigation ul.sub-menu,
  .main-navigation ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }
  .footer-type1 .footer-navigation ul.sub-menu li.menu-item > a,
  .footer-type2 .footer-navigation ul.sub-menu li.menu-item > a,
  .main-navigation ul.sub-menu li.menu-item > a {
    text-align: left;
  }
}
.footer-type1 .footer-navigation ul.sub-menu ul.sub-menu,
.footer-type2 .footer-navigation ul.sub-menu ul.sub-menu,
.main-navigation ul.sub-menu ul.sub-menu {
  padding: 0;
  z-index: 0;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.sub-menu ul.sub-menu,
  .footer-type2 .footer-navigation ul.sub-menu ul.sub-menu,
  .main-navigation ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
  }
}
.site-footer.navi-hide .footer-navigation {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .site-footer.navi-hide .footer-navigation {
    display: block;
  }
}
.site-footer a[href="#"] {
  pointer-events: none;
}
.footer-type1 .footer-navigation li.menu-item,
.footer-type2 .footer-navigation li.menu-item {
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .footer-type1 .footer-navigation ul.menu ul.sub-menu,
  .footer-type2 .footer-navigation ul.menu ul.sub-menu {
    top: auto;
    bottom: 100%;
  }
  .footer-type1 .footer-navigation ul.menu ul.sub-menu ul.sub-menu,
  .footer-type2 .footer-navigation ul.menu ul.sub-menu ul.sub-menu {
    top: unset;
    bottom: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type1
    .footer-navigation
    ul.menu
    li.menu-item:hover
    li.menu-item:hover
    > ul.sub-menu,
  .footer-type2
    .footer-navigation
    ul.menu
    li.menu-item:hover
    li.menu-item:hover
    > ul.sub-menu {
    top: unset;
  }
}
.footer-type3 .footer-navigation ul.menu,
.footer-type3 .footer-navigation ul.sub-menu,
.footer-type4 .footer-navigation ul.menu,
.footer-type4 .footer-navigation ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-type3 .footer-navigation ul.menu li.menu-item,
.footer-type3 .footer-navigation ul.sub-menu li.menu-item,
.footer-type4 .footer-navigation ul.menu li.menu-item,
.footer-type4 .footer-navigation ul.sub-menu li.menu-item {
  margin: 0 0 1px 0;
  padding: 0;
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu li.menu-item,
  .footer-type3 .footer-navigation ul.sub-menu li.menu-item,
  .footer-type4 .footer-navigation ul.menu li.menu-item,
  .footer-type4 .footer-navigation ul.sub-menu li.menu-item {
    margin: 0;
  }
}
.footer-type3 .footer-navigation ul.menu,
.footer-type4 .footer-navigation ul.menu {
  background: #00f;
  padding: 12px;
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu,
  .footer-type4 .footer-navigation ul.menu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu > li.menu-item,
  .footer-type4 .footer-navigation ul.menu > li.menu-item {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.footer-type3 .footer-navigation ul.menu ul.sub-menu,
.footer-type4 .footer-navigation ul.menu ul.sub-menu {
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu ul.sub-menu,
  .footer-type4 .footer-navigation ul.menu ul.sub-menu {
    margin-left: 1.5em;
    padding: 0;
    background: 0 0;
  }
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu ul.sub-menu li.menu-item,
  .footer-type4 .footer-navigation ul.menu ul.sub-menu li.menu-item {
    list-style: disc;
  }
}
.menu-toggle {
  display: block;
  position: fixed;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-indent: -200px;
  overflow: hidden;
  outline: 0;
  z-index: 99998;
}
.menu-toggle.admin-bar-position {
  top: 56px;
}
.menu-toggle:active {
  box-shadow: none;
  border: none;
}
@media print, screen and (min-width: 600px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #00f;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-toggle span:nth-of-type(1) {
  top: -20px;
}
.menu-toggle span:nth-of-type(3) {
  top: 20px;
}
.menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.btp-block-fixed .widget {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .btp-fixed-menu {
    display: none;
  }
}
.btp-fixed-menu--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .btp-fixed-menu--sp {
    display: block;
  }
}
.btp-fixed-menu ul.menu,
.btp-fixed-menu ul.sub-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .btp-fixed-menu ul.menu,
  .btp-fixed-menu ul.sub-menu {
    padding: 0;
  }
}
.btp-fixed-menu ul.menu {
  margin: 0;
  padding: 0;
}
.btp-fixed-menu li.menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.btp-fixed-menu li.menu-item > a {
  display: block;
}
.btp-fixed-menu li.menu-item > a:hover {
  opacity: 0.8;
}
.btp-fixed-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.btp-fixed-menu ul.menu > li.menu-item {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
.btp-fixed-menu ul.menu > li.menu-item > a {
  background-color: #00f;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btp-fixed-menu ul.menu li.menu-item:not(:hover) * {
  pointer-events: none;
}
.btp-fixed-menu ul.menu li.menu-item:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.btp-fixed-menu ul.menu li.menu-item:hover > ul.sub-menu li {
  width: 100%;
}
.btp-fixed-menu ul.menu li.menu-item:hover li.menu-item:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.btp-fixed-menu ul.menu li.menu-item > a {
  padding: 5px;
}
@media all and (min-width: 600px) {
  .btp-fixed-menu ul.menu li.menu-item > a {
    padding: 10px;
  }
}
.btp-fixed-menu ul.menu ul.sub-menu {
  z-index: 1;
  float: left;
  position: absolute;
  white-space: nowrap;
  width: auto;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btp-fixed-menu ul.menu ul.sub-menu li.menu-item > a {
  text-align: left;
  color: #fff;
}
.btp-fixed-menu--footer ul.menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btp-fixed-menu--footer ul.menu > li.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: none;
  border-bottom: none;
}
.btp-fixed-menu--footer ul.menu > li.menu-item:last-child {
  border-right: none;
}
.btp-fixed-menu--footer ul.menu > li.menu-item:last-child ul.sub-menu {
  left: auto;
  right: 0;
}
.btp-fixed-menu--footer
  ul.menu
  > li.menu-item:last-child
  li.menu-item:hover
  > ul.sub-menu {
  left: auto;
  right: 100%;
}
.btp-fixed-menu--footer ul.menu ul.sub-menu {
  top: auto;
  bottom: 100%;
}
.btp-fixed-menu--footer ul.menu ul.sub-menu ul.sub-menu {
  bottom: 0;
  left: 100%;
}
.btp-fixed-menu--left ul.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btp-fixed-menu--left ul.menu > li.menu-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.btp-fixed-menu--left ul.menu > li.menu-item:last-child {
  border-bottom: none;
}
.btp-fixed-menu--left ul.menu ul.sub-menu {
  top: 0;
  left: 100%;
}
.btp-fixed-menu--left ul.menu ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
}
.btp-fixed-menu--right ul.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btp-fixed-menu--right ul.menu > li.menu-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.btp-fixed-menu--right ul.menu > li.menu-item:last-child {
  border-bottom: none;
}
.btp-fixed-menu--right ul.menu ul.sub-menu {
  top: 0;
  right: 100%;
}
.btp-fixed-menu--right ul.menu ul.sub-menu ul.sub-menu {
  top: 0;
  right: 100%;
}
.c-page-top {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  padding-top: 40px;
  border-radius: 50%;
  position: fixed;
  right: 12px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  bottom: 50px;
  z-index: 29;
  transition: all .3s ease;
}
@media print, screen and (min-width: 600px) {
  .c-page-top {
    right: 16px;
    bottom: 100px;
  }
}
.c-page-top:hover {
  background: rgba(0, 0, 0, 0.3);
}
.c-page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-page-top.show {
  visibility: visible;
  opacity: 1;
}
.pagination {
  clear: both;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 13px;
  text-decoration: none;
  width: auto;
  color: #fff;
  line-height: 0.5;
  background-color: #00f;
}
.pagination a.page-num,
.pagination span.page-num {
  color: #333;
  background: 0 0;
}
.pagination a:hover {
  color: #fff;
  background-color: rgba(0, 0, 255, 0.3);
}
.pagination .current {
  color: #fff;
  background-color: rgba(0, 0, 255, 0.3);
}
.pagination .left,
.pagination .right {
  background: 0 0;
  color: #333;
  font-size: 18px;
}
.pagination .left:hover,
.pagination .right:hover {
  color: #333;
  background: 0 0;
}
.post-navigation {
  margin: 40px 0;
}
@media screen and (min-width: 600px) {
  .post-navigation {
    margin: 80px 0;
  }
}
.post-navigation .nav-links {
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  position: relative;
}
.post-navigation .nav-links::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #ccc;
}
.post-navigation a {
  color: #333;
  display: block;
  width: 100%;
  padding: 12px;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .post-navigation a {
    padding: 16px;
  }
}
.post-navigation a:hover {
  background: rgba(0, 0, 255, 0.1);
}
.post-navigation a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
}
@media print, screen and (min-width: 600px) {
  .post-navigation a:before {
    top: 16px;
  }
}
.post-navigation .nav-links {
  width: 100%;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-navigation .nav-previous {
  float: right;
  text-align: right;
}
.post-navigation .nav-previous a:before {
  content: "\f105";
  right: 0;
}
.post-navigation .nav-next {
  float: left;
}
.post-navigation .nav-next a:before {
  content: "\f104";
  left: 0;
}
.widget_recent_comments ul li a {
  display: inline;
}
.ul-asterisk {
  margin: 0;
  padding-left: 1em;
}
.ul-asterisk li {
  list-style-type: none;
  position: relative;
}
.ul-asterisk li:before {
  content: "※";
  position: absolute;
  left: -1em;
}
.bt-block {
  display: block;
}
.wp-block .bt-block {
  width: 100%;
}
.w-100p {
  width: 100%;
}
.img-100p img {
  width: 100%;
}
.bt-width-maxcontent {
  width: -webkit-max-content !important;
  width: max-content !important;
}
.bg-gd,
.circle-icon-link .circle-inner {
  background: #00f;
  background: -webkit-linear-gradient(top, #33f 0, #00f 100%);
  background: linear-gradient(to bottom, #33f 0, #00f 100%);
}
.bg-accent-gd {
  background: red;
  background: -webkit-linear-gradient(top, #f33 0, red 100%);
  background: linear-gradient(to bottom, #f33 0, red 100%);
}
.bg-gray-gd {
  background: #666;
  background: -webkit-linear-gradient(top, gray 0, #666 100%);
  background: linear-gradient(to bottom, gray 0, #666 100%);
}
.block-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.link-cover {
  position: relative;
  cursor: pointer;
}
.link-cover a:not(.link-cover-hover) {
  position: relative;
  z-index: 2;
}
.link-cover .link-cover-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.link-cover.link-none {
  cursor: auto;
}
.link-cover.link-none .link-cover-hover {
  z-index: -1;
}
.filter,
.filter-black {
  position: relative;
  color: #fff;
  display: block;
}
.filter-black::before,
.filter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 255, 0.5);
  z-index: 1;
}
.filter a,
.filter-black a {
  color: #fff;
}
.filter-inner {
  position: relative;
  z-index: 1;
}
.filter-black::before {
  background: rgba(0, 0, 0, 0.5);
}
.navi-thumbnail-img img,
.slider .slider-image > img,
img.object-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
body.wp-admin
  .base_theme-slider-image
  .base_theme-media-upload
  .media-view-image
  img,
img.object-fit-contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.object-fit-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.object-fit-img-contain img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.loop,
.site-main .entry-content,
.spacer {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 600px) {
  .loop,
  .site-main .entry-content,
  .spacer {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.spacer-device {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 600px) {
  .spacer-device {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.spacer-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .spacer-xs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.spacer-s {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .spacer-s {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.spacer-l {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 600px) {
  .spacer-l {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
.spacer-inner,
body.wp-admin .wp-block-group.has-background.spacer-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 600px) {
  .spacer-inner,
  body.wp-admin .wp-block-group.has-background.spacer-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.spacer-inner-device {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 600px) {
  .spacer-inner-device {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.spacer-inner-xs,
body.wp-admin .wp-block-group.has-background.spacer-inner-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .spacer-inner-xs,
  body.wp-admin .wp-block-group.has-background.spacer-inner-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.spacer-inner-s,
body.wp-admin .wp-block-group.has-background.spacer-inner-s {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .spacer-inner-s,
  body.wp-admin .wp-block-group.has-background.spacer-inner-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.spacer-inner-l,
body.wp-admin .wp-block-group.has-background.spacer-inner-l {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 600px) {
  .spacer-inner-l,
  body.wp-admin .wp-block-group.has-background.spacer-inner-l {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.spacer-side {
  margin-left: 25px;
  margin-right: 25px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side {
    margin-left: 55px;
    margin-right: 55px;
  }
}
.spacer-side-device {
  margin-left: 12px;
  margin-right: 12px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-device {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.spacer-side-xs {
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-xs {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.spacer-side-s {
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-s {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.spacer-side-l {
  margin-left: 50px;
  margin-right: 50px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-l {
    margin-left: 85px;
    margin-right: 85px;
  }
}
.spacer-side-inner,
body.wp-admin .wp-block-group.has-background.spacer-side-inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-inner,
  body.wp-admin .wp-block-group.has-background.spacer-side-inner {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.spacer-side-inner-device {
  padding-left: 12px;
  padding-right: 12px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-inner-device {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.spacer-side-inner-xs,
body.wp-admin .wp-block-group.has-background.spacer-side-inner-xs {
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-inner-xs,
  body.wp-admin .wp-block-group.has-background.spacer-side-inner-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.spacer-side-inner-s,
body.wp-admin .wp-block-group.has-background.spacer-side-inner-s {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-inner-s,
  body.wp-admin .wp-block-group.has-background.spacer-side-inner-s {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.spacer-side-inner-l,
body.wp-admin .wp-block-group.has-background.spacer-side-inner-l {
  padding-left: 50px;
  padding-right: 50px;
}
@media print, screen and (min-width: 600px) {
  .spacer-side-inner-l,
  body.wp-admin .wp-block-group.has-background.spacer-side-inner-l {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.space-reset {
  margin: 0 !important;
  padding: 0 !important;
}
.space-reset-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.space-reset-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.space-reset-top-bottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bt-block-wrap-full,
.is-style-wrap-full {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
body.column-2 .bt-block-wrap-full,
body.column-2 .is-style-wrap-full {
  margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
}
body.column-2r .bt-block-wrap-full,
body.column-2r .is-style-wrap-full {
  margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
}
.block-editor-block-list__layout.is-root-container .wp-block[data-align="full"],
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    .wp-block[data-align="full"],
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full {
    margin-left: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
    margin-right: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
  }
}
.bt-block-wrap-full-side,
.is-style-wrap-full-side {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2 * 1);
  padding-right: calc((100vw - 100%) / 2 * 1);
}
body.column-2 .bt-block-wrap-full-side,
body.column-2 .is-style-wrap-full-side {
  margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
}
body.column-2r .bt-block-wrap-full-side,
body.column-2r .is-style-wrap-full-side {
  margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
}
.content-area.window .bt-block-wrap-full-side,
.content-area.window .is-style-wrap-full-side {
  padding-left: calc((100vw - 1200px) / 2 * 1);
  padding-right: calc((100vw - 1200px) / 2 * 1);
}
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full-side,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full-side {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full-side,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full-side {
    margin-left: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
    margin-right: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
    padding-left: calc((100vw - 100% - 160px - 280px) / 2 * 1) !important;
    padding-right: calc((100vw - 100% - 160px - 280px) / 2 * 1) !important;
  }
}
body.column-1 .bt-block-wrap-full-left,
body.column-1 .is-style-wrap-full-left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
body.column-2 .bt-block-wrap-full-left,
body.column-2 .is-style-wrap-full-left {
  margin-left: calc((100vw - 100% + 330px) / 2 * -1);
  padding-left: calc((100vw - 100% + 330px) / 2 * 1);
}
body.column-2r .bt-block-wrap-full-left,
body.column-2r .is-style-wrap-full-left {
  margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
}
.content-area.window .bt-block-wrap-full-left,
.content-area.window .is-style-wrap-full-left {
  padding-right: calc((100vw - 1200px) / 2 * 1);
}
body.column-2r .content-area.window .bt-block-wrap-full-left,
body.column-2r .content-area.window .is-style-wrap-full-left {
  padding-right: 0;
}
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full-left,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full-left {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full-left,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full-left {
    margin-left: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
  }
}
body.column-1 .bt-block-wrap-full-right,
body.column-1 .is-style-wrap-full-right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}
body.column-2 .bt-block-wrap-full-right,
body.column-2 .is-style-wrap-full-right {
  margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
}
body.column-2r .bt-block-wrap-full-right,
body.column-2r .is-style-wrap-full-right {
  margin-right: calc((100vw - 100% + 330px) / 2 * -1);
  padding-right: calc((100vw - 100% + 330px) / 2 * 1);
}
.content-area.window .bt-block-wrap-full-right,
.content-area.window .is-style-wrap-full-right {
  padding-left: calc((100vw - 1200px) / 2 * 1);
}
body.column-2 .content-area.window .bt-block-wrap-full-right,
body.column-2 .content-area.window .is-style-wrap-full-right {
  padding-left: 0;
}
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full-right,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full-right {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full-right,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full-right {
    margin-right: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
  }
}
body.column-1 .bt-block-wrap-full-side-left,
body.column-1 .is-style-wrap-full-side-left {
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2 * 1);
}
body.column-2 .bt-block-wrap-full-side-left,
body.column-2 .is-style-wrap-full-side-left,
body.column-2r .bt-block-wrap-full-side-left,
body.column-2r .is-style-wrap-full-side-left {
  margin-left: calc((100vw - 100% + 330px) / 2 * -1);
  padding-left: calc((100vw - 100% + 330px) / 2 * 1);
}
.content-area.window .bt-block-wrap-full-side-left,
.content-area.window .is-style-wrap-full-side-left {
  padding-right: 0;
}
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full-side-left,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full-side-left {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full-side-left,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full-side-left {
    margin-left: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
    padding-left: calc((100vw - 100% - 160px - 280px) / 2 * 1) !important;
  }
}
body.column-1 .bt-block-wrap-full-side-right,
body.column-1 .is-style-wrap-full-side-right {
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-right: calc((100vw - 100%) / 2 * 1);
}
body.column-2 .bt-block-wrap-full-side-right,
body.column-2 .is-style-wrap-full-side-right,
body.column-2r .bt-block-wrap-full-side-right,
body.column-2r .is-style-wrap-full-side-right {
  margin-right: calc((100vw - 100% + 330px) / 2 * -1);
  padding-right: calc((100vw - 100% + 330px) / 2 * 1);
}
.content-area.window .bt-block-wrap-full-side-right,
.content-area.window .is-style-wrap-full-side-right {
  padding-left: 0;
}
.block-editor-block-list__layout.is-root-container
  > .wp-block.bt-block-wrap-full-side-right,
.block-editor-block-list__layout.is-root-container
  > .wp-block.is-style-wrap-full-side-right {
  width: auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 961px) {
  .block-editor-block-list__layout.is-root-container
    > .wp-block.bt-block-wrap-full-side-right,
  .block-editor-block-list__layout.is-root-container
    > .wp-block.is-style-wrap-full-side-right {
    margin-right: calc((100vw - 100% - 160px - 280px) / 2 * -1) !important;
    padding-right: calc((100vw - 100% - 160px - 280px) / 2 * 1) !important;
  }
}
.bt-block-wrap,
.is-style-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bt-block-wrap-s,
.is-style-wrap-s {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.section-block {
  margin-top: 2em;
  margin-bottom: 3em;
}
@media print, screen and (min-width: 600px) {
  .section-block {
    margin-top: 4em;
    margin-bottom: 5em;
  }
}
.section-block-s {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 600px) {
  .section-block-s {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.section-space {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media print, screen and (min-width: 600px) {
  .section-space {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.circle {
  border-radius: 500px;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.circle-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.circle-icon-link {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media screen and (max-width: 599px) {
  .circle-icon-link.flex-col5-margin .flex-inner {
    width: 48%;
  }
}
.circle-icon-link .circle-inner {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.2;
  padding-top: 20%;
}
@media print, screen and (min-width: 600px) {
  .circle-icon-link .circle-inner {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .circle-icon-link .circle-inner {
    padding-top: 60px;
  }
}
.circle-icon-link .circle-inner i {
  display: block;
  font-size: 10vw;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .circle-icon-link .circle-inner i {
    font-size: 6vw;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .circle-icon-link .circle-inner i {
    font-size: 6rem;
  }
}
.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex li.flex-inner {
  list-style: none;
}
.flex li.flex-inner::after,
.flex li.flex-inner::before {
  content: none;
}
.flex .flex-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex--center,
.flex.is-style-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--center::after,
.flex--center::before,
.flex.is-style-flex--center::after,
.flex.is-style-flex--center::before {
  content: none;
}
.flex--right,
.flex.is-style-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex--right::after,
.flex--right::before,
.flex.is-style-flex--right::after,
.flex.is-style-flex--right::before {
  content: none;
}
.wp-block .flex.wp-block-base-theme-column {
  display: block;
}
.wp-block .flex.wp-block-base-theme-column > .block-editor-inner-blocks {
  -webkit-column-gap: inherit;
  column-gap: inherit;
  row-gap: inherit;
}
.wp-block
  .flex.wp-block-base-theme-column
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  list-style: none;
  -webkit-column-gap: inherit;
  column-gap: inherit;
  row-gap: inherit;
}
.wp-block
  .flex.wp-block-base-theme-column
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > .flex-inner
  > .flex-inner {
  width: 100% !important;
}
.wp-block .flex.wp-block-base-theme-column .block-list-appender {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.wp-block
  .flex.is-style-flex--center
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wp-block
  .flex.is-style-flex--center
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout::after,
.wp-block
  .flex.is-style-flex--center
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout::before {
  content: none;
}
.wp-block
  .flex.is-style-flex--right
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wp-block
  .flex.is-style-flex--right
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout::after,
.wp-block
  .flex.is-style-flex--right
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout::before {
  content: none;
}
ul.flex,
ul.flex-sp {
  padding: 0;
}
.flex-col2 > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .flex-col2 > .flex-inner {
    width: 100%;
  }
}
.wp-block
  .flex-col2
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col2
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 100%;
  }
}
.flex-col2-margin {
  gap: 20px 4%;
}
.flex-col2-margin > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 48%;
}
@media screen and (max-width: 599px) {
  .flex-col2-margin > .flex-inner {
    width: 100%;
  }
}
.wp-block
  .flex-col2-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 20px 4%;
}
.wp-block
  .flex-col2-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 48%;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col2-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 100%;
  }
}
.flex-col3 > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .flex-col3 > .flex-inner {
    width: 50%;
  }
}
.wp-block
  .flex-col3
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col3
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > .flex-inner {
    width: 50%;
  }
}
.flex-col3-margin {
  gap: 15px 2%;
}
@media screen and (max-width: 599px) {
  .flex-col3-margin {
    gap: 15px 4%;
  }
}
.flex-col3-margin:after {
  content: "";
  display: block;
  width: 32%;
}
.flex-col3-margin > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32%;
}
@media screen and (max-width: 599px) {
  .flex-col3-margin > .flex-inner {
    width: 48%;
  }
}
.wp-block
  .flex-col3-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px 2%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col3-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 4%;
  }
}
.wp-block
  .flex-col3-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout:after {
  content: "";
  display: block;
  width: 32%;
}
.wp-block
  .flex-col3-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32%;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col3-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 48%;
  }
}
.flex-col4 > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}
@media screen and (max-width: 599px) {
  .flex-col4 > .flex-inner {
    width: 50%;
  }
}
.wp-block
  .flex-col4
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col4
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 50%;
  }
}
.flex-col4-margin {
  gap: 15px 2.38%;
}
@media screen and (max-width: 599px) {
  .flex-col4-margin {
    gap: 15px 4%;
  }
}
.flex-col4-margin:before {
  content: "";
  display: block;
  width: 23.215%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flex-col4-margin:after {
  content: "";
  display: block;
  width: 23.215%;
}
.flex-col4-margin > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 23.215%;
}
@media screen and (max-width: 599px) {
  .flex-col4-margin > .flex-inner {
    width: 48%;
  }
}
.wp-block
  .flex-col4-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px 2.38%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 4%;
  }
}
.wp-block
  .flex-col4-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout:before {
  content: "";
  display: block;
  width: 23.215%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wp-block
  .flex-col4-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout:after {
  content: "";
  display: block;
  width: 23.215%;
}
.wp-block
  .flex-col4-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 23.215%;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 48%;
  }
}
.flex-col5 > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}
@media all and (max-width: 599px) {
  .flex-col5 > .flex-inner {
    width: 50%;
  }
}
.wp-block
  .flex-col5
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col5
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 50%;
  }
}
.flex-col5-margin {
  gap: 15px 2.5%;
}
@media screen and (max-width: 599px) {
  .flex-col5-margin {
    gap: 15px 3.005%;
  }
}
.flex-col5-margin > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 18%;
}
@media screen and (max-width: 599px) {
  .flex-col5-margin > .flex-inner {
    width: 31.33%;
  }
}
.wp-block
  .flex-col5-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px 2.5%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col5-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 3.005%;
  }
}
.wp-block
  .flex-col5-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 18%;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col5-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 31.33%;
  }
}
.flex-col6 > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.666%;
}
@media screen and (max-width: 599px) {
  .flex-col6 > .flex-inner {
    width: 50%;
  }
}
.wp-block
  .flex-col6
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.666%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col6
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 33.33%;
  }
}
.flex-col6-margin {
  gap: 15px 2.4008%;
}
@media screen and (max-width: 599px) {
  .flex-col6-margin {
    gap: 15px 3.005%;
  }
}
.flex-col6-margin > .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 14.666%;
}
@media screen and (max-width: 599px) {
  .flex-col6-margin > .flex-inner {
    width: 31.33%;
  }
}
.wp-block
  .flex-col6-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 15px 2.4008%;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col6-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 3.005%;
  }
}
.wp-block
  .flex-col6-margin
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 14.666%;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .wp-block
    .flex-col6-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    width: 31.33%;
  }
}
@media all and (max-width: 599px) {
  .flex-sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0;
  }
  .flex-sp li.flex-inner {
    list-style: none;
  }
  .flex-sp li.flex-inner::after,
  .flex-sp li.flex-inner::before {
    content: none;
  }
  .flex-sp .flex-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-sp--center,
  .flex-sp.is-style-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-sp--center::after,
  .flex-sp--center::before,
  .flex-sp.is-style-flex--center::after,
  .flex-sp.is-style-flex--center::before {
    content: none;
  }
  .flex-sp--right,
  .flex-sp.is-style-flex--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-sp--right::after,
  .flex-sp--right::before,
  .flex-sp.is-style-flex--right::after,
  .flex-sp.is-style-flex--right::before {
    content: none;
  }
  .flex-sp-col1-margin > .flex-inner,
  .flex-sp-col1 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin: 0;
  }
  .flex-sp-col2 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50% !important;
    margin: 0;
  }
  .wp-block
    .flex-sp-col2
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50% !important;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .flex-sp-col2-margin {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 4%;
  }
  .flex-sp-col2-margin > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48% !important;
  }
  .wp-block
    .flex-sp-col2-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 4%;
  }
  .wp-block
    .flex-sp-col2-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48% !important;
    padding: 0;
  }
  .flex-sp-col3 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33% !important;
    margin: 0;
  }
  .wp-block
    .flex-sp-col3
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33% !important;
    margin: 0;
    padding: 0;
  }
  .flex-sp-col3-margin {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 2%;
  }
  .flex-sp-col3-margin:after {
    content: "";
    display: block;
    width: 32% !important;
  }
  .flex-sp-col3-margin > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32%;
  }
  .wp-block
    .flex-sp-col3-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 2%;
  }
  .wp-block
    .flex-sp-col3-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout:after {
    content: "";
    display: block;
    width: 32% !important;
  }
  .wp-block
    .flex-sp-col3-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32% !important;
    list-style: none;
    padding: 0;
  }
  .flex-sp-col4 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .wp-block
    .flex-sp-col4
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25% !important;
  }
  .flex-sp-col4-margin {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 2.38%;
  }
  .flex-sp-col4-margin:before {
    content: "";
    display: block;
    width: 23.215% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sp-col4-margin:after {
    content: "";
    display: block;
    width: 23.215% !important;
  }
  .flex-sp-col4-margin > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23.215% !important;
  }
  .wp-block
    .flex-sp-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 2.38%;
  }
  .wp-block
    .flex-sp-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout:before {
    content: "";
    display: block;
    width: 23.215% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .wp-block
    .flex-sp-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout:after {
    content: "";
    display: block;
    width: 23.215% !important;
  }
  .wp-block
    .flex-sp-col4-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23.215% !important;
    padding: 0;
  }
  .flex-sp-col5 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20% !important;
  }
  .wp-block
    .flex-sp-col5
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20% !important;
  }
  .flex-sp-col5-margin {
    gap: 15px 2.5%;
  }
  .flex-sp-col5-margin > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18% !important;
  }
  .wp-block
    .flex-sp-col5-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 2.5%;
  }
  .wp-block
    .flex-sp-col5-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18% !important;
  }
  .flex-sp-col6 > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.666% !important;
  }
  .wp-block
    .flex-sp-col6
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.666% !important;
  }
  .flex-sp-col6-margin {
    gap: 15px 2.4008%;
  }
  .flex-sp-col6-margin > .flex-inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14.666% !important;
  }
  .wp-block
    .flex-sp-col6-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    gap: 15px 2.4008%;
  }
  .wp-block
    .flex-sp-col6-margin
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 14.666% !important;
    padding: 0;
    list-style: none;
  }
}
.flex-circle .flex-inner {
  background: #00f;
  position: relative;
  border-radius: 500px;
  color: #fff;
}
.flex-circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.flex-circle-content {
  display: block;
}
.flex-circle.circle-accent .flex-inner {
  background: red;
}
.flex-circle.circle-border .flex-inner {
  background: 0 0;
  border: 2px solid #00f;
  color: #00f;
}
.flex-circle.circle-border-accent .flex-inner {
  background: 0 0;
  border: 2px solid red;
  color: red;
}
.flex-circle.flex-col2 .flex-inner {
  padding: 50% 0 0 0;
}
.flex-circle.flex-col2-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col2-margin .flex-inner {
    padding-top: 48%;
  }
}
.flex-circle.flex-col3 .flex-inner {
  padding: 100% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col3 .flex-inner {
    padding-top: 33.33%;
  }
}
.flex-circle.flex-col3-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col3-margin .flex-inner {
    padding-top: 32%;
  }
}
.flex-circle.flex-col4 .flex-inner {
  padding: 25% 0 0 0;
}
.flex-circle.flex-col4-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col4-margin .flex-inner {
    padding-top: 23%;
  }
}
.flex-circle.flex-col5-margin .flex-inner {
  padding: 31.33% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col5-margin .flex-inner {
    padding-top: 18%;
  }
}
.flex-center,
.navi-thumbnail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-thumb {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.flex-thumb.thumb-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-thumb-img {
  margin: 0;
  padding: 0;
  width: 35%;
}
.thumb40 .flex-thumb-img {
  width: 40%;
}
.thumb50 .flex-thumb-img {
  width: 50%;
}
.flex-thumb-img img {
  width: 100%;
  height: auto;
}
.flex-thumb-body {
  width: 65%;
}
.thumb40 .flex-thumb-body {
  width: 60%;
}
.thumb50 .flex-thumb-body {
  width: 50%;
}
.thumb-left .flex-thumb-body {
  padding: 0 0 0 20px;
}
.thumb-right .flex-thumb-body {
  padding: 0 20px 0 0;
}
.flex-thumb-body :first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .flex-thumb {
    display: block;
  }
  .flex-thumb-img {
    width: 100%;
  }
  .thumb40 .flex-thumb-img {
    width: 100%;
  }
  .thumb50 .flex-thumb-img {
    width: 100%;
  }
  .flex-thumb-img img {
    width: 100%;
  }
  .thumb-left .flex-thumb-img,
  .thumb-right .flex-thumb-img {
    padding: 0;
  }
  .flex-thumb-body {
    width: 100%;
  }
  .thumb40 .flex-thumb-body {
    width: 100%;
  }
  .thumb50 .flex-thumb-body {
    width: 100%;
  }
  .thumb-left .flex-thumb-body,
  .thumb-right .flex-thumb-body {
    padding: 10px;
  }
}
.block-thumb-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-thumb-fixed-img {
  margin: 0;
  padding: 0;
}
.block-thumb-fixed-img img {
  width: 100%;
}
.thumb150 .block-thumb-fixed-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.thumb360 .block-thumb-fixed-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
.thumb-left .block-thumb-fixed-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.thumb-right .block-thumb-fixed-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.thumb-left .block-thumb-fixed-body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 15px;
}
.thumb-right .block-thumb-fixed-body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 15px;
}
.block-thumb {
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .block-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-thumb-img {
  position: relative;
  z-index: 0;
  margin-left: -15%;
}
.thumb-left .block-thumb-img {
  margin-left: 0;
  margin-right: -15%;
}
.thumb-left .block-thumb-img::after {
  left: auto;
  right: 0;
}
.block-thumb-img img {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .thumb40 .block-thumb-img {
    width: 40%;
  }
}
@media print, screen and (min-width: 600px) {
  .thumb50 .block-thumb-img {
    width: 50%;
  }
}
.thumb-left .block-thumb-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.thumb-right .block-thumb-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.block-thumb-body {
  position: relative;
  z-index: 1;
  background: #00f;
}
@media print, screen and (min-width: 600px) {
  .block-thumb-body {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.block-thumb-body-content {
  padding: 40px 12px;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .block-thumb-body-content {
    padding: 40px 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .thumb40 .block-thumb-body {
    width: 75%;
  }
}
@media print, screen and (min-width: 600px) {
  .thumb50 .block-thumb-body {
    width: 65%;
  }
}
.thumb-left .block-thumb-body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.thumb-right .block-thumb-body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.block-thumb-body :first-child {
  margin-top: 0;
}
.navi-thumbnail {
  position: relative;
}
.navi-thumbnail-img {
  position: relative;
  width: 100%;
  padding: 90% 0 0;
  position: relative;
  overflow: hidden;
}
.navi-thumbnail-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  vertical-align: middle;
}
.navi-thumbnail a.link-cover-hover {
  pointer-events: auto;
}
.navi-thumbnail a.link-cover-hover:hover + figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.navi-thumbnail-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bt-block-tabs__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.bt-block-tabs__titles--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bt-block-tabs__titles--wide li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.bt-block-tabs__titles--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bt-block-tabs li.bt-block-tabs__title {
  margin: 0 5px 0 0;
  padding: 10px 20px;
  list-style: none;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bt-block-tabs li.bt-block-tabs__title:last-child {
  margin-right: 0;
}
.bt-block-tabs li.bt-block-tabs__title.active {
  opacity: 1;
}
.bt-block-tabs li.bt-block-tabs__title:hover {
  opacity: 1;
}
.bt-block-tabs .bt-block-tab {
  overflow: hidden;
  height: 0;
}
.bt-block-tabs .bt-block-tab:not(.active) {
  padding: 0;
  border-width: 0 !important;
}
.bt-block-tabs .bt-block-tab.active {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  border: 1px solid #ccc;
}
.bt-block-media-text.wp-block
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout,
.bt-block-media-text:not(.wp-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.bt-block-media-text.has-media-on-the-right .bt-block-media-text__media {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.bt-block-media-text.has-media-on-the-right .bt-block-media-text__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-media-bottom
    .bt-block-media-text__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-media-bottom
    .bt-block-media-text__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-media-top
    .bt-block-media-text__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-media-top
    .bt-block-media-text__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.bt-block-media-text.is-vertically-aligned-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bt-block-media-text.is-vertically-aligned-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.bt-block-media-text.is-block-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-stacked-on-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-media-full
    .bt-block-media-text__media {
    width: 100% !important;
  }
  .bt-block-media-text.is-stacked-on-mobile.is-mobile-content-full
    .bt-block-media-text__content {
    width: 100% !important;
  }
}
.bt-block-media-text.wp-block > .block-editor-inner-blocks {
  width: 100%;
}
.bt-block-media-text.wp-block.is-vertically-aligned-center
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bt-block-media-text.wp-block.is-vertically-aligned-bottom
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.bt-block-media-text.wp-block.is-block-stretch
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.bt-block-media-text.wp-block
  [data-type="base-theme/block-media-text-contents"],
.bt-block-media-text.wp-block [data-type="base-theme/block-media-text-media"] {
  min-height: 50px;
}
.bt-block-media-text__media img {
  width: 100%;
}
.bt-block-media-text__content {
  padding-left: 8%;
}
.bt-block-media-text.has-media-on-the-right .bt-block-media-text__content {
  padding-left: 0;
  padding-right: 8%;
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-stacked-on-mobile .bt-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble {
  gap: 30px;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble.wp-block
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  gap: 30px;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__image
  img {
  height: 100%;
  object-fit: cover;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__content {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.6;
  background: inherit;
}
@media all and (min-width: 600px) {
  .bt-block-media-text.is-style-bt-media-text-speech-bubble
    .bt-block-media-text__content {
    padding: 15px;
  }
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__content
  > :first-child {
  margin-top: 0;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__content
  > :last-child {
  margin-bottom: 0;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble
  .bt-block-media-text__content::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: inherit;
  position: absolute;
  right: 100%;
  top: 1em;
  width: 10px;
  height: 20px;
  margin-right: -1px;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble.is-vertically-aligned-center
  .bt-block-media-text__content::after {
  margin-top: -10px;
  top: 50%;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble.is-vertically-aligned-bottom
  .bt-block-media-text__content::after {
  top: unset;
  bottom: 1em;
}
.bt-block-media-text.is-style-bt-media-text-speech-bubble.has-media-on-the-right
  .bt-block-media-text__content::after {
  right: unset;
  left: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-style-bt-media-text-speech-bubble.is-stacked-on-mobile.has-media-on-the-right.is-mobile-media-top
    .bt-block-media-text__content::after,
  .bt-block-media-text.is-style-bt-media-text-speech-bubble.is-stacked-on-mobile:not(
      .has-media-on-the-right
    )
    .bt-block-media-text__content::after {
    margin-top: 0 !important;
    margin-right: -5px !important;
    top: -15px !important;
    right: 50% !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media all and (max-width: 599px) {
  .bt-block-media-text.is-style-bt-media-text-speech-bubble.is-stacked-on-mobile.has-media-on-the-right
    .bt-block-media-text__content::after,
  .bt-block-media-text.is-style-bt-media-text-speech-bubble.is-stacked-on-mobile.is-mobile-media-bottom
    .bt-block-media-text__content::after {
    margin-top: 0 !important;
    margin-right: -5px !important;
    top: unset !important;
    bottom: -15px !important;
    right: 50% !important;
    left: unset !important;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.bt-slider.is-vertically-aligned-center .bt-slider__content {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bt-slider.is-vertically-aligned-bottom .bt-slider__content {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wp-block.wp-block-base-theme-slider .swiper-wrapper {
  min-height: 100px;
}
.wp-block.wp-block-base-theme-slider .swiper-wrapper > .block-list-appender {
  display: none;
}
.bt-slider-control {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.bt-slider-control__setting-button {
  margin: 0;
  border: 1px solid #2271b1;
  border-radius: 2px;
  color: #2271b1;
  cursor: pointer;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bt-slider-control__select-button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.bt-slider-control li {
  list-style: none;
  cursor: pointer;
  width: 2em;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bt-slider-control li.is-active,
.bt-slider-control li:hover {
  background: #f0f0f0;
}
.bt-block-tabs__title.has-border-radius,
.card-block.has-border-radius,
.wp-block-base-theme-block.has-border-radius,
.wp-block-base-theme-card.has-border-radius,
.wp-block-base-theme-column-block-inner.has-border-radius,
.wp-block-base-theme-section-block-section.has-border-radius,
.wp-block-base-theme-tab.has-border-radius,
.wp-block-group.has-border-radius {
  overflow: hidden;
}
.block-hover-action {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-hover-action:hover {
  opacity: 0.6;
}
.wp-block .bt-br {
  position: relative;
}
.wp-block .bt-br::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-hidden="true" focusable="false"><path d="m6.734 16.106 2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.158 1.093-1.028-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.archive .entry-header .entry-title,
.archive .entry-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title,
.blog .entry-header .entry-title,
.blog .entry-header .page-title,
.blog .page-header .entry-title,
.blog .page-header .page-title,
.page .entry-header .entry-title,
.page .entry-header .page-title,
.page .page-header .entry-title,
.page .page-header .page-title,
.single .entry-header .entry-title,
.single .entry-header .page-title,
.single .page-header .entry-title,
.single .page-header .page-title {
  border-bottom: 1px solid #00f;
  margin-top: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .table-sp-responsive {
    margin: 0;
  }
  .table-sp-responsive > table > tbody > tr > td,
  .table-sp-responsive > table > tbody > tr > th,
  .table-sp-responsive > table > tfoot > tr > td,
  .table-sp-responsive > table > tfoot > tr > th,
  .table-sp-responsive > table > thead > tr > td,
  .table-sp-responsive > table > thead > tr > th,
  .table-sp-responsive > table > tr > td,
  .table-sp-responsive > table > tr > th,
  .table-sp-responsive > tbody > tr > td,
  .table-sp-responsive > tbody > tr > th,
  .table-sp-responsive > tfoot > tr > td,
  .table-sp-responsive > tfoot > tr > th,
  .table-sp-responsive > thead > tr > td,
  .table-sp-responsive > thead > tr > th,
  .table-sp-responsive > tr > td,
  .table-sp-responsive > tr > th {
    width: 100% !important;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .table-sp-responsive > table > tbody > tr:last-of-type > td,
  .table-sp-responsive > tbody > tr:last-of-type > td {
    border-bottom: none;
  }
  .table-sp-scroll {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    display: block !important;
    white-space: nowrap;
  }
  .table-sp-scroll > table:not(.has-fixed-layout) > tbody > tr > td,
  .table-sp-scroll > table:not(.has-fixed-layout) > tbody > tr > th,
  .table-sp-scroll > table:not(.has-fixed-layout) > tfoot > tr > td,
  .table-sp-scroll > table:not(.has-fixed-layout) > tfoot > tr > th,
  .table-sp-scroll > table:not(.has-fixed-layout) > thead > tr > td,
  .table-sp-scroll > table:not(.has-fixed-layout) > thead > tr > th,
  .table-sp-scroll > table:not(.has-fixed-layout) > tr > td,
  .table-sp-scroll > table:not(.has-fixed-layout) > tr > th,
  .table-sp-scroll > tbody > tr > td,
  .table-sp-scroll > tbody > tr > th,
  .table-sp-scroll > tfoot > tr > td,
  .table-sp-scroll > tfoot > tr > th,
  .table-sp-scroll > thead > tr > td,
  .table-sp-scroll > thead > tr > th,
  .table-sp-scroll > tr > td,
  .table-sp-scroll > tr > th {
    white-space: nowrap !important;
    width: auto !important;
  }
}
[class*="material-"] {
  font-size: inherit !important;
  line-height: inherit !important;
  vertical-align: -0.1em;
}
.posted-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-new {
  border-radius: 3px;
  color: #fff;
  background: red;
  display: inline-block;
  padding: 3px 4px;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1;
}
html:has(> .editor-styles-wrapper) {
  font-size: 62.5%;
}
body.wp-admin ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
body.wp-admin :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
body.wp-admin ::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
body.wp-admin .edit-post-visual-editor__post-title-wrapper h1,
body.wp-admin .wp-block-post-content {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(1200px - 290px - 40px + 30px);
}
body.wp-admin.bt-column-2.bt-wrap-narrow
  .edit-post-visual-editor__post-title-wrapper
  h1,
body.wp-admin.bt-column-2.bt-wrap-narrow .wp-block-post-content,
body.wp-admin.bt-column-2r.bt-wrap-narrow
  .edit-post-visual-editor__post-title-wrapper
  h1,
body.wp-admin.bt-column-2r.bt-wrap-narrow .wp-block-post-content {
  max-width: calc(900px - 290px - 40px + 30px);
}
body.wp-admin.bt-column-1 .edit-post-visual-editor__post-title-wrapper h1,
body.wp-admin.bt-column-1 .wp-block-post-content {
  max-width: calc(1200px + 30px);
}
body.wp-admin.bt-column-1.bt-wrap-narrow
  .edit-post-visual-editor__post-title-wrapper
  h1,
body.wp-admin.bt-column-1.bt-wrap-narrow .wp-block-post-content {
  max-width: calc(900px + 30px);
}
body.wp-admin.bt-window .edit-post-visual-editor__post-title-wrapper h1,
body.wp-admin.bt-window .wp-block-post-content {
  max-width: 100%;
}
body.wp-admin .wp-block-post-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.wp-admin .base_theme-width-50 {
  width: 50px;
}
body.wp-admin .base_theme-width-50p {
  width: 50%;
}
body.wp-admin .base_theme-width-100p {
  width: 100%;
}
body.wp-admin figure.base_theme-figure {
  margin: 0;
}
body.wp-admin figure.base_theme-figure img {
  width: 100%;
}
body.wp-admin .base_theme-media-upload .media-view-image {
  margin: 20px 0;
  padding: 0;
}
body.wp-admin .base_theme-media-upload .media-view-image img {
  width: 100%;
}
body.wp-admin .base_theme-media-upload .media-view-video {
  width: 100%;
}
body.wp-admin .base_theme-media-view figure.media-view-image {
  width: 100%;
  max-width: 200px;
}
body.wp-admin .base_theme-table {
  width: 100%;
  margin: 0;
}
body.wp-admin .base_theme-table tr {
  border-bottom: 1px solid #eee;
}
body.wp-admin .base_theme-table tr:last-child {
  border: none;
}
body.wp-admin .base_theme-table td h3 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 20px;
}
body.wp-admin .base_theme-table-basic {
  width: 100%;
  white-space: normal;
  border-collapse: collapse;
  border-spacing: 0;
}
body.wp-admin .base_theme-table-basic td,
body.wp-admin .base_theme-table-basic th {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
body.wp-admin .base_theme-table-basic thead th {
  text-align: left;
  background: #f9f9f9;
}
body.wp-admin .base_theme-table-child {
  width: 100%;
  white-space: normal;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  margin: 0;
  background: #fff;
}
body.wp-admin .base_theme-table-child caption {
  border: 1px solid #eee;
}
body.wp-admin .base_theme-table-child td,
body.wp-admin .base_theme-table-child th {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
body.wp-admin .base_theme-table-child th {
  border-right: 1px solid #eee;
  background: #f9f9f9;
  width: 100px;
  white-space: nowrap;
}
body.wp-admin .base_theme-table-child thead {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body.wp-admin .base_theme-table-child tr:last-child td,
body.wp-admin .base_theme-table-child tr:last-child th {
  border: none;
}
body.wp-admin .base_theme-table-child table {
  border: none;
}
body.wp-admin .base_theme-table-child table td,
body.wp-admin .base_theme-table-child table th {
  padding: 0;
}
body.wp-admin .base_theme-table-child table th {
  white-space: nowrap;
  width: 100px;
  vertical-align: top;
  text-align: left;
  background: 0 0;
}
body.wp-admin .base_theme-table-simple {
  width: 100%;
  white-space: normal;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 0;
  background: #fff;
}
body.wp-admin .base_theme-table-simple caption {
  border: none;
}
body.wp-admin .base_theme-table-simple td,
body.wp-admin .base_theme-table-simple th {
  border: none;
  padding: 10px;
}
body.wp-admin .base_theme-table-simple th {
  font-weight: 400;
  width: 100px;
  white-space: nowrap;
  vertical-align: middle;
}
body.wp-admin .base_theme-table-simple thead {
  border: none;
}
body.wp-admin .repeatable-content {
  width: 100%;
}
body.wp-admin .repeatable-content .repeatable-item {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1px;
}
body.wp-admin .repeatable-content .repeatable-item-body {
  width: calc(100% - 100px);
}
body.wp-admin .repeatable-content .icon-delete-area,
body.wp-admin .repeatable-content .icon-sort-area {
  background: #f4f4f4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.wp-admin .repeatable-content .icon-sort-area {
  cursor: move;
}
body.wp-admin .repeatable-content .icon-sort-area i {
  color: #0085ba;
}
body.wp-admin .repeatable-content .icon-delete-area i {
  cursor: pointer;
  color: #ca4a1f;
}
body.wp-admin .repeatable-content .icon-delete-area i:hover {
  color: rgba(202, 74, 31, 0.5);
}
body.wp-admin .base_theme-table .base_theme-figure {
  margin-top: 10px;
}
body.wp-admin .base_theme-table .base_theme-figure img {
  width: 100%;
  max-width: 185px;
  vertical-align: bottom;
}
body.wp-admin .base_theme-table .slider {
  position: relative;
}
body.wp-admin .base_theme-table .slider .base_theme-figure {
  display: inline-block;
}
body.wp-admin .base_theme-table .slider .slider-image {
  position: relative;
}
body.wp-admin .base_theme-table .slider .slider-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body.wp-admin
  .base_theme-slider-image
  .base_theme-media-upload
  .media-view-image {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding: 66.66% 0 0;
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
}
body.wp-admin
  .base_theme-slider-image
  .base_theme-media-upload
  .media-view-image
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.wp-admin .base_theme-accordion {
  overflow: hidden;
}
body.wp-admin .base_theme-accordion-title {
  position: relative;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  margin: 0;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
body.wp-admin
  .base_theme-accordion-title.active
  .base_theme-accordion-button::before {
  font-family: dashicons;
  content: "\f142";
}
body.wp-admin .base_theme-accordion-button {
  position: absolute;
  right: 12px;
}
body.wp-admin .base_theme-accordion-button::before {
  font-family: dashicons;
  content: "\f140";
}
body.wp-admin .radio-image-list input[type="radio"] {
  margin-right: 0;
}
body.wp-admin .radio-image-list .flex-inner {
  margin-bottom: 0;
}
body.wp-admin .base_theme-link-table input[type="url"] {
  width: 100%;
}
body.wp-admin .base_theme-basic-setting figure.media-view-image {
  width: 100%;
  max-width: 200px;
}
body.wp-admin .base_theme-basic-setting #noimage_transparent .media-view-image {
  text-align: center;
}
body.wp-admin
  .base_theme-basic-setting
  #noimage_transparent
  .media-view-image
  img {
  width: auto;
  max-width: 200px;
}
body.wp-admin .base_theme-basic-setting #noimage_transparent-preview {
  width: 100%;
  max-width: 200px;
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
}
body.wp-admin .base_theme-general-setting figure.media-view-image {
  width: 100%;
  max-width: 200px;
}
body.wp-admin #base_theme_list_display .inside > table,
body.wp-admin #base_theme_list_layout .inside > table,
body.wp-admin #base_theme_singular_display .inside > table,
body.wp-admin #base_theme_site_layout .inside > table {
  border-bottom: 1px solid #e1e1e1;
}
body.wp-admin #base_theme_list_display .inside > table > tbody > tr > td,
body.wp-admin #base_theme_list_layout .inside > table > tbody > tr > td,
body.wp-admin #base_theme_singular_display .inside > table > tbody > tr > td,
body.wp-admin #base_theme_site_layout .inside > table > tbody > tr > td {
  padding: 0;
}
body.wp-admin #base_theme_list_display .inside > table > tbody > tr > td table,
body.wp-admin #base_theme_list_layout .inside > table > tbody > tr > td table,
body.wp-admin
  #base_theme_singular_display
  .inside
  > table
  > tbody
  > tr
  > td
  table,
body.wp-admin #base_theme_site_layout .inside > table > tbody > tr > td table {
  border-right: none;
}
body.wp-admin #base_theme_list_layout .flex-inner {
  text-align: center;
}
body.wp-admin #base_theme_list_layout .is-style-card-side,
body.wp-admin #base_theme_list_layout .is-style-default {
  width: 100%;
}
body.wp-admin #base_theme_list_layout .is-style-card-side img,
body.wp-admin #base_theme_list_layout .is-style-default img {
  max-width: unset;
}
body.wp-admin #base_theme_list_layout .is-style-card {
  width: 80%;
}
body.wp-admin div[data-type="core/button"] div[data-block] {
  width: 100%;
}
body.wp-admin
  div[data-type="core/button"]
  .wp-block-button
  .block-editor-rich-text {
  width: 100%;
}
body.wp-admin
  .wp-block[data-type="base-theme/block"]:not(.wp-block-base-theme-block),
body.wp-admin
  .wp-block[data-type="base-theme/card"]:not(.wp-block-base-theme-card),
body.wp-admin
  .wp-block[data-type="base-theme/column-block-inner"]:not(
    .wp-block-base-theme-column-block-inner
  ) {
  background: 0 0 !important;
}
body.wp-admin
  div[data-type="base-theme-section-block/section"]:not(
    .wp-block-base-theme-section-block-section
  ) {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
body.wp-admin .edit-post-sidebar .panel-subtext {
  font-weight: 400;
}
body.wp-admin .edit-post-sidebar .display-hide {
  color: #a00;
}
body.wp-admin .edit-post-sidebar .display-show {
  color: #3592b6;
}
body.wp-admin .edit-post-sidebar .base_theme-radio-controle .components-flex {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: unset;
}
body.wp-admin
  .edit-post-sidebar
  .base_theme-radio-controle
  .components-radio-control__option {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1px;
  box-sizing: border-box;
}
body.wp-admin
  .edit-post-sidebar
  .base_theme-radio-controle
  .components-radio-control__option
  input {
  display: none;
}
body.wp-admin
  .edit-post-sidebar
  .base_theme-radio-controle
  .components-radio-control__option
  label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  cursor: pointer;
  margin: 0;
  padding: 5px 5px;
  background: #f3f5f6;
  color: #0075af;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #0075af;
  border-radius: 3px;
}
body.wp-admin
  .edit-post-sidebar
  .base_theme-radio-controle
  .components-radio-control__option
  input[type="radio"]:checked
  + label {
  background-color: #0075af;
  color: #fff;
}
body.wp-admin
  .edit-post-sidebar
  .base_theme-radio-controle--col2
  .components-radio-control__option {
  width: 50%;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
body.wp-admin
  .edit-post-sidebar
  .wp-block-base_theme-image
  .components-responsive-wrapper {
  overflow: hidden;
}
body.wp-admin
  .edit-post-sidebar
  .wp-block-base_theme-image
  .components-responsive-wrapper
  img {
  object-fit: cover;
}
body.wp-admin .dt-widget__ul-horizontal {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
body.wp-admin .dt-widget__ul-horizontal li {
  margin: 10px 0;
  padding-right: 1em;
}
body.wp-admin .base_theme-accordion-body {
  display: none;
}
body.wp-admin h4.dt-widget-admin-title {
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
  margin-bottom: 0;
}
body.wp-admin h5.dt-widget-admin-title {
  margin-bottom: 0;
  padding: 5px 10px;
  background: #ccc;
  border-radius: 5px;
}
body.wp-admin h6.dt-widget-admin-title {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 5px;
}
body.wp-admin .dt-widget-display__body {
  padding: 10px;
  background: #f0f0f0;
}
body.wp-admin .dt-widget-display__option__terms {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
body.wp-admin .dt-widget-display .base_theme-accordion-check {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
body.wp-admin .dt-widget-display .base_theme-accordion-check:first-of-type {
  border: none;
}
body.wp-admin .dt-widget-display span.select2-container {
  display: block;
}
.slider.filter-black::before,
.slider.filter-type1::before,
body.wp-admin .base_theme-table .slider .filter-type1::before {
  content: none;
}
.slider.filter-black .slider-image::after,
.slider.filter-type1 .slider-image::after,
body.wp-admin .base_theme-table .slider .filter-type1 .slider-image::after {
  background: rgba(0, 0, 0, 0.36);
}
.slider.filter-dot .slider-image::after,
.slider.filter-type2 .slider-image::after,
body.wp-admin .base_theme-table .slider .filter-type2 .slider-image::after {
  background: url(../inc/modules/slider/images/pattern.png);
}
.comments-area {
  margin-bottom: 40px;
}
.comments-area .comments-title {
  position: relative;
  border: none;
  border-bottom: 3px double #dbdbdb;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  background: 0 0;
  text-align: left;
  color: #232323;
  margin-bottom: 30px;
}
.comments-area .comments-title .comment-count {
  float: right;
  font-weight: 400;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list .comment {
  margin: 2em 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.comments-area .comment-list .comment-metadata {
  margin-top: 10px;
}
.comments-area .comment-list .children {
  list-style: none;
  margin-left: 1em;
  padding: 0;
}
.comments-area .comment-list .children .comment {
  border: none;
  padding: 0;
}
.comments-area .comment-list .children .comment-body {
  border: 1px solid #ccc;
  background: #f0f0f0;
  position: relative;
  padding: 12px;
}
.comments-area .comment-list .children .comment-body::after,
.comments-area .comment-list .children .comment-body::before {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comments-area .comment-list .children .comment-body::before {
  border-bottom-color: #ccc;
  border-width: 15px;
  margin-left: -14px;
}
.comments-area .comment-list .children .comment-body::after {
  border-bottom-color: #f0f0f0;
  border-width: 13px;
  margin-left: -12px;
}
.comments-area .reply {
  text-align: right;
}
.comment-respond {
  padding: 12px;
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 600px) {
  .comment-respond {
    padding: 16px;
  }
}
.comment-respond .comment-reply-title {
  margin-top: 0;
  font-size: 2rem;
}
.comment-respond .required {
  color: #ca4a1f;
}
.comment-respond label {
  display: block;
}
.comment-respond .form-submit {
  text-align: center;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 783px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 25em;
  }
}
.cats-links,
.tags-links {
  display: inline-block;
  margin-right: 10px;
}
.entry-admin {
  margin: 40px 0;
}
.entry-admin .edit-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  padding: 5px 10px;
  color: #333;
  border-radius: 5px;
  font-size: 1.3rem;
}
.entry-admin .edit-link a:hover {
  color: #fff;
  background: #666;
}
.entry-admin .edit-link a i.dashicons {
  font-size: 140%;
  -webkit-transition: unset;
  transition: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-image {
  margin: 0;
  width: 100%;
  position: relative;
}
.no-image-transparent {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
}
.no-image-transparent .option-noimage-transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  color: #fff;
}
.no-image-transparent img {
  width: auto;
  max-width: 80%;
  object-fit: none;
}
.card .entry-thumbnail,
.post-block-list.is-style-card .post-block-list-inner .entry-thumbnail,
.post-block-list.is-style-card-side .post-block-list-inner .entry-thumbnail,
.thumbnail-trimming,
.wp-block-post-block-list.is-style-card .post-block-list-inner .entry-thumbnail,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-thumbnail {
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
}
.card .entry-thumbnail > img,
.post-block-list.is-style-card .post-block-list-inner .entry-thumbnail > img,
.post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-thumbnail
  > img,
.thumbnail-trimming > img,
.wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .entry-thumbnail
  > img,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-thumbnail
  > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.loop .entry-link {
  width: 30%;
}
@media print, screen and (min-width: 600px) {
  .loop .entry-link {
    width: 20%;
  }
}
.loop .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.loop .entry-body {
  width: 68%;
  margin-top: 0;
}
@media print, screen and (min-width: 600px) {
  .loop .entry-body {
    width: 78%;
    margin-top: 0;
  }
}
.loop.thumbnail-hide .entry-link {
  display: none;
}
.loop.thumbnail-hide .entry-body {
  width: 100%;
}
.loop .loop-title {
  margin-top: 0;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 600px) {
  .loop .loop-title {
    font-size: 1.8rem;
  }
}
.loop .entry-summary {
  margin: 10px 0;
}
.loop-2 {
  border-bottom: 1px solid #ccc;
}
.loop-2 .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0;
}
.loop-2 .entry-content::after,
.loop-2 .entry-content::before {
  content: none;
}
.loop-2 .entry-header {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.loop-2 .loop-title {
  font-size: 1.8rem;
  margin: 10px 0 0;
}
.loop-2 .entry-link {
  width: 30%;
}
@media print, screen and (min-width: 600px) {
  .loop-2 .entry-link {
    width: 20%;
  }
}
.loop-2 .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.loop-2 .entry-body {
  width: 67%;
  margin-top: 0;
}
@media print, screen and (min-width: 600px) {
  .loop-2 .entry-body {
    width: 78%;
    margin-top: 0;
  }
}
.loop-2 .entry-summary {
  margin: 0;
}
.loop-2 .entry-summary p {
  margin-top: 0;
}
.loop-2 .no-image-block .entry-body {
  width: 100%;
}
.card,
.post-block-list.is-style-card .post-block-list-inner,
.post-block-list.is-style-card-side .post-block-list-inner,
.wp-block-post-block-list.is-style-card .post-block-list-inner,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card.link-cover:hover,
.post-block-list.is-style-card .link-cover.post-block-list-inner:hover,
.post-block-list.is-style-card-side .link-cover.post-block-list-inner:hover,
.wp-block-post-block-list.is-style-card .link-cover.post-block-list-inner:hover,
.wp-block-post-block-list.is-style-card-side
  .link-cover.post-block-list-inner:hover {
  background: rgba(0, 0, 255, 0.05);
}
.card-w {
  background: #fff;
}
.card-w .entry-body {
  padding: 12px;
}
.card .link-cover-hover,
.post-block-list.is-style-card .post-block-list-inner .link-cover-hover,
.post-block-list.is-style-card-side .post-block-list-inner .link-cover-hover,
.wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .link-cover-hover,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .link-cover-hover {
  pointer-events: auto;
}
.card .loop-title,
.post-block-list.is-style-card .post-block-list-inner .loop-title,
.post-block-list.is-style-card-side .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-card .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .loop-title {
  font-weight: 400;
  margin: 10px 0;
}
.card .entry-thumbnail.no-image-logo img,
.post-block-list.is-style-card
  .post-block-list-inner
  .entry-thumbnail.no-image-logo
  img,
.post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-thumbnail.no-image-logo
  img,
.wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .entry-thumbnail.no-image-logo
  img,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-thumbnail.no-image-logo
  img {
  min-height: auto;
}
.card .entry-category a,
.post-block-list.is-style-card .post-block-list-inner .entry-category a,
.post-block-list.is-style-card-side .post-block-list-inner .entry-category a,
.wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .entry-category
  a,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-category
  a {
  margin: 0 5px 5px;
}
.card .entry-footer,
.post-block-list.is-style-card .post-block-list-inner .entry-footer,
.post-block-list.is-style-card-side .post-block-list-inner .entry-footer,
.wp-block-post-block-list.is-style-card .post-block-list-inner .entry-footer,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-footer {
  margin-top: 0;
  margin-bottom: 0;
}
.card .btn-area,
.card .entry-button,
.post-block-list.is-style-card .post-block-list-inner .btn-area,
.post-block-list.is-style-card .post-block-list-inner .entry-button,
.post-block-list.is-style-card-side .post-block-list-inner .btn-area,
.post-block-list.is-style-card-side .post-block-list-inner .entry-button,
.wp-block-post-block-list.is-style-card .post-block-list-inner .btn-area,
.wp-block-post-block-list.is-style-card .post-block-list-inner .entry-button,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner .btn-area,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .entry-button {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 12px;
}
.card-block {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.card-block.bt-block-card-block--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-block.bt-block-card-block--side .card-block__image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-top: 0;
}
.card-block.bt-block-card-block--side .card-block__image img {
  width: 100%;
}
.card-block.bt-block-card-block--side .card-block__body {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 15px;
}
.card-block.bt-block-card-block--side .card-block__body :first-child {
  margin-top: 0;
}
.wp-block .card-block figure {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.card .card-block .card-block__image.entry-thumbnail > a,
.card-block .card .card-block__image.entry-thumbnail > a,
.card-block .card-block__image.thumbnail-trimming > a,
.card-block
  .post-block-list.is-style-card
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.card-block
  .post-block-list.is-style-card-side
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.card-block
  .wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.card-block
  .wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.post-block-list.is-style-card
  .card-block
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.post-block-list.is-style-card
  .post-block-list-inner
  .card-block
  .card-block__image.entry-thumbnail
  > a,
.post-block-list.is-style-card-side
  .card-block
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.post-block-list.is-style-card-side
  .post-block-list-inner
  .card-block
  .card-block__image.entry-thumbnail
  > a,
.wp-block-post-block-list.is-style-card
  .card-block
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.wp-block-post-block-list.is-style-card
  .post-block-list-inner
  .card-block
  .card-block__image.entry-thumbnail
  > a,
.wp-block-post-block-list.is-style-card-side
  .card-block
  .post-block-list-inner
  .card-block__image.entry-thumbnail
  > a,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner
  .card-block
  .card-block__image.entry-thumbnail
  > a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.card-block.wp-block .card-block__image {
  margin: 0;
}
.post-block-list .post-block-list-inner,
.wp-block-post-block-list .post-block-list-inner {
  position: relative;
}
.post-block-list .posted-new .icon-new,
.wp-block-post-block-list .posted-new .icon-new {
  margin-left: 0;
}
.post-block-list .entry-thumbnail,
.wp-block-post-block-list .entry-thumbnail {
  margin: 0;
}
.post-block-list .meta-terms,
.wp-block-post-block-list .meta-terms {
  display: block;
  margin-right: 10px;
}
.post-block-list .meta-terms a,
.wp-block-post-block-list .meta-terms a {
  display: inline-block;
  margin-right: 5px;
}
.post-block-list .entry-taxonomy,
.wp-block-post-block-list .entry-taxonomy {
  margin-top: 0;
  margin-bottom: 0;
}
.post-block-list.is-style-default .post-block-list-inner,
.wp-block-post-block-list.is-style-default .post-block-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
}
.post-block-list.is-style-default .entry-date-area,
.wp-block-post-block-list.is-style-default .entry-date-area {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  min-width: 9em;
}
.post-block-list.is-style-default .entry-date-area .entry-thumbnail-link,
.wp-block-post-block-list.is-style-default
  .entry-date-area
  .entry-thumbnail-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.post-block-list.is-style-default .loop-title,
.wp-block-post-block-list.is-style-default .loop-title {
  font-weight: 400;
  margin: 0 0 10px;
}
.post-block-list.is-style-default .byline,
.post-block-list.is-style-default .byline .author,
.post-block-list.is-style-default .posted-edit,
.post-block-list.is-style-default .posted-new,
.post-block-list.is-style-default .posted-on,
.wp-block-post-block-list.is-style-default .byline,
.wp-block-post-block-list.is-style-default .byline .author,
.wp-block-post-block-list.is-style-default .posted-edit,
.wp-block-post-block-list.is-style-default .posted-new,
.wp-block-post-block-list.is-style-default .posted-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-block-list.is-style-default .byline .author i,
.post-block-list.is-style-default .byline i,
.post-block-list.is-style-default .posted-edit i,
.post-block-list.is-style-default .posted-new i,
.post-block-list.is-style-default .posted-on i,
.wp-block-post-block-list.is-style-default .byline .author i,
.wp-block-post-block-list.is-style-default .byline i,
.wp-block-post-block-list.is-style-default .posted-edit i,
.wp-block-post-block-list.is-style-default .posted-new i,
.wp-block-post-block-list.is-style-default .posted-on i {
  margin-right: 3px;
}
.post-block-list.is-style-default .entry-body,
.wp-block-post-block-list.is-style-default .entry-body {
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
  margin-left: 15px;
}
.post-block-list.is-style-default .entry-summary,
.wp-block-post-block-list.is-style-default .entry-summary {
  margin: 0;
}
.post-block-list.is-style-default .entry-footer,
.wp-block-post-block-list.is-style-default .entry-footer {
  margin-top: 0;
  margin-bottom: 0;
}
.post-block-list.is-style-default .entry-button,
.wp-block-post-block-list.is-style-default .entry-button {
  text-align: right;
  margin-bottom: 10px;
}
.post-block-list.is-style-card .entry-meta,
.post-block-list.is-style-card-side .entry-meta,
.wp-block-post-block-list.is-style-card .entry-meta,
.wp-block-post-block-list.is-style-card-side .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.post-block-list.is-style-card .byline,
.post-block-list.is-style-card .byline .author,
.post-block-list.is-style-card .posted-edit,
.post-block-list.is-style-card .posted-new,
.post-block-list.is-style-card .posted-on,
.post-block-list.is-style-card-side .byline,
.post-block-list.is-style-card-side .byline .author,
.post-block-list.is-style-card-side .posted-edit,
.post-block-list.is-style-card-side .posted-new,
.post-block-list.is-style-card-side .posted-on,
.wp-block-post-block-list.is-style-card .byline,
.wp-block-post-block-list.is-style-card .byline .author,
.wp-block-post-block-list.is-style-card .posted-edit,
.wp-block-post-block-list.is-style-card .posted-new,
.wp-block-post-block-list.is-style-card .posted-on,
.wp-block-post-block-list.is-style-card-side .byline,
.wp-block-post-block-list.is-style-card-side .byline .author,
.wp-block-post-block-list.is-style-card-side .posted-edit,
.wp-block-post-block-list.is-style-card-side .posted-new,
.wp-block-post-block-list.is-style-card-side .posted-on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
}
.post-block-list.is-style-card .byline .author i,
.post-block-list.is-style-card .byline i,
.post-block-list.is-style-card .posted-edit i,
.post-block-list.is-style-card .posted-new i,
.post-block-list.is-style-card .posted-on i,
.post-block-list.is-style-card-side .byline .author i,
.post-block-list.is-style-card-side .byline i,
.post-block-list.is-style-card-side .posted-edit i,
.post-block-list.is-style-card-side .posted-new i,
.post-block-list.is-style-card-side .posted-on i,
.wp-block-post-block-list.is-style-card .byline .author i,
.wp-block-post-block-list.is-style-card .byline i,
.wp-block-post-block-list.is-style-card .posted-edit i,
.wp-block-post-block-list.is-style-card .posted-new i,
.wp-block-post-block-list.is-style-card .posted-on i,
.wp-block-post-block-list.is-style-card-side .byline .author i,
.wp-block-post-block-list.is-style-card-side .byline i,
.wp-block-post-block-list.is-style-card-side .posted-edit i,
.wp-block-post-block-list.is-style-card-side .posted-new i,
.wp-block-post-block-list.is-style-card-side .posted-on i {
  margin-right: 3px;
}
.post-block-list.is-style-card .entry-summary,
.post-block-list.is-style-card-side .entry-summary,
.wp-block-post-block-list.is-style-card .entry-summary,
.wp-block-post-block-list.is-style-card-side .entry-summary {
  margin-top: 10px;
}
.post-block-list.is-style-card .post-block-list-inner.link-none:hover,
.wp-block-post-block-list.is-style-card .post-block-list-inner.link-none:hover {
  background: 0 0;
}
.post-block-list.is-style-card.has-button .post-block-list-inner,
.wp-block-post-block-list.is-style-card.has-button .post-block-list-inner {
  padding-bottom: 50px;
}
.post-block-list.is-style-card-side .post-block-list-inner,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.post-block-list.is-style-card-side .post-block-list-inner.link-none:hover,
.wp-block-post-block-list.is-style-card-side
  .post-block-list-inner.link-none:hover {
  background: 0 0;
}
.post-block-list.is-style-card-side .entry-thumbnail-link,
.wp-block-post-block-list.is-style-card-side .entry-thumbnail-link {
  width: 40%;
}
.post-block-list.is-style-card-side .entry-body,
.wp-block-post-block-list.is-style-card-side .entry-body {
  width: 100%;
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .post-block-list.is-style-card-side .entry-footer,
  .wp-block-post-block-list.is-style-card-side .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-block-list.is-style-card-side .entry-footer-contents,
.wp-block-post-block-list.is-style-card-side .entry-footer-contents {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .post-block-list.is-style-card-side .entry-footer-contents,
  .wp-block-post-block-list.is-style-card-side .entry-footer-contents {
    width: 70%;
  }
}
.post-block-list.is-style-card-side .entry-footer .entry-button,
.wp-block-post-block-list.is-style-card-side .entry-footer .entry-button {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 15px 0 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .post-block-list.is-style-card-side .entry-footer .entry-button,
  .wp-block-post-block-list.is-style-card-side .entry-footer .entry-button {
    width: 30%;
    margin: 0;
  }
}
.post-block-list.is-style-card-side .entry-footer .entry-button a,
.wp-block-post-block-list.is-style-card-side .entry-footer .entry-button a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.post-block-list.is-style-card-side.has-thumbnail .entry-body,
.wp-block-post-block-list.is-style-card-side.has-thumbnail .entry-body {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-left: 15px;
}
.meta-terms {
  display: inline-block;
  margin-right: 10px;
}
.meta-terms a {
  display: inline-block;
  margin-right: 5px;
}
.entry-footer .meta-tags {
  margin-left: 10px;
}
body.single .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
body.single .entry-meta > span {
  margin-right: 10px;
}
.slider {
  margin: 0;
  padding: 0;
  position: relative;
}
.slider .slider-image {
  height: 700px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.slider .slider-image .btn a {
  display: block;
  position: relative;
  z-index: 2;
}
.slider .slider-image a.image-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 21;
  background: 0 0;
}
.slider .slider-image > img {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .slider .slider-image > img.view-pc {
    display: none;
  }
}
.slider .slider-image > img.view-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .slider .slider-image > img.view-sp {
    display: block;
  }
}
.slider .slider-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider .slide-type-youtube .slider-contents {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider.loaded .slide-type-youtube .slider-contents {
  opacity: 1;
}
.slider .slider-youtube {
  position: relative;
  height: 100%;
  width: 100%;
}
.slider .slider-youtube .mb-ytplayer-body {
  height: 100%;
  width: 100%;
}
.slider .slider-video {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider .slider-video video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slider-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .slider-contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}
.slider-contents-inner {
  position: relative;
  width: 100%;
  z-index: 20;
}
.slider .slider-text-left {
  text-align: left;
}
.slider .slider-text-center {
  text-align: center;
}
.slider .slider-text-right {
  text-align: right;
}
.slider .slider-button-area {
  overflow: visible;
  z-index: 10;
}
.slider .swiper-button-prev {
  left: 12px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media print, screen and (min-width: 600px) {
  .slider .swiper-button-prev {
    left: 16px;
  }
}
.slider .swiper-button-next {
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 600px) {
  .slider .swiper-button-next {
    right: 16px;
  }
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  border-radius: 3px;
  background-image: none;
}
.slider .swiper-button-next:before,
.slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider .swiper-pagination {
  position: relative;
}
.slider .swiper-pagination span {
  display: inline-block;
  margin: 0 5px;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.bt-tooltip {
  position: relative;
  display: inline-block;
}
.bt-tooltip:hover .bt-tooltip__body {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.bt-tooltip__button {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.bt-tooltip__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(32, 71, 102, 0.2705882353),
    0 0 20px rgba(32, 71, 102, 0.2705882353);
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 99999;
}
.bt-tooltip__body::before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
}
.bt-tooltip__body > :first-child {
  margin-top: 0;
}
.bt-tooltip__body > :last-child {
  margin-bottom: 0;
}
.bt-tooltip--bottom .bt-tooltip__body,
.bt-tooltip--top .bt-tooltip__body {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bt-tooltip--bottom .bt-tooltip__body::before,
.bt-tooltip--top .bt-tooltip__body::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bt-tooltip--top .bt-tooltip__body {
  bottom: 130%;
}
.bt-tooltip--top .bt-tooltip__body::before {
  top: 100%;
  border-top: 5px solid #fff;
}
.bt-tooltip--bottom .bt-tooltip__body {
  top: 130%;
}
.bt-tooltip--bottom .bt-tooltip__body::before {
  bottom: 100%;
  border-bottom: 5px solid #fff;
}
.bt-tooltip--top-left .bt-tooltip__body,
.bt-tooltip--top-right .bt-tooltip__body {
  bottom: 130%;
}
.bt-tooltip--top-left .bt-tooltip__body::before,
.bt-tooltip--top-right .bt-tooltip__body::before {
  top: 100%;
  border-top: 5px solid #fff;
}
.bt-tooltip--top-left .bt-tooltip__body {
  left: calc(100% + 0.5em);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bt-tooltip--top-left .bt-tooltip__body::before {
  right: 1em;
}
.bt-tooltip--top-right .bt-tooltip__body {
  left: -0.5em;
}
.bt-tooltip--bottom-left .bt-tooltip__body,
.bt-tooltip--bottom-right .bt-tooltip__body {
  top: 130%;
}
.bt-tooltip--bottom-left .bt-tooltip__body::before,
.bt-tooltip--bottom-right .bt-tooltip__body::before {
  bottom: 100%;
  border-bottom: 5px solid #fff;
}
.bt-tooltip--bottom-left .bt-tooltip__body {
  left: calc(100% + 0.5em);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bt-tooltip--bottom-left .bt-tooltip__body::before {
  right: 1em;
}
.bt-tooltip--bottom-right .bt-tooltip__body {
  left: -0.5em;
}
.bt-tooltip--left .bt-tooltip__body,
.bt-tooltip--right .bt-tooltip__body {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bt-tooltip--left .bt-tooltip__body::before,
.bt-tooltip--right .bt-tooltip__body::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bt-tooltip--left .bt-tooltip__body {
  right: 130%;
}
.bt-tooltip--left .bt-tooltip__body::before {
  left: 100%;
  border-left: 5px solid #fff;
}
.bt-tooltip--right .bt-tooltip__body {
  left: 130%;
}
.bt-tooltip--right .bt-tooltip__body::before {
  right: 100%;
  border-right: 5px solid #fff;
}
.bt-tooltip--left-top .bt-tooltip__body,
.bt-tooltip--right-top .bt-tooltip__body {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.bt-tooltip--left-top .bt-tooltip__body::before,
.bt-tooltip--right-top .bt-tooltip__body::before {
  bottom: 0.8em;
}
.bt-tooltip--left-bottom .bt-tooltip__body,
.bt-tooltip--right-bottom .bt-tooltip__body {
  top: -0.5em;
}
.bt-tooltip--left-bottom .bt-tooltip__body,
.bt-tooltip--left-top .bt-tooltip__body {
  right: 130%;
}
.bt-tooltip--left-bottom .bt-tooltip__body::before,
.bt-tooltip--left-top .bt-tooltip__body::before {
  left: 100%;
  border-left: 5px solid #fff;
}
.bt-tooltip--right-bottom .bt-tooltip__body,
.bt-tooltip--right-top .bt-tooltip__body {
  left: 130%;
}
.bt-tooltip--right-bottom .bt-tooltip__body::before,
.bt-tooltip--right-top .bt-tooltip__body::before {
  right: 100%;
  border-right: 5px solid #fff;
}
.bt-tooltip .dashicons {
  color: #2271b1;
}
.wp-block-preformatted.facility_items {
	margin-top: 8px;
}
.prefecture-block {
  font-size: 1.4rem;
  border-radius: 5px;
  background-color: #f38200;
  text-align: center;
  display: inline-block;
  padding: 5px 2em;
  color: #fff;
  position: relative;
  width: 100%;
  border-width: 0;
  font-family: inherit;
  line-height: inherit;
  align-content: center;
  box-sizing: border-box;
  word-break: break-word;
  box-shadow: none;
  height: 100%;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .prefecture-block {
    min-width: 305px;
  }
}