@charset "UTF-8";
/* 独自変数と関数
========================================== */
/* bootstrap
========================================== */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

.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: 6px;
  padding-left: 6px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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: 769px) {
  .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: 1200px) {
  .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;
  }
}
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/*
* トップ・下層共通
*/
@media screen and (max-width: 769px ) {
  .c-caption__text {
    font-size: 1.3rem;
  }
}

.container {
  padding-left: 14px;
  padding-right: 14px;
}
.container-xl {
  max-width: 1468px;
}
.container-lg {
  max-width: 1228px;
}
.container-md {
  max-width: 1028px;
}
.container-sm {
  max-width: 988px;
}
@media screen and (max-width: 576px ) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-bg--post-full {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-bg--aspect-1-_-1 {
  aspect-ratio: 1/1;
  width: 150px;
  height: 150px;
}

/* Bootstrapのガター幅を調整するための汎用CSS */
@media screen and (min-width: 577px ) {
  .row-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 577px ) {
  .row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (min-width: 577px ) {
  .row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 576px ) {
  .row-10--sp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10--sp > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (min-width: 577px ) {
  .row-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px ) {
  .row-20--sp {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-20--sp > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 577px ) {
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px ) {
  .row-30--sp {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30--sp > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 577px ) {
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px ) {
  .row-40--sp {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40--sp > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 577px ) {
  .row-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-50 > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 576px ) {
  .row-50--sp {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-50--sp > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 577px ) {
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px ) {
  .row-60--sp {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60--sp > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* 5 Columns */
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media (min-width: 768px) {
  .col-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.l-layout__check:checked ~ .l-layout .l-header {
  z-index: 999 !important;
}

@media screen and (max-width: 769px ) {
  .l-layout__menubtn {
    position: fixed !important;
  }
  .l-layout__check:checked ~ .l-layout .l-header .l-header__menu {
    position: fixed !important;
  }
}
/*
* Page Style
*/
.p-sdgs-main__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .p-sdgs-main__image {
    width: 400px;
    min-width: 400px;
  }
  .p-sdgs-main__image img {
    width: 100%;
  }
}

.p-sdgs-nav .p-sdgs-nav__item img {
  width: 170px;
}

.p-sdgs .p-sdgs-main {
  margin: 0 calc(50% - 50vw);
}
.p-sdgs .p-sdgs-main:nth-of-type(odd) {
  padding-top: 70px;
}
@media screen and (max-width: 599px) {
  .p-sdgs .p-sdgs-main:nth-of-type(odd) {
    padding-top: 40px;
  }
}
.p-sdgs .p-sdgs-main:nth-of-type(odd) {
  background: #f7f7f7;
}
.p-sdgs .p-sdgs-main:nth-of-type(odd) .p-sdgs-main__header {
  background: #fff;
}
.p-sdgs .p-sdgs-main__heading {
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .p-sdgs .p-sdgs-main__heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-sdgs .c-card__title--recipe {
    height: 5.4rem;
  }
}
.p-sdgs .p-sdgs-main__icon {
  min-width: 100px;
}
@media screen and (max-width: 599px) {
  .p-sdgs .p-sdgs-main__icon {
    min-width: 50px;
  }
}
.p-sdgs .p-top-recipe__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-sdgs .p-top-recipe__list {
    margin: 30px 0 0;
    padding-bottom: 20px;
  }
}
.p-sdgs .p-top-recipe__list .c-card {
  padding-bottom: 40px;
  -webkit-box-shadow: 3px 3px 10px rgba(34, 34, 34, 0.16);
          box-shadow: 3px 3px 10px rgba(34, 34, 34, 0.16);
}
@media screen and (min-width: 600px) {
  .p-sdgs .p-top-recipe__list .c-card {
    width: calc(25% - 10px);
    margin: 0 13px 30px 0;
  }
  .p-sdgs .p-top-recipe__list .c-card:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-sdgs .p-top-recipe__list .c-card {
    width: 48%;
    margin: 0 2% 0 0;
    padding-bottom: 0;
  }
  .p-sdgs .p-top-recipe__list .c-card:nth-child(2n) {
    margin-right: 0;
  }
}
.p-sdgs .c-title__caption {
  text-transform: inherit;
}

.p-introduction-brand {
  max-width: 1200px;
}

.p-introduction-brand__item {
  max-width: 763px;
  margin-left: auto;
  margin-right: auto;
}

.p-introduction-brand__logo {
  margin-left: 20px;
}

.p-zeh-house__table .p-zeh-house__caption {
  text-align: center;
  margin-bottom: 20px;
}
.p-zeh-house__table .p-zeh-house__caption p {
  border: 2px solid #006a66;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #006a66;
}
@media screen and (max-width: 599px) {
  .p-zeh-house__table .p-zeh-house__caption p {
    text-align: left;
    padding: 4px 12px;
  }
}

.p-plandtype__single .plandtype-bread_crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  background: #f0f3f5;
  border-radius: 15px;
  padding: 12px;
}
.p-plandtype__single .plandtype-bread_crumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.p-plandtype__single .plandtype-bread_crumb li a {
  color: #3b4043;
  font-size: 12px;
}
.p-plandtype__single .plandtype-bread_crumb li:nth-child(n+2):before {
  content: " / ";
  display: block;
  margin: 0 4px;
}

.p-land-house__bnr {
  margin: 80px 0 0;
  position: relative;
  background: #28aea9;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr {
    padding: 52px 0 40px;
    margin: 40px 0 0;
  }
}
.p-land-house__bnr__float {
  background: #006a66;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: absolute;
  margin: auto;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px 6px;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr__float {
    border-radius: 32px;
    padding: 4px 40px 6px;
    top: -24px;
  }
}
.p-land-house__bnr__float br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr__float br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr__float span {
    display: none;
  }
}
.p-land-house__bnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-land-house__bnr .leftbox {
  text-align: center;
}
.p-land-house__bnr .leftbox .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-land-house__bnr .leftbox .title--main {
  font-size: 29px;
  color: #fff;
}
.p-land-house__bnr .leftbox .title--sub {
  margin: -4px 0 0;
  font-size: 26px;
  color: #faf937;
}
.p-land-house__bnr .rightbox {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr .rightbox {
    padding-left: 0;
    margin: 12px 0 0;
  }
}
.p-land-house__bnr .rightbox .land,
.p-land-house__bnr .rightbox .land li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-land-house__bnr .rightbox .land {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr .rightbox .land {
    padding: 0 0 0 6px;
  }
}
.p-land-house__bnr .rightbox .land li {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0 12px 0 0;
  letter-spacing: 0.2em;
}
.p-land-house__bnr .rightbox .land li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr .rightbox .land li {
    font-size: 14px;
  }
}
.p-land-house__bnr .rightbox .hukidashi {
  margin: 12px 0 0;
  background-image: url(../img/land_house/land_house__hukidashi@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4px 20px 6px 40px;
}
@media screen and (max-width: 768px) {
  .p-land-house__bnr .rightbox .hukidashi {
    background-image: url(../img/land_house/land_house__hukidashi--sp@2x.png);
    padding: 20px 16px 10px 20px;
  }
}
.p-land-house__bnr .rightbox .hukidashi h4 {
  color: #0b6a66;
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-land-house .p-property-indexlist__item {
  position: relative;
}
.p-land-house .p-property-indexlist__item__campaign {
  position: absolute;
  margin: auto;
  top: -20px;
  right: -12px;
  width: 132px;
}
@media screen and (max-width: 768px) {
  .p-land-house .p-property-indexlist__item__campaign {
    top: -17px;
    right: -10px;
    width: 100px;
  }
}
.p-land-house .p-property-indexlist__item .p-property-indexlist__top {
  width: calc(100% - 30px);
}
.p-land-house .p-property-indexlist__item .p-property-indexlist__place {
  font-size: 1.6rem;
}

/*
* Single Style
*/
.p-eventdetail-meta__category {
  border: 1px solid #2c6865;
  padding: 2px 12px;
  font-size: 13px;
  color: #2c6865;
  letter-spacing: 0.6px;
}

.single-sdgs .p-eventdetail-contents {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .single-sdgs .p-eventdetail-contents {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .single-sdgs .p-eventdetail-contents {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/*
* Frontpage Style
*/
.slick-slide img {
  margin: 0 auto;
}

.p-top-joys__brand {
  background: #f7f7f7;
  padding: 24px 0 80px;
  display: block;
  margin-top: 40px;
}

.p-joys__background {
  background: url(../img/top/img-main@2x.jpg) no-repeat;
  background-size: cover;
  height: 460px;
  width: 80%;
  margin: 24px 0 64px auto;
}
@media screen and (max-width: 560px) {
  .p-joys__background {
    background: url(../img/top/img-main--sp@2x.jpg) no-repeat;
    height: 41vh;
    width: 80%;
    background-size: contain;
    margin: 24px 0 0 auto;
  }
}

.p-joys__text {
  font-family: serif;
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-joys__text {
    font-size: 34px;
  }
}
@media screen and (max-width: 420px) {
  .p-joys__text {
    font-size: 20px;
  }
}

.p-joys__image {
  width: 248px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .p-joys__image {
    width: 85%;
  }
}

.c-link__nomal {
  font-size: 1.6rem;
}

.p-joys-title {
  background: rgba(255, 255, 255, 0.6);
  width: 48%;
  padding: 56px 80px;
  position: relative;
  left: -200px;
  top: 48px;
}
@media screen and (max-width: 1200px) {
  .p-joys-title {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .p-joys-title {
    width: 56%;
    left: -108px;
    padding: 56px 24px;
  }
}
@media screen and (max-width: 420px) {
  .p-joys-title {
    width: 74%;
    left: -56px;
    padding: 32px 24px;
  }
}

.p-joys__item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-joys__item01 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.p-joys__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-joys__item02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-joys__item03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 48px !important;
}
@media screen and (max-width: 768px) {
  .p-joys__item03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 12px !important;
  }
}

.p-ferie-title {
  width: 33.33%;
  padding: 59px 24px;
  background: rgba(0, 69, 133, 0.45);
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-ferie-title {
    padding: 32px 0;
    width: 30.33%;
  }
}
@media screen and (max-width: 420px) {
  .p-ferie-title {
    width: 100%;
  }
}

.p-rupo-title {
  width: 33.33%;
  padding: 59px 24px;
  background: rgba(98, 95, 95, 0.45);
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-rupo-title {
    padding: 16px 0;
    width: 30.33%;
  }
}
@media screen and (max-width: 420px) {
  .p-rupo-title {
    width: 100%;
    padding: 32px 0;
  }
}

.p-herrison-title {
  width: 33.33%;
  padding: 59px 24px;
  background: rgba(203, 156, 158, 0.45);
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-herrison-title {
    padding: 32px 0;
    width: 30.33%;
  }
}
@media screen and (max-width: 420px) {
  .p-herrison-title {
    width: 100%;
  }
}

.p-ferie__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: 402px;
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-ferie__image {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .p-ferie__image {
    width: 100%;
    height: auto;
  }
}

.p-side-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-side-title__wrap .u-m--top--lg--8px {
    margin-top: 8px !important;
  }
}

.p-herrison__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: 402px;
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-herrison__image {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .p-herrison__image {
    width: 100%;
    height: auto;
  }
}

.p-ferie-title-logo__image {
  width: 64%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-rupo-title-logo__image {
  width: 60%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-herrison-title-logo__image {
  width: 64%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.w--full {
  width: 100%;
}

.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.text--center {
  text-align: center;
  font-weight: 400;
}

.p-ferie-title__main {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-ferie-title__main {
    font-size: 1.8rem;
  }
}

.p-ferie-title__sub {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-ferie-title__sub {
    font-size: 1.3rem;
  }
}

.p-herrison-title__main {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-herrison-title__main {
    font-size: 1.8rem;
  }
}

.p-herrison-title__sub {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-herrison-title__sub {
    font-size: 1.3rem;
  }
}

.p-herrison-title .c-link__nomal {
  background-position: 60.4% 70% !important;
}

.p-decolation__image {
  width: 50%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.c-link--arw--white {
  background-image: url(../img/icon/arw--white.svg) !important;
  background-position: 56% 70% !important;
}

.p-ferie-title__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-herrison-title__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-top-title__logo {
  margin-left: 32px;
}
@media screen and (max-width: 420px) {
  .p-top-title__logo {
    width: 64px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-title-joys {
    margin-left: 8px !important;
  }
}

@media screen and (max-width: 420px) {
  .u-sm--fontsize--24 {
    font-size: 2.4rem !important;
    line-height: 4rem !important;
  }
}

.c-link--arw--left {
  padding-right: 1.4em;
  background-image: url(../img/icon/arw.svg);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-link--arw--left {
    background-position: 16% 50%;
  }
}
@media screen and (max-width: 420px) {
  .c-link--arw--left {
    background-position: 28% 50%;
  }
}

.u-hover--op {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-hover--op:hover {
  opacity: 0.7;
}

.p-rupo__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: 402px;
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-rupo__image {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .p-rupo__image {
    width: 100%;
    height: auto;
  }
}

.p-herrison__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: 402px;
  border: 2px solid white;
}
@media screen and (max-width: 768px) {
  .p-herrison__image {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .p-herrison__image {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .u-m-sm--bottom--24 {
    margin-bottom: -24px;
  }
}

.p-top-modelhouse--single .p-top-modelhouse__image--hale {
  background-image: url(../../../assets/img/modelhouse/shabby2/img_hale.png) !important;
  background-image: -webkit-image-set(url(../../../assets/img/modelhouse/shabby2/img_hale.png) 1x, url(../../../assets/img/modelhouse/shabby2/img_hale@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../../../assets/img/modelhouse/shabby2/img_hale.png") 1x, url("../../../assets/img/modelhouse/shabby2/img_hale@2x.png") 2x) !important;
  background-image: image-set("../../../assets/img/modelhouse/shabby2/img_hale.png" 1x, "../../../assets/img/modelhouse/shabby2/img_hale@2x.png" 2x) !important;
}
.p-top-modelhouse--single .p-top-modelhouse__image--cras {
  background-image: url(../../../assets/img/modelhouse/cras/img_top.png) !important;
  background-image: -webkit-image-set(url(../../../assets/img/modelhouse/cras/img_top.png) 1x, url(../../../assets/img/modelhouse/cras/img_top@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../../../assets/img/modelhouse/cras/img_top.png") 1x, url("../../../assets/img/modelhouse/cras/img_top@2x.png") 2x) !important;
  background-image: image-set("../../../assets/img/modelhouse/cras/img_top.png" 1x, "../../../assets/img/modelhouse/cras/img_top@2x.png" 2x) !important;
}
.p-top-modelhouse .p-top-modelhouse__image--cras {
  background-image: url(../img/modelhouse/cras/img_top.png) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/cras/img_top.png) 1x, url(.../img//modelhouse/cras/img_top@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../img/modelhouse/cras/img_top.png") 1x, url("../img/modelhouse/cras/img_top@2x.png") 2x) !important;
  background-image: image-set("../img/modelhouse/cras/img_top.png" 1x, "../img/modelhouse/cras/img_top@2x.png" 2x) !important;
}
@media screen and (min-width: 770px ) {
  .p-top-modelhouse__inner .p-top-modelhouse__image {
    height: 520px;
  }
}
.p-top-modelhouse__inner--one .p-top-modelhouse__image {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}
@media screen and (min-width: 770px ) {
  .p-top-modelhouse__inner--two {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-modelhouse__inner--two .p-top-modelhouse__image {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}
@media screen and (min-width: 770px ) {
  .p-top-modelhouse__inner--two .p-top-modelhouse__image:first-child {
    margin-right: 1.5% !important;
  }
  .p-top-modelhouse__inner--two .p-top-modelhouse__image:last-child {
    margin-left: 1.5% !important;
  }
}
.p-top-modelhouse__image--hale {
  background-image: url(../img/top/house_img_hale.png);
  background-image: -webkit-image-set(url(../img/top/house_img_hale.png) 1x, url(../img/top/house_img_hale@2x.png) 2x);
  background-image: -webkit-image-set(url("../img/top/house_img_hale.png") 1x, url("../img/top/house_img_hale@2x.png") 2x);
  background-image: image-set("../img/top/house_img_hale.png" 1x, "../img/top/house_img_hale@2x.png" 2x);
}
@media (min-width: 769px) {
  .p-top-modelhouse__image--hale {
    margin-right: 1.5% !important;
    height: 520px !important;
  }
}
@media (max-width: 768px) {
  .p-top-modelhouse__image--hale {
    background-image: url(../img/top/house_img_hale--sp.png);
    background-image: -webkit-image-set(url(../img/top/house_img_hale--sp.png) 1x, url(../img/top/house_img_hale--sp@2x.png) 2x, url(../img/top/house_img_hale--sp@3x.png) 3x);
    background-image: -webkit-image-set(url("../img/top/house_img_hale--sp.png") 1x, url("../img/top/house_img_hale--sp@2x.png") 2x, url("../img/top/house_img_hale--sp@3x.png") 3x);
    background-image: image-set("../img/top/house_img_hale--sp.png" 1x, "../img/top/house_img_hale--sp@2x.png" 2x, "../img/top/house_img_hale--sp@3x.png" 3x);
  }
}
.p-top-modelhouse__image--shabby2 {
  background-image: url(../img/top/img_shabby2.jpg);
  background-image: -webkit-image-set(url(../img/top/img_shabby2.jpg) 1x, url(../img/top/img_shabby2@2x.jpg) 2x);
  background-image: -webkit-image-set(url("../img/top/img_shabby2.jpg") 1x, url("../img/top/img_shabby2@2x.jpg") 2x);
  background-image: image-set("../img/top/img_shabby2.jpg" 1x, "../img/top/img_shabby2@2x.jpg" 2x);
}
@media (min-width: 769px) {
  .p-top-modelhouse__image--shabby2 {
    margin-left: 1.5% !important;
    height: 520px !important;
  }
}
@media (min-width: 769px) {
  .p-top-modelhouse__image--shabby2single {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-top-modelhouse__image--kazahana {
    margin-top: 0;
  }
}
.p-top-modelhouse__title .c-caption {
  right: 2%;
}
@media (min-width: 769px) {
  .p-top-modelhouse__title .c-caption {
    top: -70px;
  }
}

@media (min-width: 769px) {
  .c-caption__main--shabby {
    font-size: 3.8rem;
  }
}

.p-modelhouse--shabby2 .p-photolist .c-title__title {
  color: #333;
}
.p-modelhouse-menu__item--single {
  position: relative;
  margin: 0;
}

.p-shabby2__title::after {
  display: none;
}

.p-shabby2spec__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-shabby2spec__section {
    display: block;
  }
}
@media (min-width: 769px) {
  .p-shabby2spec__content {
    width: 50%;
  }
  .p-shabby2spec__content .c-title__text {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .p-shabby2spec__image {
    text-align: center;
  }
}

.u-t--center {
  text-align: center;
}

.p-top-mv__item--2 {
  background-image: url(../img/top/mv_img_2.jpg) !important;
  background-image: -webkit-image-set(url(../img/top/mv_img_2.jpg) 1x, url(../img/top/mv_img_2@2x.jpg) 2x) !important;
  background-image: -webkit-image-set(url("../img/top/mv_img_2.jpg") 1x, url("../img/top/mv_img_2@2x.jpg") 2x) !important;
  background-image: image-set("../img/top/mv_img_2.jpg" 1x, "../img/top/mv_img_2@2x.jpg" 2x) !important;
}

.p-top-mv__item--cras {
  background-position: center;
  background-size: cover;
  background-image: url(../img/top/mv_img_cras.jpg) !important;
  background-image: -webkit-image-set(url(../img/top/mv_img_cras.jpg) 1x, url(../img/top/mv_img_cras@2x.jpg) 2x) !important;
  background-image: -webkit-image-set(url("../img/top/mv_img_cras.jpg") 1x, url("../img/top/mv_img_cras@2x.jpg") 2x) !important;
  background-image: image-set("../img/top/mv_img_cras.jpg" 1x, "../img/top/mv_img_cras@2x.jpg" 2x) !important;
}
@media screen and (max-width: 600px) {
  .p-top-mv__item--cras {
    background-image: url(../img/top/mv_img_cras--sp.jpg) !important;
    background-image: -webkit-image-set(url(../img/top/mv_img_cras--sp.jpg) 1x, url(../img/top/mv_img_cras--sp@2x.jpg) 2x) !important;
    background-image: -webkit-image-set(url("../img/top/mv_img_cras--sp.jpg") 1x, url("../img/top/mv_img_cras--sp@2x.jpg") 2x) !important;
    background-image: image-set("../img/top/mv_img_cras--sp.jpg" 1x, "../img/top/mv_img_cras--sp@2x.jpg" 2x) !important;
  }
}

.p-top-modelhouse .p-top-modelhouse__image--hanatelier {
  background-image: url(../img/modelhouse/hanatelier/img_top.png) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/img_top.png) 1x, url(.../comman/dist/img//modelhouse/hanatelier/img_top@2x.png) 2x) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/img_top.png) 1x, url(../img/modelhouse/hanatelier/img_top@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../img/modelhouse/hanatelier/img_top.png") 1x, url("../img/modelhouse/hanatelier/img_top@2x.png") 2x) !important;
  background-image: image-set("../img/modelhouse/hanatelier/img_top.png" 1x, "../img/modelhouse/hanatelier/img_top@2x.png" 2x) !important;
}

.p-top-project .p-joys-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-project .p-joys__text {
  white-space: pre;
}

.p-top-project .p-top-title-joys {
  margin-left: 0 !important;
  font-weight: 400;
  padding: 0 0 0 20px;
}

.p-top-project .c-link {
  background-position: 8.8em 50%;
}

.p-top-project .p-joys__background {
  background-image: url(../img/modelhouse/hanatelier/img_main.jpg) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/img_main.jpg) 1x, url(.../comman/dist/img//modelhouse/hanatelier/img_main@2x.jpg) 2x) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/img_main.jpg) 1x, url(../img/modelhouse/hanatelier/img_main@2x.jpg) 2x) !important;
  background-image: -webkit-image-set(url("../img/modelhouse/hanatelier/img_main.jpg") 1x, url("../img/modelhouse/hanatelier/img_main@2x.jpg") 2x) !important;
  background-image: image-set("../img/modelhouse/hanatelier/img_main.jpg" 1x, "../img/modelhouse/hanatelier/img_main@2x.jpg" 2x) !important;
  background-repeat: no-repeat;
}

.p-top-mv__item--1 {
  background-image: url(../../src/img/modelhouse/hanatelier/mv_img_1@2x.png) !important;
  background-image: -webkit-image-set(url(../../src/img/modelhouse/hanatelier/mv_img_1@2x.png) 1x, url(../../src/img/modelhouse/hanatelier/mv_img_1@2x.png) 2x) !important;
  background-image: -webkit-image-set(url(../../src/img/modelhouse/hanatelier/mv_img_1@2x.png) 1x, url(../../src/img/modelhouse/hanatelier/mv_img_1@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../../src/img/modelhouse/hanatelier/mv_img_1@2x.png") 2x) !important;
  background-image: image-set("../../src/img/modelhouse/hanatelier/mv_img_1@2x.png" 2x) !important;
  background-repeat: no-repeat;
}

.p-top-mv__item--2 {
  background-image: url(../img/modelhouse/mv_img_kigocoro.png) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/mv_img_kigocoro.png) 1x, url(.../comman/dist/img//modelhouse/mv_img_kigocoro@2x.png) 2x) !important;
  background-image: -webkit-image-set(url(../img/modelhouse/mv_img_kigocoro.png) 1x, url(../img/modelhouse/mv_img_kigocoro@2x.png) 2x) !important;
  background-image: -webkit-image-set(url("../img/modelhouse/mv_img_kigocoro.png") 1x, url("../img/modelhouse/mv_img_kigocoro@2x.png") 2x) !important;
  background-image: image-set("../img/modelhouse/mv_img_kigocoro.png" 1x, "../img/modelhouse/mv_img_kigocoro@2x.png" 2x) !important;
  background-repeat: no-repeat;
  background-position: top -24px center !important;
}
@media (max-width: 600px) {
  .p-top-mv__item--2 {
    background-image: url(../img/modelhouse/mv_img_kigocoro--sp.png) !important;
    background-image: -webkit-image-set(url(../img/modelhouse/mv_img_kigocoro--sp.png) 1x, url(.../comman/dist/img//modelhouse/mv_img_kigocoro--sp@2x.png) 2x) !important;
    background-image: -webkit-image-set(url(../img/modelhouse/mv_img_kigocoro--sp.png) 1x, url(../img/modelhouse/mv_img_kigocoro--sp@2x.png) 2x) !important;
    background-image: -webkit-image-set(url("../img/modelhouse/mv_img_kigocoro--sp.png") 1x, url("../img/modelhouse/mv_img_kigocoro--sp@2x.png") 2x) !important;
    background-image: image-set("../img/modelhouse/mv_img_kigocoro--sp.png" 1x, "../img/modelhouse/mv_img_kigocoro--sp@2x.png" 2x) !important;
    background-position: top 24px center !important;
  }
}

@media (max-width: 768px) {
  .p-top-project {
    padding-bottom: 0;
  }
  .p-top-mv__item--1 {
    background-image: url(../img/modelhouse/hanatelier/mv_img_1--sp.png) !important;
    background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/mv_img_1--sp.png) 1x, url(.../comman/dist/img//modelhouse/hanatelier/mv_img_1--sp@2x.png) 2x) !important;
    background-image: -webkit-image-set(url(../img/modelhouse/hanatelier/mv_img_1--sp.png) 1x, url(../img/modelhouse/hanatelier/mv_img_1--sp@2x.png) 2x) !important;
    background-image: -webkit-image-set(url("../img/modelhouse/hanatelier/mv_img_1--sp.png") 1x, url("../img/modelhouse/hanatelier/mv_img_1--sp@2x.png") 2x) !important;
    background-image: image-set("../img/modelhouse/hanatelier/mv_img_1--sp.png" 1x, "../img/modelhouse/hanatelier/mv_img_1--sp@2x.png" 2x) !important;
    background-repeat: no-repeat;
    background-position: top 24px center !important;
  }
}
.p-top-project {
  background: #f7f7f7;
  padding: 40px 0 80px;
}
@media screen and (max-width: 992px ) {
  .p-top-project {
    margin-bottom: 0px;
  }
}
.p-top-project #p-top-project__kigocoro .p-top-project__list__box__img {
  background: url(../img/top/project_img_01@2x.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media screen and (max-width: 576px ) {
  .p-top-project #p-top-project__kigocoro .p-top-project__list__box__icon img {
    width: 86px;
    height: auto;
  }
}
.p-top-project #p-top-project__hanatelier .p-top-project__list__box__img {
  background: url(../img/top/project_img_02@2x.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media screen and (max-width: 576px ) {
  .p-top-project #p-top-project__hanatelier .p-top-project__list__box__icon img {
    width: 116px;
    height: auto;
  }
}
@media screen and (max-width: 992px ) {
  .p-top-project #p-top-project__joys {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: 153px;
  }
}
.p-top-project #p-top-project__joys .p-top-project__list__box__img {
  background: url(../img/top/project_img_03@2x.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media screen and (max-width: 992px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__img {
    width: 50%;
    aspect-ratio: 1/1.527;
    padding-top: 42%;
    height: 100%;
  }
}
@media screen and (max-width: 992px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__contents {
    position: relative;
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 992px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__icon {
    top: 20%;
    bottom: 0;
  }
}
@media screen and (max-width: 576px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__icon img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 992px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__title {
    margin: 220px 0 0;
  }
}
@media screen and (max-width: 576px ) {
  .p-top-project #p-top-project__joys .p-top-project__list__box__title {
    margin: 100px 0 0;
  }
}
.p-top-project__list {
  margin-top: 60px;
}
.p-top-project__list__box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 550px;
  position: relative;
}
@media screen and (max-width: 992px ) {
  .p-top-project__list__box {
    min-height: 380px;
  }
}
@media screen and (max-width: 576px ) {
  .p-top-project__list__box {
    min-height: auto;
    max-height: 252px;
  }
}
.p-top-project__list__box__img {
  aspect-ratio: 1/0.44;
  padding-top: 44.2%;
  width: 100%;
}
.p-top-project__list__box__contents {
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 576px ) {
  .p-top-project__list__box__contents {
    padding: 40px 1em;
  }
}
.p-top-project__list__box__icon {
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px ) {
  .p-top-project__list__box__icon {
    top: 200px;
  }
}
@media screen and (max-width: 576px ) {
  .p-top-project__list__box__icon {
    top: 100px;
  }
}
.p-top-project__list__box__title {
  font-size: 26px;
  font-weight: 400;
  margin: 240px 0 0;
}
@media screen and (max-width: 992px ) {
  .p-top-project__list__box__title {
    margin: 180px 0 0;
  }
}
@media screen and (max-width: 576px ) {
  .p-top-project__list__box__title {
    font-size: 11px;
    margin: 70px 0 0;
  }
}
@media screen and (min-width: 993px ) {
  .p-top-project .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .p-top-project .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px ) {
  .p-top-project .row-60 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .p-top-project .row-60 > div {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.p-top-other__image--kagawa {
  background-image: url(../img/top/kagawa-image@2x.jpg) !important;
}
@media screen and (max-width: 768px) {
  .p-top-other__image--kagawa {
    background-image: url(../img/top/kagawa-image.jpg) !important;
  }
}

.p-top-other .c-card__link {
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .p-top-other .c-card__link {
    font-size: 16px !important;
  }
}

.p-top-other__item {
  background: #fff;
}

/*
* modelhouse｜page Style
*/
.img-w100 {
  max-width: 100%;
}

@media screen and (min-width: 770px ) {
  .p-modelhouse .c-caption__main {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 770px ) {
  .p-modelhouse .c-caption__text {
    margin-top: 12px !important;
  }
}

.modelhouse--cras__eye--main {
  background: #f6f6f6;
}
@media screen and (min-width: 601px) {
  .modelhouse--cras__eye--main .l-layout__inner {
    padding: 70px 0;
  }
}
@media screen and (min-width: 601px) {
  .modelhouse--cras__eye--sub {
    margin-top: -70px;
  }
}
@media screen and (max-width: 600px) {
  .modelhouse--cras__eye .l-layout__inner {
    width: 100% !important;
  }
}
@media screen and (min-width: 601px) {
  .modelhouse--cras__info__title, .modelhouse--cras__info__sub {
    text-align: center;
  }
}
.modelhouse--cras__info__title {
  color: #c4a65e;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .modelhouse--cras__info__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 601px) {
  .modelhouse--cras__info__text p {
    text-align: center;
  }
}
.modelhouse--cras__info__text p {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .modelhouse--cras__info__text p {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  #model-house .p-top-modelhouse__inner a,
  .p-modelhouse .p-top-modelhouse__inner a {
    margin-right: 1.5% !important;
    margin-left: 0 !important;
  }
  #model-house .p-top-modelhouse__inner a:nth-of-type(even),
  .p-modelhouse .p-top-modelhouse__inner a:nth-of-type(even) {
    margin-left: 1.5% !important;
    margin-right: 0 !important;
  }
}

/*
* Header Style
*/
@media (min-width: 769px) {
  .l-header__submenuinner {
    max-width: 970px;
  }
}
.l-header__submenutitle {
  margin-right: 0;
}

@media (min-width: 769px) {
  .l-header__submenulist {
    padding: 20px 12px 0;
  }
}
@media (max-width: 768px) {
  .cras-br {
    display: none;
  }
}
.l-header__submenutitle--4 {
  background-image: url(../img/bg_submenu_4.png) !important;
  background-image: -webkit-image-set(url("../img/bg_submenu_4.png") 1x, url("../img/bg_submenu_4@2x.png") 2x) !important;
  background-image: image-set("../img/bg_submenu_4.png" 1x, "../img/bg_submenu_4@2x.png" 2x) !important;
}

.p-search-exterior-gallery {
  max-width: 950px;
}

.exterior-gallery__about-txt {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 1.4rem;
}

.p-exterior-gallery__list {
  max-width: 1366px;
  margin: 0 auto;
  margin: auto;
}

.p-exterior-gallery__item {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.p-exterior-gallery__item img {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.p-exterior-gallery__title {
  font-size: 16px;
  margin-bottom: 15px;
}

.p-exterior-gallery__day-address {
  margin-bottom: 10px;
  font-size: 14px;
}

.p-exterior-gallery__link {
  position: relative;
  display: inline-block;
}

.p-exterior-gallery__link a {
  font-size: 14px;
  color: #006A66;
  text-decoration: underline;
}

.p-exterior-gallery--view-more::after {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/exterior/icon_arrow.png");
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 0px;
  right: -25px;
}

.p-exterior-gallery__all {
  text-align: right;
  position: relative;
}

.p-exterior-gallery__all a {
  color: #006A66;
  text-decoration: underline;
  font-size: 16px;
}

.p-exterior-gallery__the-content p {
  font-size: 14px;
  margin-bottom: 50px;
}

.p-exterior-gallery__the-content {
  max-width: 1024px;
  margin: 0 auto;
}

.p-exterior-gallery__the-content img {
  width: 100%;
}

.u-mainc {
  color: #006A66;
}

/* 既存のやつ */
@media screen and (max-width: 768px) {
  .p-search__labelitem {
    padding: 0 4px;
  }
  .p-search__label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-exterior-gallery__item {
    width: 100%;
  }
}
.p-new-build__kodawari {
  margin: 50px 0 0;
  background: #e8f2f2;
  border-radius: 9px;
  padding: 40px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 992px ) {
  .p-new-build__kodawari {
    display: block;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 993px ) {
  .p-new-build__kodawari .box--l {
    min-width: 328px;
  }
}
.p-new-build__kodawari .box--l .title--sub {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.6;
}
@media screen and (max-width: 992px ) {
  .p-new-build__kodawari .box--l .title--sub {
    font-size: 14px;
  }
}
.p-new-build__kodawari .box--l .title--main {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
  color: #006a66;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px ) {
  .p-new-build__kodawari .box--l .title--main {
    font-size: 24px;
  }
}
.p-new-build__kodawari .box--r {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
}
@media screen and (max-width: 992px ) {
  .p-new-build__kodawari .box--r {
    margin: 24px 0 0;
  }
}
.p-new-build__kodawari .box--r p {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.6;
}
@media screen and (max-width: 992px ) {
  .p-new-build__kodawari .box--r p {
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
}
.p-new-build__nav li {
  width: 16.6666666667%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 769px ) {
  .p-new-build__nav li {
    padding: 0 24px;
  }
}

.p-build-section1__list {
  margin: 0 0 30px;
}
.p-build-section1__list__title {
  font-size: 14px;
  line-height: 1.6;
}
.p-build-section1__list__title--main {
  font-weight: 700;
}
.p-build-section1__list__title--sub {
  color: #006a66;
}
.p-build-section1__list ul,
.p-build-section1__list li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.6;
}
.p-build-section1__list ul .head,
.p-build-section1__list li .head {
  font-weight: 700;
}

@media screen and (min-width: 770px ) {
  .p-new-build-section1 .p-build-section1__block--outer:nth-child(odd) .p-build-section1__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 770px ) {
  .p-new-build-section1 .p-build-section1__block--outer:nth-child(even) .p-build-section1__contents {
    margin: 0 0 0 40px !important;
  }
}
.p-new-build-section1 .p-build-section1__block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 769px ) {
  .p-new-build-section1 .p-build-section1__block:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 770px ) {
  .p-new-build-section1 .p-build-section1__block:nth-child(n+1) .p-build-section1__main-head {
    margin: 0 0 30px;
  }
}
.p-new-build-section1 .p-build-section1__image img {
  width: 100%;
}
.p-new-build-section1 .p-build-section1__main-head {
  margin: 0 0 50px;
}
@media screen and (max-width: 769px ) {
  .p-new-build-section1 .p-build-section1__main-head {
    margin: 0 0 20px;
  }
}
.p-new-build-section1 .p-build-section1__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 4px;
}
.p-new-build-section1 .p-build-section1__sub-title .number {
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  color: #006a66;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__sub-title .number {
    font-size: 3.4rem;
  }
}
.p-new-build-section1 .p-build-section1__sub-title .text {
  font-size: 18px;
  padding: 0 0 4px 14px;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__sub-title .text {
    font-size: 14px;
  }
}
.p-new-build-section1 .p-build-section1__main-title {
  font-size: 47px;
  line-height: 1.6;
  margin: 0;
  color: #006a66;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__main-title {
    font-size: 30px;
  }
}
.p-new-build-section1 .p-build-section1__caution {
  font-size: 14px;
  color: #006a66;
  margin: -10px 0 0;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__caution {
    font-size: 12px;
    margin: -6px 0 0;
  }
}
.p-new-build-section1 .p-build-section1__sub-head {
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__sub-head {
    margin: 0 0 20px;
  }
}
.p-new-build-section1 .p-build-section1__sub-head p {
  font-size: 20px;
  font-weight: 700;
  color: #006a66;
}
.p-new-build-section1 .p-build-section1__sub-head p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 .p-build-section1__sub-head p {
    font-size: 16px;
  }
}
.p-new-build-section1 .p-build-section1__merit {
  background: #e8f2f2;
  padding: 24px 16px 24px;
  position: relative;
  margin: 40px 0 30px;
}
.p-new-build-section1 .p-build-section1__merit .head {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0b5f5b;
}
.p-new-build-section1 .p-build-section1__merit ul,
.p-new-build-section1 .p-build-section1__merit li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-new-build-section1 .p-build-section1__merit ul li {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
}
.p-new-build-section1 .p-build-section1__merit ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  font-size: 14px;
  display: inline-block;
}
.p-new-build-section1 #section1 {
  display: block;
}
.p-new-build-section1 #section1 .section1__housemade ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 4px;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 #section1 .section1__housemade ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-new-build-section1 #section1 .section1__housemade ul li {
  padding: 60px 16px 24px;
  text-align: center;
  margin: 0;
  list-style: none;
  background: #edede6;
}
@media screen and (min-width: 993px ) {
  .p-new-build-section1 #section1 .section1__housemade ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 #section1 .section1__housemade ul li {
    width: 100%;
    padding: 40px 16px 24px;
  }
}
.p-new-build-section1 #section1 .section1__housemade ul li .number {
  margin: 0 0 20px;
}
.p-new-build-section1 #section1 .section1__housemade ul li .number .title {
  letter-spacing: 0.1em;
}
.p-new-build-section1 #section1 .section1__housemade ul li .number .title--sub {
  font-size: 14px;
  font-weight: 700;
  margin: -6px 0;
}
.p-new-build-section1 #section1 .section1__housemade ul li .number .title--main {
  font-size: 30px;
  font-weight: 700;
}
.p-new-build-section1 #section1 .section1__housemade ul li .number .title--caution {
  font-size: 14px;
}
.p-new-build-section1 #section1 .section1__housemade ul li .info {
  text-align: left;
}
.p-new-build-section1 #section1 .section1__housemade__caution {
  margin: 20px 0 50px;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 #section1 .section1__housemade__caution {
    margin: 20px 0 30px;
  }
}
.p-new-build-section1 #section1 .section1__housemade__caution p {
  margin: 0 0 2px;
  color: #006a66;
  font-size: 12px;
}
.p-new-build-section1 #section1 .section1__housemade__caution p:last-child {
  margin-bottom: 0;
}
.p-new-build-section1 #section1 .section1__housemade__info {
  margin: 0 0 80px;
}
@media screen and (max-width: 992px ) {
  .p-new-build-section1 #section1 .section1__housemade__info {
    margin: 0 0 60px;
  }
}
.p-new-build-section1 #section1 .section1__housemade__info p {
  font-size: 14px;
  line-height: 2.2;
}
.p-new-build-section1 #section1 .section1__housemade__info p:last-child {
  margin-bottom: 0;
}
.p-new-build-section1 #section1 .section1__goodhouse .leftbox .col__inner {
  padding: 0 24px 0 0;
}
.p-new-build-section1 #section1 .section1__goodhouse .leftbox p {
  font-size: 14px;
  line-height: 2.2;
}
.p-new-build-section1 #section1 .section1__goodhouse .leftbox p:last-child {
  margin-bottom: 0;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner {
  padding: 40px 24px 24px;
  border: 1px solid #707070;
  position: relative;
}
@media screen and (max-width: 769px ) {
  .p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner {
    margin: 60px 0 0;
  }
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner .head {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  display: inline;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px ) {
  .p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner .head {
    font-size: 16px;
  }
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner p {
  font-size: 14px;
  margin: 0 0 32px;
  line-height: 2.2;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner p.info {
  margin-bottom: 8px;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner p.caution {
  margin: 0;
  color: #006a66;
  font-size: 16px;
  text-align: right;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner ul,
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner ul {
  margin: 0 0 32px;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner ul li {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
}
.p-new-build-section1 #section1 .section1__goodhouse .rightbox .col__inner ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  font-size: 14px;
  display: inline-block;
}

.c-table {
  border-collapse: collapse;
  min-width: 100%;
}
.c-table--kigocoro {
  border: 1px solid #707070;
}
.c-table--kigocoro tr th {
  background: #7F6F6E;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
.c-table--kigocoro tr th:last-child {
  border-right: 1px solid #707070;
}
.c-table--kigocoro tr th .info,
.c-table--kigocoro tr td .info {
  display: block;
  white-space: nowrap;
  font-size: 10px;
  color: #3B4043;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro tr th .info,
  .c-table--kigocoro tr td .info {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-table--kigocoro tr th .caution,
.c-table--kigocoro tr td .caution {
  font-size: 12px;
  display: block;
}
.c-table--kigocoro tr th:nth-child(1),
.c-table--kigocoro tr td:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro tr th:nth-child(1),
  .c-table--kigocoro tr td:nth-child(1) {
    width: 80px;
    min-width: 80px;
  }
}
.c-table--kigocoro tr th:nth-child(2),
.c-table--kigocoro tr td:nth-child(2) {
  min-width: 547px;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro tr th:nth-child(2),
  .c-table--kigocoro tr td:nth-child(2) {
    min-width: 500px;
  }
}
.c-table--kigocoro tr th:nth-child(3),
.c-table--kigocoro tr td:nth-child(3) {
  min-width: 100px;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro tr th:nth-child(3),
  .c-table--kigocoro tr td:nth-child(3) {
    min-width: 80px;
  }
}
.c-table--kigocoro tr th:nth-child(4),
.c-table--kigocoro tr td:nth-child(4) {
  min-width: 100px;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro tr th:nth-child(4),
  .c-table--kigocoro tr td:nth-child(4) {
    min-width: 80px;
  }
}
.c-table--kigocoro td,
.c-table--kigocoro th {
  border: 1px solid #707070;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
  padding: 8px 1em;
}
@media screen and (max-width: 769px ) {
  .c-table--kigocoro td,
  .c-table--kigocoro th {
    font-size: 14px;
  }
}

.c-btn--yohaku--side {
  padding-left: 90px;
}
@media screen and (min-width: 993px ) {
  .c-btn--yohaku--side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 569px;
  }
  .c-btn--yohaku--side .title {
    font-size: 20px !important;
  }
  .c-btn--yohaku--side .link {
    font-size: 20px !important;
  }
  .c-btn--yohaku--side {
    padding-left: 80px;
  }
}
.c-btn--yohaku {
  cursor: pointer;
  outline: none;
  padding: 12px 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(34, 34, 34, 0.04);
          box-shadow: 0 0 6px rgba(34, 34, 34, 0.04);
  border-radius: 10px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F5F5F5;
  position: relative;
  margin: 0 auto;
}
.c-btn--yohaku:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  pointer-events: none;
  background: url(../img/kigocoro/front/yohaku-banner__bg@2x.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  width: 90px;
  height: 77px;
}
@media screen and (max-width: 992px ) {
  .c-btn--yohaku {
    min-height: 140px;
  }
}
@media screen and (max-width: 576px ) {
  .c-btn--yohaku {
    min-height: 100px;
  }
}
.c-btn--yohaku .title--main {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 992px ) {
  .c-btn--yohaku .title--main {
    font-size: 18px;
  }
}
.c-btn--yohaku .link {
  margin: 4px 0 0;
  font-size: 11px;
  color: #6F7579;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 992px ) {
  .c-btn--yohaku .link {
    font-size: 13px;
  }
}

html {
  margin-top: 0 !important;
}

.l-header--kigocoro {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

body:not(.l-kigocoro--top) .l-footer__link {
  padding-top: 80px;
}
@media screen and (max-width: 576px ) {
  body:not(.l-kigocoro--top) .l-footer__link {
    padding-top: 40px;
  }
}

@media screen and (max-width: 992px ) {
  body:not(.l-kigocoro--top) .l-header--kigocoro {
    background: #fff;
  }
}

body:not(.l-kigocoro--top) main {
  padding-top: 100px;
}
@media screen and (max-width: 992px ) {
  body:not(.l-kigocoro--top) main {
    padding-top: 40px;
  }
}

body.l-kigocoro--single-plandtype main {
  padding-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

img.mfp-img {
  background: #fff;
}

_::-webkit-full-page-media,
_:future,
:root .u-bg--aspect-plandtype--thumb {
  padding-top: 120%;
}

_::-webkit-full-page-media,
_:future,
:root .l-kigocoro .u-bg--aspect-news {
  padding-top: 63%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .u-bg--aspect-plandtype--thumb {
    padding-top: 80.874%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .l-kigocoro .u-bg--aspect-news {
    padding-top: 63%;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  .l-kigocoro .l-footer__link__title .text {
    line-height: 1.4em;
  }
  .l-kigocoro .l-footer__link__call__tell__info {
    margin: -20px 0 0 !important;
  }
}
.l-kigocoro {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.l-kigocoro .inner--outer {
  position: relative;
}
.l-kigocoro .kigocoro-color-normal {
  color: #6f7579;
}
.l-kigocoro .kigocoro-color-text {
  color: #3b4043;
}
.l-kigocoro .large--lh {
  line-height: 2.2em;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .large--lh {
    line-height: 2em;
  }
}
.l-kigocoro p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #6f7579;
  font-size: 16px;
}
.l-kigocoro .picture-img-w-100 img {
  width: 100%;
}
.l-kigocoro .kigocoro-color-normal {
  color: #6f7579;
}
.l-kigocoro .kigocoro-color-text {
  color: #3b4043;
}
.l-kigocoro .large--lh {
  line-height: 2.2em;
}
.l-kigocoro p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #6f7579;
  font-size: 16px;
}
.l-kigocoro .picture-img-w-100 img {
  width: 100%;
}
.l-kigocoro .inner--outer {
  position: relative;
}
.l-kigocoro .c-round {
  overflow: hidden;
  border-radius: 50%;
}
.l-kigocoro .c-round__bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
.l-kigocoro .c-round--double-line {
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.1);
  padding: 30px;
}
.l-kigocoro--eyecatch {
  overflow: hidden;
  background: #fafbfc;
}
.l-kigocoro--eyecatch .l-kigocoro--eyecatch__outer {
  background-position: right top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--eyecatch .l-kigocoro--eyecatch__outer {
    background-size: auto 240px !important;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch .l-kigocoro--eyecatch__outer {
    background-size: auto 160px !important;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch .l-kigocoro--eyecatch__outer {
    background-size: auto 120px !important;
    background-position: right -15vw top !important;
  }
}
.l-kigocoro--eyecatch--kodawari .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/kodawari@2x.png);
}
.l-kigocoro--eyecatch--yohaku .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/yohaku@2x.png);
}
.l-kigocoro--eyecatch--info .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/info@2x.png);
}
.l-kigocoro--eyecatch--plandtype .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/plandtype@2x.png);
}
.l-kigocoro--eyecatch--introduction .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/introduction@2x.png);
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch > .container {
    padding: 0;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch {
    margin-top: 60px;
  }
}
.l-kigocoro--eyecatch > .container {
  position: relative;
}
.l-kigocoro--eyecatch__bg {
  position: absolute;
  right: -300px;
  top: -400px;
  width: 1084px;
  height: 1084px;
}
.l-kigocoro--eyecatch__inner {
  position: relative;
  padding: 12px 0;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--eyecatch__inner {
    height: 240px;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch__inner {
    height: 160px;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch__inner {
    height: 120px;
  }
}
.l-kigocoro--eyecatch__inner__head {
  position: absolute;
  line-height: 0px;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__head {
    left: 14px;
  }
}
.l-kigocoro--eyecatch__inner__head__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 1.4em;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--eyecatch__inner__head__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__head__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__breadcrumb {
    padding: 0 0 0 14px;
  }
}
.l-kigocoro--eyecatch__inner__breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 0;
  overflow-x: scroll;
  /* 追加 */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: pre;
  max-width: 400px;
}
.l-kigocoro--eyecatch__inner__breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--eyecatch__inner__breadcrumb ul {
    max-width: 280px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__breadcrumb ul {
    max-width: 38vw;
  }
}
.l-kigocoro--eyecatch__inner__breadcrumb ul li {
  list-style: none;
}
.l-kigocoro--eyecatch__inner__breadcrumb ul li:nth-child(n+2):before {
  content: "/";
  color: #6f7579;
  margin: 0 8px;
  font-size: 12px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__breadcrumb ul li:nth-child(n+2):before {
    font-size: 10px;
  }
}
.l-kigocoro--eyecatch__inner__breadcrumb ul li a {
  color: #6f7579;
  font-size: 12px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--eyecatch__inner__breadcrumb ul li a {
    font-size: 10px;
  }
}
.l-kigocoro.voice .l-kigocoro--eyecatch--info .l-kigocoro--eyecatch__outer {
  background: url(../img/kigocoro/eye/voice@2x.png) !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro.voice .l-kigocoro--eyecatch--info .l-kigocoro--eyecatch__outer {
    background-size: auto 240px !important;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro.voice .l-kigocoro--eyecatch--info .l-kigocoro--eyecatch__outer {
    background-size: auto 160px !important;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro.voice .l-kigocoro--eyecatch--info .l-kigocoro--eyecatch__outer {
    background-size: auto 120px !important;
    background-position: right -15vw top !important;
  }
}
.l-kigocoro .u-f--weight-w3 {
  font-weight: 300;
}
.l-kigocoro .u-f--weight-w4 {
  font-weight: 400;
}
.l-kigocoro .u-f--weight-w7 {
  font-weight: 700;
}
.l-kigocoro .c-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.l-kigocoro .c-share li {
  list-style: none;
  margin: 0 12px 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-share li {
    margin: 0 6px 0;
  }
}
.l-kigocoro .c-pager .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.l-kigocoro .c-pager--b .navigation {
  text-align: center;
}
.l-kigocoro .c-pager--b .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-kigocoro .c-pager--b .nav-links .prev,
.l-kigocoro .c-pager--b .nav-links .next {
  position: absolute;
  background: #d4ece3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  font-size: 20px !important;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-pager--b .nav-links .prev,
  .l-kigocoro .c-pager--b .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.l-kigocoro .c-pager--b .nav-links .prev i,
.l-kigocoro .c-pager--b .nav-links .next i {
  color: #2e725a;
}
.l-kigocoro .c-pager--b .nav-links .prev {
  left: 0px;
}
.l-kigocoro .c-pager--b .nav-links .next {
  right: 0px;
}
.l-kigocoro .c-pager--b .nav-links .page-numbers {
  color: #6f7579;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: none;
}
.l-kigocoro .c-pager--b .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-kigocoro .c-pager--b .nav-links .page-numbers.current {
  color: #212121;
}
.l-kigocoro .c-pager--pland ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 80px;
  margin: 0 !important;
}
.l-kigocoro .c-pager--pland ul li {
  background: transparent;
  margin: 0;
}
.l-kigocoro .c-pager--pland ul li .current {
  background-color: transparent !important;
}
.l-kigocoro .c-pager--pland ul li .page-numbers {
  color: #6f7579;
  margin: 0 12px;
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: 1.6em;
  font-weight: 400;
  text-decoration: none;
}
.l-kigocoro .c-pager--pland ul li .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-kigocoro .c-pager--pland ul li .page-numbers.current {
  color: #212121;
}
.l-kigocoro .c-pager--pland ul li .prev,
.l-kigocoro .c-pager--pland ul li .next {
  position: absolute;
  background: #d4ece3;
  border-radius: 50%;
  top: -16px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  font-size: 20px !important;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-pager--pland ul li .prev,
  .l-kigocoro .c-pager--pland ul li .next {
    width: 40px;
    height: 40px;
  }
}
.l-kigocoro .c-pager--pland ul li .prev i,
.l-kigocoro .c-pager--pland ul li .next i {
  color: #2e725a;
}
.l-kigocoro .c-pager--pland ul li .prev {
  left: 0px;
}
.l-kigocoro .c-pager--pland ul li .next {
  right: 0px;
}
.l-kigocoro .c-title--left-dot {
  position: relative;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 40px;
  color: #3b4043;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-title--left-dot {
    font-size: 23px;
    line-height: 1.8em;
  }
}
.l-kigocoro .c-title--left-dot:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 1;
  background: rgba(127, 111, 110, 0.1);
  top: -12px;
  left: -16px;
}
.l-kigocoro .c-title--right-dot {
  position: relative;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  display: inline-block;
  color: #3b4043;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-title--right-dot {
    font-size: 23px;
    line-height: 1.8em;
  }
}
.l-kigocoro .c-title--right-dot:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  z-index: -1;
  background: #d4ece3;
  top: -18px;
  right: -56px;
}
.l-kigocoro .head--center-box {
  text-align: center;
}
.l-kigocoro .u-title--hidden-01 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-kigocoro .u-title--hidden-02 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l-kigocoro .u-title--hidden-03 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.l-kigocoro .c-slider {
  overflow: hidden;
}
.l-kigocoro .c-btn--arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .c-btn--arrow__text {
  margin-bottom: 0;
  color: #3b4043;
  white-space: pre;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-btn--arrow__text {
    font-size: 14px;
  }
}
.l-kigocoro .c-btn--arrow__icon {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 0 20px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .c-btn--arrow:hover {
  text-decoration: none;
  opacity: 1;
}
.l-kigocoro .c-btn--arrow:hover .c-btn--arrow__icon {
  -webkit-transform: translate(12px);
          transform: translate(12px);
}
.l-kigocoro .c-btn--arrow:after {
  background-color: #3b4043;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-kigocoro .c-kigokoro-post-list--news__imgbox {
  border-radius: 20px;
  overflow: hidden;
}
.l-kigocoro .c-kigokoro-post-list--news__contents {
  background: #fff;
  padding: 8px 0;
}
.l-kigocoro .c-kigokoro-post-list--news__contents > .title p {
  color: #3b4043;
  font-size: 18px;
}
.l-kigocoro .c-kigokoro-post-list--news__contents > .text {
  margin-bottom: 12px;
}
.l-kigocoro .c-kigokoro-post-list--news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-kigocoro .c-kigokoro-post-list--news__info .c-kigokoro-post-list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro .c-kigokoro-post-list--news__info .c-kigokoro-post-list__date .c-kigokoro-post-list__full {
  margin: 0 0 0 8px;
  color: #cdd6dd;
  font-family: "Montserrat", sans-serif;
}
.l-kigocoro .c-kigokoro-post-list--news__info .c-categories {
  margin-bottom: 0;
}
.l-kigocoro .c-kigokoro-post-list--news__info .c-categories li {
  margin-bottom: 0;
  margin-right: 0;
}
.l-kigocoro .c-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 0;
}
.l-kigocoro .c-categories li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 12px 12px 0;
  background: #3b4043 !important;
}
.l-kigocoro .c-categories li a,
.l-kigocoro .c-categories li p {
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}
.l-kigocoro .c-categories--round li {
  border-radius: 20px;
}
.l-kigocoro .sell_status {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f0f3f5;
  z-index: 2;
  padding: 15px;
}
.l-kigocoro .sell_status-active {
  background: #eac0bd !important;
}
.l-kigocoro .sell_status__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.l-kigocoro .sell_status .sell__head {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0 0 8px;
}
.l-kigocoro .sell_status .sell__text {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.l-kigocoro .sell_status .sell__text.small {
  font-size: 12px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .post-list .c-kigokoro-post-list--news {
    margin-bottom: 40px;
  }
}
.l-kigocoro .c-bnr .c-bnr__btn {
  border-radius: 5px;
}
.l-kigocoro .c-bnr--sp {
  display: none;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-bnr--sp {
    margin-top: 40px;
    display: block;
    z-index: 99;
    position: relative;
  }
}
.l-kigocoro .c-bnr--sp .c-bnr__btn {
  background: #6f7579;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
.l-kigocoro .c-bnr--sp .c-bnr__text {
  color: #fff;
  margin: 0 0 0 12px;
}
.l-kigocoro .c-bnr--sp .c-bnr__text__ja {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.l-kigocoro .c-bnr--sp .c-bnr__text__en {
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.l-kigocoro .c-bnr--sidebnr {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 9999;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-bnr--sidebnr {
    display: none;
  }
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__btn__inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__btn {
  background: #3b4043;
  display: block;
  padding: 20px 40px 20px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-right: -30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__btn:last-child {
  margin-bottom: 0;
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__btn:hover {
  -webkit-transform: translate(-20px);
          transform: translate(-20px);
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__text {
  color: #fff;
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__text__ja {
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 0;
}
.l-kigocoro .c-bnr--sidebnr .c-bnr__text__en {
  font-size: 12px;
  margin: 0;
}
.l-kigocoro .c-bnr--fixedbnr {
  display: none;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-bnr--fixedbnr {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__btn__inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__btn {
  background: rgba(59, 64, 67, 0.95);
  display: block;
  width: 49.8%;
  height: 70px;
  border-radius: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__btn:last-child {
  margin-bottom: 0;
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__text {
  color: #fff;
  text-align: left;
  margin: 0 0 0 12px;
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__text__ja {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}
.l-kigocoro .c-bnr--fixedbnr .c-bnr__text__en {
  font-size: 12px;
  margin: 0;
}
.l-kigocoro .c-bnr--kigocoro-page-link {
  margin: 100px 0 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .l-kigocoro .c-bnr--kigocoro-page-link .row > .box {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link .box {
    margin-bottom: 20px;
  }
  .l-kigocoro .c-bnr--kigocoro-page-link .box:last-child {
    margin-bottom: 0;
  }
}
.l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__clickarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 232px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__clickarea {
    height: 140px;
  }
}
.l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
.l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head__title {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  margin-bottom: 12px;
  color: #3b4043;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head__title {
    font-size: 16px;
  }
}
.l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head__arrowbox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head__arrowbox {
    width: 36px;
    height: 36px;
  }
}
.l-kigocoro .c-bnr--kigocoro-page-link .c-bnr__head__arrowbox__icon {
  width: 16px;
}
.l-kigocoro .c-bnr--kigocoro-page-link__bg-hajimete {
  background: url(../img/kigocoro/page-link/hajimete@2x.png), #f0f3f5;
}
.l-kigocoro .c-bnr--kigocoro-page-link__bg-plandtype {
  background: url(../img/kigocoro/page-link/plandtype@2x.png), #f0f3f5;
}
.l-kigocoro .c-bnr--kigocoro-page-link__bg-kodawari {
  background: url(../img/kigocoro/page-link/kodawari@2x.png), #f0f3f5;
}
.l-kigocoro .fadeIn_list {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-kigocoro .fadeIn_list.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-kigocoro .fadeIn_list.show:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-kigocoro .fadeIn_list.show:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-kigocoro .fadeIn_list.show:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-kigocoro .fadeIn_list.show:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-kigocoro .fadeIn_list.show:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.l-kigocoro .fadeIn_list.show:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.l-kigocoro .u-bg--post-full {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.l-kigocoro .u-bg--post-full.no-bg {
  background-size: inherit !important;
}
.l-kigocoro .u-bg--aspect-plandtype--thumb {
  aspect-ratio: 45/52;
  width: 100%;
  height: 100%;
}
.l-kigocoro .u-bg--aspect-news {
  aspect-ratio: 91/58;
  width: 100%;
  height: 100%;
}
.l-kigocoro .c-list {
  list-style: none;
}
.l-kigocoro .c-list li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 14px;
}
.l-kigocoro .c-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .c-list li {
    margin-bottom: 6px;
  }
}
.l-kigocoro .c-list--circle li {
  position: relative;
  padding-left: 16px !important;
}
.l-kigocoro .c-list--circle li:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #3b4043;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-kigocoro .c-list--circle-red li:before {
  border: 2px solid #ca8d8c;
}
.l-kigocoro .c-nav {
  margin-bottom: 40px;
}
.l-kigocoro .c-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro .c-nav > ul .cat-item a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .c-nav > ul .current-cat a {
  color: #6f7579;
}
.l-kigocoro .c-nav-layout--b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-kigocoro .c-nav-layout--b p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-nav-layout--b p {
    font-size: 12px;
  }
}
.l-kigocoro .c-nav-layout--b ul {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-kigocoro .c-nav-layout--b ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-nav-layout--b ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.l-kigocoro .c-nav-layout--b ul .cat-item a {
  background-color: rgba(212, 236, 227, 0.6);
  color: #3b4043;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
}
.l-kigocoro .c-nav-layout--b ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .c-nav-layout--b ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.l-kigocoro .c-nav-layout--b ul .cat-item a:hover {
  background-color: #d4ece3 !important;
  opacity: 1;
}
.l-kigocoro .c-nav-layout--b ul .current-cat a {
  background-color: #d4ece3 !important;
}
.l-kigocoro .c-dl {
  margin: 0;
}
.l-kigocoro .c-dl--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro .c-dl--side dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.l-kigocoro .c-dl--side dd {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.l-kigocoro .l-header--kigocoro {
  background: #fff;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-header--kigocoro {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
  }
}
.l-kigocoro .l-header--kigocoro.active {
  background: #fff;
}
.l-kigocoro .l-header--kigocoro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 993px ) {
  .l-kigocoro .l-header--kigocoro__inner {
    height: 90px;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-header--kigocoro__inner {
    height: 60px;
  }
}
.l-kigocoro .l-header--kigocoro__title {
  margin: 0;
}
.l-kigocoro .l-header--kigocoro__list {
  margin: 0;
}
.l-kigocoro .l-header--kigocoro__list > li {
  list-style: none;
}
.l-kigocoro .l-header--kigocoro__list > li.kakko-indent {
  text-indent: -1.6em;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-header--kigocoro__list > li.kakko-indent {
    text-indent: -1em;
  }
}
.l-kigocoro .l-header--kigocoro__list > li > a {
  position: relative;
  color: #3b4043;
}
.l-kigocoro .l-header--kigocoro__list > li > a:hover {
  text-decoration: none;
}
.l-kigocoro .l-header--kigocoro__list > li > a:after {
  background-color: #333;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 0;
}
.l-kigocoro .l-header--kigocoro__list > li > a:hover {
  opacity: 1;
}
.l-kigocoro .l-header--kigocoro__list > li > a:hover:after {
  width: 100%;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-header--kigocoro__menu--pc {
    display: none;
  }
}
.l-kigocoro .l-header--kigocoro__menu--pc ul.l-header--kigocoro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro .l-header--kigocoro__menu--pc ul.l-header--kigocoro__list > li {
  padding: 0 20px;
}
.l-kigocoro .l-header--kigocoro__menu--pc ul.l-header--kigocoro__list > li > a {
  font-size: 16px;
}
.l-kigocoro .l-headerhamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 8px;
  top: 3px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 993px ) {
  .l-kigocoro .l-headerhamburger {
    display: none;
  }
}
.l-kigocoro .l-headerhamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  left: 6px;
  background: #3b4043;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.2);
}
.l-kigocoro .l-headerhamburger span:nth-child(1) {
  top: 10px;
}
.l-kigocoro .l-headerhamburger span:nth-child(2) {
  top: 20px;
}
.l-kigocoro .l-headerhamburger span:nth-child(3) {
  top: 30px;
  width: 20px;
}
.l-kigocoro .l-headerhamburger .l-headerhamburger__menu {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .l-headerhamburger .l-headerhamburger__menu:before {
  content: "MENU";
  font-size: 12px;
  padding: 0 0 0 2px;
  display: block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.2);
}
.l-kigocoro .l-headerhamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #3b4043;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-kigocoro .l-headerhamburger.active span:nth-child(2) {
  opacity: 0;
}
.l-kigocoro .l-headerhamburger.active span:nth-child(3) {
  width: 30px;
  top: 16px;
  background: #3b4043;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu {
  position: fixed;
  z-index: 9999;
  top: 60px;
  left: 0;
  color: #000;
  background: #fafbfc;
  text-align: center;
  overflow: hidden;
  height: calc(100% - 60px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 40px 14px 0;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu:after {
  width: 150vw;
  border-radius: 50%;
  background: #fff;
  content: "";
  z-index: 9;
  height: 150vw;
  display: block;
  position: absolute;
  top: -5vw;
  left: -50vw;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu.active {
  opacity: 1;
  visibility: visible;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu .l-header--kigocoro__list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 99;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu .l-header--kigocoro__list > li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  padding-left: 40px;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu .l-header--kigocoro__list > li:last-child {
  padding-bottom: 0;
}
.l-kigocoro .l-header--kigocoro__menu--sp .l-header--kigocoro__gmenu .l-header--kigocoro__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro footer {
    padding-bottom: 70px;
  }
}
.l-kigocoro .l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f3f5;
  height: 46px;
}
.l-kigocoro .l-footer__copy p {
  font-size: 10px;
}
.l-kigocoro .l-footer__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 24px;
  }
}
.l-kigocoro .l-footer__link__clickarea {
  position: relative;
  display: block;
  text-align: center;
  padding: 70px 0 0;
  border-radius: 50%;
  width: 370px;
  height: 370px;
  margin: 0 20px;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-footer__link__clickarea {
    width: 320px;
    height: 320px;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__clickarea {
    border-radius: 5px;
    border: none !important;
    margin: 0;
    width: 48%;
    padding: 24px 0;
    height: auto;
  }
}
@media screen and (min-width: 993px ) {
  .l-kigocoro .l-footer__link__clickarea:hover::before {
    content: "";
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /*波形の形状*/
    border: 1px solid #333;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*アニメーションの設定*/
    -webkit-animation: 1.4s circleanime2 forwards;
            animation: 1.4s circleanime2 forwards;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-footer__link__clickarea:hover::before {
    width: 320px;
    height: 320px;
  }
}
.l-kigocoro .l-footer__link__contact {
  border: 8px solid rgba(202, 141, 140, 0.8);
}
.l-kigocoro .l-footer__link__contact .dot {
  color: #ca8d8c;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__contact {
    background: rgba(202, 141, 140, 0.25);
  }
}
.l-kigocoro .l-footer__link__call {
  border: 8px solid rgba(127, 111, 110, 0.8);
}
.l-kigocoro .l-footer__link__call .dot {
  color: #7f6f6e;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__call {
    background: rgba(127, 111, 110, 0.25);
  }
}
.l-kigocoro .l-footer__link__call__tell {
  text-align: center;
}
.l-kigocoro .l-footer__link__call__tell__number {
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  color: #3b4043;
  margin-bottom: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__call__tell__number {
    font-size: 16px;
  }
}
.l-kigocoro .l-footer__link__call__tell__info {
  margin: -10px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__call__tell__info {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: -4px 0 0;
  }
}
.l-kigocoro .l-footer__link {
  /*波形が広がるアニメーション*/
}
@-webkit-keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.l-kigocoro .l-footer__link__head {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-kigocoro .l-footer__link__head .dot {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  letter-spacing: -10px;
  padding: 0 10px 0 0;
  margin: 0;
}
.l-kigocoro .l-footer__link__head .text {
  font-family: "Montserrat", sans-serif;
  color: #3b4043;
  margin: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__head .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__head {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 12px;
  }
}
.l-kigocoro .l-footer__link__title {
  margin-bottom: 12px;
}
.l-kigocoro .l-footer__link__title .text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
  text-align: center;
  font-size: 28px;
  color: #3b4043;
  font-weight: 300;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link__title .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.l-kigocoro .l-footer__link .c-btn--arrow {
  margin: 12px 0 0;
  padding: 4px 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link .c-btn--arrow {
    margin: 0;
  }
}
.l-kigocoro .l-footer__link .c-btn--arrow__text {
  margin: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link .c-btn--arrow__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .l-footer__link .c-btn--arrow__icon {
    margin: 0 0 0 6px;
  }
}
.l-kigocoro .l-footer__pagetoplink {
  background: #d4ece3;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  bottom: 70px !important;
}
.l-kigocoro .l-footer__pagetoplink:before {
  display: none;
}
.l-kigocoro .section-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.l-kigocoro .section-padding {
  padding: 120px 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .section-padding {
    padding: 60px 0;
  }
}
.l-kigocoro--plandtype-postlist {
  margin-top: 80px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist > div .c-kigokoro-post-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist > div:last-child .c-kigokoro-post-list {
    margin-bottom: 0;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list__clickarea {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype {
  overflow: visible;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype {
    width: calc(100% - 24px);
    margin: 0 auto 60px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__title {
  position: absolute;
  z-index: 2;
  width: 86px;
  height: 358px;
  top: -30px;
  right: -20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__title {
    width: 74px;
    height: 320px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__title .title {
  padding: 30px 20px 16px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  text-align: left;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__title .title p {
  font-size: 18px;
  font-weight: 300;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__title .title p {
    font-size: 15px;
    letter-spacing: 8px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__imgbox {
  position: relative;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__imgbox__bg {
  border-radius: 20px 20px 0 0;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__imgbox .sell_status {
  bottom: -20px;
  left: -24px;
  background: #f0f3f5;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents {
  padding: 40px 20px 20px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents {
    padding: 40px 20px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__subsidy {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__subsidy {
    font-size: 14px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__head .title {
  color: #3b4043;
  font-size: 25px;
  margin: 0 8px 0 0;
  text-align: left;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__head .title {
    font-size: 21px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__head .house-type {
  color: #3b4043;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__head .house-type {
    font-size: 13px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__address {
  margin-bottom: 20px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__address dd {
  color: #6f7579;
  font-size: 14px;
  margin: 0 0 0 4px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl {
  margin: 0 0 0 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #d4ece3));
  background: -webkit-linear-gradient(transparent 70%, #d4ece3 0%);
  background: linear-gradient(transparent 70%, #d4ece3 0%);
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl:last-child {
  margin-top: 6px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl dt,
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl dd {
  color: #3b4043;
  font-size: 25px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl dt,
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl dd {
    font-size: 21px;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price dl dd {
  margin-bottom: 2px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__logobox {
  width: 76px;
  height: 76px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__pricebox {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__pricebox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__pricebox__inner img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 18px 0 0;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__pricebox__inner img {
    padding: 16px 0 0;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__monthly dl {
  margin-top: -20px;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__monthly dl dt,
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__monthly dl dd {
  font-size: 18px !important;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__monthly dl dt,
  .l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__price__monthly dl dd {
    font-size: 16px !important;
  }
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__area:before {
  position: absolute;
  content: "面積";
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0;
  background: #f0f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 66px;
  width: 28px;
  border-radius: 3px;
  color: #3b4043;
  font-size: 16px;
  letter-spacing: 10px;
  padding: 15px 0 5px;
  white-space: pre;
  left: 0;
}
.l-kigocoro--plandtype-postlist .c-kigokoro-post-list--plandtype .c-kigokoro-post-list__contents__area p {
  padding: 0 0 0 50px;
  margin-bottom: 0;
  text-align: left;
}
.l-kigocoro--main-visual {
  overflow: hidden;
  background: #fafbfc;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--main-visual {
    padding-bottom: 40px;
  }
}
.l-kigocoro--main-visual .leftbox .col-inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--main-visual .leftbox .col-inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--main-visual .rightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-kigocoro--main-visual__front {
  width: 916px;
  min-width: 916px;
  margin-top: -140px;
  margin-bottom: -40px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--main-visual__front {
    width: 600px;
    min-width: 600px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--main-visual__front {
    width: 140vw;
    min-width: 140vw;
    margin: -34% 0 0;
  }
}
.l-kigocoro--main-visual__support img {
  max-width: 100%;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--main-visual__logo {
    width: 140px;
    margin-top: 20px;
  }
}
.l-kigocoro--main-visual__head {
  text-align: center;
  width: 100%;
}
.l-kigocoro--main-visual__head__page-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--main-visual__head__page-title {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
.l-kigocoro--main-visual__head__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  margin: 32px 0 12px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--main-visual__head__title {
    font-size: 24px;
    margin: 12px 0 12px;
  }
}
.l-kigocoro--main-visual__head__text {
  font-size: 16px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--main-visual__head__text {
    font-size: 12px !important;
    margin-bottom: 0;
  }
}
.l-kigocoro--main-visual__list {
  margin: 20px 0 0;
  list-style: none;
}
.l-kigocoro--main-visual__list li {
  margin-right: 18px;
  width: calc(33.3333333333% - 18px);
}
.l-kigocoro--main-visual__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--main-visual__list li {
    margin-right: 8px;
    width: calc(33.3333333333% - 8px);
  }
}
.l-kigocoro--main-visual__list li img {
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--main-visual__list {
    margin: 0 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--main-visual__list--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 993px ) {
  .l-kigocoro--main-visual__list--bottom li {
    margin-right: 2%;
    width: 48%;
  }
  .l-kigocoro--main-visual__list--bottom li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--main-visual__list--bottom li {
    margin: 16px 0 0;
    width: 100%;
  }
}
.l-kigocoro--main-visual__list--bottom li .c-btn--yohaku {
  min-height: 90px;
  padding-left: 90px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--main-visual__list--bottom li .c-btn--yohaku {
    width: 100%;
    min-height: 140px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--main-visual__list--bottom li .c-btn--yohaku {
    min-height: 100px;
  }
}
.l-kigocoro--front--section-01__head .text {
  font-size: 16px;
}
.l-kigocoro--front--section-01__intro {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 577px ) {
  .l-kigocoro--front--section-01__intro {
    padding: 0 100px;
  }
}
.l-kigocoro--front--section-01__list {
  margin-top: 60px;
}
.l-kigocoro--front--section-01__list .col-inner {
  margin-bottom: 40px;
}
.l-kigocoro--front--section-01__list__title {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 8px;
}
.l-kigocoro--front--section-01__list__text {
  text-align: center;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-01__list__text {
    font-size: 14px !important;
  }
}
.l-kigocoro--front--section-01__link {
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-01__link {
    margin: 30px 0 0;
  }
}
.l-kigocoro--front--section-02 {
  background: #f0f3f5;
}
.l-kigocoro--front--section-02__head {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--front--section-02__head {
    margin-bottom: 0px;
  }
}
.l-kigocoro--front--section-03__img {
  width: 800px;
  min-width: 800px;
  height: 800px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--front--section-03__img {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--front--section-03__img {
    width: 120vw;
    min-width: 120vw;
    height: 120vw;
  }
}
.l-kigocoro--front--section-03 .rightbox {
  padding: 0 70px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--front--section-03 .rightbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--front--section-03 .rightbox {
    padding: 0;
  }
}
.l-kigocoro--front--section-03__head .text {
  margin-bottom: 40px;
}
.l-kigocoro--front--section-03__head .text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-03__head {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-03__link {
    text-align: center;
  }
}
.l-kigocoro--front--section-04 {
  position: relative;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-04 {
    overflow-x: hidden;
  }
}
.l-kigocoro--front--section-04:before {
  position: absolute;
  border: 3px solid #f0f3f5;
  content: "";
  display: block;
  z-index: -1;
  width: 956px;
  height: 956px;
  border-radius: 50%;
  top: -60%;
  right: 0;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--front--section-04:before {
    right: -50vw;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-04:before {
    width: 640px;
    height: 640px;
    top: -124%;
    right: -100%;
  }
}
@media screen and (min-width: 1201px ) {
  .l-kigocoro--front--section-04 .inner {
    margin-right: -134px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--front--section-04__head {
    text-align: center;
  }
}
.l-kigocoro--arhive-plandtype--head {
  margin-bottom: 80px;
}
.l-kigocoro--arhive-plandtype--head__line {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--arhive-plandtype--head__line {
    margin: 0 0 20px;
  }
  .l-kigocoro--arhive-plandtype--head__line:last-child {
    margin-bottom: 0;
  }
}
.l-kigocoro--arhive-plandtype--head__line dt {
  padding: 4px 0 0;
  position: relative;
  padding-left: 16px !important;
}
.l-kigocoro--arhive-plandtype--head__line dt:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ca8d8c;
  left: 0;
  position: absolute;
  top: 15px;
  margin: auto;
}
.l-kigocoro--arhive-plandtype--head dd {
  margin-bottom: 0;
}
.l-kigocoro--arhive-plandtype--head dt,
.l-kigocoro--arhive-plandtype--head dd .p-search__label {
  font-size: 18px;
}
.l-kigocoro--arhive-plandtype--head .p-search__labellist {
  margin-bottom: 0;
}
.l-kigocoro--arhive-plandtype--head .p-search__labelitem {
  border: none;
  margin-bottom: 0;
}
.l-kigocoro--arhive-plandtype--head .p-search__item--submit dt {
  display: none;
}
.l-kigocoro--arhive-plandtype--head .p-search__item--submit dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-kigocoro--arhive-plandtype--head .p-search__item--submit dd .c-form__btn {
  width: 170px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--arhive-plandtype--head .p-search__item--submit dd .c-form__btn {
    width: 150px;
    margin: 0 10px;
    height: 50px;
  }
}
.l-kigocoro--arhive-plandtype--head .p-search__item--submit dd .c-form__btn--reset {
  border: 2px solid #d4ece3;
  color: #3b4043;
}
.l-kigocoro--arhive-plandtype--head .p-search__item--submit dd .c-form__btn[type=submit] {
  background: #d4ece3;
  border: 2px solid #d4ece3;
  color: #3b4043;
}
.l-kigocoro--arhive-plandtype--list {
  background: #f0f3f5;
  padding: 100px 0 140px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--arhive-plandtype--list {
    padding: 40px 0 80px;
  }
}
.l-kigocoro--arhive-plandtype--list .l-kigocoro--plandtype-postlist .c-kigokoro-post-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--arhive-plandtype--list .l-kigocoro--plandtype-postlist .c-kigokoro-post-list {
    margin-bottom: 60px;
  }
}
.l-kigocoro .l-single {
  margin-bottom: 80px;
}
.l-kigocoro .l-single article {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single article {
    margin-bottom: 40px;
  }
}
.l-kigocoro .l-single--nav--b {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--nav--b {
    margin-bottom: 40px;
  }
}
.l-kigocoro .l-single--nav--b ul {
  list-style: none;
}
@media screen and (min-width: 577px ) {
  .l-kigocoro .l-single--nav--b ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-kigocoro .l-single--nav--b ul li {
  list-style: none;
  text-align: center;
  height: 60px;
  width: 260px;
  min-width: 260px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro .l-single--nav--b ul li {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--nav--b ul li {
    width: 100%;
    min-width: 100%;
  }
}
.l-kigocoro .l-single--nav--b ul li.current {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 100%;
  margin: 0 24px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--nav--b ul li.current {
    margin: 0;
  }
}
.l-kigocoro .l-single--nav--b ul li.current a {
  background: #fff;
  color: #3b4043;
  border: 1px solid #3b4043;
}
.l-kigocoro .l-single--nav--b ul li.current a:hover {
  background: #d4ece3;
  color: #2e725a;
  border: 1px solid #d4ece3;
}
.l-kigocoro .l-single--nav--b ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  border: 1px solid #d4ece3;
  border-radius: 8px;
  background: #d4ece3;
  color: #2e725a;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: none;
}
.l-kigocoro .l-single--nav--b ul li a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info .c-categories {
  min-width: 0;
  margin: 0;
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info .c-categories li {
  background: #d4ece3 !important;
  margin: 0 12px 0 0;
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info .c-categories li a {
  color: #3b4043;
  padding: 6px 12px;
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info .c-loop--post__date {
  width: 6em;
  min-width: 6em;
  text-align: right;
}
.l-kigocoro .l-single__header--b .c-loop--post__body__info .c-loop--post__date p {
  font-size: 14px;
  margin: 0 0 4px;
  color: #3b4043;
  font-weight: 700;
}
.l-kigocoro .l-single__header--b .c-loop--post__title {
  margin: 0 0 40px;
}
.l-kigocoro .l-single__header--b .c-loop--post__title p {
  font-size: 30px;
  color: #3b4043;
  font-weight: 300;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single__header--b .c-loop--post__title p {
    font-size: 20px;
  }
}
.l-kigocoro .l-single__share {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single__share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single__share img {
    width: 30px;
  }
}
@media screen and (min-width: 577px ) {
  .l-kigocoro .l-single__share--side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-kigocoro .l-single__share--side ul {
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single__share--side {
    text-align: center;
  }
}
.l-kigocoro .l-single__share--side p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single__share--side p {
    margin-bottom: 20px;
  }
}
.l-kigocoro #ez-toc-container {
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  padding: 40px 80px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro #ez-toc-container {
    padding: 24px 24px 20px;
  }
}
.l-kigocoro #ez-toc-container .ez-toc-title-container .ez-toc-title {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  display: inherit;
  padding: 0 24px;
  font-weight: 700;
  font-size: 20px;
  color: #3b4043;
}
.l-kigocoro #ez-toc-container .ez-toc-list a {
  color: #3b4043;
  font-size: 16px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--introduction-02__contents__logo {
    width: 100%;
  }
}
.l-kigocoro--introduction-02__contents__text {
  color: #3b4043 !important;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box {
    margin-bottom: 40px;
  }
}
.l-kigocoro--introduction-03__contents__box--01 .l-kigocoro--introduction-03__contents__head .title:before, .l-kigocoro--introduction-03__contents__box--04 .l-kigocoro--introduction-03__contents__head .title:before {
  border: 2px solid #d4ece3 !important;
}
.l-kigocoro--introduction-03__contents__box--02 .l-kigocoro--introduction-03__contents__head .title:before, .l-kigocoro--introduction-03__contents__box--05 .l-kigocoro--introduction-03__contents__head .title:before {
  border: 2px solid #ca8d8c !important;
}
.l-kigocoro--introduction-03__contents__box--03 .l-kigocoro--introduction-03__contents__head .title:before, .l-kigocoro--introduction-03__contents__box--06 .l-kigocoro--introduction-03__contents__head .title:before {
  border: 2px solid #7f6f6e !important;
}
.l-kigocoro--introduction-03__contents__box:nth-of-type(odd) .l-kigocoro--introduction-03__contents__box__img {
  margin: 0 0 0 -120px;
}
.l-kigocoro--introduction-03__contents__box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-kigocoro--introduction-03__contents__box__img {
  width: 700px;
  height: 700px;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box__img {
    margin: 0 auto !important;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box .leftbox .col-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-kigocoro--introduction-03__contents__box .rightbox .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head {
    margin-bottom: 12px;
    margin-top: 16px;
  }
}
.l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head .title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  padding-left: 16px !important;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head .title {
    font-size: 20px;
  }
}
.l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head .title:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #3b4043;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head .icon {
  margin: 0 0 -8px -20px;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__box .rightbox .col-inner .l-kigocoro--introduction-03__contents__head .icon {
    width: 60px;
  }
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro--introduction-03__contents__text {
    font-size: 14px !important;
  }
}
.l-kigocoro--introduction-04__contents {
  background: #f0f3f5;
  padding: 92px 0;
  margin: 60px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents {
    padding: 40px 0;
    margin: 30px 0 0;
  }
}
.l-kigocoro--introduction-04__contents__list {
  list-style: none;
  counter-reset: number 0;
}
.l-kigocoro--introduction-04__contents__list li {
  position: relative;
}
.l-kigocoro--introduction-04__contents__list li:last-child:after {
  display: none;
}
.l-kigocoro--introduction-04__contents__list li .list__inner {
  list-style: none;
  background: #fff;
  border-radius: 18px;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner {
    padding: 65px 85px 65px 40px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner {
    padding: 40px 28px 30px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner {
    border-right: 1px solid #dedede;
    padding: 40px 40px 40px 0;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .text-box {
  text-align: center;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .text-box {
    margin-bottom: 40px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .number {
  margin: 0 0 4px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .number {
    margin: 0 0 8px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .number:before {
  counter-increment: number 1;
  content: "STEP " counter(number) "";
  color: #3b4043;
  font-size: 20px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .number:before {
    font-size: 14px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .title {
  color: #3b4043;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .leftbox .col-inner .title {
    font-size: 20px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .rightbox .col-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .rightbox .col-inner {
    padding: 0 0 0 70px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .rightbox .col-inner .text {
  color: #3b4043;
  margin-bottom: 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--introduction-04__contents__list li .list__inner .rightbox .col-inner .text {
    font-size: 14px;
  }
}
.l-kigocoro--introduction-04__contents__list li .list__inner .rightbox .col-inner .text.red {
  color: #ff0000;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--introduction-04__contents__list li:before {
    content: "";
    background: url(../img/kigocoro/introduction/oval-icon@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    text-align: center;
    width: 177px;
    height: 184px;
    position: absolute;
    left: -48px;
    top: -62px;
  }
}
.l-kigocoro--introduction-04__contents__list li:after {
  content: "";
  background: url(../img/kigocoro/introduction/arrow--bottom@2x.png);
  background-size: 120px 92px;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  text-align: center;
  width: 120px;
  height: 92px;
  margin: 25px auto;
}
.l-kigocoro .p-plandtype__single--firstview {
  overflow-y: hidden;
  background: #fafbfc;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview {
    overflow-x: hidden;
    padding: 0 0 40px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .img-box {
  position: relative;
}
.l-kigocoro .p-plandtype__single--firstview__img {
  width: 930px;
  margin: -60px 0 -120px -80px;
}
@media screen and (max-width: 1200px ) {
  .l-kigocoro .p-plandtype__single--firstview__img {
    width: 70vw;
    margin: 0 0 2vw -6vw;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .p-plandtype__single--firstview__img {
    width: 120vw;
    margin: 20px -13.5vw 0;
  }
}
@media screen and (min-width: 1201px ) {
  .l-kigocoro .p-plandtype__single--firstview .sell_status {
    width: 150px;
    height: 150px;
  }
  .l-kigocoro .p-plandtype__single--firstview .sell_status .sell__head {
    font-size: 18px;
  }
  .l-kigocoro .p-plandtype__single--firstview .sell_status .sell__text.small {
    font-size: 16px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .sell_status {
  width: 120px;
  height: 120px;
  top: 0;
  right: 140px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .p-plandtype__single--firstview .sell_status {
    right: -15px;
    bottom: 0;
    top: auto;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box {
    margin-top: 20px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--head {
  margin-top: 40px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--head__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  font-size: 28px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--head__title {
    font-size: 24px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--head__title .house-type {
  font-size: 16px;
  margin-left: 8px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--head__title .house-type {
    font-size: 12px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--address {
  margin: 40px 0 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--address {
    margin: 20px 0 0;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--address .c-dl__title {
  margin: 0 8px 0 0;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--address .c-dl__content {
  color: #3b4043;
  font-size: 16px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other {
  margin: 40px 0 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--other {
    margin: 20px 0 0;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .c-dl__item {
  border-top: 1px solid #959ea7;
  padding: 8px 0;
  margin: 0;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .c-dl__title {
  font-weight: 400;
  font-size: 16px;
  color: #3b4043;
  width: 80px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 30px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .c-dl__content {
  margin-bottom: 0;
  font-size: 16px;
  color: #3b4043;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .c-dl__content p {
  color: #3b4043;
  margin-bottom: 0;
  font-size: 16px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action {
  border-top: 1px solid #959ea7;
  padding: 32px 0 0;
  margin-top: 0;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action .c-btn + .c-btn {
  margin-left: 30px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action .c-btn + .c-btn {
    margin-left: 0px;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action .c-btn {
  height: 50px;
  color: #3b4043;
  background: #d4ece3;
  border: none;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action .c-btn {
    margin: 0 auto 20px !important;
  }
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-property-action .c-btn img {
  margin-right: 12px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-loansimulation {
  margin: 40px 0 20px;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-loansimulation__title {
  font-size: 16px;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-loansimulation a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-loansimulation a img {
  position: relative;
  z-index: 2;
}
.l-kigocoro .p-plandtype__single--firstview .text-box .info--other .p-loansimulation a:hover img {
  -webkit-transform: translate(12px);
          transform: translate(12px);
}
.l-kigocoro .p-plandtype__single--main-contents {
  margin-top: 54px;
}
.l-kigocoro .p-plandtype__single--main-contents .c-thumbblock .c-thumbblock__list {
  margin: 0;
}
.l-kigocoro .p-plandtype__single--main-contents .c-thumbblock .c-thumbblock__list .c-thumbblock__item {
  margin: 0;
}
.l-kigocoro .p-plandtype__single--main-contents .c-thumbblock .c-thumbblock__list .c-thumbblock__item a {
  margin: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  aspect-ratio: 1/1;
  padding-top: 97%;
}
.l-kigocoro .p-plandtype__single--review .field {
  margin-bottom: 60px;
}
.l-kigocoro .p-plandtype__single--review .field:last-child {
  margin-bottom: 0;
}
.l-kigocoro .p-plandtype__single--review .field__manager .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-kigocoro .p-plandtype__single--review .field__manager__head {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.l-kigocoro .p-plandtype__single--review .field__manager__head .item-01 {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--review .field__manager__head .item-01 {
    font-size: 12px;
  }
}
.l-kigocoro .p-plandtype__single--review .field__manager__head .item-02 {
  font-size: 18px;
  margin: 4px 0 0;
  position: relative;
  padding: 0 0 12px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--review .field__manager__head .item-02 {
    font-size: 16px;
  }
}
.l-kigocoro .p-plandtype__single--review .field__manager__head .item-02:before {
  position: absolute;
  content: "";
  background: #c6d0d8;
  height: 1px;
  min-width: 112px;
  bottom: 0;
  left: 0;
}
.l-kigocoro .p-plandtype__single--review .field__manager__img {
  width: 150px;
  height: 150px;
  position: relative;
}
.l-kigocoro .p-plandtype__single--review .field__manager__img .c-hover__img__bg {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  z-index: 1;
}
.l-kigocoro .p-plandtype__single--review .field__manager__img::before {
  content: "";
  background: rgba(127, 111, 110, 0.1);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 6px;
  display: block;
  z-index: -1;
}
.l-kigocoro .p-plandtype__single--review .field__contents {
  margin-top: 20px;
}
.l-kigocoro .p-plandtype__single--review .field__contents .title {
  font-size: 16px;
  font-weight: 700;
  color: #ca8d8c;
  position: relative;
  padding-left: 16px !important;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--review .field__contents .title {
    font-size: 14px;
  }
}
.l-kigocoro .p-plandtype__single--review .field__contents .title:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ca8d8c;
  position: absolute;
  top: 7.2px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--review .field__contents .title:before {
    top: 6px;
  }
}
.l-kigocoro .p-plandtype__single--review .field__contents .text {
  font-size: 16px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single--review .field__contents .text {
    font-size: 14px;
  }
}
.l-kigocoro .p-plandtype__single--specification {
  margin-top: 60px;
}
.l-kigocoro .p-plandtype__single--specification .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3b4043;
}
.l-kigocoro .p-plandtype__single--specification .title:before, .l-kigocoro .p-plandtype__single--specification .title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c6d0d8;
}
.l-kigocoro .p-plandtype__single--specification .title:before {
  margin-right: 1rem;
}
.l-kigocoro .p-plandtype__single--specification .title:after {
  margin-left: 1rem;
}
.l-kigocoro .p-plandtype__single--specification .text {
  margin-top: 20px;
}
.l-kigocoro .p-plandtype__single--specification .text p {
  color: #3b4043;
  font-size: 14px;
}
.l-kigocoro .p-plandtype__single__youtube {
  margin: 60px 0 0;
}
.l-kigocoro .p-plandtype__single__youtube .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l-kigocoro .p-plandtype__single__youtube .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l-kigocoro .p-plandtype__single__relation_blog {
  padding: 50px;
  border: 2px solid #cecece;
  border-radius: 21px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single__relation_blog {
    padding: 24px 16px;
  }
}
.l-kigocoro .p-plandtype__single__relation_blog__link .c-btn--arrow:hover {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0.7;
}
.l-kigocoro .p-plandtype__single__relation_blog__link .c-btn--arrow .c-btn--arrow__icon:hover {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0) rotate(90deg) !important;
          transform: translate(0) rotate(90deg) !important;
}
.l-kigocoro .p-plandtype__single__relation_blog__link .c-btn--arrow.is-open .c-btn--arrow__icon {
  -webkit-transform: translate(0) rotate(270deg) !important;
          transform: translate(0) rotate(270deg) !important;
}
.l-kigocoro .p-plandtype__single__relation_blog__link .c-btn--arrow__icon {
  -webkit-transition: none !important;
  transition: none !important;
  margin: 0 12px 0 0;
  -webkit-transform: translate(0) rotate(90deg) !important;
          transform: translate(0) rotate(90deg) !important;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki ul {
  display: none; /* 最初は非表示 */
  overflow: hidden; /* アニメーション中にコンテンツがはみ出ないようにする */
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease; /* アニメーションの効果を設定 */
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki {
  margin-top: 0 !important;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .leftbox__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .leftbox__img div {
  width: calc(50% - 1px);
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .col-inner {
    margin-top: 12px;
  }
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .date {
  color: #3b4043;
  font-size: 14px;
  margin: 0;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .count {
  margin-top: 4px;
  color: #6f7579;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .title {
  margin-top: 4px;
  font-size: 16px;
  color: #3b4043;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .title {
    font-size: 14px;
  }
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .comment {
  margin: 16px 0 0;
  font-size: 14px;
  color: #3b4043;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single__relation_blog__nikki .rightbox .comment {
    font-size: 12px;
  }
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki ul,
.l-kigocoro .p-plandtype__single__relation_blog__nikki li {
  list-style: none;
}
.l-kigocoro .p-plandtype__single__relation_blog__nikki li {
  padding: 24px 0;
  border-top: 1px solid #8a949d;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .p-plandtype__single__relation_blog__nikki li {
    padding: 12px 0;
  }
}
.l-kigocoro .p-plandtype__single--simulation {
  margin-top: 40px;
}
.l-kigocoro .p-plandtype__single--simulation .head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3b4043;
}
.l-kigocoro .p-plandtype__single--simulation .head__title:before, .l-kigocoro .p-plandtype__single--simulation .head__title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c6d0d8;
}
.l-kigocoro .p-plandtype__single--simulation .head__title:before {
  margin-right: 1rem;
}
.l-kigocoro .p-plandtype__single--simulation .head__title:after {
  margin-left: 1rem;
}
.l-kigocoro .p-plandtype__single--simulation__table {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.l-kigocoro .p-plandtype__single--simulation__table th,
.l-kigocoro .p-plandtype__single--simulation__table td {
  border: 2px solid #d4ece3;
  font-size: 14px;
}
.l-kigocoro .p-plandtype__single--simulation__table th .small,
.l-kigocoro .p-plandtype__single--simulation__table td .small {
  font-size: 10px;
}
.l-kigocoro .p-plandtype__single--simulation__table th {
  padding: 10px 1em;
  background: #d4ece3;
  font-weight: 700;
}
.l-kigocoro .p-plandtype__single--simulation__table th:nth-child(1), .l-kigocoro .p-plandtype__single--simulation__table th:nth-child(2) {
  border-right: 2px solid #fff;
}
.l-kigocoro .p-plandtype__single--simulation__table td {
  padding: 6px 1em;
}
.l-kigocoro .p-plandtype__single--simulation .caution {
  margin-top: 12px;
  color: #ff0000;
  font-size: 14px;
  line-height: 1.8em;
}
.l-kigocoro--yohaku .u-text--color--red {
  color: #ff0000;
}
.l-kigocoro--yohaku-00 .card {
  padding: 40px 20px;
  text-align: center;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 6px solid #c1e2d5;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-00 .card {
    padding: 40px 12px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-00 .card-box {
    margin-bottom: 40px;
  }
  .l-kigocoro--yohaku-00 .card-box:last-child {
    margin-bottom: 0;
  }
}
.l-kigocoro--yohaku-00 .card--green {
  border: 6px solid #c1e2d5;
}
.l-kigocoro--yohaku-00 .card--green .dots {
  color: #c1e2d5;
}
.l-kigocoro--yohaku-00 .card--red {
  border: 6px solid #ca8d8c;
}
.l-kigocoro--yohaku-00 .card--red .dots {
  color: #ca8d8c;
}
.l-kigocoro--yohaku-00 .card--black {
  border: 6px solid #7f6f6e;
}
.l-kigocoro--yohaku-00 .card--black .dots {
  color: #7f6f6e;
}
.l-kigocoro--yohaku-00 .card .dots {
  font-size: 16px;
  letter-spacing: 1em;
  font-weight: 700;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}
.l-kigocoro--yohaku-00 .card .title {
  font-size: 16px;
  font-weight: 400;
  color: #3b4043;
  font-family: "Montserrat", sans-serif;
}
.l-kigocoro--yohaku-00 .card .heading {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
}
.l-kigocoro--yohaku-00 .card .description {
  margin: 30px 0 0;
}
.l-kigocoro--yohaku-00 .card .description p {
  line-height: 1.8;
}
.l-kigocoro--yohaku-00 .card .description,
.l-kigocoro--yohaku-00 .card .note {
  text-align: left;
}
.l-kigocoro--yohaku-00 .card .description p,
.l-kigocoro--yohaku-00 .card .note p {
  font-size: 16px;
  margin-bottom: 0;
}
.l-kigocoro--yohaku-00 .card .note {
  margin: 12px 0 0;
}
.l-kigocoro--yohaku-00 .card .note p {
  font-size: 14px;
}
.l-kigocoro--yohaku-01 {
  margin: 80px 0 120px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01 {
    margin: 60px 0;
  }
}
.l-kigocoro--yohaku-01__series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__series {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--yohaku-01__series__info {
    min-width: 390px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__series__info {
    margin: 50px 0 0;
    width: 100%;
  }
}
.l-kigocoro--yohaku-01__series__info .title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
}
.l-kigocoro--yohaku-01__series__info .title--main {
  font-size: clamp(20px, 2vw, 32px);
  margin: 0;
}
.l-kigocoro--yohaku-01__series__info .title--sub {
  font-size: clamp(16px, 2vw, 20px);
  margin: 20px 0 0;
}
.l-kigocoro--yohaku-01__series__info .line {
  background: #cdd6dd;
  width: 100%;
  height: 1px;
  margin: 20px 0 50px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__series__info ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-kigocoro--yohaku-01__series__info ol li {
  list-style: none;
  counter-increment: mycounter;
  padding: 0;
  margin: 0 0 32px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__series__info ol li {
    min-width: 280px;
    max-width: 280px;
  }
}
.l-kigocoro--yohaku-01__series__info ol li p {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.l-kigocoro--yohaku-01__series__info ol li p:last-child {
  margin-bottom: 0;
}
.l-kigocoro--yohaku-01__series__info ol li p:before {
  content: counter(mycounter, decimal-leading-zero) ". ";
}
.l-kigocoro--yohaku-01__series__info ol li p:after {
  content: "";
  display: block;
  background: #cdd6dd;
  min-width: 270px;
  height: 1px;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.l-kigocoro--yohaku-01__series__info ol li .circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 12px 0 0;
  position: relative;
}
.l-kigocoro--yohaku-01__series__info ol li .circle:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 6px;
  height: 7px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.l-kigocoro--yohaku-01__series__info ol li .circle--green {
  background: #c1e2d5;
}
.l-kigocoro--yohaku-01__series__info ol li .circle--red {
  background: #ca8d8c;
}
.l-kigocoro--yohaku-01__series__info ol li .circle--black {
  background: #7f6f6e;
}
.l-kigocoro--yohaku-01__series__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: none;
  background: #fcfcfc;
  border: 1px solid #cdd6dd;
}
@media screen and (min-width: 770px ) {
  .l-kigocoro--yohaku-01__series__img {
    border-radius: 45px;
    overflow: hidden;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__series__img {
    border-radius: 0;
    margin-left: calc(50% - 51vw);
    margin-right: calc(50% - 51vw);
  }
}
.l-kigocoro--yohaku-01__lifestyle {
  margin: 60px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle {
    margin: 24px 0 0;
  }
}
.l-kigocoro--yohaku-01__lifestyle article {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle article {
    margin: 0 0 40px;
  }
  .l-kigocoro--yohaku-01__lifestyle article:last-child {
    margin-bottom: 0;
  }
}
.l-kigocoro--yohaku-01__lifestyle article:last-child {
  margin-bottom: 0;
}
.l-kigocoro--yohaku-01__lifestyle article.green circle {
  stroke: #2e725a !important;
}
.l-kigocoro--yohaku-01__lifestyle article.green .box--contents > .col__inner {
  background: #f4faf8;
}
.l-kigocoro--yohaku-01__lifestyle article.green .box--contents > .col__inner .head .number {
  color: #2e725a;
}
.l-kigocoro--yohaku-01__lifestyle article.green .box--contents > .col__inner .point > li span {
  color: #2e725a;
}
.l-kigocoro--yohaku-01__lifestyle article.green a > .link {
  color: #2e725a;
}
.l-kigocoro--yohaku-01__lifestyle article.green a > .link svg {
  fill: #2e725a;
}
.l-kigocoro--yohaku-01__lifestyle article.red circle {
  stroke: #ca8d8c !important;
}
.l-kigocoro--yohaku-01__lifestyle article.red .box--contents > .col__inner {
  background: #f6edec !important;
}
.l-kigocoro--yohaku-01__lifestyle article.red .box--contents > .col__inner .head .number {
  color: #ca8d8c;
}
.l-kigocoro--yohaku-01__lifestyle article.red .box--contents > .col__inner .point > li span {
  color: #ca8d8c;
}
.l-kigocoro--yohaku-01__lifestyle article.red a > .link {
  color: #ca8d8c;
}
.l-kigocoro--yohaku-01__lifestyle article.red a > .link svg {
  fill: #ca8d8c;
}
.l-kigocoro--yohaku-01__lifestyle article.black circle {
  stroke: #7f6f6e !important;
}
.l-kigocoro--yohaku-01__lifestyle article.black .box--contents > .col__inner {
  background: #eae8e8;
}
.l-kigocoro--yohaku-01__lifestyle article.black .box--contents > .col__inner .head .number {
  color: #7f6f6e;
}
.l-kigocoro--yohaku-01__lifestyle article.black .box--contents > .col__inner .point > li span {
  color: #7f6f6e;
}
.l-kigocoro--yohaku-01__lifestyle article.black a > .link {
  color: #7f6f6e;
}
.l-kigocoro--yohaku-01__lifestyle article > div.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img {
  position: relative;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img .house {
  width: 100%;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
  padding: 40px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--img .house {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    padding: 20px 0 0;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img .col__inner {
  height: 100%;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img a {
  text-align: center;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img a .link {
  text-decoration: underline;
  font-size: 16px;
  margin: 20px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--img a .link {
    margin: 8px 0 0;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img a .link svg {
  margin: 4px 8px 0 0;
  width: 17px;
  height: 15px;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img .en {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  pointer-events: none;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img circle {
  fill: transparent;
  stroke: #cdd6dd;
  stroke-width: 0.2;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--img .dashed {
  stroke-dasharray: 1.4, 1.4;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .col__inner {
  border-radius: 45px;
  overflow: hidden;
  padding: 50px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--contents .col__inner {
    border-radius: 25px;
    padding: 50px 24px;
    margin: 40px 0 0;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .head .number {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  margin: 0 0 4px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--contents .head .number {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .head .title {
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  margin: 0 0 24px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--contents .head .title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .info p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 1em;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .info p:last-child {
  margin-bottom: 0;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point {
  margin: 24px 0 0;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point li {
  list-style: none;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point li:last-child {
  margin-bottom: 0;
}
.l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point li span {
  font-size: 18px;
  line-height: 16px;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__lifestyle .row > .box--contents .point li span {
    font-size: 16px;
    line-height: 14px;
  }
}
.l-kigocoro--yohaku-01__option {
  margin: 80px 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option {
    margin: 60px 0;
  }
}
.l-kigocoro--yohaku-01__option__list {
  padding: 70px 70px 70px;
  background: #f4faf8;
  border-radius: 68px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list {
    padding: 40px 32px;
    border-radius: 20px;
  }
}
.l-kigocoro--yohaku-01__option__list.base--red {
  background: #f6edec;
}
.l-kigocoro--yohaku-01__option__list.base--red .mark {
  background: #d4a3a3;
}
.l-kigocoro--yohaku-01__option__list__head {
  margin: 0 0 70px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__head {
    margin: 0 0 32px;
  }
}
.l-kigocoro--yohaku-01__option__list__head .dots {
  font-size: 16px;
  letter-spacing: 1em;
  font-weight: 700;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
  text-align: center;
  color: #c1e2d5;
}
.l-kigocoro--yohaku-01__option__list__head .dots.red {
  color: #d4a3a3;
}
.l-kigocoro--yohaku-01__option__list__head .title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__head .title {
    font-size: 16px;
    margin: 0 0 32px;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .box .col__inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .box .col__inner {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .box .col__inner img {
    max-width: 100%;
  }
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .box:last-child .col__inner {
    margin-bottom: 0;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .col__inner {
  background: #fff;
  border-radius: 42px;
  position: relative;
  text-align: center;
  padding: 20px 12px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .col__inner {
    border-radius: 20px;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .col__inner .info {
  margin: 16px 0 0;
}
.l-kigocoro--yohaku-01__option__list__loop .col__inner .info .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
.l-kigocoro--yohaku-01__option__list__loop .col__inner .info p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .col__inner .info p {
    font-size: 14px;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .col__inner .info p.caution {
  margin: 4px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .col__inner .info p.caution {
    font-size: 10px;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .mark {
  width: 92px;
  height: 92px;
  position: absolute;
  border-radius: 50%;
  left: -30px;
  top: -30px;
  background: #c1e2d5;
  z-index: 1;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .mark {
    font-size: 12px;
    width: 72px;
    height: 72px;
    left: -24px;
    top: -24px;
  }
}
.l-kigocoro--yohaku-01__option__list__loop .mark:before {
  content: "";
  background: white;
  display: block;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__list__loop .mark:before {
    width: 64px;
    height: 64px;
  }
}
.l-kigocoro--yohaku-01__option__last {
  font-size: 16px;
  margin: 12px 0 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__option__last {
    font-size: 12px !important;
    margin: 12px 0 0;
  }
}
.l-kigocoro--yohaku-01__table {
  margin: 0;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--yohaku-01__table {
    margin: 40px 0;
  }
}
.l-kigocoro--yohaku__list {
  background: #f0f3f5;
}
.l-kigocoro--yohaku__list__head {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px ) {
  .l-kigocoro--yohaku__list__head {
    margin-bottom: 0px;
  }
}

.l-kigocoro--kodawari-00 .text {
  line-height: 2.2em;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro--kodawari-00 .text {
    font-size: 14px;
    text-align: left;
    line-height: 2em;
  }
}
.l-kigocoro--kodawari-01 {
  margin: 65px 0px 0px 0px;
  background-color: #F0F3F5;
  color: #3B4043;
  padding: 0px 0px 100px 0px;
}
.l-kigocoro--kodawari-02 {
  margin: -70px 0px 0px 0px;
  background-color: #FAFBFC;
  color: #3B4043;
  padding: 0px 0px 100px 0px;
}
.l-kigocoro--kodawari-03 {
  margin: -70px 0px 0px 0px;
  background-color: #F0F3F5;
  color: #3B4043;
  padding: 0px 0px 1px 0px;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--kodawari-03 {
    padding: 0 0 0 0;
  }
}
.l-kigocoro--kodawari .row {
  margin: 0 auto;
  position: relative;
  top: -65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro--kodawari .leftbox img {
  width: 100%;
}
.l-kigocoro--kodawari .rightbox {
  background: #FFF;
  position: relative;
  left: -70px;
  border-radius: 40px;
  padding: 0px 70px 50px 70px;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .rightbox {
    position: static;
    margin: 0px 6px 0px 6px;
    padding: 0px 20px 20px 20px;
    border-radius: 0px;
  }
}
.l-kigocoro--kodawari .rightbox h2 {
  position: relative;
  top: -20px;
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .rightbox h2 {
    top: -16px;
    font-size: 24px;
    background: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 16px;
    text-align: center;
  }
}
.l-kigocoro--kodawari .rightbox p {
  font-size: 16px;
  color: #3B4043;
}
.l-kigocoro--kodawari .rightbox ul li:before {
  top: 5px;
  bottom: 0;
  margin: 0;
}
.l-kigocoro--kodawari .oval-icon {
  position: absolute;
  right: -65px;
  top: -50px;
  -webkit-animation: t-scale 9s infinite ease-in-out;
  animation: t-scale 9s infinite ease-in-out;
  border: none;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .oval-icon {
    display: none;
  }
}
.l-kigocoro--kodawari .list {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list {
    margin: 0px auto;
  }
}
.l-kigocoro--kodawari .list .number {
  font-size: 80px;
  font-weight: 600;
  color: #CDD6DD;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 769px ) {
  .l-kigocoro--kodawari .list .number {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-kigocoro--kodawari .list .contents {
  background: #FFF;
  border-radius: 30px;
  padding: 50px 50px 50px 50px;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list .contents {
    margin: 0px 6px 0px 6px;
    padding: 20px 20px 20px 20px;
  }
}
.l-kigocoro--kodawari .list .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list .box2 {
    display: block;
  }
}
.l-kigocoro--kodawari .list .contents .photo img {
  width: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list .contents .photo img {
    width: 70%;
    margin: 5% 15% 0% 15%;
  }
}
.l-kigocoro--kodawari .list .contents .text {
  padding: 0px 0px 0px 20px;
}
.l-kigocoro--kodawari .list .contents .text p {
  line-height: 2em;
  color: #3B4043;
}
.l-kigocoro--kodawari .list .contents .icon1 {
  font-size: 16px;
  background-color: #CA8D8C;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 100px;
  display: inline;
  font-weight: 700;
}
.l-kigocoro--kodawari .list .contents .icon2 {
  font-size: 16px;
  background-color: #D4ECE3;
  color: #2E725A;
  padding: 5px 20px 5px 20px;
  border-radius: 100px;
  display: inline;
  font-weight: 700;
}
.l-kigocoro--kodawari .list .contents h3 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  margin: 15px 0px 15px 0px;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list .contents h3 {
    font-size: 20px;
  }
}
.l-kigocoro--kodawari .list .contents h3 span {
  font-size: 14px;
  font-weight: 600;
}
.l-kigocoro--kodawari .list .contents h3 span.top-short {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-kigocoro--kodawari .list .contents h3 span {
    font-size: 12px;
    display: block;
  }
}
.l-kigocoro--kodawari .list .contents p span {
  color: #FF0000;
}

.l-kigocoro .l-single article.post {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single article.post {
    margin-bottom: 40px;
  }
}
.l-kigocoro .components-grid.components-tools-panel.typography-block-support-panel {
  display: none !important;
}
.l-kigocoro .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l-kigocoro .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.l-kigocoro {
  /*
  グループブロック装飾

  命名規則
  .is-style-group-名前
  */
}
.l-kigocoro .is-style-group-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 972px;
}
.l-kigocoro .is-style-group-container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1012px;
}
.l-kigocoro .is-style-group-container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1252px;
}
.l-kigocoro .is-style-group-container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1452px;
}
.l-kigocoro {
  /*
      見出しブロック装飾

      命名規則
      .is-style-h_名前
      */
}
.l-kigocoro .wp-block-heading {
  margin-bottom: 40px;
}
.l-kigocoro .l-single--c h2,
.l-kigocoro .wp-block-heading.is-style-h-layout--l__normal,
.l-kigocoro .is-style-h-layout--l__normal {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--c h2,
  .l-kigocoro .wp-block-heading.is-style-h-layout--l__normal,
  .l-kigocoro .is-style-h-layout--l__normal {
    font-size: 28px;
    margin: 0 0 12px;
  }
}
.l-kigocoro .l-single--a article h2,
.l-kigocoro .wp-block-heading.is-style-h-layout--l,
.l-kigocoro .is-style-h-layout--l {
  border-bottom: 1px solid #3b4043;
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-kigocoro .l-single--a article h2:before,
.l-kigocoro .wp-block-heading.is-style-h-layout--l:before,
.l-kigocoro .is-style-h-layout--l:before {
  content: "";
  background: #d4ece3;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-kigocoro .l-single--b article h2,
.l-kigocoro .wp-block-heading.is-style-h-layout--l__02,
.l-kigocoro .is-style-h-layout--l__02 {
  padding: 4px 0 4px 0;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-kigocoro .l-single--b article h2:before,
.l-kigocoro .wp-block-heading.is-style-h-layout--l__02:before,
.l-kigocoro .is-style-h-layout--l__02:before {
  content: "";
  background: #d4ece3;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-kigocoro .l-single--b article h2:after,
.l-kigocoro .wp-block-heading.is-style-h-layout--l__02:after,
.l-kigocoro .is-style-h-layout--l__02:after {
  content: "";
  background: #d4ece3;
  width: 160px;
  height: 3px;
  position: absolute;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--b article h2:after,
  .l-kigocoro .wp-block-heading.is-style-h-layout--l__02:after,
  .l-kigocoro .is-style-h-layout--l__02:after {
    width: 120px;
  }
}
.l-kigocoro .l-single--b article h2:after,
.l-kigocoro .wp-block-heading.is-style-h-layout--l__02:after,
.l-kigocoro .is-style-h-layout--l__02:after {
  left: 0;
  bottom: 0;
  top: calc(100% - 3px);
}
.l-kigocoro .l-single--c article h3,
.l-kigocoro .wp-block-heading.is-style-h-layout--m__normal,
.l-kigocoro .is-style-h-layout--m__normal {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--c article h3,
  .l-kigocoro .wp-block-heading.is-style-h-layout--m__normal,
  .l-kigocoro .is-style-h-layout--m__normal {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.l-kigocoro .wp-block-heading.is-style-h-layout--m,
.l-kigocoro .is-style-h-layout--m {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #d4ece3;
  margin-bottom: 20px;
}
.l-kigocoro .wp-block-heading.is-style-h-layout--m__02,
.l-kigocoro .is-style-h-layout--m__02 {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #d4ece3;
  margin-bottom: 20px;
  border-radius: 8px;
}
.l-kigocoro .l-single--c article h4,
.l-kigocoro .wp-block-heading.is-style-h-layout--s__normal,
.l-kigocoro .is-style-h-layout--s__normal {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .l-single--c article h4,
  .l-kigocoro .wp-block-heading.is-style-h-layout--s__normal,
  .l-kigocoro .is-style-h-layout--s__normal {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.l-kigocoro .l-single--a article h3,
.l-kigocoro .l-single--b article h3,
.l-kigocoro .l-single--a article h4,
.l-kigocoro .l-single--b article h4 {
  color: #3b4043;
  position: relative;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #d4ece3;
  border-radius: 5px;
}
.l-kigocoro {
  /*
  メディアと文章装飾

  命名規則
  .is-style-img_名前
  */
}
.l-kigocoro .wp-block-image figcaption {
  text-align: center;
  margin: 12px 0 0;
}
.l-kigocoro .wp-block-image {
  margin-bottom: 40px;
}
.l-kigocoro .l-single--b .wp-block-image img {
  border-radius: 8px;
}
.l-kigocoro .wp-container-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-kigocoro .wp-block-gallery-4 {
  --wp--style--unstable-gallery-gap: var(
      --wp--style--gallery-gap-default,
      var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1em))
  );
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1em)));
}
.l-kigocoro {
  /*
  リストブロック装飾

  命名規則
  .is-style-list-名前
  */
}
.l-kigocoro .wp-block-list {
  margin-bottom: 40px;
}
.l-kigocoro .l-single article ul {
  padding-left: 2rem;
  margin-bottom: 40px;
}
.l-kigocoro .l-single article ul li {
  font-size: 16px;
}
.l-kigocoro .l-single article p {
  font-size: 14px;
  margin-bottom: 30px;
}
.l-kigocoro .wp-block-paragraph {
  font-size: 14px;
  margin-bottom: 40px;
}
.l-kigocoro .wp-block-quote.is-style-default,
.l-kigocoro .is-style-default {
  margin-bottom: 40px;
}
.l-kigocoro .wp-block-quote.is-style-default p,
.l-kigocoro .is-style-default p {
  font-size: 20px;
  color: #212121;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-quote.is-style-default p,
  .l-kigocoro .is-style-default p {
    font-size: 14px;
  }
}
.l-kigocoro .wp-block-quote.is-style-default cite,
.l-kigocoro .is-style-default cite {
  font-size: 20px;
  color: #95989a;
  padding: 0 0 0 36px;
  position: relative;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-quote.is-style-default cite,
  .l-kigocoro .is-style-default cite {
    font-size: 14px;
  }
}
.l-kigocoro .wp-block-quote.is-style-default cite:before,
.l-kigocoro .is-style-default cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #95989a;
  height: 2px;
  width: 24px;
  content: "";
}
.l-kigocoro .wp-block-quote.is-style-quote-layout--01,
.l-kigocoro .is-style-quote-layout--01 {
  margin-bottom: 40px;
  border-left: 0.25em #eceeef solid;
}
.l-kigocoro .wp-block-quote.is-style-quote-layout--01 p,
.l-kigocoro .is-style-quote-layout--01 p {
  font-size: 20px;
  color: #212121;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-quote.is-style-quote-layout--01 p,
  .l-kigocoro .is-style-quote-layout--01 p {
    font-size: 14px;
  }
}
.l-kigocoro .wp-block-quote.is-style-quote-layout--01 cite,
.l-kigocoro .is-style-quote-layout--01 cite {
  font-size: 20px;
  color: #818a91;
  padding: 0 0 0 36px;
  position: relative;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-quote.is-style-quote-layout--01 cite,
  .l-kigocoro .is-style-quote-layout--01 cite {
    font-size: 14px;
  }
}
.l-kigocoro .wp-block-quote.is-style-quote-layout--01 cite:before,
.l-kigocoro .is-style-quote-layout--01 cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #818a91;
  height: 2px;
  width: 24px;
  content: "";
}
.l-kigocoro {
  /*
  表ブロック装飾

  命名規則
  .is-style-table-名前
  */
}
.l-kigocoro .wp-block-table.is-style-regular,
.l-kigocoro .is-style-regular {
  margin-bottom: 40px;
}
.l-kigocoro .wp-block-table.is-style-regular tr,
.l-kigocoro .is-style-regular tr {
  background-color: #ffffff !important;
  border-top: 1px solid #6f7579;
}
.l-kigocoro .wp-block-table.is-style-regular tr:first-child td,
.l-kigocoro .is-style-regular tr:first-child td {
  font-weight: 700;
}
.l-kigocoro .wp-block-table.is-style-regular tr td,
.l-kigocoro .is-style-regular tr td {
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-table.is-style-regular tr td:first-child,
  .l-kigocoro .is-style-regular tr td:first-child {
    font-weight: 700;
    width: 150px;
  }
}
@media screen and (max-width: 576px ) {
  .l-kigocoro .wp-block-table.is-style-regular tr td:first-child,
  .l-kigocoro .is-style-regular tr td:first-child {
    padding: 15px;
  }
}