@charset "UTF-8";
/* ================================================== *
 *    Web Fonts
 * ================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;500&display=swap");
/* ================================================== *
 *    loadfiles
 * ================================================== */
/* ================================================== *
 * font elements
 * ================================================== */
/* ================================================== *
 * color elements
 * ================================================== */
/* ================================================== *
 * spacer elements
 * ================================================== */
/* ================================================== *
 * breakpoint elements
 * ================================================== */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, select, textarea {
  -webkit-appearance: none;
}

/* ================================================== *
 * common
 * ================================================== */
.clear {
  clear: both;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: auto\9 ;
  margin: 0;
  padding: 0;
}

.ggmap {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube_res {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_res iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  padding: 5px;
  background: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-space {
  margin-bottom: 1rem;
}

.space-bottom {
  padding-bottom: 2rem;
}

.space-top {
  padding-top: 2rem;
}

/* ================================================== *
 * fp-btn003
 * ================================================== */
.fp-bta003,
a.fp-bta003,
button.fp-bta003 {
  background: #B4CE60;
  border: none;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 8px auto;
  overflow: hidden;
  padding: 14px 24px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.fp-bta003:link,
a.fp-bta003:link,
button.fp-bta003:link {
  color: #fff;
}
.fp-bta003:after,
a.fp-bta003:after,
button.fp-bta003:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  transition: 0.1s;
}
.fp-bta003:hover,
a.fp-bta003:hover,
button.fp-bta003:hover {
  cursor: pointer;
  opacity: 0.6;
}
.fp-bta003:hover:after,
a.fp-bta003:hover:after,
button.fp-bta003:hover:after {
  right: 8px;
}

/* ================================================== *
 * common
 * ================================================== */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1em -> 10px; */
}

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem; /* -> 14px; */
  letter-spacing: 0.5px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body.en {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
body.ko {
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
}
body.zh-hans {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", sans-serif;
}
body.zh-hant {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PMingLiU", sans-serif;
}

a:link {
  color: #016E94;
}

.btn {
  font-size: inherit;
  padding: 12px 20px 11px;
  text-decoration: none;
}

img.lazyload, img.ll-fadein {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

.lazyloaded.ll-fadein {
  opacity: 1;
  transition: opacity 0.4s;
}

@media (min-width: 992px) {
  .menu-trigger-outer {
    display: none;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  background: none;
  border: none;
  position: relative;
  width: 30px;
  height: 23px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.common-blocks01 {
  margin-bottom: 32px;
}

/* ================================================== *
 * header
 * ================================================== */
@media (min-width: 992px) {
  #header {
    border-bottom: 4px solid #ffe07a;
  }
}

.header-inner {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .header-inner {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.header-item01 {
  align-items: center;
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .header-item01 {
    display: block;
  }
}
.header-item01 h1 {
  padding-right: 8px;
  width: calc(100% - 50px);
}
@media (min-width: 992px) {
  .header-item01 h1 {
    padding: 8px 0px;
    width: 530px;
  }
}
@media (min-width: 1400px) {
  .header-item01 h1 {
    width: 640px;
  }
}
.header-item01 .menu-trigger-outer {
  text-align: center;
  width: 50px;
}

.header-item02 {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0px;
  padding: 16px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .header-item02 {
    padding: 0px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 8px;
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .header-item02 {
    width: 600px;
  }
}

.header-item03 {
  align-items: center;
  display: flex;
  -js-display: flex;
}
@media (min-width: 992px) {
  .header-item03 {
    position: absolute;
    right: 0px;
    top: 68px;
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .header-item03 {
    top: 76px;
    width: 500px;
  }
}
.header-item03 input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  margin-right: 8px;
  padding: 8px;
  width: calc(100% - 56px);
}
@media (min-width: 576px) {
  .header-item03 input {
    padding: 14px 8px;
  }
}
@media (min-width: 992px) {
  .header-item03 input {
    padding: 8px;
    width: calc(100% - 32px);
  }
}
.header-item03 button {
  background: #EDC0C0;
  border: none;
  border-radius: 50px;
  color: #643A00;
  font-size: 2rem;
  height: 42px;
  margin: 0px;
  padding: 0px;
  width: 42px;
  -webkit-appearance: none;
}
@media (min-width: 992px) {
  .header-item03 button {
    font-size: 1.6rem;
    height: 32px;
    width: 32px;
  }
}

.header-item04 {
  display: none;
  position: absolute;
  right: 0px;
  top: 34px;
}
@media (min-width: 992px) {
  .header-item04 {
    display: block;
  }
}
@media (min-width: 1400px) {
  .header-item04 {
    top: 36px;
  }
}
.header-item04 li {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 8px;
}
.header-item04 li:before {
  content: "○";
}

/* ================================================== *
 * navigation
 * ================================================== */
#gnavi {
  background: #EDC0C0;
  display: none;
}
@media (min-width: 992px) {
  #gnavi {
    background: #FBFBEF;
    display: block;
  }
}
#gnavi ul {
  line-height: 100%;
  margin: 0px auto;
  padding: 0px;
}
@media (min-width: 992px) {
  #gnavi ul {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #gnavi ul {
    padding: 0px 16px;
    max-width: 1340px;
  }
}
#gnavi li {
  border-top: 1px solid #f6e0e0;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#gnavi li:hover {
  background: #f2d0d0;
}
@media (min-width: 992px) {
  #gnavi li {
    border: none;
    font-size: 1.3rem;
    text-align: center;
    width: 14.285%;
  }
  #gnavi li:hover {
    background: #f3f3ce;
  }
  #gnavi li:after {
    background: #FFC400;
    content: "";
    right: 0px;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 1px;
  }
}
@media (min-width: 1400px) {
  #gnavi li {
    font-size: 1.5rem;
  }
}
#gnavi li:first-child {
  border: none;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-home {
    display: none;
  }
}
@media (min-width: 992px) {
  #gnavi li.gnavi-ecochild:before {
    background: #FFC400;
    content: "";
    left: 0px;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 1px;
  }
}
#gnavi li.gnavi-home a {
  background: url(../img/common-icons01.png) no-repeat 8px 16px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-home a {
    background: url(../img/common-icons01.png) no-repeat center 24px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-center a {
  background: url(../img/common-icons01.png) no-repeat 10px -45px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-center a {
    background: url(../img/common-icons01.png) no-repeat center -80px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-ecochild a {
  background: url(../img/common-icons01.png) no-repeat 10px -105px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-ecochild a {
    background: url(../img/common-icons01.png) no-repeat center -180px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-research a {
  background: url(../img/common-icons01.png) no-repeat 10px -165px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-research a {
    background: url(../img/common-icons01.png) no-repeat center -280px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-square a {
  background: url(../img/common-icons01.png) no-repeat 10px -225px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-square a {
    background: url(../img/common-icons01.png) no-repeat center -375px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-letter a {
  background: url(../img/common-icons01.png) no-repeat 10px -285px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-letter a {
    background: url(../img/common-icons01.png) no-repeat center -478px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-faq a {
  background: url(../img/common-icons01.png) no-repeat 10px -345px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-faq a {
    background: url(../img/common-icons01.png) no-repeat center -575px;
    background-size: 50px auto;
  }
}
#gnavi li.gnavi-contact a {
  background: url(../img/common-icons01.png) no-repeat 10px -405px;
  background-size: 30px auto;
}
@media (min-width: 992px) {
  #gnavi li.gnavi-contact a {
    background: url(../img/common-icons01.png) no-repeat center -675px;
    background-size: 50px auto;
  }
}
#gnavi li a {
  color: #643A00;
  display: block;
  padding: 24px 40px 21px 56px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 992px) {
  #gnavi li a {
    padding: 80px 8px 20px;
  }
}
#gnavi li a:hover {
  opacity: 0.8;
}
#gnavi li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 10px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  transition: 0.1s;
}
@media (min-width: 992px) {
  #gnavi li a:after {
    display: none;
  }
}

/* ================================================== *
 * contents
 * ================================================== */
#contents {
  background: #FBFBEF;
}

@media (min-width: 576px) {
  .pagestructure {
    padding: 32px 0px;
  }
}
@media (min-width: 992px) {
  .pagestructure {
    align-items: flex-start;
    display: flex;
    -js-display: flex;
    flex-direction: row-reverse;
  }
}
.pagestructure .pagestructurel {
  padding: 32px 0px;
}
@media (min-width: 992px) {
  .pagestructure .pagestructurel {
    padding: 0px;
    margin-right: 40px;
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .pagestructure .pagestructurel {
    margin-right: 60px;
    width: 340px;
  }
}
.pagestructure .pagestructurer {
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 16px;
}
@media (min-width: 576px) {
  .pagestructure .pagestructurer {
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .pagestructure .pagestructurer {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .pagestructure .pagestructurer {
    padding: 12px 32px;
    width: calc(100% - 340px);
  }
}
@media (min-width: 1400px) {
  .pagestructure .pagestructurer {
    padding: 12px 40px;
    width: calc(100% - 400px);
  }
}

.paging-navi01 {
  font-size: 1.2em;
}
.paging-navi01 .wp-pagenavi {
  padding: 8px 0px 32px;
}
.paging-navi01 .wp-pagenavi span, .paging-navi01 .wp-pagenavi a {
  padding: 8px;
}

/* ================================================== *
 * contents left
 * ================================================== */
/* pagestructurer */
.pagestructurel-item01 {
  background: #fff3cc;
  border-radius: 8px;
  margin: 0px 0px 32px;
  padding: 0px;
}
.pagestructurel-item01 dt {
  background: #EDC0C0;
  border-radius: 8px 8px 0px 0px;
  color: #643A00;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 12px 16px 8px;
}
.pagestructurel-item01 ul {
  margin: 0px;
  padding: 0px;
}
.pagestructurel-item01 ul.sub-menu {
  border-top: 1px solid #FBFBEF;
}
.pagestructurel-item01 ul.sub-menu li:last-child {
  border: none;
}
.pagestructurel-item01 ul.sub-menu li a {
  padding: 20px 16px 20px 52px;
}
.pagestructurel-item01 ul.sub-menu li a:before {
  left: 28px;
}
.pagestructurel-item01 ul.sub-menu li.subsub a {
  padding: 20px 16px 20px 72px;
}
.pagestructurel-item01 ul.sub-menu li.subsub a:before {
  left: 48px;
}
.pagestructurel-item01 li {
  border-bottom: 1px solid #FBFBEF;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
}
.pagestructurel-item01 li.sub a {
  padding: 20px 16px 20px 52px;
}
.pagestructurel-item01 li.sub a:before {
  left: 28px;
}
.pagestructurel-item01 li.subsub a {
  padding: 20px 16px 20px 72px;
}
.pagestructurel-item01 li.subsub a:before {
  left: 48px;
}
.pagestructurel-item01 li a {
  color: #666;
  display: block;
  padding: 20px 16px 20px 36px;
  position: relative;
  text-decoration: none;
}
.pagestructurel-item01 li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 12px;
  position: absolute;
  top: 20px;
}
.pagestructurel-item01 li a:hover {
  background: #ffeaa3;
  text-decoration: none;
}

.pagestructurel-item02 {
  margin: 0px 0px 32px;
}
@media (min-width: 576px) {
  .pagestructurel-item02 {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pagestructurel-item02 {
    display: block;
    -js-display: block;
  }
}
.pagestructurel-item02 li {
  padding: 6px 0px;
  text-align: center;
}
@media (min-width: 576px) {
  .pagestructurel-item02 li {
    padding: 8px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .pagestructurel-item02 li {
    padding: 6px 0px;
    width: 100%;
  }
}

.pagestructurel-item03 dt {
  border-bottom: 3px solid #FFC400;
  color: #643A00;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 12px;
  padding: 0px 4px 2px;
}
.pagestructurel-item03 li {
  border-bottom: 1px solid #FBFBEF;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.pagestructurel-item03 li a {
  color: #333;
}
.pagestructurel-item03 li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 4px;
}
.pagestructurel-item03 li a:hover {
  opacity: 0.6;
}

/* ================================================== *
 * contents right
 * ================================================== */
.page-index {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-index {
    display: none;
  }
}
.page-index .sub a {
  padding: 3px 0px 3px 38px;
}
.page-index .sub a:before {
  left: 16px;
}
.page-index .subsub a {
  padding: 3px 0px 3px 56px;
}
.page-index .subsub a:before {
  left: 34px;
}
.page-index a {
  display: block;
  padding: 3px 0px 3px 21px;
  position: relative;
}
.page-index a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  position: absolute;
  top: 2px;
}

.pnk {
  font-size: 1.2rem;
  padding: 8px 0px 14px;
}
@media (min-width: 992px) {
  .pnk {
    font-size: 1.3rem;
  }
}
.pnk li {
  display: inline-block;
}
.pnk li:before {
  content: ">";
  padding: 0px 4px;
}
.pnk li:first-child:before {
  content: none;
  padding: 0px;
}

.common-pagetitle01 {
  background: #EDC0C0;
  color: #643A00;
  line-height: 1.4;
  text-align: left;
}
.common-pagetitle01 .common-pagetitle01-inner {
  background: url(../img/common-pagetitle01-bg.png) no-repeat right bottom;
  background-size: 180px auto;
  padding-bottom: 24px;
  padding-top: 32px;
}
@media (min-width: 576px) {
  .common-pagetitle01 .common-pagetitle01-inner {
    background: url(../img/common-pagetitle01-bg.png) no-repeat right bottom;
    background-size: 260px auto;
  }
}
@media (min-width: 768px) {
  .common-pagetitle01 .common-pagetitle01-inner {
    background: url(../img/common-pagetitle01-bg.png) no-repeat right bottom;
    background-size: 280px auto;
    padding-bottom: 34px;
    padding-top: 42px;
  }
}
@media (min-width: 992px) {
  .common-pagetitle01 .common-pagetitle01-inner {
    background: url(../img/common-pagetitle01-bg.png) no-repeat right bottom;
    background-size: 360px auto;
  }
}
.common-pagetitle01 h2, .common-pagetitle01 h3, .common-pagetitle01 h4, .common-pagetitle01 h5, .common-pagetitle01 h6, .common-pagetitle01 .common-pagetitle01-tt {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 4px 0px 6px 4px;
}
@media (min-width: 768px) {
  .common-pagetitle01 h2, .common-pagetitle01 h3, .common-pagetitle01 h4, .common-pagetitle01 h5, .common-pagetitle01 h6, .common-pagetitle01 .common-pagetitle01-tt {
    font-size: 2.6rem;
  }
}

/* title */
.common-title01, .index-title01 {
  color: #643A00;
}
.common-title01 h1, .index-title01 h1, .common-title01 h2, .index-title01 h2, .common-title01 h3, .index-title01 h3, .common-title01 h4, .index-title01 h4, .common-title01 h5, .index-title01 h5, .common-title01 strong, .index-title01 strong {
  color: #643A00;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  display: block;
  line-height: 1.4;
}
.common-title01 .title-en, .index-title01 .title-en {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.common-title01 .title-en:before, .index-title01 .title-en:before {
  content: "-";
  padding-right: 2px;
}
.common-title01 .title-en:after, .index-title01 .title-en:after {
  content: "-";
  padding-left: 2px;
}
.common-title01 p, .index-title01 p {
  margin: 0px;
  padding: 0px 2px;
}

.common-title02, .info20230813sec01-title01, .info20221101-title01, .info20220801-title01, .info20211118-title01, .index-title03 {
  border-bottom: 4px solid #ffe07a;
  border-top: 4px solid #B4CE60;
  color: #643A00;
  padding: 24px 0px;
}
.common-title02 h1, .info20230813sec01-title01 h1, .info20221101-title01 h1, .info20220801-title01 h1, .info20211118-title01 h1, .index-title03 h1, .common-title02 h2, .info20230813sec01-title01 h2, .info20221101-title01 h2, .info20220801-title01 h2, .info20211118-title01 h2, .index-title03 h2, .common-title02 h3, .info20230813sec01-title01 h3, .info20221101-title01 h3, .info20220801-title01 h3, .info20211118-title01 h3, .index-title03 h3, .common-title02 h4, .info20230813sec01-title01 h4, .info20221101-title01 h4, .info20220801-title01 h4, .info20211118-title01 h4, .index-title03 h4, .common-title02 h5, .info20230813sec01-title01 h5, .info20221101-title01 h5, .info20220801-title01 h5, .info20211118-title01 h5, .index-title03 h5, .common-title02 strong, .info20230813sec01-title01 strong, .info20221101-title01 strong, .info20220801-title01 strong, .info20211118-title01 strong, .index-title03 strong {
  color: #643A00;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  display: block;
  line-height: 1.4;
}
.common-title02 .title-en, .info20230813sec01-title01 .title-en, .info20221101-title01 .title-en, .info20220801-title01 .title-en, .info20211118-title01 .title-en, .index-title03 .title-en {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.common-title02 .title-en:before, .info20230813sec01-title01 .title-en:before, .info20221101-title01 .title-en:before, .info20220801-title01 .title-en:before, .info20211118-title01 .title-en:before, .index-title03 .title-en:before {
  content: "-";
  padding-right: 2px;
}
.common-title02 .title-en:after, .info20230813sec01-title01 .title-en:after, .info20221101-title01 .title-en:after, .info20220801-title01 .title-en:after, .info20211118-title01 .title-en:after, .index-title03 .title-en:after {
  content: "-";
  padding-left: 2px;
}

.common-title03, .info20230813sec04-title01, .info20230813sec03-title01, .info20230813sec02-title01, .info20221101-title02, .info20220801-title02, .sitemap-title01, .link-title01, .privacy-title01, .contact-title01, .faq-title03, .faq-title02, .faq-title01, .letter-title01, .thirteen-title10, .thirteen-title09, .thirteen-title08, .thirteen-title07, .thirteen-title06, .thirteen-title05, .thirteen-title04, .thirteen-title03, .thirteen-title02, .thirteen-title01, .milkteeth-title08, .milkteeth-title07, .milkteeth-title06, .milkteeth-title05, .milkteeth-title04, .milkteeth-title03, .milkteeth-title02, .milkteeth-title01, .schoolmatic-title08, .schoolmatic-title07, .schoolmatic-title06, .schoolmatic-title05, .schoolmatic-title04, .schoolmatic-title03, .schoolmatic-title02, .schoolmatic-title01, .ecochild-title07, .ecochild-title06, .ecochild-title05, .ecochild-title04, .ecochild-title03, .ecochild-title02, .ecochild-title01, .center-title01 {
  background: #f2d0d0;
  border-radius: 8px;
  line-height: 1.4;
  margin-bottom: 32px;
  padding: 10px 12px;
}
.common-title03 h2, .info20230813sec04-title01 h2, .info20230813sec03-title01 h2, .info20230813sec02-title01 h2, .info20221101-title02 h2, .info20220801-title02 h2, .sitemap-title01 h2, .link-title01 h2, .privacy-title01 h2, .contact-title01 h2, .faq-title03 h2, .faq-title02 h2, .faq-title01 h2, .letter-title01 h2, .thirteen-title10 h2, .thirteen-title09 h2, .thirteen-title08 h2, .thirteen-title07 h2, .thirteen-title06 h2, .thirteen-title05 h2, .thirteen-title04 h2, .thirteen-title03 h2, .thirteen-title02 h2, .thirteen-title01 h2, .milkteeth-title08 h2, .milkteeth-title07 h2, .milkteeth-title06 h2, .milkteeth-title05 h2, .milkteeth-title04 h2, .milkteeth-title03 h2, .milkteeth-title02 h2, .milkteeth-title01 h2, .schoolmatic-title08 h2, .schoolmatic-title07 h2, .schoolmatic-title06 h2, .schoolmatic-title05 h2, .schoolmatic-title04 h2, .schoolmatic-title03 h2, .schoolmatic-title02 h2, .schoolmatic-title01 h2, .ecochild-title07 h2, .ecochild-title06 h2, .ecochild-title05 h2, .ecochild-title04 h2, .ecochild-title03 h2, .ecochild-title02 h2, .ecochild-title01 h2, .center-title01 h2, .common-title03 h3, .info20230813sec04-title01 h3, .info20230813sec03-title01 h3, .info20230813sec02-title01 h3, .info20221101-title02 h3, .info20220801-title02 h3, .sitemap-title01 h3, .link-title01 h3, .privacy-title01 h3, .contact-title01 h3, .faq-title03 h3, .faq-title02 h3, .faq-title01 h3, .letter-title01 h3, .thirteen-title10 h3, .thirteen-title09 h3, .thirteen-title08 h3, .thirteen-title07 h3, .thirteen-title06 h3, .thirteen-title05 h3, .thirteen-title04 h3, .thirteen-title03 h3, .thirteen-title02 h3, .thirteen-title01 h3, .milkteeth-title08 h3, .milkteeth-title07 h3, .milkteeth-title06 h3, .milkteeth-title05 h3, .milkteeth-title04 h3, .milkteeth-title03 h3, .milkteeth-title02 h3, .milkteeth-title01 h3, .schoolmatic-title08 h3, .schoolmatic-title07 h3, .schoolmatic-title06 h3, .schoolmatic-title05 h3, .schoolmatic-title04 h3, .schoolmatic-title03 h3, .schoolmatic-title02 h3, .schoolmatic-title01 h3, .ecochild-title07 h3, .ecochild-title06 h3, .ecochild-title05 h3, .ecochild-title04 h3, .ecochild-title03 h3, .ecochild-title02 h3, .ecochild-title01 h3, .center-title01 h3, .common-title03 h4, .info20230813sec04-title01 h4, .info20230813sec03-title01 h4, .info20230813sec02-title01 h4, .info20221101-title02 h4, .info20220801-title02 h4, .sitemap-title01 h4, .link-title01 h4, .privacy-title01 h4, .contact-title01 h4, .faq-title03 h4, .faq-title02 h4, .faq-title01 h4, .letter-title01 h4, .thirteen-title10 h4, .thirteen-title09 h4, .thirteen-title08 h4, .thirteen-title07 h4, .thirteen-title06 h4, .thirteen-title05 h4, .thirteen-title04 h4, .thirteen-title03 h4, .thirteen-title02 h4, .thirteen-title01 h4, .milkteeth-title08 h4, .milkteeth-title07 h4, .milkteeth-title06 h4, .milkteeth-title05 h4, .milkteeth-title04 h4, .milkteeth-title03 h4, .milkteeth-title02 h4, .milkteeth-title01 h4, .schoolmatic-title08 h4, .schoolmatic-title07 h4, .schoolmatic-title06 h4, .schoolmatic-title05 h4, .schoolmatic-title04 h4, .schoolmatic-title03 h4, .schoolmatic-title02 h4, .schoolmatic-title01 h4, .ecochild-title07 h4, .ecochild-title06 h4, .ecochild-title05 h4, .ecochild-title04 h4, .ecochild-title03 h4, .ecochild-title02 h4, .ecochild-title01 h4, .center-title01 h4, .common-title03 h5, .info20230813sec04-title01 h5, .info20230813sec03-title01 h5, .info20230813sec02-title01 h5, .info20221101-title02 h5, .info20220801-title02 h5, .sitemap-title01 h5, .link-title01 h5, .privacy-title01 h5, .contact-title01 h5, .faq-title03 h5, .faq-title02 h5, .faq-title01 h5, .letter-title01 h5, .thirteen-title10 h5, .thirteen-title09 h5, .thirteen-title08 h5, .thirteen-title07 h5, .thirteen-title06 h5, .thirteen-title05 h5, .thirteen-title04 h5, .thirteen-title03 h5, .thirteen-title02 h5, .thirteen-title01 h5, .milkteeth-title08 h5, .milkteeth-title07 h5, .milkteeth-title06 h5, .milkteeth-title05 h5, .milkteeth-title04 h5, .milkteeth-title03 h5, .milkteeth-title02 h5, .milkteeth-title01 h5, .schoolmatic-title08 h5, .schoolmatic-title07 h5, .schoolmatic-title06 h5, .schoolmatic-title05 h5, .schoolmatic-title04 h5, .schoolmatic-title03 h5, .schoolmatic-title02 h5, .schoolmatic-title01 h5, .ecochild-title07 h5, .ecochild-title06 h5, .ecochild-title05 h5, .ecochild-title04 h5, .ecochild-title03 h5, .ecochild-title02 h5, .ecochild-title01 h5, .center-title01 h5, .common-title03 h6, .info20230813sec04-title01 h6, .info20230813sec03-title01 h6, .info20230813sec02-title01 h6, .info20221101-title02 h6, .info20220801-title02 h6, .sitemap-title01 h6, .link-title01 h6, .privacy-title01 h6, .contact-title01 h6, .faq-title03 h6, .faq-title02 h6, .faq-title01 h6, .letter-title01 h6, .thirteen-title10 h6, .thirteen-title09 h6, .thirteen-title08 h6, .thirteen-title07 h6, .thirteen-title06 h6, .thirteen-title05 h6, .thirteen-title04 h6, .thirteen-title03 h6, .thirteen-title02 h6, .thirteen-title01 h6, .milkteeth-title08 h6, .milkteeth-title07 h6, .milkteeth-title06 h6, .milkteeth-title05 h6, .milkteeth-title04 h6, .milkteeth-title03 h6, .milkteeth-title02 h6, .milkteeth-title01 h6, .schoolmatic-title08 h6, .schoolmatic-title07 h6, .schoolmatic-title06 h6, .schoolmatic-title05 h6, .schoolmatic-title04 h6, .schoolmatic-title03 h6, .schoolmatic-title02 h6, .schoolmatic-title01 h6, .ecochild-title07 h6, .ecochild-title06 h6, .ecochild-title05 h6, .ecochild-title04 h6, .ecochild-title03 h6, .ecochild-title02 h6, .ecochild-title01 h6, .center-title01 h6, .common-title03 strong, .info20230813sec04-title01 strong, .info20230813sec03-title01 strong, .info20230813sec02-title01 strong, .info20221101-title02 strong, .info20220801-title02 strong, .sitemap-title01 strong, .link-title01 strong, .privacy-title01 strong, .contact-title01 strong, .faq-title03 strong, .faq-title02 strong, .faq-title01 strong, .letter-title01 strong, .thirteen-title10 strong, .thirteen-title09 strong, .thirteen-title08 strong, .thirteen-title07 strong, .thirteen-title06 strong, .thirteen-title05 strong, .thirteen-title04 strong, .thirteen-title03 strong, .thirteen-title02 strong, .thirteen-title01 strong, .milkteeth-title08 strong, .milkteeth-title07 strong, .milkteeth-title06 strong, .milkteeth-title05 strong, .milkteeth-title04 strong, .milkteeth-title03 strong, .milkteeth-title02 strong, .milkteeth-title01 strong, .schoolmatic-title08 strong, .schoolmatic-title07 strong, .schoolmatic-title06 strong, .schoolmatic-title05 strong, .schoolmatic-title04 strong, .schoolmatic-title03 strong, .schoolmatic-title02 strong, .schoolmatic-title01 strong, .ecochild-title07 strong, .ecochild-title06 strong, .ecochild-title05 strong, .ecochild-title04 strong, .ecochild-title03 strong, .ecochild-title02 strong, .ecochild-title01 strong, .center-title01 strong {
  border-left: 8px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700px;
  display: block;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .common-title03 h2, .info20230813sec04-title01 h2, .info20230813sec03-title01 h2, .info20230813sec02-title01 h2, .info20221101-title02 h2, .info20220801-title02 h2, .sitemap-title01 h2, .link-title01 h2, .privacy-title01 h2, .contact-title01 h2, .faq-title03 h2, .faq-title02 h2, .faq-title01 h2, .letter-title01 h2, .thirteen-title10 h2, .thirteen-title09 h2, .thirteen-title08 h2, .thirteen-title07 h2, .thirteen-title06 h2, .thirteen-title05 h2, .thirteen-title04 h2, .thirteen-title03 h2, .thirteen-title02 h2, .thirteen-title01 h2, .milkteeth-title08 h2, .milkteeth-title07 h2, .milkteeth-title06 h2, .milkteeth-title05 h2, .milkteeth-title04 h2, .milkteeth-title03 h2, .milkteeth-title02 h2, .milkteeth-title01 h2, .schoolmatic-title08 h2, .schoolmatic-title07 h2, .schoolmatic-title06 h2, .schoolmatic-title05 h2, .schoolmatic-title04 h2, .schoolmatic-title03 h2, .schoolmatic-title02 h2, .schoolmatic-title01 h2, .ecochild-title07 h2, .ecochild-title06 h2, .ecochild-title05 h2, .ecochild-title04 h2, .ecochild-title03 h2, .ecochild-title02 h2, .ecochild-title01 h2, .center-title01 h2, .common-title03 h3, .info20230813sec04-title01 h3, .info20230813sec03-title01 h3, .info20230813sec02-title01 h3, .info20221101-title02 h3, .info20220801-title02 h3, .sitemap-title01 h3, .link-title01 h3, .privacy-title01 h3, .contact-title01 h3, .faq-title03 h3, .faq-title02 h3, .faq-title01 h3, .letter-title01 h3, .thirteen-title10 h3, .thirteen-title09 h3, .thirteen-title08 h3, .thirteen-title07 h3, .thirteen-title06 h3, .thirteen-title05 h3, .thirteen-title04 h3, .thirteen-title03 h3, .thirteen-title02 h3, .thirteen-title01 h3, .milkteeth-title08 h3, .milkteeth-title07 h3, .milkteeth-title06 h3, .milkteeth-title05 h3, .milkteeth-title04 h3, .milkteeth-title03 h3, .milkteeth-title02 h3, .milkteeth-title01 h3, .schoolmatic-title08 h3, .schoolmatic-title07 h3, .schoolmatic-title06 h3, .schoolmatic-title05 h3, .schoolmatic-title04 h3, .schoolmatic-title03 h3, .schoolmatic-title02 h3, .schoolmatic-title01 h3, .ecochild-title07 h3, .ecochild-title06 h3, .ecochild-title05 h3, .ecochild-title04 h3, .ecochild-title03 h3, .ecochild-title02 h3, .ecochild-title01 h3, .center-title01 h3, .common-title03 h4, .info20230813sec04-title01 h4, .info20230813sec03-title01 h4, .info20230813sec02-title01 h4, .info20221101-title02 h4, .info20220801-title02 h4, .sitemap-title01 h4, .link-title01 h4, .privacy-title01 h4, .contact-title01 h4, .faq-title03 h4, .faq-title02 h4, .faq-title01 h4, .letter-title01 h4, .thirteen-title10 h4, .thirteen-title09 h4, .thirteen-title08 h4, .thirteen-title07 h4, .thirteen-title06 h4, .thirteen-title05 h4, .thirteen-title04 h4, .thirteen-title03 h4, .thirteen-title02 h4, .thirteen-title01 h4, .milkteeth-title08 h4, .milkteeth-title07 h4, .milkteeth-title06 h4, .milkteeth-title05 h4, .milkteeth-title04 h4, .milkteeth-title03 h4, .milkteeth-title02 h4, .milkteeth-title01 h4, .schoolmatic-title08 h4, .schoolmatic-title07 h4, .schoolmatic-title06 h4, .schoolmatic-title05 h4, .schoolmatic-title04 h4, .schoolmatic-title03 h4, .schoolmatic-title02 h4, .schoolmatic-title01 h4, .ecochild-title07 h4, .ecochild-title06 h4, .ecochild-title05 h4, .ecochild-title04 h4, .ecochild-title03 h4, .ecochild-title02 h4, .ecochild-title01 h4, .center-title01 h4, .common-title03 h5, .info20230813sec04-title01 h5, .info20230813sec03-title01 h5, .info20230813sec02-title01 h5, .info20221101-title02 h5, .info20220801-title02 h5, .sitemap-title01 h5, .link-title01 h5, .privacy-title01 h5, .contact-title01 h5, .faq-title03 h5, .faq-title02 h5, .faq-title01 h5, .letter-title01 h5, .thirteen-title10 h5, .thirteen-title09 h5, .thirteen-title08 h5, .thirteen-title07 h5, .thirteen-title06 h5, .thirteen-title05 h5, .thirteen-title04 h5, .thirteen-title03 h5, .thirteen-title02 h5, .thirteen-title01 h5, .milkteeth-title08 h5, .milkteeth-title07 h5, .milkteeth-title06 h5, .milkteeth-title05 h5, .milkteeth-title04 h5, .milkteeth-title03 h5, .milkteeth-title02 h5, .milkteeth-title01 h5, .schoolmatic-title08 h5, .schoolmatic-title07 h5, .schoolmatic-title06 h5, .schoolmatic-title05 h5, .schoolmatic-title04 h5, .schoolmatic-title03 h5, .schoolmatic-title02 h5, .schoolmatic-title01 h5, .ecochild-title07 h5, .ecochild-title06 h5, .ecochild-title05 h5, .ecochild-title04 h5, .ecochild-title03 h5, .ecochild-title02 h5, .ecochild-title01 h5, .center-title01 h5, .common-title03 h6, .info20230813sec04-title01 h6, .info20230813sec03-title01 h6, .info20230813sec02-title01 h6, .info20221101-title02 h6, .info20220801-title02 h6, .sitemap-title01 h6, .link-title01 h6, .privacy-title01 h6, .contact-title01 h6, .faq-title03 h6, .faq-title02 h6, .faq-title01 h6, .letter-title01 h6, .thirteen-title10 h6, .thirteen-title09 h6, .thirteen-title08 h6, .thirteen-title07 h6, .thirteen-title06 h6, .thirteen-title05 h6, .thirteen-title04 h6, .thirteen-title03 h6, .thirteen-title02 h6, .thirteen-title01 h6, .milkteeth-title08 h6, .milkteeth-title07 h6, .milkteeth-title06 h6, .milkteeth-title05 h6, .milkteeth-title04 h6, .milkteeth-title03 h6, .milkteeth-title02 h6, .milkteeth-title01 h6, .schoolmatic-title08 h6, .schoolmatic-title07 h6, .schoolmatic-title06 h6, .schoolmatic-title05 h6, .schoolmatic-title04 h6, .schoolmatic-title03 h6, .schoolmatic-title02 h6, .schoolmatic-title01 h6, .ecochild-title07 h6, .ecochild-title06 h6, .ecochild-title05 h6, .ecochild-title04 h6, .ecochild-title03 h6, .ecochild-title02 h6, .ecochild-title01 h6, .center-title01 h6, .common-title03 strong, .info20230813sec04-title01 strong, .info20230813sec03-title01 strong, .info20230813sec02-title01 strong, .info20221101-title02 strong, .info20220801-title02 strong, .sitemap-title01 strong, .link-title01 strong, .privacy-title01 strong, .contact-title01 strong, .faq-title03 strong, .faq-title02 strong, .faq-title01 strong, .letter-title01 strong, .thirteen-title10 strong, .thirteen-title09 strong, .thirteen-title08 strong, .thirteen-title07 strong, .thirteen-title06 strong, .thirteen-title05 strong, .thirteen-title04 strong, .thirteen-title03 strong, .thirteen-title02 strong, .thirteen-title01 strong, .milkteeth-title08 strong, .milkteeth-title07 strong, .milkteeth-title06 strong, .milkteeth-title05 strong, .milkteeth-title04 strong, .milkteeth-title03 strong, .milkteeth-title02 strong, .milkteeth-title01 strong, .schoolmatic-title08 strong, .schoolmatic-title07 strong, .schoolmatic-title06 strong, .schoolmatic-title05 strong, .schoolmatic-title04 strong, .schoolmatic-title03 strong, .schoolmatic-title02 strong, .schoolmatic-title01 strong, .ecochild-title07 strong, .ecochild-title06 strong, .ecochild-title05 strong, .ecochild-title04 strong, .ecochild-title03 strong, .ecochild-title02 strong, .ecochild-title01 strong, .center-title01 strong {
    font-size: 2.4rem;
  }
}

.common-title04 {
  margin-bottom: 1rem;
}
.common-title04 h2, .common-title04 h3, .common-title04 h4, .common-title04 h5, .common-title04 h6, .common-title04 strong {
  font-weight: bolder;
  display: block;
  line-height: 1.4;
  padding: 0px 0px 0px 22px;
  position: relative;
}
.common-title04 h2:before, .common-title04 h3:before, .common-title04 h4:before, .common-title04 h5:before, .common-title04 h6:before, .common-title04 strong:before {
  content: "\f28d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  position: absolute;
  top: 0px;
}

.common-title05, .singlesec01-header {
  color: #D06A6A;
  padding: 16px 0px;
}
.common-title05 h1, .singlesec01-header h1, .common-title05 h2, .singlesec01-header h2, .common-title05 h3, .singlesec01-header h3, .common-title05 h4, .singlesec01-header h4, .common-title05 h5, .singlesec01-header h5, .common-title05 strong, .singlesec01-header strong {
  color: #D06A6A;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  display: block;
  line-height: 1.4;
}

.common-blocks01 {
  margin-bottom: 2rem;
}

/* archive */
#archivelistsec01 {
  padding: 32px 0px;
}

.archivelist01-item01 {
  border-bottom: 1px dashed #ccc;
  line-height: 1.5;
  padding: 16px 0px;
}
@media (min-width: 992px) {
  .archivelist01-item01 {
    padding: 10px 0px;
  }
}
.archivelist01-item01 header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .archivelist01-item01 header {
    flex-wrap: nowrap;
  }
}
.archivelist01-item01 time {
  margin-right: 16px;
}
@media (min-width: 1400px) {
  .archivelist01-item01 time {
    width: 140px;
  }
}
.archivelist01-item01 .archivelist01-item01-cat {
  flex-flow: 1;
  margin-right: 16px;
}
@media (min-width: 1400px) {
  .archivelist01-item01 .archivelist01-item01-cat {
    width: 140px;
  }
}
.archivelist01-item01 .archivelist01-item01-cat span {
  background: #EDC0C0;
  border-radius: 24px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 1px 32px 0px;
}
.archivelist01-item01 .archivelist01-item01-cat span.cat-event {
  background: #FFC400;
}
.archivelist01-item01 h3 {
  padding: 8px 0px 0px;
}
@media (min-width: 992px) {
  .archivelist01-item01 h3 {
    padding: 4px 0px 0px;
  }
}
@media (min-width: 1400px) {
  .archivelist01-item01 h3 {
    width: calc(100% - 312px);
  }
}
.archivelist01-item01 h3 a {
  display: block;
}
@media (min-width: 992px) {
  .archivelist01-item01 h3 a {
    display: inline;
  }
}

@media (min-width: 768px) {
  .archivelist02 {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.archivelist02-item01 {
  line-height: 1.5;
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .archivelist02-item01 {
    padding: 32px 16px;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .archivelist02-item01 {
    width: 33.3333%;
  }
}

.archivelist02-item01-header {
  margin-bottom: 16px;
}
.archivelist02-item01-header time {
  color: #666;
  display: block;
  margin: 0px;
  padding: 16px 2px;
}
.archivelist02-item01-header p {
  font-weight: bolder;
}

.archivelist02-item01-disc {
  font-size: 0.9em;
}

.activitysec01-disc {
  margin-bottom: 32px;
}

.archivelist03 {
  margin-bottom: 32px;
}

.archivelist03-item01 {
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .archivelist03-item01 {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .archivelist03-item01l {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .archivelist03-item01l {
    width: 36%;
  }
}

@media (min-width: 768px) {
  .archivelist03-item01r {
    padding-left: 32px;
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .archivelist03-item01r {
    width: 64%;
  }
}

.archivelist03-item01-header {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .archivelist03-item01-header {
    margin-bottom: 12px;
  }
}
.archivelist03-item01-header time {
  color: #666;
  display: block;
  margin: 0px;
  padding: 16px 2px;
}
@media (min-width: 768px) {
  .archivelist03-item01-header time {
    font-size: 0.9em;
    padding: 0px 2px 2px;
  }
}
.archivelist03-item01-header p {
  font-weight: bolder;
}

.archivelist03-item01-disc {
  font-size: 0.9em;
}

/* single */
#singlesec01 {
  padding: 0px;
}

.singlesec01-header {
  margin: 0px 0px 32px;
  padding: 0px;
}
.singlesec01-header time {
  color: #999;
  font-size: 1.4rem;
}

.singlesec01-footer {
  padding: 64px 0px;
}

.single-navigation {
  border-top: 1px solid #eee;
  display: flex;
  -js-display: flex;
  padding: 32px 0px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1400px) {
  .single-navigation {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.single-navigation .single-navigation-prev {
  width: 33.3333%;
}
.single-navigation .single-navigation-prev .fp-bta003 {
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
  width: 90%;
}
@media (min-width: 576px) {
  .single-navigation .single-navigation-prev .fp-bta003 {
    font-size: 1.6rem;
  }
}
.single-navigation .single-navigation-prev .fp-bta003:after {
  display: none;
}
.single-navigation .single-navigation-prev .fp-bta003.nolink {
  background: #ccc;
  cursor: auto;
}
.single-navigation .single-navigation-prev .fp-bta003.nolink:hover {
  opacity: 1;
}
.single-navigation .single-navigation-back {
  width: 33.3333%;
}
.single-navigation .single-navigation-back .fp-bta003 {
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
  width: 90%;
}
@media (min-width: 576px) {
  .single-navigation .single-navigation-back .fp-bta003 {
    font-size: 1.6rem;
  }
}
.single-navigation .single-navigation-back .fp-bta003:after {
  display: none;
}
.single-navigation .single-navigation-back .fp-bta003.nolink {
  background: #ccc;
  cursor: auto;
}
.single-navigation .single-navigation-back .fp-bta003.nolink:hover {
  opacity: 1;
}
.single-navigation .single-navigation-next {
  width: 33.3333%;
}
.single-navigation .single-navigation-next .fp-bta003 {
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
  width: 90%;
}
@media (min-width: 576px) {
  .single-navigation .single-navigation-next .fp-bta003 {
    font-size: 1.6rem;
  }
}
.single-navigation .single-navigation-next .fp-bta003:after {
  display: none;
}
.single-navigation .single-navigation-next .fp-bta003.nolink {
  background: #ccc;
  cursor: auto;
}
.single-navigation .single-navigation-next .fp-bta003.nolink:hover {
  opacity: 1;
}

/* ================================================== *
 * footer
 * ================================================== */
#footer {
  border-top: 4px solid #ffe07a;
}

.footer-navi {
  padding: 16px 0px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-navi {
    text-align: right;
  }
}
.footer-navi li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0px 8px;
}
@media (min-width: 992px) {
  .footer-navi li {
    margin: 0px 0px 0px 16px;
  }
}
.footer-navi li:before {
  content: "○";
}

.footer-item01 {
  padding: 32px 0px;
}
.footer-item01 p {
  margin: 0px auto;
  max-width: 560px;
}
@media (min-width: 992px) {
  .footer-item01 p {
    margin: 0px;
    max-width: none;
    text-align: right;
  }
  .footer-item01 p img {
    max-width: 560px;
  }
}

.footer-item02 {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-item02 {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}

.footer-item02box01 {
  font-size: 1.4rem;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer-item02box01 {
    padding-left: 48px;
  }
}
.footer-item02box01 .fp-bta003 {
  margin-top: 16px;
  width: 72%;
}

.footer-item02box01-tt {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .footer-item02box01-tt {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
}
.footer-item02box01-tt em {
  color: #000;
  font-size: 1.7rem;
}

.copyright {
  font-size: 1.3rem;
  padding: 32px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}

.footer-item03 {
  border-top: 1px solid #ccc;
  padding: 32px 0px;
}
.footer-item03 img {
  border: 1px solid #eee;
}
@media (min-width: 576px) {
  .footer-item03 ul {
    display: flex;
    justify-content: center;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.footer-item03 li {
  padding: 8px 0px;
}
@media (min-width: 576px) {
  .footer-item03 li {
    padding: 0px 4px;
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .footer-item03 li {
    width: 240px;
  }
}

#page_top {
  border: 2px solid #fff;
  line-height: 100%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #EDC0C0;
  opacity: 0.6;
  border-radius: 50%;
}
@media (min-width: 992px) {
  #page_top {
    right: 40px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ================================================== *
 * index
 * ================================================== */
#index-slider {
  background: #FBFBEF;
}
@media (min-width: 1400px) {
  #index-slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1480px;
  }
}
#index-slider .swiper-button-prev,
#index-slider .swiper-button-next,
#index-slider .swiper-pagination {
  color: #fff;
}
#index-slider .swiper-pagination-bullet {
  background: #fff;
}

.index-title01 {
  text-align: center;
}
@media (min-width: 768px) {
  .index-title01 {
    text-align: left;
  }
}

.index-title02 {
  color: #333;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .index-title02 {
    font-size: 2.4rem;
  }
}
.index-title02 h2, .index-title02 h3, .index-title02 h4, .index-title02 h5, .index-title02 h6 {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .index-title02 h2, .index-title02 h3, .index-title02 h4, .index-title02 h5, .index-title02 h6 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .index-title02 h2, .index-title02 h3, .index-title02 h4, .index-title02 h5, .index-title02 h6 {
    font-size: 4.8rem;
  }
}
.index-title02 p {
  padding-left: 4px;
}
.index-title02 .index-title02-eco {
  color: #B4CE60;
}
.index-title02 .index-title02-child {
  color: #D06A6A;
}

.index-title03 {
  text-align: center;
}

.index-linkbox01 {
  padding: 32px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .index-linkbox01 {
    padding: 64px 0px;
  }
}
@media (min-width: 992px) {
  .index-linkbox01 {
    padding: 16px 0px 0px;
    text-align: left;
  }
}
.index-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 768px) {
  .index-linkbox01 .fp-bta003 {
    font-size: 1.8rem;
    width: 64%;
  }
}
@media (min-width: 992px) {
  .index-linkbox01 .fp-bta003 {
    font-size: 1.6rem;
    width: 300px;
  }
}

/* ================================================== *
 * indexsec01
 * ================================================== */
#indexsec01 {
  padding: 32px 0px;
}
@media (min-width: 1400px) {
  #indexsec01 {
    padding: 64px 0px;
  }
}

@media (min-width: 992px) {
  .indexsec01box01 {
    display: flex;
    -js-display: flex;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .indexsec01box01l {
    padding-right: 40px;
    padding-top: 16px;
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .indexsec01box01l {
    padding-right: 100px;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .indexsec01box01r {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .indexsec01box01r {
    width: 25%;
  }
}
.indexsec01box01r ul {
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  .indexsec01box01r ul {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 992px) {
  .indexsec01box01r ul {
    display: block;
  }
}
.indexsec01box01r li {
  padding: 8px 0px;
}
@media (min-width: 768px) {
  .indexsec01box01r li {
    padding: 8px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .indexsec01box01r li {
    padding: 8px 0px;
    width: 100%;
  }
}

/* ================================================== *
 * indexsec02
 * ================================================== */
#indexsec02 {
  background: #fff3cc;
  margin: 32px 0px;
  padding: 64px 0px 32px;
}
@media (min-width: 1400px) {
  #indexsec02 {
    padding: 64px 0px;
  }
}

.indexsec02-inner {
  background: url(../img/indexsec02-bg.png) no-repeat right bottom;
  background-size: 56% auto;
}
@media (min-width: 992px) {
  .indexsec02-inner {
    background: url(../img/indexsec02-bg_lg.png) no-repeat right bottom;
    background-size: 48% auto;
  }
}
@media (min-width: 1400px) {
  .indexsec02-inner {
    background: url(../img/indexsec02-bg_lg.png) no-repeat right bottom;
    background-size: 42% auto;
  }
}

.indexsec02-item01 {
  padding: 16px 0px 0px;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .indexsec02-item01 {
    padding: 32px 0px 0px;
  }
}
@media (min-width: 992px) {
  .indexsec02-item01 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .indexsec02-item01 {
    font-size: 1.1em;
    width: 54%;
  }
}

/* ================================================== *
 * indexsec03
 * ================================================== */
#indexsec03 {
  padding: 32px 0px;
}
@media (min-width: 1400px) {
  #indexsec03 {
    padding: 64px 0px;
  }
}

.indexsec03-item01 .index-linkbox01 {
  text-align: center;
}
@media (min-width: 992px) {
  .indexsec03-item01 .index-linkbox01 .fp-bta003 {
    padding: 20px;
    width: 480px;
  }
}

/* ================================================== *
 * center
 * ================================================== */
/* ================================================== *
 * centersec01
 * ================================================== */
#centersec01 {
  padding: 32px 0px;
}
#centersec01 img {
  border: 1px solid #eee;
}

.centersec01-item01 dl {
  margin-bottom: 16px;
}
.centersec01-item01 dt {
  font-weight: bolder;
}

/* ================================================== *
 * centersec02
 * ================================================== */
#centersec02 {
  padding: 32px 0px;
}

.centersec02-item01 {
  background: #eee;
  border-radius: 8px;
  padding: 16px 24px 2px;
}
.centersec02-item01 dl {
  margin-bottom: 16px;
}
.centersec02-item01 dt {
  font-weight: bolder;
}

/* ================================================== *
 * centersec03
 * ================================================== */
#centersec03 {
  padding: 32px 0px;
}

.centersec03-item01 table {
  width: 100%;
}
.centersec03-item01 th {
  background: #FBFBEF;
  border: 1px solid #ccc;
  padding: 16px 8px;
  vertical-align: middle;
  width: 32%;
}
@media (min-width: 1400px) {
  .centersec03-item01 th {
    padding: 16px;
  }
}
.centersec03-item01 td {
  border: 1px solid #ccc;
  line-height: 1.4;
  padding: 16px 8px;
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .centersec03-item01 td {
    padding: 16px;
  }
}
.centersec03-item01 td span {
  display: block;
  font-size: 1.3rem;
  margin-top: 2px;
}

/* ================================================== *
 * ecochild
 * ================================================== */
.ecochild-title05 span {
  font-size: 0.8em;
  padding-left: 2px;
}

.ecochild-title06 span {
  font-size: 0.8em;
  padding-left: 2px;
}

/* ================================================== *
 * ecochildsec01
 * ================================================== */
#ecochildsec01 {
  padding: 32px 0px;
}

.ecochildsec01-item01 {
  margin-bottom: 32px;
}

@media (min-width: 1400px) {
  .ecochildsec01-item02 {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
  }
}
.ecochildsec01-item02 img {
  border: 1px solid #ccc;
}

@media (min-width: 1400px) {
  .ecochildsec01-item02l {
    padding-right: 20px;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .ecochildsec01-item02r {
    padding-left: 20px;
    width: 50%;
  }
}

/* ================================================== *
 * ecochildsec02
 * ================================================== */
#ecochildsec02 {
  padding: 32px 0px;
}

/* ================================================== *
 * ecochildsec03
 * ================================================== */
#ecochildsec03 {
  padding: 32px 0px;
}

.ecochildsec03-item01 {
  margin-bottom: 32px;
}

.ecochildsec03-item02 table {
  width: 100%;
}
.ecochildsec03-item02 caption {
  color: #D06A6A;
  font-weight: bolder;
  margin-bottom: 16px;
  text-align: left;
}
.ecochildsec03-item02 th {
  background: #FBFBEF;
  border: 1px solid #ccc;
  font-weight: bolder;
  vertical-align: middle;
  width: 24%;
}
.ecochildsec03-item02 th a, .ecochildsec03-item02 th span {
  display: block;
  padding: 50px 0px;
  width: 100%;
}
.ecochildsec03-item02 td {
  border: 1px solid #ccc;
  line-height: 1.4;
  padding: 8px 8px 8px 16px;
  vertical-align: middle;
}
.ecochildsec03-item02 td ul {
  margin: 12px 0px 0px;
  padding: 0px;
}
.ecochildsec03-item02 td ul li {
  display: inline-block;
  margin-right: 4px;
}
.ecochildsec03-item02 td ul li:before {
  content: "○";
  padding-right: 2px;
}

/* ================================================== *
 * ecochildsec04
 * ================================================== */
#ecochildsec04 {
  padding: 32px 0px;
}

.ecochildsec04-item01 {
  margin: 0px auto 48px;
}
.ecochildsec04-item01 img {
  display: block;
  margin: 0px auto 32px;
  width: 72%;
}

.ecochildsec04-item02 {
  margin-bottom: 32px;
}
.ecochildsec04-item02 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
}

.ecochildsec04-item03 {
  font-size: 1.2rem;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  .ecochildsec04-item03 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .ecochildsec04-item03 {
    font-size: inherit;
  }
}
.ecochildsec04-item03 table {
  border: 1px solid #ccc;
}
.ecochildsec04-item03 table thead th {
  background: #f6e0e0;
}
.ecochildsec04-item03 table tbody tr:nth-child(even) {
  background: #eee;
}
.ecochildsec04-item03 table th {
  border: 1px solid #ccc;
  padding: 12px 4px 10px;
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .ecochildsec04-item03 table th {
    padding: 12px 12px 10px;
  }
}
.ecochildsec04-item03 table td {
  border: 1px solid #ccc;
  padding: 12px 4px 10px;
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .ecochildsec04-item03 table td {
    padding: 12px 12px 10px;
  }
}
.ecochildsec04-item03 table .ecochildsec04-resercher {
  width: 100px;
}
@media (min-width: 576px) {
  .ecochildsec04-item03 table .ecochildsec04-resercher {
    width: auto;
  }
}

.ecochildsec04-linkbox {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 1400px) {
  .ecochildsec04-linkbox .fp-bta003 {
    width: 600px;
  }
}

/* ================================================== *
 * ecochild-detailsec01
 * ================================================== */
#ecochild-detailsec01 {
  padding: 32px 0px;
}

