@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet');
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "YakuHanJPs_Noto", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
body .is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  color: #008ddb;
  text-decoration: underline;
}
a:visited, a:active {
  color: #377da4;
}
a:hover {
  color: #29b3ff;
  text-decoration: none;
}

p {
  line-height: 2;
}
p::before, p::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
p::before {
  margin-top: calc((1 - 2) * 0.5em);
}
p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 900px) {
  p {
    line-height: 1.75;
  }
  p::before, p::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  p::before {
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  p::after {
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
p:not(:first-child) {
  margin-top: 2em;
}

img {
  width/***/: auto;
  max-width: 100%;
  height: auto;
}

pre {
  white-space: pre-wrap;
}

figure {
  max-width: 100%;
}

a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

.l-header {
  z-index: 10;
  width: 100%;
  padding: 16px 0 16px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 51px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-bottom: 1px #ccc solid;
  }
}
.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .l-header__logo {
    margin-top: 7px;
  }
}
.l-header__logo .c-logo {
  height: 30px;
}
@media screen and (max-width: 900px) {
  .l-header__logo .c-logo {
    height: 24px;
  }
}

.l-header__nav {
  margin-left: auto;
}

.l-gnav {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav .c-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-gnav .c-nav__item {
  margin-left: 24px;
}
.l-gnav .c-nav__item--home,
.l-gnav .c-nav__item--privacy,
.l-gnav .c-nav__item--contact {
  display: none;
}
.l-gnav .c-nav__link {
  font-weight: bold;
  text-decoration: none;
}
.l-gnav .c-nav__link:link {
  color: #222;
}
.l-gnav .c-nav__link:visited {
  color: #222;
}
.l-gnav .c-nav__link:hover {
  color: #999;
}
.l-gnav .c-nav__link:active {
  color: #222;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.l-inner--s {
  max-width: 800px;
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 0;
  }
}
.l-content--home {
  padding-top: 0;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .l-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
.l-main--home {
  margin-top: 0;
}

.l-side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
  margin-top: 16px;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .l-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .l-side__item {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.l-side__item:not(:first-child) {
  margin-top: 40px;
}

.l-side__heading {
  margin-bottom: 24px;
  padding: 8px;
  background-color: #222;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .l-side__heading {
    margin-bottom: 0;
    background-color: #222;
    color: #fff;
  }
}
.l-side__heading:not(:first-child) {
  margin-top: 60px;
}

.l-side__item--search {
  background-color: #f9f9f9;
}
.l-side__item--search .l-side__heading {
  margin-bottom: 0;
}
.l-side__item--search .l-side__content {
  padding: 20px;
}

.l-drawer-btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-left: auto;
  background: #222;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .l-drawer-btn {
    display: block;
  }
}
.l-drawer-btn span:nth-of-type(1),
.l-drawer-btn span:nth-of-type(2),
.l-drawer-btn span:nth-of-type(3) {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  background: #797979;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer-btn span:nth-of-type(2) {
  top: 23px;
}
.l-drawer-btn span:nth-of-type(3) {
  top: 31px;
}

.l-drawer-btn.is-open span:nth-of-type(1) {
  left: 14px;
  transform: translateY(8px) rotate(-45deg);
  width: 23px;
  height: 3px;
  -webkit-transform: translateY(8px) rotate(-45deg);
}
.l-drawer-btn.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-drawer-btn.is-open span:nth-of-type(3) {
  left: 14px;
  transform: translateY(-8px) rotate(45deg);
  width: 23px;
  height: 3px;
  -webkit-transform: translateY(-8px) rotate(45deg);
}

.l-drawer-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  background-color: #f5f5f5;
}

.l-drawer-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.l-drawer-content__button-item {
  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;
  width: 40px;
  height: 40px;
  padding: 8px 16px;
  background-color: #222;
  color: #222;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.l-drawer-content__button-item:not(:first-child) {
  margin-left: 10px;
}
.l-drawer-content__button-item:link, .l-drawer-content__button-item:visited, .l-drawer-content__button-item:active {
  color: #fff;
  text-decoration: none;
}
.l-drawer-content__button-item:hover {
  background-color: #424242;
}

.l-drawer-content__language {
  margin-top: 24px;
  text-align: center;
}

.l-snav .c-nav .c-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  background: #fff;
}
.l-snav .c-nav .c-nav__items .c-nav__item {
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px #ccc solid;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}
.l-snav .c-nav .c-nav__items .c-nav__item:nth-child(even) {
  border-right: 0;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.6rem;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link span {
  display: block;
  margin-top: 8px;
  color: #999;
  font-weight: normal;
  font-size: 1.2rem;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link span br {
  display: none;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link:link, .l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link:visited, .l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link:active {
  color: #333;
  text-decoration: none;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link:hover {
  color: #333;
  text-decoration: none;
}
.l-snav .c-nav .c-nav__items .c-nav__item .c-nav__link:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  color: #222;
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f105";
}
.l-snav .c-nav .c-nav__items .c-nav__item--home,
.l-snav .c-nav .c-nav__items .c-nav__item--privacy,
.l-snav .c-nav .c-nav__items .c-nav__item--contact {
  display: none;
}

.l-snav-sub .c-nav .c-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  border-bottom: 1px #ccc solid;
  background: #f9f9f9;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item {
  width: 50%;
  height: auto;
  border-bottom: 1px #ccc solid;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item:nth-child(odd) {
  border-right: 1px #ccc solid;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item:nth-last-child(-n+1) {
  border-bottom: 0;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link {
  display: block;
  position: relative;
  padding: 16px 12px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.2rem;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link span {
  display: block;
  margin-top: 8px;
  color: #999;
  font-weight: normal;
  font-size: 1.2rem;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link span br {
  display: none;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link:link, .l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link:visited, .l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link:active {
  color: #333;
  text-decoration: none;
}
.l-snav-sub .c-nav .c-nav__items .c-nav__item .c-nav__link:hover {
  color: #333;
  text-decoration: none;
}

.l-snav__title {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-snav__title {
    display: block;
    position: relative;
    z-index: 7777;
    width: 100%;
    padding: 8px 12px;
    background: #222;
    background: #222;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}

.l-fnav {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .l-fnav {
    display: block;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 0;
    background: #fff;
  }
}
.l-fnav .c-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-fnav .c-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: #fff;
  }
}
.l-fnav .c-nav__item {
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .l-fnav .c-nav__item {
    width: 100%;
    margin-top: 0;
    padding: 8px;
    border-bottom: 1px #333 solid;
  }
}
.l-fnav .c-nav__item:nth-child(1) {
  border-left: 0;
}
.l-fnav .c-nav__link {
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-fnav .c-nav__link:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    color: #222;
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 1.6rem;
    content: "\f105";
  }
}
.l-fnav .c-nav__link:link, .l-fnav .c-nav__link:visited, .l-fnav .c-nav__link:active {
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .l-fnav .c-nav__link:link, .l-fnav .c-nav__link:visited, .l-fnav .c-nav__link:active {
    display: block;
    padding: 8px 0;
    color: #333;
  }
}
.l-fnav .c-nav__link:hover {
  color: #ccc;
  text-decoration: none;
}
.l-fnav span {
  display: none;
}

.l-fnav__heading {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-fnav__heading {
    display: block;
    padding: 8px 12px;
    background: #222;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
}

.l-fnav-sub {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .l-fnav-sub {
    display: block;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 0;
  }
}
.l-fnav-sub .c-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-fnav-sub .c-nav__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    background-color: #eee;
  }
}
.l-fnav-sub .c-nav__item {
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .l-fnav-sub .c-nav__item {
    width: 50%;
    margin-top: 0;
    padding: 8px;
    border-bottom: 1px #333 solid;
    font-size: 1.2rem;
  }
  .l-fnav-sub .c-nav__item:nth-child(odd) {
    border-right: 1px #333 solid;
  }
  .l-fnav-sub .c-nav__item:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}
.l-fnav-sub .c-nav__link {
  position: relative;
}
.l-fnav-sub .c-nav__link:link, .l-fnav-sub .c-nav__link:visited, .l-fnav-sub .c-nav__link:active {
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .l-fnav-sub .c-nav__link:link, .l-fnav-sub .c-nav__link:visited, .l-fnav-sub .c-nav__link:active {
    display: block;
    padding: 8px 0;
    color: #333;
  }
}
.l-fnav-sub .c-nav__link:hover {
  color: #ccc;
  text-decoration: none;
}
.l-fnav-sub span {
  display: none;
}

.l-footer {
  margin-top: auto;
  padding: 40px 0 20px;
  background: #222;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.l-footer .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .l-footer--home {
    margin-top: 1px;
  }
}

.l-footer__logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__logo .c-logo {
    height: 30px;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.l-footer__copyright {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .l-footer__copyright {
    margin-top: 40px;
  }
}

.c-button01, .pg-single-service-button a, .p-service-entries2 .p-service-entries__button 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;
  position: relative;
  min-width: 300px;
  min-height: 3em;
  border-radius: 6px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}

.c-button01--primary {
  border: 1px #222 solid;
  background: #222;
}
.c-button01--primary:link, .c-button01--primary:visited, .c-button01--primary:active {
  background: #222;
  color: #fff;
}
.c-button01--primary:hover {
  border: 1px #444 solid;
  background: #444;
  color: #fff;
}

.c-button01--accent, .pg-single-service-button a, .p-service-entries2 .p-service-entries__button a {
  border: 1px #43a047 solid;
  background: #43a047;
}
.c-button01--accent:link, .pg-single-service-button a:link, .p-service-entries2 .p-service-entries__button a:link, .c-button01--accent:visited, .pg-single-service-button a:visited, .p-service-entries2 .p-service-entries__button a:visited, .c-button01--accent:active, .pg-single-service-button a:active, .p-service-entries2 .p-service-entries__button a:active {
  background: #43a047;
  color: #fff;
}
.c-button01--accent:hover, .pg-single-service-button a:hover, .p-service-entries2 .p-service-entries__button a:hover {
  border: 1px #307333 solid;
  background: #307333;
  color: #fff;
}

.c-button01--form-submit {
  min-width: 300px;
  border: 1px #222 solid;
  background: #222;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .c-button01--form-submit {
    width: 100%;
    min-width: auto;
  }
}
.c-button01--form-submit:hover {
  border: 1px #222 solid;
  background: #444;
  color: #fff;
}
.c-button01--form-submit:hover::after {
  left: 22px;
}

.c-button01--form-reset {
  min-width: 300px;
  border: 1px #bababa solid;
  background: #bababa;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .c-button01--form-reset {
    width: 100%;
    min-width: auto;
  }
}
.c-button01--form-reset:hover {
  border: 1px #a3a3a3 solid;
  background: #a3a3a3;
  color: #fff;
}
.c-button01--form-reset:hover::after {
  left: 22px;
}

.c-button01--search {
  width: 100%;
  min-width: auto;
  border: 1px #222 solid;
  background: #222;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .c-button01--search {
    width: 100%;
    min-width: auto;
  }
}
.c-button01--search:hover {
  border: 1px #222 solid;
  background: #444;
  color: #fff;
}
.c-button01--search:hover::after {
  left: 22px;
}

.c-button01--details, .p-service-entries2 .p-service-entries__button--details a {
  border: 1px #39c solid;
  background: #39c;
}
.c-button01--details:link, .p-service-entries2 .p-service-entries__button--details a:link, .c-button01--details:visited, .p-service-entries2 .p-service-entries__button--details a:visited, .c-button01--details:active, .p-service-entries2 .p-service-entries__button--details a:active {
  background: #39c;
  color: #fff;
}
.c-button01--details:hover, .p-service-entries2 .p-service-entries__button--details a:hover {
  border: 1px #2e8ab8 solid;
  background: #2e8ab8;
  color: #fff;
}

.c-heading01 {
  margin: 30px 0 20px;
  padding: 0 0;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
.c-heading01::before, .c-heading01::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-heading01::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-heading01::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 900px) {
  .c-heading01 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 4px 0;
    font-size: 2.2rem;
  }
}

