@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* font */
/* color */
/* size */
/* margin */
/* SNS */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方 
  @include mq("sp"){ ここに書く } */
/* ie11 */
/* clearfix*/
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/* form スタイルリセット */
/* flexbox */
/* くの字矢印 */
/* 字詰め */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body, button, input, textarea, select {
  color: #000;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
}

::selection {
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
}

.en {
  font-family: Verdana;
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: calc( 5rem / 3 );
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  position: relative;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0 0;
  line-break: strict;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

a, button, img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  color: #0000ee;
  text-decoration: underline;
}
a:hover, a:hover img {
  opacity: 0.9;
  color: #0056b3;
  text-decoration: none;
}
a:visited {
  color: #551a8b;
}
a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

strong {
  font-weight: bold;
  color: #dd0000;
}

em {
  font-weight: bold;
  font-style: normal;
}

u {
  border-bottom: 1px solid #000;
}

address {
  font-style: normal;
}

.attention {
  color: #dd0000;
}

.lead {
  font-size: 2rem;
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._x-small {
  font-size: 75% !important;
}

._large {
  font-size: 113% !important;
}

._x-large {
  font-size: 140% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._textc, ._textc th, ._textc td {
  text-align: center !important;
}

._textr, ._textr th, ._textr td {
  text-align: right !important;
}

._textl, ._textl th, ._textl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: calc( 3rem / 2) !important;
}

._default {
  margin-bottom: 3rem !important;
}

._double {
  margin-bottom: calc( 3rem * 2) !important;
}

/* ---------- devices ---------- */
@media screen and (min-width: 480px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  top: -1000em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.visuallyHidden:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*
Headline
----------------------------------*/
/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: rgba(255, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.siteHeader--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 479px) {
  .siteHeader--inner {
    width: 100%;
  }
}

.siteLogo {
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .siteLogo .current {
    pointer-events: none;
    text-decoration: none;
  }
}

.gnav li {
  display: inline-block;
  margin: 0 10px;
}
.gnav li::before {
  content: none;
}
.gnav .current {
  pointer-events: none;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .hamburgerBtn {
    display: none;
  }
}
/* -----------------------------------------------
  SP
-------------------------------------------------- */
@media screen and (max-width: 479px) {
  .hamburgerBtn {
    display: block;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  .hamburgerBtn--icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #000;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburgerBtn--icon::before, .hamburgerBtn--icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburgerBtn--icon::before {
    top: -5px;
  }
  .hamburgerBtn--icon::after {
    top: 5px;
  }
  .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon {
    background: transparent;
  }
  .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before, .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
    top: 0;
    background: #000;
  }
  .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburgerBtn.active {
    position: fixed;
  }
  #drawer {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #drawer.close {
    visibility: hidden;
    position: absolute;
    left: -100vw;
    bottom: 0;
    width: 100%;
    height: 100vh;
  }
  #drawer.open {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
  }
  #drawer a {
    color: #fff;
  }
  .is-drawerActive {
    position: fixed;
  }
}
/**************************************************
  Footer
***************************************************/
/* -----------------------------------------------
  Go to top
-------------------------------------------------- */
#js-pageTop {
  position: fixed;
  right: 5%;
  bottom: 5%;
}
#js-pageTop a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
}

/* -----------------------------------------------
  conversion
-------------------------------------------------- */
/* -----------------------------------------------
  Footer
-------------------------------------------------- */
/**************************************************
  Content
***************************************************/
.container {
  margin-top: 60px;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* -----------------------------------------------
  page title
-------------------------------------------------- */
.pageTitle {
  background: red;
}
.pageTitle--txt {
  margin: 0;
}

/* -----------------------------------------------
  breadcrumb
-------------------------------------------------- */
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  line-height: 1;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  padding-left: 0;
  position: relative;
}
.breadcrumb ol li::before {
  content: none;
}
.breadcrumb ol li::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 1rem;
  position: static;
}
.breadcrumb ol li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb ol li:last-child::after {
  content: none;
}

/* -----------------------------------------------
  Blog meta
-------------------------------------------------- */
.blogBox {
  text-align: right;
  margin-top: 0;
  font-size: 90%;
}
.blogBox span {
  margin-left: 0.5rem;
}

/* -----------------------------------------------
  sns
-------------------------------------------------- */
.snsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
  .snsBox {
    display: block;
  }
}
.snsBox h2 {
  margin-top: 0;
  margin-right: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .snsBox h2 {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
}

ul.snsButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
ul.snsButton li {
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
}
ul.snsButton li::before {
  content: none;
}
ul.snsButton li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100%;
  background: #eee;
  border-radius: 50%;
}
ul.snsButton li a:hover {
  color: #fff;
}
ul.snsButton li a:hover svg {
  fill: #fff;
}
ul.snsButton li svg {
  width: 2rem;
  height: 2rem;
}
ul.snsButton .facebook svg {
  fill: #1877f2;
}
ul.snsButton .facebook a:hover {
  background: #1877f2;
}
ul.snsButton .twitter svg {
  fill: #55acee;
}
ul.snsButton .twitter a:hover {
  background: #55acee;
}
ul.snsButton .line svg {
  fill: #00c300;
}
ul.snsButton .line a:hover {
  background: #00c300;
}