.ecochild-detailsec01-item01 {
  border: 1px solid #EDC0C0;
  border-radius: 8px;
  margin-bottom: 32px;
}
.ecochild-detailsec01-item01 header {
  background: #fbf0f0;
  border-bottom: 1px solid #EDC0C0;
  border-radius: 8px 8px 0px 0px;
  color: #D06A6A;
  font-weight: bolder;
  padding: 12px 12px 10px;
}
@media (min-width: 1400px) {
  .ecochild-detailsec01-item01 header {
    padding: 12px 20px 10px;
  }
}
.ecochild-detailsec01-item01 header h3, .ecochild-detailsec01-item01 header h4 {
  font-size: 1.6rem;
}

.ecochild-detailsec01-item01-disc {
  padding: 12px;
}
@media (min-width: 1400px) {
  .ecochild-detailsec01-item01-disc {
    padding: 16px 20px;
  }
}
.ecochild-detailsec01-item01-disc ul {
  padding: 8px 0px;
}

/* ================================================== *
 * ecochild-detailsec02
 * ================================================== */
#ecochild-detailsec02 {
  padding: 32px 0px;
}

/* ================================================== *
 * ecochild-detailsec03
 * ================================================== */
#ecochild-detailsec03 {
  padding: 32px 0px;
}