.c-heading02, .p-entry__content h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 16px 16px;
  border-left: 10px #43a047 solid;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-heading02, .p-entry__content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 8px 8px;
    font-size: 1.8rem;
  }
}

.c-heading03, .p-entry__content h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px 16px;
  border-top: 2px #222 solid;
  border-bottom: 1px #222 solid;
  background-color: #eee;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-heading03, .p-entry__content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 8px 8px;
    font-size: 1.6rem;
  }
}

.c-heading-home {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-heading-home {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 4px 8px;
    font-size: 1.8rem;
  }
}
.c-heading-home--first {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .c-heading-home--first {
    margin-top: 20px;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.c-pager a,
.c-pager span {
  display: block;
  margin: 0 5px;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  background: #222;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.c-pager .current {
  background: #a3a3a3;
  color: #fff;
}
.c-pager .dots {
  padding: 0.5em 0;
  background: none;
  color: #a3a3a3;
}

.c-form {
  display: block;
  padding: 0 !important;
}
.c-form__item:not(:first-child) {
  margin-top: 16px;
}

.c-form__title {
  float: none;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .c-form__title {
    font-size: 1.6rem;
  }
}

.c-form__content {
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .c-form__content {
    margin-top: 4px;
  }
}

.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .c-form__button {
    margin-top: 40px;
  }
}
.c-form__button > *:not(:first-child) {
  margin-top: 16px;
}

.c-form-input {
  width: 100%;
  max-width: 100%;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
}

.c-form-input--w50 {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .c-form-input--w50 {
    width: 100%;
  }
}

.c-form-input--postcode {
  width: 7em;
}

.c-form-input--tel {
  width: 14em;
}

.c-form-textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 10em !important;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
}

.c-form-select {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
}
.c-form-select::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  content: "";
  pointer-events: none;
}
.c-form-select select {
  width: 100%;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form-checkbox {
  /* チェックボックス01 */
}
.c-form-checkbox input[type=checkbox] {
  display: none;
}
.c-form-checkbox .c-form-checkbox__label {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.c-form-checkbox .c-form-checkbox__label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #231815;
  background: #fff;
  content: "";
}
.c-form-checkbox .c-form-checkbox__label::after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #231815;
  border-bottom: 3px solid #231815;
  content: "";
}
.c-form-checkbox input[type=checkbox]:checked + .c-form-checkbox__label::after,
.c-form-checkbox input[type=checkbox]:checked + input + .c-form-checkbox__label::after {
  opacity: 1;
}

.c-form-radio {
  /* ラジオボタン01 */
}
.c-form-radio input[type=radio] {
  display: none;
}
.c-form-radio .c-form-radio__label {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.c-form-radio .c-form-radio__label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #231815;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.c-form-radio .c-form-radio__label::after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #231815;
  content: "";
}
.c-form-radio input[type=radio]:checked + .c-form-radio__label::after,
.c-form-radio input[type=radio]:checked + input + .c-form-radio__label::after {
  opacity: 1;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 1;
}

.c-category__item {
  margin-top: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
.c-category__item:link, .c-category__item:visited, .c-category__item:active {
  color: #fff;
}
.c-category__item:hover {
  background-color: #797979;
  color: #fff;
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 0;
  line-height: 1;
}

.c-tag__item {
  position: relative;
  margin-top: 8px;
  margin-right: 8px;
  padding-right: 8px;
  color: #222;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}
.c-tag__item:link, .c-tag__item:visited, .c-tag__item:active {
  color: #222;
}
.c-tag__item:hover {
  color: #222;
  text-decoration: underline;
}
.c-tag__item::after {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 1px;
  background-color: #000;
  content: "";
  pointer-events: none;
}
.c-tag__item:last-child::after {
  display: none;
}

.c-blockquote, .p-entry__content blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #efefef;
  color: #555;
  font-style: italic;
}
.c-blockquote:before, .p-entry__content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  color: #cfcfcf;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f10d";
}
.c-blockquote p, .p-entry__content blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.75;
}
.c-blockquote cite, .p-entry__content blockquote cite {
  display: block;
  color: #888;
  font-size: 1.4rem;
  text-align: right;
}

.c-strong, .p-entry__content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.c-table, .p-entry__content table {
  width: 100%;
}
.c-table thead tr th, .p-entry__content table thead tr th {
  padding: 16px;
  border: 1px #999 solid;
  background-color: #ccc;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-table thead tr th, .p-entry__content table thead tr th {
    padding: 8px;
  }
}
.c-table tbody tr th, .p-entry__content table tbody tr th {
  padding: 16px;
  border: 1px #999 solid;
  background-color: #f9f9f9;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-table tbody tr th, .p-entry__content table tbody tr th {
    padding: 8px;
  }
}
.c-table tbody tr td, .p-entry__content table tbody tr td {
  padding: 16px;
  border: 1px #999 solid;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-table tbody tr td, .p-entry__content table tbody tr td {
    padding: 8px;
  }
}