/* -----------------------------------------------
  next, prev
-------------------------------------------------- */
.pageNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  list-style: none;
}
.pageNavi--item {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.pageNavi--item::before {
  content: none;
}
.pageNavi--item a {
  display: block;
}

/**************************************************
  Sidebar
***************************************************/
.sidebar {
  margin-left: 3rem;
  background-color: rgba(255, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
  .sidebar {
    margin-left: 0;
    margin-top: 5rem;
  }
}
.sidebar .widget:first-child h2 {
  margin-top: 0;
}
.sidebar .widget .row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sidebar .widget .row li {
  width: calc(50% - 2rem);
}
.sidebar .widget .link a {
  display: block;
}
.sidebar .toc {
  position: -webkit-sticky;
  position: sticky;
  top: calc(60px + 32px);
  max-height: calc(100vh - 60px - 32px);
  overflow-y: auto;
}

/**************************************************
  Layout
***************************************************/
/* -----------------------------------------------
  Grid
-------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.row > .col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%;
}
.row > .col-s {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.row > .col-m {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-basis: 66.66666%;
      -ms-flex-preferred-size: 66.66666%;
          flex-basis: 66.66666%;
  max-width: 66.66666%;
}

@media screen and (max-width: 479px) {
  .row {
    display: block;
  }
  .row._responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .row .col-m, .row .col-s {
    max-width: 100%;
    width: 100%;
  }
}
/* -----------------------------------------------
  Full
-------------------------------------------------- */
.fullWidth {
  background: rgba(255, 0, 0, 0.1);
  margin: 0 calc(50% - 50vw);
}
.fullWidth--inner {
  margin: 3rem auto;
  max-width: 1200px;
}

/* -----------------------------------------------
  Layer
-------------------------------------------------- */
.layerBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  margin: 3rem 0;
}
.layerBox div {
  width: 100%;
}
.layerBox--txt {
  background: #fff;
  margin: 3rem 0 0;
  margin-left: -3rem;
  padding: 3rem;
  z-index: 1;
}
.layerBox._right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layerBox._right .layerBox--txt {
  margin-left: 0;
  margin-right: -3rem;
}

@media screen and (max-width: 479px) {
  .layerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layerBox--txt {
    margin: 3rem 0;
    padding: 0;
  }
  .layerBox._right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
h2, h3, h4, h5, h6 {
  margin-top: 5rem;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 150%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}

/* -----------------------------------------------
  Box
-------------------------------------------------- */
.colorBox {
  background: rgba(255, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 3rem;
}
.colorBox *:first-child {
  margin-top: 0;
}
.colorBox *:last-child {
  margin-bottom: 0;
}

.borderBox {
  border: 2px solid red;
  padding: 2rem;
  margin-top: 3rem;
}
.borderBox *:first-child {
  margin-top: 0;
}
.borderBox *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------
  Blockquote
-------------------------------------------------- */
blockquote {
  border-left: 5px solid red;
  padding: 1rem 0 1rem 2rem;
  margin: 2rem 0 0;
}
blockquote p:first-of-type {
  margin-top: 0;
}
blockquote cite {
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 90%;
}

/**************************************************
  List
***************************************************/
/* 装飾なしリスト */
ul._unstyled li {
  margin-left: 0;
}
ul._unstyled li::before {
  content: none;
}

/* 非順序リスト */
ul.list {
  margin-top: 2rem;
}
ul.list li {
  margin-left: 2rem;
}
ul.list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
}
ul.list li ol, ul.list li ul {
  margin-top: 0;
}

/* 順序リスト */
ol {
  margin-top: 2rem;
  counter-reset: num;
}
ol li {
  padding-left: 2rem;
}
ol li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  font-weight: bold;
  top: 0;
  left: 0.5rem;
  color: red;
}
ol li ol, ol li ul {
  margin-top: 0;
}

/* ※付きリスト */
.rice {
  margin-top: 2rem;
}
.rice li {
  margin: 0 0 0 1.6rem;
  text-indent: -1.6rem;
}
.rice li::before {
  display: none;
}

/* リンクリスト */
ul.link {
  margin-top: 2rem;
}
ul.link li {
  margin-left: 2rem;
}
ul.link li::before {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-color: red;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
  left: -1.5rem;
  top: 1rem;
}
ul.link li ol, ul.link li ul {
  margin-top: 0;
}

/* テーブルの中のリスト */
table ul, table ol {
  margin: 0;
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.wp-block-flexible-table-block-table {
  margin: 3rem 0 0;
  overflow-x: auto;
}
.wp-block-flexible-table-block-table > table tr th, .wp-block-flexible-table-block-table > table tr td {
  background: transparent !important;
  border: transparent !important;
}

/* -----------------------------------------------
  Scroll Table
-------------------------------------------------- */
.wp-block-flexible-table-block-table.is-scroll-on-mobile > table {
  min-width: 600px;
}
@media screen and (max-width: 479px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
    content: "※この表は横にスクロールできます";
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}

/**************************************************
  img
***************************************************/
/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.zoomImg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  display: block;
}
a.zoomImg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.lum-lightbox.lum-open:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.lum-lightbox-inner img.lum-img {
  max-height: 80vh;
}

.lum-gallery-button::after, .lum-gallery-button::before {
  width: 1.6rem;
  height: 1.6rem;
}

/**************************************************
  local nav
***************************************************/
/* -----------------------------------------------
  sidebar toc
-------------------------------------------------- */
.toc .current {
  font-weight: bold;
  background: rgba(255, 0, 0, 0.2);
}
.toc .chapter {
  margin-left: 1rem;
}

/* -----------------------------------------------
  local nav
-------------------------------------------------- */
.localNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.localNavi li {
  margin-left: 0;
  width: 100%;
}
.localNavi li::before {
  display: none;
}

/**************************************************
  Button
***************************************************/
/* -----------------------------------------------
  button
-------------------------------------------------- */
button:hover {
  cursor: pointer;
}

/* -----------------------------------------------
  link button
-------------------------------------------------- */
.wp-block-button__link {
  background: red;
  border-radius: 0;
  font-size: 100%;
}
.wp-block-button.is-style-outline a {
  border-color: red;
  color: red;
}

/**************************************************
  faq
***************************************************/
.faq--question button {
  border: 0;
}
.faq--answer {
  display: none;
}

/**************************************************
  Form
***************************************************/
/* -----------------------------------------------
  Box
-------------------------------------------------- */
.telBox {
  border: 1px solid #ddd;
  padding: 3rem;
  text-align: center;
}
.telBox h2 {
  margin-top: 0 !important;
  font-size: 1.8rem;
}
.telBox p {
  margin: 0;
}
.telBox--num {
  font-size: 3rem;
  font-weight: bold;
  font-family: Verdana;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
}

/* -----------------------------------------------
  Flow
-------------------------------------------------- */
.flow {
  margin: 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flow li {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  line-height: 1;
}
.flow li::before {
  content: none !important;
}
.flow li::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 0 3rem 2rem;
  border-color: transparent transparent transparent red;
  position: absolute;
  top: 50%;
  right: -2rem;
  margin-top: -3rem;
  z-index: 1;
}

.flow.step01 li.flow01 {
  background: red;
  color: #fff;
}
.flow.step01 li.flow01::after {
  display: block;
}
.flow.step01 li.flow02 {
  background: #fafafa;
  color: #999;
}
.flow.step01 li.flow03 {
  background: #eee;
  color: #999;
}

.flow.step02 li.flow01 {
  background: #fafafa;
  color: #999;
}
.flow.step02 li.flow02 {
  background: red;
  color: #fff;
}
.flow.step02 li.flow02::after {
  display: block;
}
.flow.step02 li.flow03 {
  background: #eee;
  color: #999;
}

.flow.step03 li.flow01 {
  background: #fafafa;
  color: #999;
}
.flow.step03 li.flow02 {
  background: #fafafa;
  color: #999;
}
.flow.step03 li.flow03 {
  background: red;
  color: #fff;
}

/* -----------------------------------------------
  Input
-------------------------------------------------- */
input:not([type=checkbox], [type=radio]),
textarea {
  padding: 0.5rem 1rem;
  width: 100%;
}

input[type=submit], label {
  cursor: pointer;
}

.contactForm--inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 2rem 0;
}
@media screen and (max-width: 479px) {
  .contactForm--inner dl {
    display: block;
  }
}
.contactForm--inner dl dt {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  font-weight: bold;
}
.contactForm--inner dl dt label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.contactForm--inner dl dt strong {
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  white-space: nowrap;
}
.contactForm--inner dl.required dt strong {
  background: #dd0000;
  color: #fff;
}
.contactForm--inner dl dd {
  -webkit-flex-basis: 78%;
      -ms-flex-preferred-size: 78%;
          flex-basis: 78%;
}
.contactForm--inner dl dd .formHint {
  font-size: 90%;
}