.ecochild-detailsec03-item01 {
  margin: 0px;
  padding: 0px;
}
.ecochild-detailsec03-item01 table {
  table-layout: fixed;
  width: 100%;
}
.ecochild-detailsec03-item01 thead th {
  background: #fbf0f0;
}
.ecochild-detailsec03-item01 tbody th {
  background: #eee;
}
.ecochild-detailsec03-item01 th {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .ecochild-detailsec03-item01 th {
    padding: 8px 16px;
  }
}
.ecochild-detailsec03-item01 td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .ecochild-detailsec03-item01 td {
    padding: 8px 16px;
  }
}

/* ================================================== *
 * schoolmatic
 * ================================================== */
/* ================================================== *
 * schoolmaticsec01
 * ================================================== */
#schoolmaticsec01 {
  background: #B4CE60;
  margin: 32px 0px;
  padding: 24px 16px;
}
#schoolmaticsec01 strong {
  display: block;
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 8px;
  text-align: center;
}

.schoolmaticsec01-item01 img {
  border-radius: 12px;
}

.schoolmaticsec01-item02 {
  margin: 24px 0px 0px;
  padding: 0px;
}
.schoolmaticsec01-item02 li {
  list-style: none;
  margin: 0px;
  padding: 4px 0px;
}
@media (min-width: 768px) {
  .schoolmaticsec01-item02 li {
    font-size: 0.9em;
    float: left;
    margin: 0px 8px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec01-item02 li {
    font-size: 1em;
  }
}
.schoolmaticsec01-item02 a {
  background: #fff;
  border-radius: 60px;
  display: block;
  font-weight: bolder;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.schoolmaticsec01-item02 a:hover {
  opacity: 0.8;
}

/* ================================================== *
 * schoolmaticsec02
 * ================================================== */
#schoolmaticsec02 {
  padding: 32px 0px;
}

.schoolmaticsec02-item01 .youtube_res {
  margin-bottom: 16px;
  margin-top: 8px;
}

/* ================================================== *
 * schoolmaticsec03
 * ================================================== */
#schoolmaticsec03 {
  padding: 32px 0px;
}