.c-table--company {
  border-top: 1px #ccc solid;
}
.c-table--company tbody tr th {
  background-color: #f9f9f9;
}
@media screen and (max-width: 900px) {
  .c-table--company tbody tr th {
    display: block;
    border-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-table--company tbody tr td {
    display: block;
    border-top: 0;
  }
}

.c-list, .p-entry__content ul, .p-entry__content ol {
  list-style-type: none;
}
.c-list li, .p-entry__content ul li, .p-entry__content ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-list li::before, .p-entry__content ul li::before, .p-entry__content ol li::before {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.5em;
  margin-left: 0.3em;
  border-radius: 50%;
  background: #222;
  vertical-align: middle;
  content: "";
}

.c-list--circle li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-list--circle li::before {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.1em;
  background: #222;
}

.c-list--circle-gray li::before {
  background: #797979;
}

.c-list--number, .p-entry__content ol {
  list-style-type: decimal;
}
.c-list--number li, .p-entry__content ol li {
  margin-left: 1.2em;
  padding-left: 0;
  text-indent: 0;
}
.c-list--number li::before, .p-entry__content ol li::before {
  display: none;
}

.c-breadcrumb {
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.c-breadcrumb ul {
  margin: 0 auto;
  padding: 0;
}
.c-breadcrumb ul li {
  display: inline;
  list-style-type: none;
  color: #222;
}
.c-breadcrumb ul li:after {
  display: inline;
  content: " > ";
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li a {
  color: #222;
  text-decoration: underline;
}
.c-breadcrumb ul li a:hover {
  text-decoration: none;
}

.c-kaiwa {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.c-kaiwa__tmb {
  float: left;
  width: 80px;
  margin-right: -90px;
}
.c-kaiwa__face {
  width: 100%;
  height: auto;
  border: 2px #f0ebeb solid;
  border-radius: 50%;
  background-color: #ffba3d;
}
.c-kaiwa__face img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-kaiwa__data {
  width: 100%;
}
.c-kaiwa__text {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f0ebeb;
}
.c-kaiwa__text p {
  margin: 0;
  padding: 0;
}
.c-kaiwa__text:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f0ebeb;
  content: "";
}

.c-kaiwa--right .c-kaiwa__tmb {
  float: right;
  margin-right: 0;
}
.c-kaiwa--right .c-kaiwa__data {
  width: calc(100% - 90px);
}
.c-kaiwa--right .c-kaiwa__text {
  margin: 5px 15px 0 0;
}
.c-kaiwa--right .c-kaiwa__text:after {
  right: -12px;
  left: auto;
  border-right: 0;
  border-left: 12px solid #f0ebeb;
}

.p-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
}
@media screen and (max-width: 1080px) {
  .p-entries {
    margin-top: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 900px) {
  .p-entries {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.p-entries .p-entries__item {
  position: relative;
  z-index: 1;
  width: calc(33.3333% - 24px);
  margin-top: 24px;
  margin-left: 24px;
  padding: 16px 0;
}
@media screen and (max-width: 1080px) {
  .p-entries .p-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-entries .p-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.p-entries .p-entries__link {
  color: #222;
  text-decoration: none;
}
.p-entries .p-entries__link:hover {
  text-decoration: underline;
}
.p-entries .p-entries__category {
  margin-top: 8px;
}
.p-entries .p-entries__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}
.p-entries .p-entries__date {
  margin-top: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1080px) {
  .p-entries--home {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.p-entries--home .p-entries__item {
  width: calc(25% - 24px);
}
@media screen and (max-width: 1080px) {
  .p-entries--home .p-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-entries--home .p-entries__item {
    width: calc(50% - 10px);
  }
}

.p-entry__head {
  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: flex-start;
  margin-top: 20px;
}

.p-entry__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 900px) {
  .p-entry__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 1.2rem;
    text-align: right;
  }
}

.p-entry__data-item {
  margin-top: 8px;
  margin-left: 8px;
  line-height: 1;
}

.p-entry__content > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 900px) {
  .p-entry__content > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
}
.p-entry__footer {
  margin-top: 40px;
}

.p-service-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
}
@media screen and (max-width: 1080px) {
  .p-service-entries {
    margin-top: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 900px) {
  .p-service-entries {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.p-service-entries .p-service-entries__item {
  position: relative;
  z-index: 1;
  width: calc(33.3333% - 24px);
  margin-top: 24px;
  margin-left: 24px;
  padding: 16px 0;
  border-bottom: 1px #333 dotted;
}
@media screen and (max-width: 1080px) {
  .p-service-entries .p-service-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-service-entries .p-service-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.p-service-entries .p-service-entries__tmb {
  position: relative;
}
.p-service-entries .p-service-entries__tmb img {
  border: 1px #ccc solid;
}
.p-service-entries .p-service-entries__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-entries .p-service-entries__copy {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-service-entries .p-service-entries__copy::before, .p-service-entries .p-service-entries__copy::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-entries .p-service-entries__copy::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-entries .p-service-entries__copy::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 900px) {
  .p-service-entries .p-service-entries__copy {
    font-size: 1.1rem;
  }
}
.p-service-entries .p-service-entries__title {
  margin-top: 0;
  margin-top: 4px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  word-break: break-all;
}
.p-service-entries .p-service-entries__title::before, .p-service-entries .p-service-entries__title::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-entries .p-service-entries__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-entries .p-service-entries__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 900px) {
  .p-service-entries .p-service-entries__title {
    font-size: 1.6rem;
  }
}
.p-service-entries .p-service-entries__title a {
  color: #222;
  text-decoration: none;
}
.p-service-entries .p-service-entries__title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .p-service-entries--home {
    margin-top: -10px;
    margin-left: -10px;
  }
}
.p-service-entries--home .p-service-entries__item {
  width: calc(25% - 24px);
}
@media screen and (max-width: 1080px) {
  .p-service-entries--home .p-service-entries__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-service-entries--home .p-service-entries__item {
    width: calc(50% - 10px);
  }
}

.p-service-entries2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -60px !important;
}
@media screen and (max-width: 900px) {
  .p-service-entries2 {
    margin-top: -40px !important;
  }
}
.p-service-entries2 .p-service-entries__item {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-service-entries2 .p-service-entries__tmb {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-service-entries2 .p-service-entries__tmb {
    padding: 0;
    background: none;
  }
}
.p-service-entries2 .p-service-entries__tmb img {
  border: 1px #ccc solid;
}
.p-service-entries2 .p-service-entries__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-entries2 .p-service-entries__text {
  margin-top: 2em;
}
.p-service-entries2 .p-service-entries__copy {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-service-entries2 .p-service-entries__copy::before, .p-service-entries2 .p-service-entries__copy::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-entries2 .p-service-entries__copy::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-entries2 .p-service-entries__copy::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 900px) {
  .p-service-entries2 .p-service-entries__copy {
    font-size: 1.1rem;
  }
}
.p-service-entries2 .p-service-entries__title {
  display: block;
  margin-top: 0;
  margin-top: 4px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
.p-service-entries2 .p-service-entries__title::before, .p-service-entries2 .p-service-entries__title::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-entries2 .p-service-entries__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-entries2 .p-service-entries__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 900px) {
  .p-service-entries2 .p-service-entries__title {
    font-size: 1.6rem;
  }
}
.p-service-entries2 .p-service-entries__title a {
  color: #222;
  text-decoration: none;
}
.p-service-entries2 .p-service-entries__title a:hover {
  text-decoration: underline;
}
.p-service-entries2 .p-service-entries__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-left: -24px;
}
@media screen and (max-width: 900px) {
  .p-service-entries2 .p-service-entries__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-service-entries2 .p-service-entries__button {
  margin-top: 24px;
  margin-left: 24px;
  text-align: center;
}
.p-service-entries2 .p-service-entries__button img[width="1"] {
  display: none;
}
.p-service-entries2 .p-service-entries__button--details {
  text-align: center;
}
.p-service-entries2 .p-service-entries__button--details img[width="1"] {
  display: none;
}

.p-side-entries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-side-entries__item:not(:first-child) {
  margin-top: 24px;
}

.p-side-entries__tmb {
  width: 100px;
}

.p-side-entries__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
}

.p-side-entries__title {
  font-size: 1.4rem;
}

.p-side-entries__date {
  font-size: 1.2rem;
}

.p-search-box-rental__item:not(:first-child) {
  margin-top: 8px;
}

.p-search-box-rental__title {
  font-weight: bold;
  line-height: 1;
}

.p-search-box-rental__content {
  margin-top: 8px;
}

.p-search-box-rental__option--parent {
  color: #222;
  font-weight: bold;
}
.p-search-box-rental__option--child {
  text-indent: 1em;
}

.p-search-box-rental__button {
  margin-top: 16px;
}

.p-shop-term-panel {
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 900px) {
  .p-shop-term-panel {
    padding: 8px;
  }
}

.p-shop-term-panel__item:not(:first-child) {
  margin-top: 16px;
}

.p-shop-term-panel__button {
  width: 100%;
  padding: 8px 12px;
  border: 1px #d1d1d1 solid;
  border-radius: 6px;
  background-color: #fff;
  font-weight: bold;
}
.p-shop-term-panel__button::before {
  margin-right: 0.7rem;
  color: #222;
  font: var(--fa-font-solid);
  content: "\f0da";
}
.p-shop-term-panel__button.is-open {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.p-shop-term-panel__button.is-open::before {
  content: "\f0d7";
}

.p-shop-term-panel__content {
  display: none;
  padding: 16px;
  border: 1px #ccc solid;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-shop-term-panel__content {
    padding: 8px;
  }
}

.p-shop-term-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}
@media screen and (max-width: 900px) {
  .p-shop-term-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-shop-term-panel-list__item {
  width: calc(50% - 16px);
  margin-top: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 900px) {
  .p-shop-term-panel-list__item {
    width: calc(100% - 16px);
  }
}

.p-shop-term-panel-list__item-parent {
  padding: 8px;
  background-color: #eee;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

.p-shop-term-panel-list__item-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px #eee solid;
}
.p-shop-term-panel-list__item-child ul li {
  width: 50%;
  padding: 2px 4px;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
  font-size: 1.4rem;
}
.p-shop-term-panel-list__item-child ul li a {
  display: block;
  padding: 2px 4px;
}

.p-service-category .p-service-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
  border-bottom: 1px #d1d1d1 solid;
  color: #222;
  text-decoration: none;
}
.p-service-category .p-service-category__item:first-child {
  border-top: 1px #d1d1d1 solid;
}
.p-service-category .p-service-category__item:link {
  color: #222;
  text-decoration: none;
}
.p-service-category .p-service-category__item:visited {
  color: #222;
  text-decoration: none;
}
.p-service-category .p-service-category__item:hover {
  color: #222;
  text-decoration: underline;
}
.p-service-category .p-service-category__item:active {
  color: #222;
  text-decoration: none;
}
.p-service-category .p-service-category__tmb {
  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;
  width: 32px;
  height: 32px;
}
.p-service-category .p-service-category__tmb img {
  opacity: 1 !important;
}
.p-service-category .p-service-category__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
}
.p-service-category .p-service-category__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-service-category .p-service-category__title::before, .p-service-category .p-service-category__title::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-category .p-service-category__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-category .p-service-category__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p-service-category .p-service-category__summary {
  margin-top: 4px;
  color: #797979;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-service-category .p-service-category__summary::before, .p-service-category .p-service-category__summary::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.p-service-category .p-service-category__summary::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-service-category .p-service-category__summary::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p-service-category .p-service-category__icon::before {
  display: inline-block;
  padding-left: 8px;
  color: #797979;
  font-weight: 900;
  font-size: 0.8rem;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
}

.p-service-category--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-service-category--home {
    margin-left: -8px;
  }
}
.p-service-category--home .p-service-category__item {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media screen and (max-width: 1080px) {
  .p-service-category--home .p-service-category__item {
    width: calc(33.333333% - 16px);
    margin-left: 16px;
  }
  .p-service-category--home .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--home .p-service-category__item {
    width: calc(50% - 8px);
    margin-left: 8px;
    padding: 16px 0;
  }
  .p-service-category--home .p-service-category__item:nth-child(3) {
    border-top: none !important;
  }
  .p-service-category--home .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
.p-service-category--home .p-service-category__item:nth-child(2) {
  border-top: 1px #d1d1d1 solid;
}
.p-service-category--home .p-service-category__item:nth-child(3) {
  border-top: 1px #d1d1d1 solid;
}
.p-service-category--home .p-service-category__item:nth-child(4) {
  border-top: 1px #d1d1d1 solid;
}
@media screen and (max-width: 768px) {
  .p-service-category--home .p-service-category__data {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--home .p-service-category__tmb {
    width: 24px;
    height: 24px;
  }
}
.p-service-category--home .p-service-category__title {
  font-size: 1.3rem;
}
.p-service-category--home .p-service-category__summary {
  font-size: 1rem;
}

@media screen and (max-width: 900px) {
  .p-service-category--side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -16px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--side {
    margin-left: -8px;
  }
}
@media screen and (max-width: 900px) {
  .p-service-category--side .p-service-category__item {
    width: calc(33.333333% - 16px);
    margin-left: 16px;
  }
  .p-service-category--side .p-service-category__item:nth-child(2) {
    border-top: 1px #d1d1d1 solid;
  }
  .p-service-category--side .p-service-category__item:nth-child(3) {
    border-top: 1px #d1d1d1 solid;
  }
  .p-service-category--side .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--side .p-service-category__item {
    width: calc(50% - 8px);
    margin-left: 8px;
    padding: 16px 0;
  }
  .p-service-category--side .p-service-category__item:nth-child(2) {
    border-top: 1px #d1d1d1 solid;
  }
  .p-service-category--side .p-service-category__item:nth-child(3) {
    border-top: none !important;
  }
  .p-service-category--side .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--side .p-service-category__data {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--side .p-service-category__tmb {
    width: 24px;
    height: 24px;
  }
}
.p-service-category--side .p-service-category__title {
  font-size: 1.3rem;
}
.p-service-category--side .p-service-category__summary {
  font-size: 1rem;
}

.p-service-category--nav-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-category--nav-sp {
    margin-left: -8px;
  }
}
.p-service-category--nav-sp .p-service-category__item {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media screen and (max-width: 1080px) {
  .p-service-category--nav-sp .p-service-category__item {
    width: calc(33.333333% - 16px);
    margin-left: 16px;
  }
  .p-service-category--nav-sp .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--nav-sp .p-service-category__item {
    width: calc(50% - 8px);
    margin-left: 8px;
    padding: 16px 0;
  }
  .p-service-category--nav-sp .p-service-category__item:nth-child(3) {
    border-top: none !important;
  }
  .p-service-category--nav-sp .p-service-category__item:nth-child(4) {
    border-top: none !important;
  }
}
.p-service-category--nav-sp .p-service-category__item:nth-child(2) {
  border-top: 1px #d1d1d1 solid;
}
.p-service-category--nav-sp .p-service-category__item:nth-child(3) {
  border-top: 1px #d1d1d1 solid;
}
.p-service-category--nav-sp .p-service-category__item:nth-child(4) {
  border-top: 1px #d1d1d1 solid;
}
@media screen and (max-width: 768px) {
  .p-service-category--nav-sp .p-service-category__data {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-category--nav-sp .p-service-category__tmb {
    width: 24px;
    height: 24px;
  }
}
.p-service-category--nav-sp .p-service-category__title {
  font-size: 1.3rem;
}
.p-service-category--nav-sp .p-service-category__summary {
  font-size: 1rem;
}

.p-info-all {
  margin: 0 calc(50% - 50vw);
  padding: 16px calc(50vw - 50%);
  background-color: #222;
}
@media screen and (max-width: 900px) {
  .p-info-all {
    margin-top: 51px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.p-info-all__item {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-info-all__item {
    padding: 6px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.p-author-profile {
  margin-top: 60px;
}

.p-author-profile__title {
  padding-right: 24px;
  font-weight: bold;
  font-size: 14px;
}
.p-author-profile__title span {
  display: inline-block;
  padding: 4px 12px;
  border-top-right-radius: 6px;
  background-color: #222;
  color: #fff;
}
.p-author-profile__title span:before {
  display: inline-block;
  margin-right: 0.2em;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
}

.p-author-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border: 1px #222 solid;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-author-profile__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 16px;
  }
}

.p-author-profile__tmb {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .p-author-profile__tmb {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-author-profile__tmb img {
    width: 100px;
  }
}

.p-author-profile__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px #999 solid;
}
@media screen and (max-width: 900px) {
  .p-author-profile__data {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px #999 solid;
    border-left: none;
  }
}

.p-author-profile__name {
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-author-profile__name {
    margin-top: 16px;
  }
}

.p-author-profile__introduction {
  margin-top: 4px;
  font-size: 14px;
}

.p-adsense {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-adsense--home-header {
  margin-top: 0;
}

.p-adsense-main {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-adsense-main-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-adsense-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-adsense-main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-adsense-main-footer__item {
  width: 360px;
  max-height: 300px;
  padding: 12px;
}

.p-adsense-taxonomy-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-adsense-side {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pg-home-service-category {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 24px;
  padding: 16px calc(50vw - 50%) 16px;
  background-color: #f6f5f0;
}

.pg-home-service-category__content {
  padding: 16px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .pg-home-service-category__content {
    padding: 8px;
  }
}

.pg-home-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 20px 0;
  background: #43a047;
}

.pg-home-mv-slider {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .pg-home-mv-slider .slick-slide {
    padding: 0 0;
  }
}

.pg-home-mv-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pg-home-mv-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* タイトルを垂直方向に中央揃え */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 5em;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .pg-home-mv-slider__title {
    font-size: 1.3rem;
  }
}

.pg-home-article-new {
  margin-top: 40px;
}

.pg-home-article-new__button {
  margin-top: 40px;
  text-align: center;
}

.pg-single-service-tmb {
  padding: 16px;
  border-top: 1px #a3a3a3 solid;
  border-bottom: 1px #a3a3a3 solid;
  background-color: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .pg-single-service-tmb {
    padding: 0;
    background: none;
  }
}
.pg-single-service-tmb img {
  border: 1px #ccc solid;
}

.pg-single-service-data table tbody tr th {
  white-space: nowrap;
}

.pg-single-service-button {
  text-align: center;
}
.pg-single-service-button img[width="1"] {
  display: none;
}

.pg-taxonomy-article-overview {
  text-align: center;
}

.pg-taxonomy-article-overview {
  text-align: center;
}

.pg-contact-form__body {
  padding: 60px;
  border: 1px #ccc solid;
  background-color: #f9f9f9;
}
@media screen and (max-width: 900px) {
  .pg-contact-form__body {
    padding: 20px 10px;
  }
}

span.wpcf7-spinner {
  display: none;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
  padding: 4px;
  font-size: 1.3rem;
}

.editor-padding {
  margin: 0 10px;
}

.ez-toc-counter {
  width: 100% !important;
  padding: 0 !important;
  border: 1px #222 solid !important;
  border-radius: 0 !important;
}
.ez-toc-counter .ez-toc-title-container {
  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;
  padding: 10px;
  background-color: #222;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-title {
  color: #fff;
  font-size: 2rem !important;
  line-height: 1 !important;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-title:before {
  margin-top: 0;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-title:after {
  margin-bottom: 0;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-title-toggle {
  margin-left: 8px;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-js-icon-con {
  left: 0 !important;
  width: auto !important;
  border: 0 !important;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-icon-toggle-span {
  width: auto;
  height: auto;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-icon-toggle-span svg {
  color: #fff !important;
  fill: #fff !important;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-icon-toggle-span .arrow-unsorted-368013 {
  display: none;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-pull-right {
  float: none !important;
  margin-left: 0;
}
.ez-toc-counter nav ul.ez-toc-list {
  list-style-type: none;
  margin: 24px !important;
}
@media screen and (max-width: 900px) {
  .ez-toc-counter nav ul.ez-toc-list {
    margin: 12px !important;
  }
}
.ez-toc-counter nav ul.ez-toc-list li {
  padding-left: 0;
  text-indent: 0;
}
.ez-toc-counter nav ul.ez-toc-list li:not(:first-child) {
  margin-top: 0.8em !important;
}
@media screen and (max-width: 900px) {
  .ez-toc-counter nav ul.ez-toc-list li:not(:first-child) {
    margin-top: 0.4em !important;
  }
}
.ez-toc-counter nav ul.ez-toc-list li::before {
  display: none;
}
.ez-toc-counter nav ul.ez-toc-list li.ez-toc-heading-level-2 .ez-toc-link {
  font-weight: bold !important;
}
.ez-toc-counter nav ul.ez-toc-list li.ez-toc-heading-level-3 {
  margin-top: 0.8em !important;
}
@media screen and (max-width: 900px) {
  .ez-toc-counter nav ul.ez-toc-list li.ez-toc-heading-level-3 {
    margin-top: 0.4em !important;
  }
}
.ez-toc-counter nav ul.ez-toc-list li.ez-toc-heading-level-3 .ez-toc-link {
  font-weight: normal !important;
}

.linkcard {
  margin-top: 2em !important;
  margin-right: 0 !important;
  margin-bottom: 2em !important;
  margin-left: 0 !important;
}
.linkcard:first-of-type {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.linkcard + .linkcard {
  margin-top: -1em !important;
  margin-bottom: 2em !important;
}
.linkcard .lkc-internal-wrap,
.linkcard .lkc-external-wrap,
.linkcard .lkc-this-wrap {
  width: 95%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px #ccc solid;
  border-radius: 2px;
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-internal-wrap,
  .linkcard .lkc-external-wrap,
  .linkcard .lkc-this-wrap {
    width: 98%;
  }
}
.linkcard .lkc-link,
.linkcard .lkc-unlink {
  display: block;
  position: relative;
  padding: 16px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-link,
  .linkcard .lkc-unlink {
    padding: 8px;
  }
}
.linkcard .lkc-link:visited, .linkcard .lkc-link:active,
.linkcard .lkc-unlink:visited,
.linkcard .lkc-unlink:active {
  color: #333;
  text-decoration: none;
}
.linkcard .lkc-link:hover,
.linkcard .lkc-unlink:hover {
  -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 15px rgba(100, 100, 100, 0.5);
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.linkcard .lkc-card {
  margin: 0;
}
.linkcard .lkc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
.linkcard .lkc-thumbnail {
  display: block;
  float: none;
  width: 150px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-thumbnail {
    width: 100px !important;
    height: 100%;
  }
}
.linkcard .lkc-thumbnail-img {
  width: 150px !important;
  height: 106.033px !important;
  border: 1px #ccc solid !important;
  border-radius: 2px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-thumbnail-img {
    width: 100px !important;
    height: 100% !important;
  }
}
.linkcard .lkc-title {
  display: inline-block !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  width: calc(100% - 166px);
  padding-top: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-title {
    width: calc(100% - 108px);
    padding-top: 24px;
    font-size: 1.3rem !important;
  }
}
.linkcard .lkc-title:hover {
  text-decoration: none;
}
.linkcard .lkc-title::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 8px;
  padding: 4px 6px;
  border-radius: 2px;
  background: #e45327;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  content: "あわせて見たい";
}
@media screen and (max-width: 900px) {
  .linkcard .lkc-title::before {
    font-size: 11px;
  }
}
.linkcard .lkc-title-text {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.linkcard .lkc-excerpt {
  display: none;
}
.linkcard .clear {
  display: none;
}
.linkcard .lkc-external-wrap .lkc-title::before {
  content: "外部リンク";
}

.u-pos-s {
  position: static !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-pos-sk {
  position: sticky !important;
}

.u-pos-f {
  position: fixed !important;
}

.u-t-a {
  top: auto !important;
}

.u-t0 {
  top: 0 !important;
}

.u-t100p {
  top: 100% !important;
}

.u-r-a {
  right: auto !important;
}

.u-r0 {
  right: 0 !important;
}

.u-r100p {
  right: 100% !important;
}

.u-b-a {
  bottom: auto !important;
}

.u-b0 {
  bottom: 0 !important;
}

.u-b100p {
  bottom: 100% !important;
}

.u-l-a {
  left: auto !important;
}

.u-l0 {
  left: 0 !important;
}

.u-l100p {
  left: 100% !important;
}

.u-z-a {
  z-index: auto !important;
}

.u-z0 {
  z-index: 0 !important;
}

.u-z1 {
  z-index: 1 !important;
}

.u-z2 {
  z-index: 2 !important;
}

.u-z3 {
  z-index: 3 !important;
}

.u-z4 {
  z-index: 4 !important;
}

.u-z5 {
  z-index: 5 !important;
}

.u-z6 {
  z-index: 6 !important;
}

.u-z9999 {
  z-index: 9999 !important;
}

.u-bxz-cb {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.u-bxz-bb {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-fx {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-ifx {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ih {
  display: inherit !important;
}

.u-fx-a {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

.u-fx-n {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.u-fx0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}

.u-fx1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.u-fx2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.u-fx3 {
  -webkit-box-flex: 3 !important;
      -ms-flex: 3 !important;
          flex: 3 !important;
}

.u-fx0-1-a {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.u-fx1-0-a {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 auto !important;
          flex: 1 0 auto !important;
}

.u-fx1-1-a {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.u-fx0-0-a {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.u-fx1-0-0 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 0px !important;
          flex: 1 0 0 !important;
}

.u-fx0-0-100p {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

.u-fxb-a {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.u-fxb0 {
  -ms-flex-preferred-size: 0 !important;
      flex-basis: 0 !important;
}

.u-fxb1 {
  -ms-flex-preferred-size: 1px !important;
      flex-basis: 1px !important;
}

.u-fxb1p {
  -ms-flex-preferred-size: 1% !important;
      flex-basis: 1% !important;
}

.u-fxb5p {
  -ms-flex-preferred-size: 5% !important;
      flex-basis: 5% !important;
}

.u-fxb10p {
  -ms-flex-preferred-size: 10% !important;
      flex-basis: 10% !important;
}

.u-fxb15p {
  -ms-flex-preferred-size: 15% !important;
      flex-basis: 15% !important;
}

.u-fxb20p {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
}

.u-fxb25p {
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
}

.u-fxb30p {
  -ms-flex-preferred-size: 30% !important;
      flex-basis: 30% !important;
}

.u-fxb33p {
  -ms-flex-preferred-size: 33% !important;
      flex-basis: 33% !important;
}

.u-fxb34p {
  -ms-flex-preferred-size: 34% !important;
      flex-basis: 34% !important;
}

.u-fxb35p {
  -ms-flex-preferred-size: 35% !important;
      flex-basis: 35% !important;
}

.u-fxb40p {
  -ms-flex-preferred-size: 40% !important;
      flex-basis: 40% !important;
}

.u-fxb45p {
  -ms-flex-preferred-size: 45% !important;
      flex-basis: 45% !important;
}

.u-fxb50p {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
}

.u-fxb55p {
  -ms-flex-preferred-size: 55% !important;
      flex-basis: 55% !important;
}

.u-fxb60p {
  -ms-flex-preferred-size: 60% !important;
      flex-basis: 60% !important;
}

.u-fxb65p {
  -ms-flex-preferred-size: 65% !important;
      flex-basis: 65% !important;
}

.u-fxb66p {
  -ms-flex-preferred-size: 66% !important;
      flex-basis: 66% !important;
}

.u-fxb67p {
  -ms-flex-preferred-size: 67% !important;
      flex-basis: 67% !important;
}

.u-fxb70p {
  -ms-flex-preferred-size: 70% !important;
      flex-basis: 70% !important;
}

.u-fxb75p {
  -ms-flex-preferred-size: 75% !important;
      flex-basis: 75% !important;
}

.u-fxb80p {
  -ms-flex-preferred-size: 80% !important;
      flex-basis: 80% !important;
}

.u-fxb85p {
  -ms-flex-preferred-size: 85% !important;
      flex-basis: 85% !important;
}

.u-fxb90p {
  -ms-flex-preferred-size: 90% !important;
      flex-basis: 90% !important;
}

.u-fxb95p {
  -ms-flex-preferred-size: 95% !important;
      flex-basis: 95% !important;
}

.u-fxb100p {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}

.u-fxb25vw {
  -ms-flex-preferred-size: 25vw !important;
      flex-basis: 25vw !important;
}

.u-fxb50vw {
  -ms-flex-preferred-size: 50vw !important;
      flex-basis: 50vw !important;
}

.u-fxb75vw {
  -ms-flex-preferred-size: 75vw !important;
      flex-basis: 75vw !important;
}

.u-fxb90vw {
  -ms-flex-preferred-size: 90vw !important;
      flex-basis: 90vw !important;
}

.u-fxb100vw {
  -ms-flex-preferred-size: 100vw !important;
      flex-basis: 100vw !important;
}

.u-fxb25vh {
  -ms-flex-preferred-size: 25vh !important;
      flex-basis: 25vh !important;
}

.u-fxb50vh {
  -ms-flex-preferred-size: 50vh !important;
      flex-basis: 50vh !important;
}

.u-fxb75vh {
  -ms-flex-preferred-size: 75vh !important;
      flex-basis: 75vh !important;
}

.u-fxb90vh {
  -ms-flex-preferred-size: 90vh !important;
      flex-basis: 90vh !important;
}

.u-fxb100vh {
  -ms-flex-preferred-size: 100vh !important;
      flex-basis: 100vh !important;
}

.u-fxb100vmax {
  -ms-flex-preferred-size: 100vmax !important;
      flex-basis: 100vmax !important;
}

.u-fxb100vmin {
  -ms-flex-preferred-size: 100vmin !important;
      flex-basis: 100vmin !important;
}

.u-fxb-c {
  -ms-flex-preferred-size: content !important;
      flex-basis: content !important;
}

.u-fxd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.u-fxd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-fxd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-fxd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.u-fxw-nw {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.u-fxw-w {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.u-fxw-wr {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.u-fxs0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.u-fxs1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.u-fxs2 {
  -ms-flex-negative: 2 !important;
      flex-shrink: 2 !important;
}

.u-fxs3 {
  -ms-flex-negative: 3 !important;
      flex-shrink: 3 !important;
}

.u-fxg0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.u-fxg1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.u-fxg2 {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}

.u-fxg3 {
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.u-ac-fs {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.u-ac-fe {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.u-ac-c {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.u-ac-sb {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.u-ac-sa {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.u-ac-s {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.u-ai-fs {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-ai-fe {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-ai-c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-ai-b {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.u-ai-s {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.u-as-a {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.u-as-fs {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-as-fe {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u-as-c {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-as-b {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.u-as-s {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-jc-fs {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-jc-fe {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-jc-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-jc-sb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-jc-sa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.u-ord0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.u-ord1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.u-ord2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.u-ord3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.u-ord4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.u-ord5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.u-ord6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.u-ord9999 {
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.u-ord-1 {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.u-ov-v {
  overflow: visible !important;
}

.u-ov-h {
  overflow: hidden !important;
}

.u-ov-s {
  overflow: scroll !important;
}

.u-ov-a {
  overflow: auto !important;
}

.u-ovx-v {
  overflow-x: visible !important;
}

.u-ovx-h {
  overflow-x: hidden !important;
}

.u-ovx-s {
  overflow-x: scroll !important;
}

.u-ovx-a {
  overflow-x: auto !important;
}

.u-ovy-v {
  overflow-y: visible !important;
}

.u-ovy-h {
  overflow-y: hidden !important;
}

.u-ovy-s {
  overflow-y: scroll !important;
}

.u-ovy-a {
  overflow-y: auto !important;
}

.u-v-v {
  visibility: visible !important;
}

.u-v-h {
  visibility: hidden !important;
}

.u-v-c {
  visibility: collapse !important;
}

.u-tbl-a {
  table-layout: auto !important;
}

.u-tbl-f {
  table-layout: fixed !important;
}

.u-cxcy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-fl-n {
  float: none !important;
}

.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-cl-n {
  clear: none !important;
}

.u-cl-l {
  clear: left !important;
}

.u-cl-r {
  clear: right !important;
}

.u-cl-b {
  clear: both !important;
}

.u-cf::after {
  display: table;
  clear: both;
  content: "";
}

.u-w-a {
  width: auto !important;
}

.u-w0 {
  width: 0 !important;
}

.u-w1 {
  width: 1px !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-w25vw {
  width: 25vw !important;
}

.u-w50vw {
  width: 50vw !important;
}

.u-w75vw {
  width: 75vw !important;
}

.u-w90vw {
  width: 90vw !important;
}

.u-w100vw {
  width: 100vw !important;
}

.u-w100vh {
  width: 100vh !important;
}

.u-w100vmax {
  width: 100vmax !important;
}

.u-w100vmin {
  width: 100vmin !important;
}

.u-miw0 {
  min-width: 0 !important;
}

.u-miw1 {
  min-width: 1px !important;
}

.u-miw1p {
  min-width: 1% !important;
}

.u-miw5p {
  min-width: 5% !important;
}

.u-miw10p {
  min-width: 10% !important;
}

.u-miw15p {
  min-width: 15% !important;
}

.u-miw20p {
  min-width: 20% !important;
}

.u-miw25p {
  min-width: 25% !important;
}

.u-miw30p {
  min-width: 30% !important;
}

.u-miw33p {
  min-width: 33% !important;
}

.u-miw34p {
  min-width: 34% !important;
}

.u-miw35p {
  min-width: 35% !important;
}

.u-miw40p {
  min-width: 40% !important;
}

.u-miw45p {
  min-width: 45% !important;
}

.u-miw50p {
  min-width: 50% !important;
}

.u-miw55p {
  min-width: 55% !important;
}

.u-miw60p {
  min-width: 60% !important;
}

.u-miw65p {
  min-width: 65% !important;
}

.u-miw66p {
  min-width: 66% !important;
}

.u-miw67p {
  min-width: 67% !important;
}

.u-miw70p {
  min-width: 70% !important;
}

.u-miw75p {
  min-width: 75% !important;
}

.u-miw80p {
  min-width: 80% !important;
}

.u-miw85p {
  min-width: 85% !important;
}

.u-miw90p {
  min-width: 90% !important;
}

.u-miw95p {
  min-width: 95% !important;
}

.u-miw100p {
  min-width: 100% !important;
}

.u-miw25vw {
  min-width: 25vw !important;
}

.u-miw50vw {
  min-width: 50vw !important;
}

.u-miw75vw {
  min-width: 75vw !important;
}

.u-miw90vw {
  min-width: 90vw !important;
}

.u-miw100vw {
  min-width: 100vw !important;
}

.u-miw100vh {
  min-width: 100vh !important;
}

.u-miw100vmax {
  min-width: 100vmax !important;
}

.u-miw100vmin {
  min-width: 100vmin !important;
}

.u-maw-n {
  max-width: none !important;
}

.u-maw0 {
  max-width: 0 !important;
}

.u-maw1 {
  max-width: 1px !important;
}

.u-maw1p {
  max-width: 1% !important;
}

.u-maw5p {
  max-width: 5% !important;
}

.u-maw10p {
  max-width: 10% !important;
}

.u-maw15p {
  max-width: 15% !important;
}

.u-maw20p {
  max-width: 20% !important;
}

.u-maw25p {
  max-width: 25% !important;
}

.u-maw30p {
  max-width: 30% !important;
}

.u-maw33p {
  max-width: 33% !important;
}

.u-maw34p {
  max-width: 34% !important;
}

.u-maw35p {
  max-width: 35% !important;
}

.u-maw40p {
  max-width: 40% !important;
}

.u-maw45p {
  max-width: 45% !important;
}

.u-maw50p {
  max-width: 50% !important;
}

.u-maw55p {
  max-width: 55% !important;
}

.u-maw60p {
  max-width: 60% !important;
}

.u-maw65p {
  max-width: 65% !important;
}

.u-maw66p {
  max-width: 66% !important;
}

.u-maw67p {
  max-width: 67% !important;
}

.u-maw70p {
  max-width: 70% !important;
}

.u-maw75p {
  max-width: 75% !important;
}

.u-maw80p {
  max-width: 80% !important;
}

.u-maw85p {
  max-width: 85% !important;
}

.u-maw90p {
  max-width: 90% !important;
}

.u-maw95p {
  max-width: 95% !important;
}

.u-maw100p {
  max-width: 100% !important;
}

.u-maw25vw {
  max-width: 25vw !important;
}

.u-maw50vw {
  max-width: 50vw !important;
}

.u-maw75vw {
  max-width: 75vw !important;
}

.u-maw90vw {
  max-width: 90vw !important;
}

.u-maw100vw {
  max-width: 100vw !important;
}

.u-maw100vh {
  max-width: 100vh !important;
}

.u-maw100vmax {
  max-width: 100vmax !important;
}

.u-maw100vmin {
  max-width: 100vmin !important;
}

.u-h-a {
  height: auto !important;
}

.u-h0 {
  height: 0 !important;
}

.u-h100p {
  height: 100% !important;
}

.u-h100vw {
  height: 100vw !important;
}

.u-h25vh {
  height: 25vh !important;
}

.u-h50vh {
  height: 50vh !important;
}

.u-h75vh {
  height: 75vh !important;
}

.u-h90vh {
  height: 90vh !important;
}

.u-h100vh {
  height: 100vh !important;
}

.u-h100vmax {
  height: 100vmax !important;
}

.u-h100vmin {
  height: 100vmin !important;
}

.u-mih0 {
  min-height: 0 !important;
}

.u-mih1 {
  min-height: 1px !important;
}

.u-mih100vw {
  min-height: 100vw !important;
}

.u-mih25vh {
  min-height: 25vh !important;
}

.u-mih50vh {
  min-height: 50vh !important;
}

.u-mih75vh {
  min-height: 75vh !important;
}

.u-mih90vh {
  min-height: 90vh !important;
}

.u-mih100vh {
  min-height: 100vh !important;
}

.u-mih100vmax {
  min-height: 100vmax !important;
}

.u-mih100vmin {
  min-height: 100vmin !important;
}

.u-mah-n {
  max-height: none !important;
}

.u-mah100p {
  max-height: 100% !important;
}

.u-mah100vw {
  max-height: 100vw !important;
}

.u-mah25vh {
  max-height: 25vh !important;
}

.u-mah50vh {
  max-height: 50vh !important;
}

.u-mah75vh {
  max-height: 75vh !important;
}

.u-mah90vh {
  max-height: 90vh !important;
}

.u-mah100vh {
  max-height: 100vh !important;
}

.u-mah100vmax {
  max-height: 100vmax !important;
}

.u-mah100vmin {
  max-height: 100vmin !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-p-xs {
  padding: 0.4rem !important;
}

.u-p-sm {
  padding: 0.8rem !important;
}

.u-p-md {
  padding: 1.6rem !important;
}

.u-p-lg {
  padding: 2.4rem !important;
}

.u-p-xl {
  padding: 4rem !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 0.4rem !important;
}

.u-pt-sm {
  padding-top: 0.8rem !important;
}

.u-pt-md {
  padding-top: 1.6rem !important;
}

.u-pt-lg {
  padding-top: 2.4rem !important;
}

.u-pt-xl {
  padding-top: 4rem !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr-xs {
  padding-right: 0.4rem !important;
}

.u-pr-sm {
  padding-right: 0.8rem !important;
}

.u-pr-md {
  padding-right: 1.6rem !important;
}

.u-pr-lg {
  padding-right: 2.4rem !important;
}

.u-pr-xl {
  padding-right: 4rem !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 0.4rem !important;
}

.u-pb-sm {
  padding-bottom: 0.8rem !important;
}

.u-pb-md {
  padding-bottom: 1.6rem !important;
}

.u-pb-lg {
  padding-bottom: 2.4rem !important;
}

.u-pb-xl {
  padding-bottom: 4rem !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl-xs {
  padding-left: 0.4rem !important;
}

.u-pl-sm {
  padding-left: 0.8rem !important;
}

.u-pl-md {
  padding-left: 1.6rem !important;
}

.u-pl-lg {
  padding-left: 2.4rem !important;
}

.u-pl-xl {
  padding-left: 4rem !important;
}

.u-px0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u-py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-px-xs {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.u-py-xs {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.u-px-sm {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.u-py-sm {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.u-px-md {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.u-py-md {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.u-px-lg {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.u-py-lg {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.u-px-xl {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.u-py-xl {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m0-a {
  margin: 0 auto !important;
}

.u-m-a-0 {
  margin: auto 0 !important;
}

.u-m-xs {
  margin: 0.4rem !important;
}

.u-m-sm {
  margin: 0.8rem !important;
}

.u-m-md {
  margin: 1.6rem !important;
}

.u-m-lg {
  margin: 2.4rem !important;
}

.u-m-xl {
  margin: 4rem !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt-a {
  margin-top: auto !important;
}

.u-mt-xs {
  margin-top: 0.4rem !important;
}

.u-mt-sm {
  margin-top: 0.8rem !important;
}

.u-mt-md {
  margin-top: 1.6rem !important;
}

.u-mt-lg {
  margin-top: 2.4rem !important;
}

.u-mt-xl {
  margin-top: 4rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-xs {
  margin-right: 0.4rem !important;
}

.u-mr-sm {
  margin-right: 0.8rem !important;
}

.u-mr-md {
  margin-right: 1.6rem !important;
}

.u-mr-lg {
  margin-right: 2.4rem !important;
}

.u-mr-xl {
  margin-right: 4rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb-a {
  margin-bottom: auto !important;
}

.u-mb-xs {
  margin-bottom: 0.4rem !important;
}

.u-mb-sm {
  margin-bottom: 0.8rem !important;
}

.u-mb-md {
  margin-bottom: 1.6rem !important;
}

.u-mb-lg {
  margin-bottom: 2.4rem !important;
}

.u-mb-xl {
  margin-bottom: 4rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-xs {
  margin-left: 0.4rem !important;
}

.u-ml-sm {
  margin-left: 0.8rem !important;
}

.u-ml-md {
  margin-left: 1.6rem !important;
}

.u-ml-lg {
  margin-left: 2.4rem !important;
}

.u-ml-xl {
  margin-left: 4rem !important;
}

.u-mx0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u-my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mx-a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-my-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mx-xs {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.u-my-xs {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.u-mx-sm {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.u-my-sm {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.u-mx-md {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.u-my-md {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.u-mx-lg {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.u-my-lg {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.u-mx-xl {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.u-my-xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-ff-s {
  font-family: serif !important;
}

.u-ff-ss {
  font-family: sans-serif !important;
}

.u-ff-c {
  font-family: cursive !important;
}

.u-ff-f {
  font-family: fantasy !important;
}

.u-ff-m {
  font-family: monospace !important;
}

.u-fz-xs {
  font-size: 1.2rem !important;
}

.u-fz-sm {
  font-size: 1.4rem !important;
}

.u-fz-md {
  font-size: 1.6rem !important;
}

.u-fz-lg {
  font-size: 1.8rem !important;
}

.u-fz-xl {
  font-size: 2rem !important;
}

.u-fz-sr {
  font-size: smaller !important;
}

.u-fz-lr {
  font-size: larger !important;
}

.u-fz-h1 {
  font-size: 2.5rem !important;
}

.u-fz-h2 {
  font-size: 2rem !important;
}

.u-fz-h3 {
  font-size: 1.75rem !important;
}

.u-fz-h4 {
  font-size: 2.4rem !important;
}

.u-fz-h5 {
  font-size: 1.25rem !important;
}

.u-fz-h6 {
  font-size: 1.6rem !important;
}

.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw100 {
  font-weight: 100 !important;
}

.u-fw200 {
  font-weight: 200 !important;
}

.u-fw300 {
  font-weight: 300 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw800 {
  font-weight: 800 !important;
}

.u-fw900 {
  font-weight: 900 !important;
}

.u-fv-nm {
  font-variant: normal !important;
}

.u-fv-sc {
  font-variant: small-caps !important;
}

.u-wkfsm-aa {
  -webkit-font-smoothing: antialiased !important;
}

.u-wkfsm-saa {
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.u-wkfsm-n {
  -webkit-font-smoothing: none !important;
}

.u-mzfsm-g {
  -moz-osx-font-smoothing: grayscale !important;
}

.u-mzfsm-u {
  -moz-osx-font-smoothing: unset !important;
}

.u-lh-nm {
  line-height: normal !important;
}

.u-lh-ih {
  line-height: inherit !important;
}

.u-lh0 {
  line-height: 0 !important;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-lh5 {
  line-height: 5 !important;
}

.u-lh6 {
  line-height: 6 !important;
}

.u-lh-xs {
  line-height: 1.25 !important;
}

.u-lh-sm {
  line-height: 1.33 !important;
}

.u-lh-md {
  line-height: 1.5 !important;
}

.u-lh-lg {
  line-height: 1.75 !important;
}

.u-lh-xl {
  line-height: 2 !important;
}

.u-c-ih {
  color: inherit !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-silver {
  color: #ddd !important;
}

.u-c-gray {
  color: #aaa !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-navy {
  color: #001f3f !important;
}

.u-c-blue {
  color: #0074d9 !important;
}

.u-c-aqua {
  color: #7fdbff !important;
}

.u-c-teal {
  color: #39cccc !important;
}

.u-c-olive {
  color: #3d9970 !important;
}

.u-c-green {
  color: #2ecc40 !important;
}

.u-c-lime {
  color: #01ff70 !important;
}

.u-c-yellow {
  color: #ffdc00 !important;
}

.u-c-orange {
  color: #ff851b !important;
}

.u-c-red {
  color: #ff4136 !important;
}

.u-c-maroon {
  color: #85144b !important;
}

.u-c-fuchsia {
  color: #f012be !important;
}

.u-c-purple {
  color: #b10dc9 !important;
}

.u-c-primary {
  color: #0275d8 !important;
}

.u-c-success {
  color: #5cb85c !important;
}

.u-c-info {
  color: #5bc0de !important;
}

.u-c-warning {
  color: #f0ad4e !important;
}

.u-c-danger {
  color: #d9534f !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-te-n {
  -webkit-text-emphasis: none !important;
          text-emphasis: none !important;
}

.u-te-ac {
  -webkit-text-emphasis: accent !important;
          text-emphasis: accent !important;
}

.u-te-dt {
  -webkit-text-emphasis: dot !important;
          text-emphasis: dot !important;
}

.u-te-c {
  -webkit-text-emphasis: circle !important;
          text-emphasis: circle !important;
}

.u-te-ds {
  -webkit-text-emphasis: disc !important;
          text-emphasis: disc !important;
}

.u-te-b {
  -webkit-text-emphasis: before !important;
          text-emphasis: before !important;
}

.u-te-a {
  -webkit-text-emphasis: after !important;
          text-emphasis: after !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-ti0 {
  text-indent: 0 !important;
}

.u-ti-9999 {
  text-indent: -9999px !important;
}

.u-tov-e {
  text-overflow: ellipsis !important;
}

.u-tov-c {
  text-overflow: clip !important;
}

.u-tsh-n {
  text-shadow: none !important;
}

.u-tt-n {
  text-transform: none !important;
}

.u-tt-c {
  text-transform: capitalize !important;
}

.u-tt-u {
  text-transform: uppercase !important;
}

.u-tt-l {
  text-transform: lowercase !important;
}

.u-lts-nm {
  letter-spacing: normal !important;
}

.u-lts0 {
  letter-spacing: 0 !important;
}

.u-lts1 {
  letter-spacing: 1px !important;
}

.u-lts2 {
  letter-spacing: 2px !important;
}

.u-lts3 {
  letter-spacing: 3px !important;
}

.u-lts4 {
  letter-spacing: 4px !important;
}

.u-lts5 {
  letter-spacing: 5px !important;
}

.u-lts6 {
  letter-spacing: 6px !important;
}

.u-lts0_01e {
  letter-spacing: 0.01em !important;
}

.u-lts0_1e {
  letter-spacing: 0.1em !important;
}

.u-lts0_2e {
  letter-spacing: 0.2em !important;
}

.u-lts0_3e {
  letter-spacing: 0.3em !important;
}

.u-lts-0_01e {
  letter-spacing: -0.01em !important;
}

.u-lts-0_1e {
  letter-spacing: -0.1em !important;
}

.u-lts-0_2e {
  letter-spacing: -0.2em !important;
}

.u-lts-0_3e {
  letter-spacing: -0.3em !important;
}

.u-wob-nm {
  word-break: normal !important;
}

.u-wob-k {
  word-break: keep-all !important;
}

.u-wob-ba {
  word-break: break-all !important;
}

.u-wow-nm {
  word-wrap: normal !important;
}

.u-wow-n {
  word-wrap: none !important;
}

.u-wow-u {
  word-wrap: unrestricted !important;
}

.u-wow-s {
  word-wrap: suppress !important;
}

.u-wow-bw {
  word-wrap: break-word !important;
}

.u-whs-nm {
  white-space: normal !important;
}

.u-whs-p {
  white-space: pre !important;
}

.u-whs-nw {
  white-space: nowrap !important;
}

.u-whs-pw {
  white-space: pre-wrap !important;
}

.u-whs-pl {
  white-space: pre-line !important;
}

.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-lis-n {
  list-style: none !important;
}

.u-lisp-i {
  list-style-position: inside !important;
}

.u-lisp-o {
  list-style-position: outside !important;
}

.u-list-n {
  list-style-type: none !important;
}

.u-list-d {
  list-style-type: disc !important;
}

.u-list-c {
  list-style-type: circle !important;
}

.u-list-s {
  list-style-type: square !important;
}

.u-list-de {
  list-style-type: decimal !important;
}

.u-list-dlz {
  list-style-type: decimal-leading-zero !important;
}

.u-list-lr {
  list-style-type: lower-roman !important;
}

.u-list-ur {
  list-style-type: upper-roman !important;
}

.u-lisi-n {
  list-style-image: none !important;
}

.u-op0 {
  opacity: 0 !important;
}

.u-op0_1 {
  opacity: 0.1 !important;
}

.u-op0_2 {
  opacity: 0.2 !important;
}

.u-op0_3 {
  opacity: 0.3 !important;
}

.u-op0_4 {
  opacity: 0.4 !important;
}

.u-op0_5 {
  opacity: 0.5 !important;
}

.u-op0_6 {
  opacity: 0.6 !important;
}

.u-op0_7 {
  opacity: 0.7 !important;
}

.u-op0_8 {
  opacity: 0.8 !important;
}

.u-op0_9 {
  opacity: 0.9 !important;
}

.u-op1 {
  opacity: 1 !important;
}

.u-tetr {
  overflow: hidden !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  text-overflow: ellipsis !important;
}

.u-tehi {
  overflow: hidden !important;
  text-indent: 200% !important;
  white-space: nowrap !important;
}

.u-reli {
  list-style-type: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.u-deol {
  list-style-type: decimal !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  padding-left: 40px !important;
  padding-left: 40px !important;
}

.u-deul {
  list-style-type: disc !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  padding-left: 40px !important;
  padding-left: 40px !important;
}

.u-fsm-a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.u-cur-a {
  cursor: auto !important;
}

.u-cur-d {
  cursor: default !important;
}

.u-cur-c {
  cursor: crosshair !important;
}

.u-cur-ha {
  cursor: hand !important;
}

.u-cur-he {
  cursor: help !important;
}

.u-cur-m {
  cursor: move !important;
}

.u-cur-p {
  cursor: pointer !important;
}

.u-cur-t {
  cursor: text !important;
}

.u-rz-n {
  resize: none !important;
}

.u-rz-b {
  resize: both !important;
}

.u-rz-h {
  resize: horizontal !important;
}

.u-rz-v {
  resize: vertical !important;
}

.u-us-a {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.u-us-n {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.u-us-t {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.u-trsdl0 {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

.u-trsdl0_1s {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.u-trsdl0_2s {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.u-trsdl0_3s {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.u-trsdl0_4s {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.u-trsdl0_5s {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.u-trsdl0_6s {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.u-trsdl0_7s {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.u-trsdl0_8s {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.u-trsdl0_9s {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.u-trsdl1s {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.u-trsdl2s {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.u-trsdl3s {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.u-trsdl4s {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
}

.u-trsdl5s {
  -webkit-transition-delay: 5s !important;
          transition-delay: 5s !important;
}

.u-trsdl6s {
  -webkit-transition-delay: 6s !important;
          transition-delay: 6s !important;
}

.u-trstf-e {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.u-trstf-ei {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.u-trstf-eo {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.u-trstf-eio {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.u-trstf-l {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.u-trsdr0 {
  -webkit-transition-duration: 0 !important;
          transition-duration: 0 !important;
}

.u-trsdr0_1s {
  -webkit-transition-duration: 0.1s !important;
          transition-duration: 0.1s !important;
}

.u-trsdr0_2s {
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

.u-trsdr0_3s {
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}

.u-trsdr0_4s {
  -webkit-transition-duration: 0.4s !important;
          transition-duration: 0.4s !important;
}

.u-trsdr0_5s {
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

.u-trsdr0_6s {
  -webkit-transition-duration: 0.6s !important;
          transition-duration: 0.6s !important;
}

.u-trsdr0_7s {
  -webkit-transition-duration: 0.7s !important;
          transition-duration: 0.7s !important;
}

.u-trsdr0_8s {
  -webkit-transition-duration: 0.8s !important;
          transition-duration: 0.8s !important;
}

.u-trsdr0_9s {
  -webkit-transition-duration: 0.9s !important;
          transition-duration: 0.9s !important;
}

.u-trsdr1s {
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
}

.u-trsdr2s {
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
}

.u-trsdr3s {
  -webkit-transition-duration: 3s !important;
          transition-duration: 3s !important;
}

.u-trsdr4s {
  -webkit-transition-duration: 4s !important;
          transition-duration: 4s !important;
}

.u-trsdr5s {
  -webkit-transition-duration: 5s !important;
          transition-duration: 5s !important;
}

.u-trsdr6s {
  -webkit-transition-duration: 6s !important;
          transition-duration: 6s !important;
}

.u-trsp-a {
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.u-trsp-n {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.u-trf-n {
  -webkit-transform: none !important;
          transform: none !important;
}

.u-ap-n {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.u-ap-b {
  -webkit-appearance: button !important;
     -moz-appearance: button !important;
          appearance: button !important;
}

.u-ap-c {
  -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
          appearance: checkbox !important;
}

.u-ap-su {
  -webkit-appearance: scrollbarbutton-up !important;
     -moz-appearance: scrollbarbutton-up !important;
          appearance: scrollbarbutton-up !important;
}

.u-bfv-h {
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}

.u-bfv-v {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.u-obf-f {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.u-obf-ct {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.u-obf-cv {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.u-obf-n {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.u-obf-sd {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.u-wktc-d {
  -webkit-touch-callout: default !important;
}

.u-wktc-n {
  -webkit-touch-callout: none !important;
}

.u-wkovs-a {
  -webkit-overflow-scrolling: auto !important;
}

.u-wkovs-t {
  -webkit-overflow-scrolling: touch !important;
}

.u-bdcl-c {
  border-collapse: collapse !important;
}

.u-bdcl-s {
  border-collapse: separate !important;
}

.u-bd-n {
  border: none !important;
}

.u-bd0 {
  border: 0 !important;
}

.u-bdc-t {
  border-color: transparent !important;
}

.u-bdc-cc {
  border-color: currentColor !important;
}

.u-bdc-white {
  border-color: #fff !important;
}

.u-bdc-silver {
  border-color: #ddd !important;
}

.u-bdc-gray {
  border-color: #aaa !important;
}

.u-bdc-black {
  border-color: #000 !important;
}

.u-bdc-navy {
  border-color: #001f3f !important;
}

.u-bdc-blue {
  border-color: #0074d9 !important;
}

.u-bdc-aqua {
  border-color: #7fdbff !important;
}

.u-bdc-teal {
  border-color: #39cccc !important;
}

.u-bdc-olive {
  border-color: #3d9970 !important;
}

.u-bdc-green {
  border-color: #2ecc40 !important;
}

.u-bdc-lime {
  border-color: #01ff70 !important;
}

.u-bdc-yellow {
  border-color: #ffdc00 !important;
}

.u-bdc-orange {
  border-color: #ff851b !important;
}

.u-bdc-red {
  border-color: #ff4136 !important;
}

.u-bdc-maroon {
  border-color: #85144b !important;
}

.u-bdc-fuchsia {
  border-color: #f012be !important;
}

.u-bdc-purple {
  border-color: #b10dc9 !important;
}

.u-bdc-primary {
  border-color: #0275d8 !important;
}

.u-bdc-success {
  border-color: #5cb85c !important;
}

.u-bdc-info {
  border-color: #5bc0de !important;
}

.u-bdc-warning {
  border-color: #f0ad4e !important;
}

.u-bdc-danger {
  border-color: #d9534f !important;
}

.u-bds-n {
  border-style: none !important;
}

.u-bds-h {
  border-style: hidden !important;
}

.u-bds-dt {
  border-style: dotted !important;
}

.u-bds-ds {
  border-style: dashed !important;
}

.u-bds-s {
  border-style: solid !important;
}

.u-bds-db {
  border-style: double !important;
}

.u-bds-w {
  border-style: wave !important;
}

.u-bds-g {
  border-style: groove !important;
}

.u-bds-r {
  border-style: ridge !important;
}

.u-bds-i {
  border-style: inset !important;
}

.u-bds-o {
  border-style: outset !important;
}

.u-bdw0 {
  border-width: 0 !important;
}

.u-bdw1 {
  border-width: 1px !important;
}

.u-bdw2 {
  border-width: 2px !important;
}

.u-bdw3 {
  border-width: 3px !important;
}

.u-bdw4 {
  border-width: 4px !important;
}

.u-bdw5 {
  border-width: 5px !important;
}

.u-bdw6 {
  border-width: 6px !important;
}

.u-bdt-n {
  border-top: none !important;
}

.u-bdt0 {
  border-top: 0 !important;
}

.u-bdtc-t {
  border-top-color: transparent !important;
}

.u-bdtc-cc {
  border-top-color: currentColor !important;
}

.u-bdtw0 {
  border-top-width: 0 !important;
}

.u-bdtw1 {
  border-top-width: 1px !important;
}

.u-bdtw2 {
  border-top-width: 2px !important;
}

.u-bdtw3 {
  border-top-width: 3px !important;
}

.u-bdtw4 {
  border-top-width: 4px !important;
}

.u-bdtw5 {
  border-top-width: 5px !important;
}

.u-bdtw6 {
  border-top-width: 6px !important;
}

.u-bdr-n {
  border-right: none !important;
}

.u-bdr0 {
  border-right: 0 !important;
}

.u-bdrc-t {
  border-right-color: transparent !important;
}

.u-bdrc-cc {
  border-right-color: currentColor !important;
}

.u-bdrw0 {
  border-right-width: 0 !important;
}

.u-bdrw1 {
  border-right-width: 1px !important;
}

.u-bdrw2 {
  border-right-width: 2px !important;
}

.u-bdrw3 {
  border-right-width: 3px !important;
}

.u-bdrw4 {
  border-right-width: 4px !important;
}

.u-bdrw5 {
  border-right-width: 5px !important;
}

.u-bdrw6 {
  border-right-width: 6px !important;
}

.u-bdb-n {
  border-bottom: none !important;
}

.u-bdb0 {
  border-bottom: 0 !important;
}

.u-bdbc-t {
  border-bottom-color: transparent !important;
}

.u-bdbc-cc {
  border-bottom-color: currentColor !important;
}

.u-bdbw0 {
  border-bottom-width: 0 !important;
}

.u-bdbw1 {
  border-bottom-width: 1px !important;
}

.u-bdbw2 {
  border-bottom-width: 2px !important;
}

.u-bdbw3 {
  border-bottom-width: 3px !important;
}

.u-bdbw4 {
  border-bottom-width: 4px !important;
}

.u-bdbw5 {
  border-bottom-width: 5px !important;
}

.u-bdbw6 {
  border-bottom-width: 6px !important;
}

.u-bdl-n {
  border-left: none !important;
}

.u-bdl0 {
  border-left: 0 !important;
}

.u-bdlc-t {
  border-left-color: transparent !important;
}

.u-bdlc-cc {
  border-left-color: currentColor !important;
}

.u-bdlw0 {
  border-left-width: 0 !important;
}

.u-bdlw1 {
  border-left-width: 1px !important;
}

.u-bdlw2 {
  border-left-width: 2px !important;
}

.u-bdlw3 {
  border-left-width: 3px !important;
}

.u-bdlw4 {
  border-left-width: 4px !important;
}

.u-bdlw5 {
  border-left-width: 5px !important;
}

.u-bdlw6 {
  border-left-width: 6px !important;
}

.u-bdrs-xs {
  border-radius: 0.1 0.6rem !important;
}

.u-bdrs-sm {
  border-radius: 0.4rem !important;
}

.u-bdrs-md {
  border-radius: 0.25rem !important;
}

.u-bdrs-lg {
  border-radius: 0.4 0rem !important;
}

.u-bdrs-xl {
  border-radius: 0.4rem !important;
}

.u-bdrs0 {
  border-radius: 0 !important;
}

.u-bdrs1 {
  border-radius: 1px !important;
}

.u-bdrs2 {
  border-radius: 2px !important;
}

.u-bdrs3 {
  border-radius: 3px !important;
}

.u-bdrs4 {
  border-radius: 4px !important;
}

.u-bdrs5 {
  border-radius: 5px !important;
}

.u-bdrs6 {
  border-radius: 6px !important;
}

.u-bdrs9999 {
  border-radius: 9999px !important;
}

.u-bdrs50p {
  border-radius: 50% !important;
}

.u-bdi-n {
  -o-border-image: none !important;
     border-image: none !important;
}

.u-ol-n {
  outline: none !important;
}

.u-olw-tn {
  outline-width: thin !important;
}

.u-olw-md {
  outline-width: medium !important;
}

.u-olw-tc {
  outline-width: thick !important;
}

.u-ols-n {
  outline-style: none !important;
}

.u-ols-dt {
  outline-style: dotted !important;
}

.u-ols-ds {
  outline-style: dashed !important;
}

.u-ols-s {
  outline-style: solid !important;
}

.u-ols-db {
  outline-style: double !important;
}

.u-ols-g {
  outline-style: groove !important;
}

.u-ols-r {
  outline-style: ridge !important;
}

.u-ols-i {
  outline-style: inset !important;
}

.u-ols-o {
  outline-style: outset !important;
}

.u-olc-i {
  outline-color: invert !important;
}

.u-bg-n {
  background: none !important;
}

.u-bgc-t {
  background-color: transparent !important;
}

.u-bgc-cc {
  background-color: currentColor !important;
}

.u-bgc-white {
  background-color: #fff !important;
}

.u-bgc-silver {
  background-color: #ddd !important;
}

.u-bgc-gray {
  background-color: #aaa !important;
}

.u-bgc-black {
  background-color: #000 !important;
}

.u-bgc-navy {
  background-color: #001f3f !important;
}

.u-bgc-blue {
  background-color: #0074d9 !important;
}

.u-bgc-aqua {
  background-color: #7fdbff !important;
}

.u-bgc-teal {
  background-color: #39cccc !important;
}

.u-bgc-olive {
  background-color: #3d9970 !important;
}

.u-bgc-green {
  background-color: #2ecc40 !important;
}

.u-bgc-lime {
  background-color: #01ff70 !important;
}

.u-bgc-yellow {
  background-color: #ffdc00 !important;
}

.u-bgc-orange {
  background-color: #ff851b !important;
}

.u-bgc-red {
  background-color: #ff4136 !important;
}

.u-bgc-maroon {
  background-color: #85144b !important;
}

.u-bgc-fuchsia {
  background-color: #f012be !important;
}

.u-bgc-purple {
  background-color: #b10dc9 !important;
}

.u-bgc-primary {
  background-color: #0275d8 !important;
}

.u-bgc-success {
  background-color: #5cb85c !important;
}

.u-bgc-info {
  background-color: #5bc0de !important;
}

.u-bgc-warning {
  background-color: #f0ad4e !important;
}

.u-bgc-danger {
  background-color: #d9534f !important;
}

.u-bgi-n {
  background-image: none !important;
}

.u-bgr-n {
  background-repeat: no-repeat !important;
}

.u-bgr-rx {
  background-repeat: repeat-x !important;
}

.u-bgr-ry {
  background-repeat: repeat-y !important;
}

.u-bgr-sp {
  background-repeat: space !important;
}

.u-bgr-rd {
  background-repeat: round !important;
}

.u-bga-f {
  background-attachment: fixed !important;
}

.u-bga-s {
  background-attachment: scroll !important;
}

.u-bgp-t {
  background-position: top !important;
}

.u-bgp-r {
  background-position: right !important;
}

.u-bgp-b {
  background-position: bottom !important;
}

.u-bgp-l {
  background-position: left !important;
}

.u-bgp-c {
  background-position: center !important;
}

.u-bgz-a {
  background-size: auto !important;
}

.u-bgz-ct {
  background-size: contain !important;
}

.u-bgz-cv {
  background-size: cover !important;
}

.u-bxsh-n {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}