.agreement {
  margin-top: 2rem;
}
.agreement label {
  display: inline-block;
  margin: 1rem 0 0;
  background: rgba(0, 0, 0, 0.08);
  padding: 1rem 2rem;
  cursor: pointer;
}
.agreement--frame {
  font-size: 95%;
  max-height: 25rem;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}
.agreement--frame h2:first-of-type {
  margin-top: 0;
}
.agreement--txt {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .agreement--txt {
    text-align: left;
  }
}
.agreement--check {
  text-align: center;
  margin-bottom: 3rem;
}
.agreement--check label {
  margin-top: 0;
}

.contactForm--error {
  color: #dd0000;
  font-weight: bold;
  display: block;
}
.contactForm--error--input {
  background: rgba(221, 0, 0, 0.1);
}

.confirm .agreement, .confirm .formHint {
  display: none;
}

.contactForm--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.contactForm--btn input[type=submit] {
  -webkit-flex-basis: 30rem;
      -ms-flex-preferred-size: 30rem;
          flex-basis: 30rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .contactForm--btn {
    display: block;
  }
}
.contactForm--btn input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: 1;
  padding: 2rem;
}
.contactForm--btn input.confirm {
  background: red;
  color: #fff;
}
.contactForm--btn input.back {
  background: rgba(0, 0, 0, 0.1);
}