/* ================================================== *
 * schoolmaticsec04
 * ================================================== */
#schoolmaticsec04 {
  padding: 32px 0px;
}
#schoolmaticsec04 strong {
  font-weight: bolder;
}

.schoolmaticsec04-item01-outer {
  margin-bottom: 32px;
}
@media (min-width: 1400px) {
  .schoolmaticsec04-item01-outer {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.schoolmaticsec04-item01 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}
@media (min-width: 1400px) {
  .schoolmaticsec04-item01 {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
  }
}

.schoolmaticsec04-item01l {
  border-right: 1px solid #B4CE60;
  padding-right: 16px;
  width: 32%;
}
@media (min-width: 768px) {
  .schoolmaticsec04-item01l {
    width: 24%;
  }
}

.schoolmaticsec04-item01r {
  line-height: 1.5;
  padding-left: 16px;
  width: 68%;
}
@media (min-width: 768px) {
  .schoolmaticsec04-item01r {
    width: 76%;
  }
}
.schoolmaticsec04-item01r h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

.schoolmaticsec04-item02-outer {
  margin-bottom: 32px;
}

.schoolmaticsec04-item02 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}

.schoolmaticsec04-item02l {
  border-right: 1px solid #B4CE60;
  padding-right: 16px;
  width: 32%;
}
@media (min-width: 768px) {
  .schoolmaticsec04-item02l {
    width: 24%;
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec04-item02l {
    width: 11%;
  }
}

.schoolmaticsec04-item02r {
  line-height: 1.5;
  padding-left: 16px;
  width: 68%;
}
@media (min-width: 768px) {
  .schoolmaticsec04-item02r {
    width: 76%;
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec04-item02r {
    width: 89%;
  }
}
.schoolmaticsec04-item02r h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

/* ================================================== *
 * schoolmaticsec05
 * ================================================== */
#schoolmaticsec05 {
  padding: 32px 0px;
}
#schoolmaticsec05 strong {
  font-weight: bolder;
}

.schoolmaticsec05-next:after {
  content: "\f0ab";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  padding: 12px 0px 0px;
  text-align: center;
}

.schoolmaticsec05-item01 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}
.schoolmaticsec05-item01 h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

.schoolmaticsec05-item01r {
  padding-left: 16px;
  line-height: 1.5;
  width: 32%;
}
@media (min-width: 768px) {
  .schoolmaticsec05-item01r {
    width: 24%;
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec05-item01r {
    width: 12%;
  }
}

.schoolmaticsec05-item01l {
  width: 68%;
}
@media (min-width: 768px) {
  .schoolmaticsec05-item01l {
    width: 76%;
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec05-item01l {
    width: 88%;
  }
}

.schoolmaticsec05-item02 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}
.schoolmaticsec05-item02 h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

/* ================================================== *
 * schoolmaticsec06
 * ================================================== */
#schoolmaticsec06 {
  padding: 32px 0px;
}
#schoolmaticsec06 strong {
  font-weight: bolder;
}

/* ================================================== *
 * schoolmaticsec07
 * ================================================== */
#schoolmaticsec07 {
  padding: 32px 0px;
}
#schoolmaticsec07 strong {
  font-weight: bolder;
}

.schoolmaticsec07-item01 {
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.schoolmaticsec07-item01 strong {
  display: block;
  font-weight: bolder;
  margin-bottom: 4px;
}

/* ================================================== *
 * schoolmaticsec08
 * ================================================== */
#schoolmaticsec08 {
  padding: 32px 0px;
}
#schoolmaticsec08 ul {
  margin: 16px 0px 0px 20px;
}
#schoolmaticsec08 ul li {
  list-style: outside disc;
  margin-top: 8px;
}

/* ================================================== *
 * schoolmaticsec09
 * ================================================== */
#schoolmaticsec09 {
  padding: 32px 0px;
}

.schoolmaticsec09-item01 {
  background: url(../img/schoolmaticsec09-bg01.jpg) no-repeat right bottom;
  background-size: 100px auto;
  padding-right: 140px;
}
@media (min-width: 768px) {
  .schoolmaticsec09-item01 {
    background: url(../img/schoolmaticsec09-bg01.jpg) no-repeat right bottom;
    background-size: 80px auto;
  }
}
@media (min-width: 1400px) {
  .schoolmaticsec09-item01 {
    background: url(../img/schoolmaticsec09-bg01.jpg) no-repeat 730px bottom;
    background-size: 60px auto;
  }
}

/* ================================================== *
 * schoolmaticsec10
 * ================================================== */
#schoolmaticsec10 {
  padding: 32px 0px;
}

.schoolmaticsec10-item02 {
  border: 2px solid #ccc;
  border-radius: 12px;
  margin-top: 40px;
  padding: 0px 16px 24px;
}
.schoolmaticsec10-item02 dt {
  margin-bottom: 16px;
  margin-top: -16px;
}
.schoolmaticsec10-item02 dt span {
  background: #EDC0C0;
  display: inline-block;
  padding: 2px 8px;
}
.schoolmaticsec10-item02 li {
  display: inline-block;
  padding-left: 8px;
}
.schoolmaticsec10-item02 li:before {
  content: "○";
  padding-right: 4px;
}

.schoolmaticsec10-item03 {
  margin-top: 32px;
}

.schoolmaticsec10-linkbox {
  border: 8px solid #eee;
  margin-top: 40px;
  padding: 32px;
  text-align: center;
}
.schoolmaticsec10-linkbox strong {
  font-size: 2rem;
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  margin-bottom: 24px;
}
.schoolmaticsec10-linkbox .fp-bta003 {
  width: 80%;
}

/* ================================================== *
 * schoolmaticsec11
 * ================================================== */
#schoolmaticsec11 {
  padding: 32px 0px;
}

/* ================================================== *
 * milkteeth
 * ================================================== */
/* ================================================== *
 * milkteethsec01
 * ================================================== */
#milkteethsec01 {
  background: #eee;
  margin: 32px 0px;
  padding: 24px 16px;
}
#milkteethsec01 strong {
  display: block;
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 8px;
  text-align: center;
}

.milkteethsec01-item01 img {
  border-radius: 12px;
}

.milkteethsec01-item02 {
  margin: 24px 0px 0px;
  padding: 0px;
}
.milkteethsec01-item02 li {
  list-style: none;
  margin: 0px;
  padding: 4px 0px;
}
@media (min-width: 768px) {
  .milkteethsec01-item02 li {
    font-size: 0.9em;
    float: left;
    margin: 0px 8px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1400px) {
  .milkteethsec01-item02 li {
    font-size: 1em;
  }
}
.milkteethsec01-item02 a {
  background: #fff;
  border-radius: 60px;
  display: block;
  font-weight: bolder;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.milkteethsec01-item02 a:hover {
  opacity: 0.8;
}

.milkteethsec01-item03 {
  background: #fff;
  border-radius: 8px;
  margin: 24px 0px 0px;
  padding: 16px;
  text-align: center;
}
.milkteethsec01-item03 span {
  font-weight: bolder;
}

/* ================================================== *
 * milkteethsec02
 * ================================================== */
#milkteethsec02 {
  padding: 32px 0px;
}

.milkteethsec02-item01 .youtube_res {
  margin-bottom: 16px;
  margin-top: 8px;
}

/* ================================================== *
 * milkteethsec03
 * ================================================== */
#milkteethsec03 {
  padding: 32px 0px;
}

/* ================================================== *
 * schoolmaticsec04
 * ================================================== */
#milkteethsec04 {
  padding: 32px 0px;
}
#milkteethsec04 strong {
  font-weight: bolder;
}

.milkteethsec04-next:after {
  content: "\f0ab";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  padding: 12px 0px 0px;
  text-align: center;
}

.milkteethsec04-item01 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}
.milkteethsec04-item01 h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

.milkteethsec04-item01r {
  padding-left: 16px;
  line-height: 1.5;
  width: 32%;
}
@media (min-width: 768px) {
  .milkteethsec04-item01r {
    width: 24%;
  }
}
@media (min-width: 1400px) {
  .milkteethsec04-item01r {
    width: 20%;
  }
}

.milkteethsec04-item01l {
  width: 68%;
}
@media (min-width: 768px) {
  .milkteethsec04-item01l {
    width: 76%;
  }
}
@media (min-width: 1400px) {
  .milkteethsec04-item01l {
    width: 80%;
  }
}

.milkteethsec04-item02 {
  align-items: center;
  border: 2px solid #B4CE60;
  border-radius: 12px;
  margin-top: 16px;
  padding: 24px 16px;
  width: 100%;
}
.milkteethsec04-item02 h4 {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

/* ================================================== *
 * milkteethsec05
 * ================================================== */
#milkteethsec05 {
  padding: 32px 0px;
}

/* ================================================== *
 * milkteethsec06
 * ================================================== */
#milkteethsec06 {
  padding: 32px 0px;
}

/* ================================================== *
 * milkteethsec07
 * ================================================== */
#milkteethsec07 {
  padding: 32px 0px;
}

/* ================================================== *
 * milkteethsec08
 * ================================================== */
#milkteethsec08 {
  padding: 32px 0px;
}

.milkteethsec08-linkbox {
  border: 8px solid #eee;
  margin-top: 40px;
  padding: 32px;
  text-align: center;
}
.milkteethsec08-linkbox strong {
  font-size: 2rem;
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  margin-bottom: 24px;
}
.milkteethsec08-linkbox .fp-bta003 {
  width: 80%;
}

/* ================================================== *
 * milkteethsec09
 * ================================================== */
#milkteethsec09 {
  padding: 32px 0px;
}

/* ================================================== *
 * thirteen
 * ================================================== */
/* ================================================== *
 * thirteensec01
 * ================================================== */
#thirteensec01 {
  margin: 32px 0px;
}

.thirteensec01-item02 ul {
  display: flex;
  margin: 0px -8px;
  padding: 40px 0px;
}
.thirteensec01-item02 li {
  padding: 0px 8px;
}

/* ================================================== *
 * thirteensec02
 * ================================================== */
#thirteensec02 {
  margin: 32px 0px;
}

.thirteensec01-item02 ul {
  display: flex;
  margin: 0px -8px;
  padding: 40px 0px;
}
.thirteensec01-item02 li {
  padding: 0px 8px;
}

/* ================================================== *
 * thirteensec03
 * ================================================== */
#thirteensec03 {
  margin: 32px 0px;
}

.thirteensec03-item01 {
  position: relative;
}
.thirteensec03-item01 .thirteensec03-item01box {
  position: absolute;
  top: 38%;
  left: 41%;
}
.thirteensec03-item01 .thirteensec03-item01box ul {
  padding-right: 14px;
  width: 100%;
}
.thirteensec03-item01 .thirteensec03-item01box li {
  float: left;
  padding-right: 12px;
  width: 50%;
}
.thirteensec03-item01 .thirteensec03-item01box li a {
  display: block;
}

/* ================================================== *
 * thirteensec04
 * ================================================== */
#thirteensec04 {
  margin: 32px 0px;
}

.thirteensec04-item01 {
  margin-bottom: 32px;
}

/* ================================================== *
 * thirteensec04
 * ================================================== */
#thirteensec05 {
  margin: 32px 0px;
}

.thirteensec05-item01 {
  margin-bottom: 32px;
}
.thirteensec05-item01 dt {
  background: #eee;
  border-radius: 8px;
  position: relative;
  padding: 6px 12px 6px 28px;
  font-weight: bolder;
}
.thirteensec05-item01 dt::before {
  content: "○";
  position: absolute;
  left: 8px;
  top: 6px;
}
.thirteensec05-item01 dd {
  line-height: 1.6;
  margin-top: 16px;
  padding: 0px 12px;
}
.thirteensec05-item01 dd ol {
  margin-top: 8px;
  padding-left: 24px;
  list-style: outside decimal;
}
.thirteensec05-item01 dd ol li {
  margin-bottom: 4px;
}

/* ================================================== *
 * thirteensec06
 * ================================================== */
#thirteensec06 {
  margin: 32px 0px;
}

/* ================================================== *
 * thirteensec07
 * ================================================== */
#thirteensec07 {
  margin: 32px 0px;
}

.thirteensec07-item01 {
  margin-bottom: 32px;
}

/* ================================================== *
 * thirteensec08
 * ================================================== */
#thirteensec08 {
  margin: 32px 0px;
}

.thirteensec08-item01 {
  margin-bottom: 32px;
}

.thirteensec08-item02 {
  background: #edfeff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 24px;
}
.thirteensec08-item02 ul {
  list-style: inside disc;
}
.thirteensec08-item02 ul li {
  float: left;
  padding: 0px 1rem 4px 0px;
}

/* ================================================== *
 * thirteensec09
 * ================================================== */
#thirteensec09 {
  margin: 32px 0px;
}
#thirteensec09 span {
  color: brown;
  font-weight: bolder;
}

/* ================================================== *
 * thirteensec10
 * ================================================== */
#thirteensec10 {
  margin: 32px 0px;
}
#thirteensec10 span {
  color: brown;
  font-weight: bolder;
}

.thirteensec10-item01 {
  margin-bottom: 32px;
}
.thirteensec10-item01 dt {
  background: #eee;
  border-radius: 8px;
  position: relative;
  padding: 6px 12px 6px 28px;
  font-weight: bolder;
}
.thirteensec10-item01 dt::before {
  content: "○";
  position: absolute;
  left: 8px;
  top: 6px;
}
.thirteensec10-item01 dd {
  line-height: 1.6;
  margin-top: 16px;
  padding: 0px 12px;
}
.thirteensec10-item01 dd ol {
  margin-top: 8px;
  padding-left: 24px;
  list-style: outside decimal;
}
.thirteensec10-item01 dd ol li {
  margin-bottom: 4px;
}

/* ================================================== *
 * thirteensec11
 * ================================================== */
#thirteensec11 {
  margin: 32px 0px;
}

/* ================================================== *
 * letter
 * ================================================== */
/* ================================================== *
 * letterlettersec01
 * ================================================== */
#lettersec01 {
  padding: 32px 0px;
}

.lettersec01-item01 {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .lettersec01-item02-outer {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.lettersec01-item02 {
  border-bottom: 1px solid #eee;
  padding: 32px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .lettersec01-item02 {
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .lettersec01-item02 {
    width: 33.333%;
  }
}
.lettersec01-item02 h3 {
  margin-bottom: 24px;
}
.lettersec01-item02 h3 img {
  border: 1px solid #eee;
}
.lettersec01-item02 strong {
  display: block;
  margin-bottom: 16px;
}
.lettersec01-item02 strong span {
  background: #D06A6A;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  padding: 2px 8px 1px;
}
.lettersec01-item02 .fp-bta003 {
  width: 72%;
}
@media (min-width: 768px) {
  .lettersec01-item02 .fp-bta003 {
    font-size: 1.5rem;
    width: 80%;
  }
}

/* ================================================== *
 * faq
 * ================================================== */
@media (min-width: 768px) {
  .faqsec01-subnavi ul {
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
  }
}
.faqsec01-subnavi li {
  border-top: 1px solid #8da834;
}
@media (min-width: 768px) {
  .faqsec01-subnavi li {
    border-top: none;
    border-left: 1px solid #8da834;
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .faqsec01-subnavi li {
    font-size: 0.9em;
  }
}
@media (min-width: 1400px) {
  .faqsec01-subnavi li {
    font-size: 1em;
  }
}
.faqsec01-subnavi li:first-child {
  border: none;
}
.faqsec01-subnavi li:first-child a {
  border-radius: 8px 8px 0px 0px;
}
@media (min-width: 768px) {
  .faqsec01-subnavi li:first-child a {
    border-radius: 0px;
  }
}
.faqsec01-subnavi li:last-child a {
  border-radius: 0px 0px 8px 8px;
}
@media (min-width: 768px) {
  .faqsec01-subnavi li:last-child a {
    border-radius: 0px;
  }
}
.faqsec01-subnavi a {
  background: #B4CE60;
  color: #fff;
  display: block;
  font-weight: bolder;
  padding: 14px 4px 12px;
  text-align: center;
  text-decoration: none;
}
.faqsec01-subnavi a:hover {
  background: #c3d87f;
}

/* ================================================== *
 * letterlettersec01
 * ================================================== */
#faqsec01 {
  padding: 32px 0px;
}

.faqsec01-boxer {
  margin-top: 40px;
}

.faqsec01-item01-outer {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.faqsec01-item01 {
  border-top: 1px solid #ccc;
  cursor: pointer;
  padding: 0px 16px;
}
.faqsec01-item01:first-child {
  border: none;
}

.faqsec01-item01-question {
  position: relative;
  padding-bottom: 16px;
  padding-top: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
.faqsec01-item01-question:before {
  color: #666;
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  left: 0px;
  position: absolute;
  top: 10px;
}
.faqsec01-item01-question:after {
  color: #666;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-top: -11px;
  right: 0px;
  position: absolute;
  top: 50%;
}
.faqsec01-item01-question.active:after {
  content: "\f077";
}

.faqsec01-item01-answer {
  border-top: 1px solid #eee;
  display: none;
  padding: 24px 0px 24px 40px;
}
.faqsec01-item01-answer ul {
  margin-left: 24px;
  padding: 1rem 0px;
}
.faqsec01-item01-answer ul li {
  list-style: outside disc;
}

/* ================================================== *
 * result
 * ================================================== */
/* ================================================== *
 * resultsec01
 * ================================================== */
#resultsec01 {
  padding: 32px 0px;
}

.resultsec01-item01 {
  border: 1px solid #D06A6A;
  color: #D06A6A;
  font-weight: bolder;
  margin-top: 40px;
  padding: 16px;
  text-align: center;
}

/* ================================================== *
 * contact
 * ================================================== */
/* ================================================== *
 * contactsec01
 * ================================================== */
#contactsec01 {
  padding: 32px 0px;
}

.contactsec01-item02 {
  border: 4px solid #f6e0e0;
  border-radius: 8px;
  margin: 32px 0px;
  padding: 16px;
}
.contactsec01-item02 h3 {
  color: #D06A6A;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1.5;
  margin-bottom: 8px;
}
.contactsec01-item02 h3 span {
  display: inline;
  font-size: 0.9em;
  padding-left: 4px;
}

/* ================================================== *
 * contactsec02
 * ================================================== */
#contactsec02 {
  padding: 32px 0px;
}

.contactsec02-item01 {
  padding: 32px 0px;
}

.contactsec02-item02 input[type=checkbox] {
  -webkit-appearance: checkbox;
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.contactsec02-item02 table {
  border-collapse: collapse;
  margin-bottom: 32px;
  width: 100%;
}
.contactsec02-item02 table th {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  letter-spacing: 0px;
  padding: 16px 8px;
  text-align: center;
  vertical-align: middle;
  width: 36%;
}
@media (min-width: 576px) {
  .contactsec02-item02 table th {
    font-size: inherit;
    width: 32%;
  }
}
@media (min-width: 768px) {
  .contactsec02-item02 table th {
    text-align: center;
  }
}
.contactsec02-item02 table th span {
  color: #D06A6A;
  display: block;
  font-size: 1rem;
  padding-left: 3px;
}
.contactsec02-item02 table th span:before {
  content: "(";
}
.contactsec02-item02 table th span:after {
  content: ")";
}
.contactsec02-item02 table td {
  border-bottom: 1px solid #ddd;
  padding: 16px 8px;
  text-align: left;
  vertical-align: middle;
}
.contactsec02-item02 table td input[type=text],
.contactsec02-item02 table td input[type=tel],
.contactsec02-item02 table td input[type=email],
.contactsec02-item02 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}

.contact-linkbox01 {
  padding: 24px 0px;
  text-align: center;
}
.contact-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 576px) {
  .contact-linkbox01 .fp-bta003 {
    width: 320px;
  }
}

/* ================================================== *
 * square
 * ================================================== */
/* ================================================== *
 * squaresec01
 * ================================================== */
#squaresec01 {
  padding: 32px 0px;
}