/**************************************************
  Card
***************************************************/
/* -----------------------------------------------
  news
-------------------------------------------------- */
.newsCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.newsCard a {
  display: block;
}
.newsCard--item {
  margin-left: 0;
  width: 25%;
}
@media screen and (max-width: 479px) {
  .newsCard--item {
    width: 50%;
  }
}
.newsCard--item::before {
  content: none;
}
.newsCard dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.newsCard--img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .newsCard--img {
    height: 14rem;
  }
}
.newsCard--img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsCard--date {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.newsCard--category {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.newsCard--title {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

/**************************************************
  Icon
***************************************************/
.fileIcon {
  max-height: 1.5rem;
  max-width: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: baseline;
}

/**************************************************
  WordPress
***************************************************/
/* -----------------------------------------------
  img
-------------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.wp-caption-text,
.wp-block-image figcaption {
  font-size: 1.2rem;
}

.wp-block-image {
  margin: 2rem 0 0;
}

img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* -----------------------------------------------
  block
-------------------------------------------------- */
.wp-block-embed {
  clear: both;
  margin: 2rem 0 0;
}

.wp-block-file {
  margin: 2rem 0 0;
}

hr, .wp-block-separator {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5rem 0;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
@media screen and (max-width: 479px) {
  #wpadminbar {
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  body.logged-in .siteHeader {
    top: 32px !important;
  }
}
.styleguide .mainbox .row > [class^=col] {
  background: #00afcc;
}
.styleguide .mainbox .row > [class^=col]:nth-child(even) {
  background: #a688bd;
}
.styleguide .mainbox .docs {
  border: 1px solid #cdcdcd;
  clear: both;
  margin: 1rem 0 2rem;
}
.styleguide .mainbox .docs .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 1rem 2rem;
}
.styleguide .mainbox .docs .control p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: 　 #212529;
}
@media screen and (max-width: 479px) {
  .styleguide .mainbox .docs .control div:last-child {
    text-align: right;
  }
}
.styleguide .mainbox .docs pre {
  margin: 0;
}
.styleguide .mainbox .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 0.7rem;
}
.styleguide .mainbox .copy-button {
  color: #888;
  font-size: 0.6rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 3px solid #eee;
  cursor: pointer;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.styleguide .mainbox .copy-button.success {
  border-color: #00C851;
  background-color: #c8e6c9;
  color: #007E33;
}
.styleguide .mainbox .copy-button.failed {
  border-color: #ff4444;
  background-color: #ffcdd2;
  color: #CC0000;
}
.styleguide .mainbox .copy-button:hover {
  border-color: #000;
}
.styleguide .mainbox .hljs {
  line-height: 1.3;
}
.styleguide .mainbox .hljs * {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.styleguide .mainbox .hljs-ln-numbers {
  min-width: 2rem;
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  Main visual
-------------------------------------------------- */
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.splide__list .splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  position: relative;
}
.splide__list .splide__slide img {
  vertical-align: bottom;
}
.splide__list .splide__slide::before {
  content: none;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 2em;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover {
  opacity: 1;
}

.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  margin: 0;
  bottom: 0.5em;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 1em;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  margin: 0;
  pointer-events: auto;
}
.splide__pagination li::before {
  content: none;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: red;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__progress__bar {
  width: 0;
  background: red;
  height: 3px;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 1em 0;
  left: auto;
  right: 0.5em;
  top: 0;
  bottom: 0;
}

/* ---------------------------------
Theme Name: Main
Theme URI:
Author:
Author URI:
Description:
Version: 2.3.0
License:
License URI:
Text Domain:
---------------------------------- *//*# sourceMappingURL=style.css.map */