@media (min-width: 768px) {
  .squaresec01-item01-outer {
    display: flex;
    -js-display: flex;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1400px) {
  .squaresec01-item01-outer {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.squaresec01-item01 {
  background: #FBFBEF;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .squaresec01-item01 {
    margin: 0px 8px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1400px) {
  .squaresec01-item01 {
    margin: 0px 16px;
    padding: 16px;
    width: calc(50% - 32px);
  }
}
.squaresec01-item01 img {
  border: 1px solid #eee;
  border-radius: 8px;
  display: block;
}
.squaresec01-item01 figcaption {
  font-size: 1.8rem;
  font-weight: bolder;
  padding: 12px 0px 4px;
  text-align: center;
}
.squaresec01-item01 .fp-bta003 {
  max-width: 80%;
}

/* ================================================== *
 * square-linkbox01
 * ================================================== */
.square-linkbox01 {
  background: #f6e0e0;
  border-radius: 8px;
  margin: 32px 0px;
  padding: 32px;
  text-align: center;
}

.square-linkbox01-item01 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 400px;
}
.square-linkbox01-item01 .fp-bta003.danger {
  background: #D06A6A;
}

/* ================================================== *
 * square-worksec01
 * ================================================== */
#square-worksec01 {
  padding: 32px 0px;
}

#square-worksec01 .archivelist02-item01-header h3 {
  margin-bottom: 12px;
}

/* ================================================== *
 * privacy
 * ================================================== */
/* ================================================== *
 * centersec01
 * ================================================== */
#privacysec01 {
  padding: 32px 0px;
}

.privacysec01-item01 {
  margin-bottom: 40px;
}
.privacysec01-item01 ul {
  margin-left: 24px;
  padding: 16px 0px;
}
.privacysec01-item01 li {
  list-style: outside disc;
}

/* ================================================== *
 * center
 * ================================================== */
/* ================================================== *
 * linksec01
 * ================================================== */
#linksec01 {
  padding: 32px 0px;
}

.linksec01-item01 {
  margin: 0px;
  padding: 0px;
}
.linksec01-item01 dl {
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.linksec01-item01 dt {
  font-weight: bolder;
  margin-bottom: 2px;
}
.linksec01-item01 dt:before {
  content: "■";
  padding-right: 2px;
}
.linksec01-item01 dd {
  margin: 0px;
  padding: 0px;
}
.linksec01-item01 dd a {
  color: green;
  font-size: 0.9em;
}

/* ================================================== *
 * sitemap
 * ================================================== */
/* ================================================== *
 * sitemapsec01
 * ================================================== */
#sitemapsec01 {
  padding: 32px 0px;
}
#sitemapsec01 img {
  border: 1px solid #eee;
}

.sitemapsec01-item01 ul {
  margin: 0px;
  padding: 0px;
}
.sitemapsec01-item01 li {
  border-bottom: 1px solid #eee;
  list-style: none;
  margin: 0px 0px 8px;
  padding: 8px 0px 12px;
}
.sitemapsec01-item01 li.sitemapsec01-level-2 {
  border: none;
  margin: 0px 0px 0px 24px;
  padding: 0px;
}
.sitemapsec01-item01 li.sitemapsec01-level-3 {
  border: none;
  margin: 0px 0px 0px 48px;
  padding: 0px;
}
.sitemapsec01-item01 a {
  display: inline-block;
  padding: 3px 0px 3px 21px;
  position: relative;
}
.sitemapsec01-item01 a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  position: absolute;
  top: 2px;
}

/* ================================================== *
 * search
 * ================================================== */
/* ================================================== *
 * searchsec01
 * ================================================== */
#searchsec01 {
  max-width: 900px;
  padding: 32px 0px 64px;
}

.searchsec01-item01 {
  padding: 16px 0px;
}
.searchsec01-item01 h3 {
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.searchsec01-item01 h3 span {
  display: block;
  font-size: 1.1rem;
}
.searchsec01-item01 .searchsec01-item01-disc {
  font-size: 0.9em;
}

/* ================================================== *
 * contact
 * ================================================== */
.info20211118-title01 {
  text-align: center;
}
.info20211118-title01 span {
  font-size: 0.8em;
  display: block;
}

.info20211118-title02 {
  border-top: 3px dotted #D06A6A;
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
}
.info20211118-title02 h3 {
  color: #D06A6A;
  font-size: 2rem;
  font-weight: bolder;
}
@media (min-width: 768px) {
  .info20211118-title02 h3 {
    font-size: 3rem;
  }
}

/* ================================================== *
 * info20211118sec01
 * ================================================== */
.info20211118sec01-item01 {
  margin-top: 32px;
}

.info20211118sec01-item02 {
  border: 4px solid #76b704;
  border-radius: 6px;
  margin-top: 32px;
  padding: 32px 16px 16px;
}
.info20211118sec01-item02 dl {
  margin-bottom: 16px;
}
@media (min-width: 1400px) {
  .info20211118sec01-item02 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.info20211118sec01-item02 dl dt {
  background: #8cc600;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bolder;
  margin-bottom: 12px;
  padding: 6px 4px;
  text-align: center;
  width: 160px;
}
@media (min-width: 1400px) {
  .info20211118sec01-item02 dl dt {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .info20211118sec01-item02 dl dd {
    padding: 6px 4px 6px 24px;
    width: calc(100% - 160px);
  }
}
.info20211118sec01-item02 dl dd ul {
  margin-top: 6px;
}
.info20211118sec01-item02 dl dd li {
  list-style: outside disc;
  margin-left: 21px;
}

.info20211118sec01-item03 {
  margin-top: 32px;
}

/* ================================================== *
 * info20211118sec02
 * ================================================== */
#info20211118sec02 {
  padding: 32px 0px;
}
#info20211118sec02:before {
  content: "☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆";
  display: block;
  padding-bottom: 64px;
  text-align: center;
}

.info20211118sec02-item01 {
  margin-bottom: 32px;
}
.info20211118sec02-item01 input[type=checkbox] {
  -webkit-appearance: checkbox;
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.info20211118sec02-item01 table {
  border-collapse: collapse;
  margin-bottom: 32px;
  width: 100%;
}
.info20211118sec02-item01 table th {
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  letter-spacing: 0px;
  padding: 20px 8px;
  text-align: center;
  vertical-align: middle;
  width: 36%;
}
@media (min-width: 576px) {
  .info20211118sec02-item01 table th {
    font-size: inherit;
    width: 32%;
  }
}
@media (min-width: 768px) {
  .info20211118sec02-item01 table th {
    text-align: center;
  }
}
.info20211118sec02-item01 table th span {
  color: #D06A6A;
  display: block;
  font-size: 1.2rem;
}
.info20211118sec02-item01 table th span:before {
  content: "(";
}
.info20211118sec02-item01 table th span:after {
  content: ")";
}
.info20211118sec02-item01 table td {
  border-bottom: 1px solid #ccc;
  padding: 20px 8px;
  text-align: left;
  vertical-align: middle;
}
.info20211118sec02-item01 table td input[type=text],
.info20211118sec02-item01 table td input[type=tel],
.info20211118sec02-item01 table td input[type=email],
.info20211118sec02-item01 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}

.fileuploadbtn {
  background: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 16px;
}

.info20211118sec02-item02 h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  text-align: center;
}
.info20211118sec02-item02 table {
  border-collapse: collapse;
  margin-top: 32px;
  width: 100%;
}
.info20211118sec02-item02 table th {
  font-weight: bolder;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 16px;
  vertical-align: middle;
}
.info20211118sec02-item02 table th:before {
  content: "●";
  padding-right: 4px;
}
.info20211118sec02-item02 table th span {
  color: #D06A6A;
  padding-left: 3px;
}
.info20211118sec02-item02 table th span:before {
  content: "(";
}
.info20211118sec02-item02 table th span:after {
  content: ")";
}
.info20211118sec02-item02 table td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 24px;
  vertical-align: middle;
}
.info20211118sec02-item02 table td input[type=text],
.info20211118sec02-item02 table td input[type=tel],
.info20211118sec02-item02 table td input[type=email],
.info20211118sec02-item02 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}
.info20211118sec02-item02 table td label {
  display: block;
}
@media (min-width: 768px) {
  .info20211118sec02-item02 table td label {
    display: inline-block;
    margin-right: 8px;
  }
}
.info20211118sec02-item02 table td .wpcf7-list-item {
  display: block;
}
@media (min-width: 768px) {
  .info20211118sec02-item02 table td .wpcf7-list-item {
    display: inline-block;
  }
}

.contact-linkbox01 {
  padding: 24px 0px;
  text-align: center;
}
.contact-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 576px) {
  .contact-linkbox01 .fp-bta003 {
    width: 320px;
  }
}

/* ================================================== *
 * info20211118sec03
 * ================================================== */
#info20211118sec03 {
  margin-bottom: 32px;
}

.info20211118sec03-item01 {
  border: 3px solid #D06A6A;
  color: #D06A6A;
  font-weight: bolder;
  line-height: 1.5;
  margin-top: 32px;
  padding: 16px 8px;
  text-align: center;
}

.info20211118sec03-item02 {
  margin-top: 24px;
}

@media (min-width: 576px) {
  .info20211118sec03-item03-outer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.info20211118sec03-item03 {
  font-size: 0.9em;
  margin-bottom: 32px;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .info20211118sec03-item03 {
    padding: 0px 12px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .info20211118sec03-item03 {
    width: 33.333%;
  }
}

.info20211118sec03-item03-name {
  margin-top: 16px;
}
.info20211118sec03-item03-name span {
  background: #76b704;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bolder;
  margin-right: 8px;
  padding: 3px 6px 1px;
  text-align: center;
  width: 90px;
}

.info20211118sec03-item03-disc {
  margin-top: 8px;
}
.info20211118sec03-item03-disc span {
  background: #76b704;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bolder;
  margin-right: 8px;
  padding: 3px 6px 1px;
  text-align: center;
  width: 90px;
}

/* ================================================== *
 * contact
 * ================================================== */
.info20220801-title01 {
  text-align: center;
}
.info20220801-title01 span {
  font-size: 0.8em;
  display: block;
}

.info20220801-title02 h3,
.info20220801-title02 h4 {
  border-color: #D06A6A;
  color: #D06A6A;
}

/* ================================================== *
 * info20220801sec01
 * ================================================== */
.info20220801sec01-item01 {
  margin-top: 32px;
}

.info20220801sec01-item02 {
  margin-top: 32px;
}
.info20220801sec01-item02 dl {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .info20220801sec01-item02 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.info20220801sec01-item02 dl dt {
  background: #ffaf14;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 8px;
  padding: 8px 2px 6px;
  text-align: center;
  width: 120px;
}
@media (min-width: 576px) {
  .info20220801sec01-item02 dl dt {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .info20220801sec01-item02 dl dd {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}

.info20220801sec01-item03 {
  margin-top: 64px;
}

.info20220801sec01-item03 li span {
  background: #fff6e4;
  border: 3px solid #ffaf14;
  border-radius: 8px;
  display: block;
  padding: 12px 16px;
}
.info20220801sec01-item03 li:after {
  content: "\f358";
  color: #c58405;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  display: block;
  padding: 4px 0px;
  text-align: center;
}
.info20220801sec01-item03 li:last-child:after {
  content: none;
}

/* ================================================== *
 * info20220801sec02
 * ================================================== */
#info20220801sec02 {
  padding: 64px 0px;
}

.info20220801sec02-item01 {
  margin-bottom: 32px;
}
.info20220801sec02-item01 input[type=checkbox] {
  -webkit-appearance: checkbox;
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.info20220801sec02-item01 table {
  border-collapse: collapse;
  margin-bottom: 32px;
  width: 100%;
}
.info20220801sec02-item01 table th {
  border-bottom: 1px solid #ccc;
  font-weight: bolder;
  letter-spacing: 0px;
  padding: 8px 0px 4px;
  text-align: left;
  vertical-align: middle;
}
.info20220801sec02-item01 table th span {
  color: #D06A6A;
  font-size: 1.3rem;
  padding-left: 3px;
}
.info20220801sec02-item01 table th span:before {
  content: "(";
}
.info20220801sec02-item01 table th span:after {
  content: ")";
}
.info20220801sec02-item01 table td {
  padding: 20px 2px 28px;
  text-align: left;
  vertical-align: middle;
}
.info20220801sec02-item01 table td input[type=text],
.info20220801sec02-item01 table td input[type=tel],
.info20220801sec02-item01 table td input[type=email],
.info20220801sec02-item01 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 240px;
}

.info20220801sec02-item02:before {
  content: "☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆";
  display: block;
  padding-bottom: 64px;
  text-align: center;
}
.info20220801sec02-item02 table {
  border-collapse: collapse;
  margin-top: 32px;
  width: 100%;
}
.info20220801sec02-item02 table th {
  border-bottom: 1px solid #ccc;
  font-weight: bolder;
  letter-spacing: 0px;
  padding: 8px 0px 4px;
  text-align: left;
  vertical-align: middle;
}
.info20220801sec02-item02 table th:before {
  content: "●";
  padding-right: 4px;
}
.info20220801sec02-item02 table th span {
  color: #D06A6A;
  font-size: 1.3rem;
  padding-left: 3px;
}
.info20220801sec02-item02 table th span:before {
  content: "(";
}
.info20220801sec02-item02 table th span:after {
  content: ")";
}
.info20220801sec02-item02 table td {
  text-align: left;
  padding: 20px 2px 28px;
  vertical-align: middle;
}
.info20220801sec02-item02 table td input[type=text],
.info20220801sec02-item02 table td input[type=tel],
.info20220801sec02-item02 table td input[type=email],
.info20220801sec02-item02 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}
.info20220801sec02-item02 table td label {
  display: block;
}
@media (min-width: 768px) {
  .info20220801sec02-item02 table td label {
    display: inline-block;
    margin-right: 8px;
  }
}
.info20220801sec02-item02 table td .wpcf7-list-item {
  display: block;
}
@media (min-width: 768px) {
  .info20220801sec02-item02 table td .wpcf7-list-item {
    display: inline-block;
  }
}

.contact-linkbox01 {
  padding: 8px 0px 8px;
  text-align: center;
}
.contact-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 576px) {
  .contact-linkbox01 .fp-bta003 {
    width: 320px;
  }
}

/* ================================================== *
 * info20220801sec03
 * ================================================== */
.info20220801sec03-item01 {
  margin-top: 32px;
}

.info20220801sec03-item02 {
  padding: 32px 0px 64px;
}
.info20220801sec03-item02 p {
  color: #D06A6A;
  font-weight: bolder;
}
.info20220801sec03-item02 ul {
  margin-top: 16px;
}
.info20220801sec03-item02 li {
  margin-bottom: 24px;
  padding: 2px 0px;
}
.info20220801sec03-item02 li span {
  color: #D06A6A;
  font-weight: bolder;
}
.info20220801sec03-item02 li strong {
  display: block;
  font-weight: bolder;
}

/* ================================================== *
 * contact
 * ================================================== */
.info20221101-title01 {
  text-align: center;
}
.info20221101-title01 span {
  font-size: 0.8em;
  display: block;
}

.info20221101-title02 h3,
.info20221101-title02 h4 {
  border-color: #D06A6A;
  color: #D06A6A;
}

/* ================================================== *
 * info20221101sec01
 * ================================================== */
.info20221101sec01-item01 {
  margin-top: 32px;
}

.info20221101sec01-item02 {
  margin-top: 32px;
}
.info20221101sec01-item02 dl {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .info20221101sec01-item02 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.info20221101sec01-item02 dl dt {
  background: #EDC0C0;
  border-radius: 4px;
  color: #643A00;
  display: inline-block;
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 8px;
  padding: 12px 2px 10px;
  text-align: center;
  width: 120px;
}
@media (min-width: 576px) {
  .info20221101sec01-item02 dl dt {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.info20221101sec01-item02 dl dd {
  padding-bottom: 8px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  .info20221101sec01-item02 dl dd {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}

.info20221101sec01-item02-box01 {
  border-bottom: 1px solid #ccc;
  margin-top: 24px;
  padding-bottom: 24px;
}
.info20221101sec01-item02-box01 strong {
  display: block;
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 4px;
}

.info20221101sec01-item02-box02 {
  margin-top: 28px;
}

.info20221101sec01-item03 {
  margin: 32px 0px 64px;
}

/* ================================================== *
 * info20221101sec02
 * ================================================== */
#info20221101sec02 {
  padding: 64px 0px;
}

.info20221101sec02-item01 {
  margin-bottom: 32px;
}
.info20221101sec02-item01 input[type=checkbox] {
  -webkit-appearance: checkbox;
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.info20221101sec02-item01 table {
  border-collapse: collapse;
  margin-bottom: 32px;
  width: 100%;
}
.info20221101sec02-item01 table th {
  border-bottom: 1px solid #ccc;
  font-weight: bolder;
  letter-spacing: 0px;
  padding: 8px 0px 4px;
  text-align: left;
  vertical-align: middle;
}
.info20221101sec02-item01 table th span {
  color: #D06A6A;
  font-size: 1.3rem;
  padding-left: 3px;
}
.info20221101sec02-item01 table th span:before {
  content: "(";
}
.info20221101sec02-item01 table th span:after {
  content: ")";
}
.info20221101sec02-item01 table td {
  padding: 20px 2px 28px;
  text-align: left;
  vertical-align: middle;
}
.info20221101sec02-item01 table td input[type=text],
.info20221101sec02-item01 table td input[type=tel],
.info20221101sec02-item01 table td input[type=email],
.info20221101sec02-item01 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 240px;
}

.info20221101sec02-item02:before {
  content: "☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆ ";
  display: block;
  padding-bottom: 64px;
  text-align: center;
}
.info20221101sec02-item02 table {
  border-collapse: collapse;
  margin-top: 32px;
  width: 100%;
}
.info20221101sec02-item02 table th {
  border-bottom: 1px solid #ccc;
  font-weight: bolder;
  letter-spacing: 0px;
  padding: 8px 0px 4px;
  text-align: left;
  vertical-align: middle;
}
.info20221101sec02-item02 table th:before {
  content: "●";
  padding-right: 4px;
}
.info20221101sec02-item02 table th span {
  color: #D06A6A;
  font-size: 1.3rem;
  padding-left: 3px;
}
.info20221101sec02-item02 table th span:before {
  content: "(";
}
.info20221101sec02-item02 table th span:after {
  content: ")";
}
.info20221101sec02-item02 table td {
  text-align: left;
  padding: 20px 2px 28px;
  vertical-align: middle;
}
.info20221101sec02-item02 table td input[type=text],
.info20221101sec02-item02 table td input[type=tel],
.info20221101sec02-item02 table td input[type=email],
.info20221101sec02-item02 table td textarea {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}
.info20221101sec02-item02 table td label {
  display: block;
}
@media (min-width: 768px) {
  .info20221101sec02-item02 table td label {
    display: inline-block;
    margin-right: 8px;
  }
}
.info20221101sec02-item02 table td .wpcf7-list-item {
  display: block;
}
@media (min-width: 768px) {
  .info20221101sec02-item02 table td .wpcf7-list-item {
    display: inline-block;
  }
}

.contact-linkbox01 {
  padding: 8px 0px 8px;
  text-align: center;
}
.contact-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 576px) {
  .contact-linkbox01 .fp-bta003 {
    width: 320px;
  }
}

/* ================================================== *
 * info20221101sec03
 * ================================================== */
.info20221101sec03-item01 {
  margin-top: 32px;
}

.info20221101sec03-item02 {
  padding: 32px 0px 64px;
}
.info20221101sec03-item02 p {
  color: #D06A6A;
  font-weight: bolder;
}
.info20221101sec03-item02 ul {
  margin-top: 16px;
}
.info20221101sec03-item02 li {
  margin-bottom: 24px;
  padding: 2px 0px;
}
.info20221101sec03-item02 li span {
  color: #D06A6A;
  font-weight: bolder;
}
.info20221101sec03-item02 li strong {
  display: block;
  font-weight: bolder;
}

/* ================================================== *
 * contact
 * ================================================== */
.info20230813sec01-title01 {
  text-align: center;
}
.info20230813sec01-title01 span {
  font-size: 0.7em;
  display: block;
}

.info20230813sec02-title01 {
  background: #B4CE60;
}
@media (min-width: 576px) {
  .info20230813sec02-title01 h3,
  .info20230813sec02-title01 h4 {
    font-size: 2rem;
  }
}

.info20230813sec03-title01 {
  background: #B4CE60;
}
@media (min-width: 576px) {
  .info20230813sec03-title01 h3,
  .info20230813sec03-title01 h4 {
    font-size: 2rem;
  }
}

.info20230813sec04-title01 {
  background: #B4CE60;
}
@media (min-width: 576px) {
  .info20230813sec04-title01 h3,
  .info20230813sec04-title01 h4 {
    font-size: 2rem;
  }
}

/* ================================================== *
 * info20230813sec01
 * ================================================== */
#info20230813sec01 {
  font-size: 0.9em;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  #info20230813sec01 {
    font-size: 1em;
  }
}

.info20230813sec01-item01 {
  margin-top: 32px;
}

.info20230813sec01-item02 {
  margin-top: 32px;
}
.info20230813sec01-item02 dl {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .info20230813sec01-item02 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.info20230813sec01-item02 dl dt {
  background: #EDC0C0;
  border-radius: 4px;
  color: #643A00;
  display: inline-block;
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 8px;
  padding: 10px 2px 8px;
  text-align: center;
  width: 120px;
}
@media (min-width: 576px) {
  .info20230813sec01-item02 dl dt {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.info20230813sec01-item02 dl dd {
  padding-bottom: 8px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  .info20230813sec01-item02 dl dd {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}

.info20221101sec01-item02-box01 {
  border-bottom: 1px solid #ccc;
  margin-top: 24px;
  padding-bottom: 24px;
}
.info20221101sec01-item02-box01 strong {
  display: block;
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 4px;
}

.info20221101sec01-item02-box02 {
  margin-top: 28px;
}

.info20221101sec01-item03 {
  margin: 32px 0px 64px;
}

.info20230813sec01-item02-adjuster01 {
  display: block;
  padding-top: 4px;
}

/* ================================================== *
 * info20230813
 * ================================================== */
#info20230813sec02 {
  padding: 30px 0px;
}

.info20230813sec02-item01 table {
  border-collapse: collapse;
  margin-top: 32px;
  width: 100%;
}
.info20230813sec02-item01 table th {
  border-bottom: 1px solid #ccc;
  font-weight: bolder;
  letter-spacing: 0px;
  padding: 8px 0px 4px;
  text-align: left;
  vertical-align: middle;
}
.info20230813sec02-item01 table th:before {
  content: "●";
  padding-right: 4px;
}
.info20230813sec02-item01 table th span {
  color: #D06A6A;
  font-size: 1.3rem;
  padding-left: 3px;
}
.info20230813sec02-item01 table th span:before {
  content: "(";
}
.info20230813sec02-item01 table th span:after {
  content: ")";
}
.info20230813sec02-item01 table td {
  text-align: left;
  padding: 20px 2px 28px;
  vertical-align: middle;
}
.info20230813sec02-item01 input[type=text],
.info20230813sec02-item01 input[type=tel],
.info20230813sec02-item01 input[type=email],
.info20230813sec02-item01 textarea {
  border: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 8px;
  width: 100%;
}
.info20230813sec02-item01 input[type=text].input-w60 {
  width: 50px;
}
.info20230813sec02-item01 textarea.textarea-full {
  height: 150px;
  width: 100%;
}
.info20230813sec02-item01 label {
  display: block;
}
@media (min-width: 768px) {
  .info20230813sec02-item01 label {
    display: inline-block;
    margin-right: 8px;
  }
}

.contact-linkbox01 {
  padding: 8px 0px 8px;
  text-align: center;
}
.contact-linkbox01 .fp-bta003 {
  width: 80%;
}
@media (min-width: 576px) {
  .contact-linkbox01 .fp-bta003 {
    width: 320px;
  }
}

/* ================================================== *
 * info20230813sec03
 * ================================================== */
#info20230813sec03 {
  font-size: 0.9em;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  #info20230813sec03 {
    font-size: 1em;
  }
}

.info20230813sec03-item01 {
  margin-bottom: 32px;
  margin-top: 32px;
}
.info20230813sec03-item01 table {
  border: 1px solid #ccc;
  margin-bottom: 16px;
}
.info20230813sec03-item01 th {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 12px 8px;
  vertical-align: middle;
  width: 30%;
}
@media (min-width: 1400px) {
  .info20230813sec03-item01 th {
    padding: 16px;
  }
}
.info20230813sec03-item01 td {
  border: 1px solid #ccc;
  padding: 12px 8px;
  width: 70%;
}
@media (min-width: 1400px) {
  .info20230813sec03-item01 td {
    padding: 16px;
  }
}

.info20230813sec03-item02 {
  margin-top: 40px;
}

/* ================================================== *
 * info20230813sec04
 * ================================================== */
#info20230813sec04 {
  font-size: 0.9em;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  #info20230813sec04 {
    font-size: 1em;
  }
}

.info20230813sec04-item01 {
  margin-bottom: 40px;
}
.info20230813sec04-item01 span {
  font-weight: bolder;
}

.info20230813sec04-item01box01 {
  margin-bottom: 16px;
}
.info20230813sec04-item01box01 dt {
  font-weight: bolder;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 8px;
  padding: 0px 0px 2px;
}
.info20230813sec04-item01box01 dt::before {
  content: "●";
  padding-right: 4px;
}

/* ================================================== *
 * webpoint
 * ================================================== */
/* ================================================== *
 * webpointsec01
 * ================================================== */
#webpointsec01 {
  margin: 32px 0px;
}

.webpointsec01-icon {
  font-size: 1.8em;
  margin-bottom: 8px;
  text-align: center;
}

.webpointsec01-attend01 {
  margin-bottom: 8px;
}
.webpointsec01-attend01 dt {
  border: 1px solid crimson;
  color: crimson;
  font-weight: bolder;
  display: inline-block;
  margin: 0px 0px 8px;
  padding: 8px 12px 6px;
  line-height: 100%;
}
.webpointsec01-attend01 dd {
  color: crimson;
  font-weight: bolder;
}

.webpointsec01-item01 {
  margin-bottom: 32px;
}

.webpointsec01-item02 {
  text-align: center;
}

.webpointsec01-item02box {
  background: #87cefa;
  border-radius: 12px;
  font-weight: bold;
  margin: 0px 0px 6px;
  padding: 14px 16px 12px;
  text-align: center;
}

.webpointsec01-item03 {
  margin-bottom: 32px;
  text-align: center;
}

.webpointsec01-item03box {
  background: #ffdead;
  border-radius: 12px;
  font-weight: bold;
  margin: 0px 0px 6px;
  padding: 14px 16px 12px;
  text-align: center;
}

.webpointsec01-item04box01 {
  margin-bottom: 8px;
}

.webpointsec01-item05 {
  margin-bottom: 16px;
}

.webpointsec01-item05box {
  background: #ffe4e1;
  border-radius: 12px;
  font-weight: bold;
  margin: 0px 0px 32px;
  padding: 14px 70px 12px 16px;
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .webpointsec01-item05box {
    padding: 14px 110px 12px 16px;
  }
}
@media (min-width: 1400px) {
  .webpointsec01-item05box {
    padding: 14px 16px 12px 16px;
    text-align: center;
  }
}

.webpointsec01-item05box-img {
  position: absolute;
  right: -8px;
  top: 8px;
  width: 70px;
}
@media (min-width: 992px) {
  .webpointsec01-item05box-img {
    top: -10px;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .webpointsec01-item05box-img {
    top: -30px;
  }
}

.webpointsec01-item06 {
  position: relative;
}

.webpointsec01-item06-img {
  position: absolute;
  right: 0px;
  bottom: -60px;
  width: 70px;
}
@media (min-width: 576px) {
  .webpointsec01-item06-img {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .webpointsec01-item06-img {
    bottom: -40px;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .webpointsec01-item06-img {
    bottom: -10px;
  }
}

/* ================================================== *
 * not found
 * ================================================== */
/* ================================================== *
 * searchsec01
 * ================================================== */
#notfoundsec01 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0px 64px;
}

.notfoundsec01-item01 {
  background: #f6e0e0;
  padding: 32px;
}
@media (min-width: 768px) {
  .notfoundsec01-item01 {
    padding: 100px 32px;
    text-align: center;
  }
}
.notfoundsec01-item01 strong {
  color: #643A00;
  display: block;
  font-size: 2.4rem;
  font-weight: bolder;
  margin-bottom: 24px;
  text-align: center;
}

/* ================================================== *
 * imgae
 * ================================================== */
/* ================================================== *
 * imagesec01
 * ================================================== */
#imagesec01 {
  background: #fff;
  padding: 32px 16px 64px;
  text-align: center;
}

.image-linkbox {
  margin: 40px auto 0px;
  max-width: 400px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	2. 	Element Base
	10. Blocks
	11. Entry Content
	17. Media Queries

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* ---------------------------------------------*---------------------------- */
.entry-content hr,
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

/* Lists ------------------------------------- */
.entry-content ul,
.entry-content ol {
  margin: 0 0 3rem 3rem;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ul ul {
  list-style: circle;
}
.entry-content ul ul ul {
  list-style: square;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ol ol {
  list-style: lower-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}
.entry-content li > ul,
.entry-content li > ol {
  margin: 1rem 0 0 2rem;
}
.entry-content .reset-list-style,
.entry-content .reset-list-style ul,
.entry-content .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.entry-content .reset-list-style li {
  margin: 0;
}
.entry-content dt,
.entry-content dd {
  line-height: 1.5;
}
.entry-content dt {
  font-weight: 700;
}
.entry-content dt + dd {
  margin-top: 0.5rem;
}
.entry-content dd + dt {
  margin-top: 1.5rem;
}

/* Media ------------------------------------- */
.entry-content figure {
  display: block;
  margin: 0;
}
.entry-content iframe {
  display: block;
  max-width: 100%;
}
.entry-content video {
  display: block;
}
.entry-content embed,
.entry-content object {
  display: block;
  height: auto;
  max-width: 100%;
}
.entry-content svg,
.entry-content img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.entry-content figcaption,
.entry-content .wp-caption-text {
  color: #6d6d6d;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
}
.entry-content figcaption a,
.entry-content .wp-caption-text a {
  color: inherit;
}
.entry-content blockquote.instagram-media,
.entry-content iframe.instagram-media {
  margin: auto !important;
}

/* GALLERIES */
.entry-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}
.entry-content .gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
.entry-content .gallery-caption {
  display: block;
  margin-top: 0.8em;
}

/* Tables ------------------------------------ */
.entry-content table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.entry-content .alignleft > table {
  margin: 0;
}
.entry-content .alignright > table {
  margin: 0;
}
.entry-content th,
.entry-content td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
.entry-content caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}
.entry-content thead {
  vertical-align: bottom;
  white-space: nowrap;
}
.entry-content th {
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/*	10. Blocks
/* -------------------------------------------------------------------------- */
/* Block Colors ------------------------------ */
.has-text-color a {
  color: inherit;
}

/* CUSTOM COLORS */
:root .has-accent-color {
  color: #cd2653;
}

:root .has-accent-background-color {
  background-color: #cd2653;
  color: #fff;
}

:root .has-primary-color {
  color: #000;
}

:root .has-primary-background-color {
  background-color: #000;
  color: #f5efe0;
}

:root .has-secondary-color {
  color: #6d6d6d;
}

:root .has-secondary-background-color {
  background-color: #6d6d6d;
  color: #fff;
}

:root .has-subtle-background-color {
  color: #dcd7ca;
}

:root .has-subtle-background-background-color {
  background-color: #dcd7ca;
  color: #000;
}

:root .has-background-color {
  color: #f5efe0;
}

:root .has-background-background-color {
  background-color: #f5efe0;
  color: #000;
}

/* Block Typography Classes ------------------ */
.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
  color: #cd2653;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}

.has-drop-cap:not(:focus)::after {
  padding: 0;
}

/* Block Font Sizes -------------------------- */
.entry-content .has-small-font-size {
  font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
  font-size: 1em;
}

.entry-content .has-medium-font-size {
  font-size: 1.1em;
  line-height: 1.45;
}

.entry-content .has-large-font-size {
  font-size: 1.25em;
  line-height: 1.4;
}

.entry-content .has-larger-font-size {
  font-size: 1.5em;
  line-height: 1.3;
}

/* Block: Base Margins ----------------------- */
*[class*=_inner-container] > *:first-child {
  margin-top: 0;
}

*[class*=_inner-container] > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}

/* Block: Shared Widget Styles --------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
  list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
  margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
  margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
  font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
  color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 0.15em;
}

/* Block: Shared Media Styles ---------------- */
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #6d6d6d;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
.wp-block-button {
  margin: 3rem 0;
}

.wp-block-button.is-style-outline {
  color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}

.is-style-outline .wp-block-button__link {
  padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-column {
  margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/* Block: Cover ------------------------------ */
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 4rem);
  padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: 100%;
  padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
  font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */
/* Block: File ------------------------------- */
.wp-block-file {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
  margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  font-size: 1.5rem;
  padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Block: Gallery ---------------------------- */
.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Block: Image ------------------------------ */
/* Block: Media And Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
  max-width: none;
}

.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
/* STYLE: DEFAULT */
.wp-block-pullquote {
  padding: 0;
  position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
  background: #fff;
  border-radius: 50%;
  color: #cd2653;
  content: "”";
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  height: auto;
  width: 100%;
}

.reduced-spacing .wp-block-pullquote::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote blockquote p {
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.178571429;
  letter-spacing: -0.041785714em;
  max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote cite {
  color: #6d6d6d;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright {
  text-align: right;
}

.wp-block-pullquote.alignleft::before {
  margin-left: 0;
}

.wp-block-pullquote.alignright::before {
  margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */
.wp-block-pullquote.is-style-solid-color {
  padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
  transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
  left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
  left: auto;
  right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

/* Block: Separator  ------------------------- */
hr.wp-block-separator {
  margin: 3rem 0;
}

/* STYLE: WIDE */
.wp-block-separator.is-style-wide {
  max-width: calc(100vw - 4rem);
  position: relative;
  width: 100%;
}

/* STYLE: DOTS */
.wp-block-separator.is-style-dots::before {
  background: none;
  color: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 1em;
  padding-left: 1em;
  position: static;
  transform: none;
  width: auto;
}

.wp-block-separator.is-style-dots::after {
  content: none;
}

/* Block: Search ----------------------------- */
.wp-block-search .wp-block-search__input {
  width: auto;
}

/* Block: Table ------------------------------ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table.is-style-stripes table {
  border-collapse: inherit;
}

/* Block: Quote ------------------------------ */
.wp-block-quote p,
.wp-block-quote cite {
  text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
  border-width: 0;
  padding: 0;
}

.wp-block-quote[style="text-align:right"] {
  /*rtl:begin:ignore*/
  border-width: 0 0.2rem 0 0;
  padding: 0 2rem 0 0;
  /*rtl:end:ignore*/
}

/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-family: inherit;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.6rem;
  text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */
.entry-content .wp-block-latest-comments li {
  margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
  text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-date {
  margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.7em;
  margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */
.wp-block-latest-posts.is-grid li {
  border-top: 0.2rem solid #dcd7ca;
  margin-top: 2rem;
  padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
  list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
  margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
  margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */
.entry-content {
  line-height: 1.5;
  position: relative;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.read-more-button-wrap {
  margin-top: 1em;
  text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.entry-content p,
.entry-content li {
  position: relative;
}

.entry-content li img {
  display: inline-block;
}

.entry-content h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content h4 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content h5 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content h6 {
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 1.4;
  margin: 2rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 1rem;
}

.entry-content hr {
  margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: 0;
}

/* Alignment Classes ------------------------- */
[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 58rem;
  width: 100%;
}

.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */
.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*=__inner-container] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide {
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem);
}

[class*=__inner-container] > .alignwide {
  width: 100%;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */
.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 2rem;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}

/* -------------------------------------------------------------------------- */
/*	17. Media Queries
/* -------------------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Blocks -------------------------------- */
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none;
  }
  /* Entry Content ------------------------- */
  /* LISTS */
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 3rem 2rem;
  }
  .entry-content li {
    margin: 0.5rem 0 0 1rem;
  }
}
@media (min-width: 480px) {
  /* Blocks -------------------------------- */
  /* BLOCK: BASE ALIGNMENT WIDTH */
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 26rem;
  }
  /* BLOCK: TABLE WIDTH */
  .wp-block-table.alignleft,
  .wp-block-table.alignright {
    max-width: 100%;
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .alignleft,
  .alignright {
    max-width: 26rem;
  }
}
@media (max-width: 599px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  /* While columns are stacked */
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns + .wp-block-columns {
    margin-top: 0.2rem;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
    margin-top: -0.8rem;
  }
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -1.8rem;
  }
}
@media (min-width: 600px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4rem;
  }
}
@media (min-width: 660px) {
  /* Blocks -------------------------------- */
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignleft {
    /*rtl:ignore*/
    margin-left: calc((100vw - 58rem - 8rem) / -2);
  }
  figure.wp-block-gallery.alignright {
    /*rtl:ignore*/
    margin-right: calc((100vw - 58rem - 8rem) / -2);
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  .entry-content > .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-left: calc((100vw - 58rem - 8rem) / -2);
  }
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .alignleft,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > p .alignleft,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-left: 0;
  }
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-right: calc((100vw - 58rem - 8rem) / -2);
  }
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .alignright,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > p .alignright,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-right: 0;
  }
}
@media (min-width: 700px) {
  /* Element Base ------------------------- */
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 4rem;
  }
  .entry-content pre {
    padding: 3rem;
  }
  .entry-content hr {
    margin: 8rem auto;
  }
  .entry-content table {
    font-size: 1.8rem;
  }
  /* VANILLA GALLERIES */
  .entry-content .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .entry-content .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .entry-content .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .entry-content .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .entry-content .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .entry-content .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .entry-content .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .entry-content .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  /* Blocks -------------------------------- */
  /* BLOCK: SHARED MEDIA STYLES */
  .wp-block-embed figcaption,
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }
  /* BLOCK: BASE MARGINS */
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }
  .entry-content .wp-block-columns h1,
  .entry-content .wp-block-columns h2,
  .entry-content .wp-block-columns h3,
  .entry-content .wp-block-columns h4,
  .entry-content .wp-block-columns h5,
  .entry-content .wp-block-columns h6 {
    margin: 2rem 0 2rem;
  }
  /* BLOCK: COVER */
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 8rem);
  }
  .wp-block-cover-image h2,
  .wp-block-cover h2 {
    font-size: 4.8rem;
  }
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignnone,
  figure.wp-block-gallery.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
  /* BLOCK: MEDIA AND TEXT */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem;
  }
  /* BLOCK: PULLQUOTE */
  .wp-block-pullquote blockquote p {
    font-size: 3.2rem;
  }
  .wp-block-pullquote cite {
    margin-top: 2rem;
  }
  .wp-block-pullquote.alignfull:not(.is-style-solid-color) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wp-block-pullquote.alignwide::before,
  .wp-block-pullquote.alignfull::before {
    font-size: 11.272727272rem;
    height: 8rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 4.8rem;
    line-height: 1.203125;
  }
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
  .wp-block-pullquote.is-style-solid-color.alignwide,
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding: 6rem 4rem 4rem;
  }
  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 2.6rem;
  }
  /* BLOCK: QUOTE */
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 2.8rem;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin: 6rem auto;
  }
  .wp-block-separator.is-style-wide {
    max-width: calc(100vw - 8rem);
  }
  /* Entry Content ------------------------- */
  .entry-content h1,
  .entry-content h2,
  .entry-content h3 {
    margin: 2rem auto 2rem;
  }
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 4.5rem auto 2.5rem;
  }
  .alignnone,
  .aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .alignleft {
    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
  }
  .alignright {
    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
  }
  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > .alignwide:first-child,
  .entry-content > .alignfull:first-child {
    margin-bottom: 8rem;
  }
  /* ENTRY MEDIA */
  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
  }
}
@media (min-width: 782px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-column {
    margin-bottom: 0;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -2.8rem;
  }
}
@media (min-width: 1000px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4.8rem;
  }
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* BLOCK: IMAGE */
  .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-right: 0;
  }
  .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-left: 0;
  }
  .wp-block-image .aligncenter figcaption {
    text-align: center;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin: 8rem auto;
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .alignleft,
  .entry-content > p .alignleft {
    float: left;
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
  .entry-content > .wp-block-image .alignleft {
    position: absolute;
    /*rtl:ignore*/
    right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .alignleft,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > p .alignleft,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .wp-block-image .alignleft {
    position: relative;
    /*rtl:ignore*/
    right: inherit;
    max-width: inherit;
  }
  [class*=wp-block].alignwide [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft {
    position: absolute;
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem + 4rem);
    max-width: calc((100% - 58rem) / 2 - 4rem);
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem);
  }
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  .entry-content > .alignright,
  .entry-content > p .alignright {
    float: right;
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
  .entry-content > .wp-block-image .alignright,
  [class*=__inner-container] > .alignright {
    position: absolute;
    /*rtl:ignore*/
    left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .alignright,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > p .alignright,
  [class*=wp-block]:not(.alignwide):not(.alignfull) [class*=__inner-container] > .wp-block-image .alignright {
    position: relative;
    /*rtl:ignore*/
    left: inherit;
    max-width: inherit;
  }
  [class*=wp-block].alignwide [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide [class*=__inner-container] > .wp-block-image .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    position: absolute;
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 4rem);
    max-width: calc((100% - 58rem) / 2 - 4rem);
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 4rem);
  }
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  /* ENTRY MEDIA */
  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1220px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignfull {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 6rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* BLOCK: PULLQUOTE */
  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 6.4rem;
  }
  .wp-block-pullquote.is-style-solid-color.alignwide,
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding: 9rem 4rem 8rem;
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .alignfull {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem - 2rem);
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 6rem);
  }
}
@media (min-width: 1240px) {
  /* Blocks -------------------------------- */
  body.template-full-width .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: calc((100vw - 120rem) / 2);
  }
  body.template-full-width .entry-content > .alignright {
    /*rtl:ignore*/
    margin-right: calc((100vw - 120rem) / 2);
  }
}
@media (min-width: 1280px) {
  /* Blocks -------------------------------- */
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignleft {
    /*rtl:ignore*/
    margin-left: -31rem;
  }
  figure.wp-block-gallery.alignright {
    /*rtl:ignore*/
    margin-right: -31rem;
  }
  /* BLOCK: SEPARATOR */
  .wp-block-separator.is-style-wide {
    max-width: 120rem;
    width: 100%;
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .wp-block-image .alignleft {
    /*rtl:ignore*/
    right: calc((100vw - 58rem) / 2 + 58rem + 4rem);
    /*rtl:ignore*/
    margin-left: -31rem;
  }
  .entry-content > .wp-block-image .alignright {
    /*rtl:ignore*/
    left: calc((100vw - 58rem) / 2 + 58rem + 4rem);
    /*rtl:ignore*/
    margin-right: -31rem;
  }
  .entry-content > .alignwide {
    max-width: 120rem;
    width: 100%;
  }
  [class*=__inner-container] > .alignwide {
    max-width: 120rem;
    width: 100%;
  }
  .alignleft,
  .alignright,
  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft,
  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    max-width: 25rem;
  }
}
@media (min-width: 1330px) {
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .alignleft,
  .alignright,
  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft,
  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    max-width: 29rem;
  }
  /* Blocks -------------------------------- */
  /* BLOCK: PULLQUOTE */
  .wp-block-pullquote.is-style-solid-color.alignleft::before,
  .wp-block-pullquote.is-style-solid-color.alignright::before {
    top: 0;
  }
}
