﻿/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ @-ms-viewport {
  width: device-width
}
@font-face {
  font-family: 'Lato';
  src: url('/font/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('/font/NotoSansJP-Regular.ttf') format('truetype');
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*, *::after, *::before {
  box-sizing: inherit
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.sl_sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sl_pc {
    display: none !important;
  }
  .sl_sp {
    display: block !important;
  }
  .top_slider .slick-list {
    padding: 0 15px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.row-center {
  justify-content: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.333333%
}
.offset-2 {
  margin-left: 16.666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.333333%
}
.offset-5 {
  margin-left: 41.666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.333333%
}
.offset-8 {
  margin-left: 66.666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.333333%
}
.offset-11 {
  margin-left: 91.666667%
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}
.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: -ms-flexbox !important;
  display: flex !important
}
.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}
.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -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: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -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
  }
} /*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 */ *, *::after, *::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@-ms-viewport {
  width: device-width
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
dfn {
  font-style: italic
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
img {
  max-width: 100%
}
a img {
  transition: .5s
}
a:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%)
}
p {
  line-height: 1.8
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  height: 100%;
  margin-top: 0px !important;
}
body {
  font-size: 62.5%;
  font: 15px/1.6 'Noto Sans Japanese', sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
a {
  text-decoration: none;
  color: #005D02;
  transition: .5s
}
a:active, a:hover {
  color: #13955C
}
img {
  vertical-align: bottom
}
a img {
  transition: .5s
}
a:hover img {
  -webkit-filter: brightness(105%);
  filter: brightness(105%)
}
p {
  line-height: 1.8
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
nav li {
  margin: 0;
  padding: 0
}
figure {
  margin: 0
}
.fal, .fas, .far, .fab, .svg-inline--fa {
  margin-right: .3em
}
.l-wrapper {
  overflow: hidden;
  width: 100%
}
.l-header {
  z-index: 100;
  justify-content: center
}
.l-header__wrap {
  padding: 0 2%
}
.l-header .row {
  padding: 0 15px;
  justify-content: space-between;
  align-items: center
}
@media screen and (max-width: 991.98px) {
  .l-header .row {
    height: 45px
  }
}
.l-header .header__swrap {
  background: #fff;
  padding: 0 2%
}
@media screen and (max-width: 991.98px) {
  .l-header .header__swrap {
    text-align: center;
    display: flex;
    justify-content: center
  }
}
.l-header .header__gwrap {
  height: 100px;
  background: #005D02;
  padding: 0 40px;
  /* background-image: url("../images/header_bg.png"); */
  background-repeat: no-repeat
}
@media screen and (max-width: 991.98px) {
  .l-header .header__gwrap {
    height: 80px;
    padding: 0 12px;
    background-repeat: no-repeat;
    background-size: auto 80px
  }
}
@media screen and (max-width: 991.98px) {
  .l-header .header__logo {
    width: 100%;
    position: static;
    transform: translateY(0)
  }
}
.l-header .header__logo h1 {
  margin-bottom: 0;
}
.l-header .header__logo img {
  width: 100%;
  height: auto;
  max-width: 190px;
  vertical-align: top
}
@media screen and (max-width: 991.98px) {
  .l-header .header__logo img {
    width: 130px;
    vertical-align: bottom;
  }
}
.l-header .header__result {
  position: absolute;
  top: 24px;
  left: 180px
}
@media screen and (max-width: 991.98px) {
  .l-header .header__result {
    display: none
  }
}
.l-header .header__result img {
  height: 40px;
  vertical-align: top
}
.l-header .header__tenant {
  position: absolute;
  top: 20px;
  left: 390px;
  display: flex;
  align-items: center;
  height: 60px
}
@media screen and (max-width: 991.98px) {
  .l-header .header__tenant {
    display: block;
    top: 35px;
    left: 135px
  }
}
.l-header .header__tenant img {
  width: 240px;
  vertical-align: top
}
@media screen and (max-width: 1199.98px) {
  .l-header .header__tenant img {
    width: 200px
  }
}
@media screen and (max-width: 991.98px) {
  .l-header .header__tenant img {
    height: 35px;
    width: auto
  }
}
@media screen and (max-width: 320px) {
  .l-header .header__tenant {
    display: none
  }
}
.l-header .header__description {
  color: #fff;
  font-weight: 500;
  position: absolute;
  font-size: 11px;
  top: 16px;
  left: 180px
}
@media screen and (max-width: 991.98px) {
  .l-header .header__description {
    font-size: 10px;
    display: block;
    left: 135px;
    top: 12px
  }
}
.l-header .header__description img {
  height: 30px;
  vertical-align: top
}
@media screen and (max-width: 320px) {
  .l-header .header__description {
    display: none
  }
}
.l-header .header__gnav {
  z-index: 10
}
.l-header .header__gnav ul {
  margin: 0;
  padding: 0;
  font-size: 14px
}
.l-header .header__gnav li {
  margin: 0 0 0 1.5vw;
  display: inline-block
}
@media screen and (max-width: 1199.98px) {
  .l-header .header__gnav li {
    margin: 0 0 0 1vw
  }
}
.l-header .header__gnav li a {
  color: #fff
}
@media screen and (max-width: 991.98px) {
  .l-header .header__gnav li a {
    color: #fff
  }
}
.l-header .header__gnav li a:hover {
  color: #fdf300 !important;
  text-decoration: none
}
@media screen and (max-width: 991.98px) {
  .l-header .header__gnav li {
    display: block;
    margin: 0
  }
}
.l-header .header__phone {
  display: flex;
  align-items: center
}
.l-header .header__phone .phone {
  font-size: 24px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-right: 2rem;
  text-align: center;
  line-height: 1.2;
  width: 190px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 991.98px) {
  .l-header .header__phone .phone {
    font-size: 20px;
    margin-right: 1rem;
    width: 160px;
  }
}
.l-header .header__phone .phone img {
  height: 18px;
  vertical-align: baseline;
  margin: 6px 0.2em 0 0;
}
@media screen and (max-width: 991.98px) {
  .l-header .header__phone .phone img {
    height: 15px
  }
}
.l-header .header__phone .open {
  display: block;
  font-size: 11px;
  font-weight: 500;
  /*margin-left: 1rem;*/
  width: 100%;
  text-align: right;
  padding: 0 3px 0 0;
}
@media screen and (max-width: 991.98px) {
  .l-header .header__phone .open {
    display: inline-block;
    margin: 0
  }
}
@media screen and (max-width: 380px) {
  .l-header .header__phone .open {
    display: none
  }
}
.l-header .header__phone .estimate {
  background: #eb2c6e;
  font-size: 12px;
  padding: 4px 14px;
  font-style: normal;
  color: #fff;
  border-radius: 2em;
  font-weight: 600
}
@media screen and (max-width: 575.98px) {
  .l-header .header__phone .estimate {
    font-size: 11px;
    padding: 4px 14px
  }
}
@media screen and (max-width: 991.98px) {
  .header__snav {
    display: none
  }
}
.header__snav .menu {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1000
}
.header__snav .menu > li {
  float: left;
  line-height: 80px;
  min-width: 130px;
  text-align: center
}
.header__snav .menu > li a {
  display: block;
  padding: 0 20px
}
.header__snav .menu > li a:hover {
  text-decoration: none;
  background: #F2F3F8;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #005D02;
  position: relative
}
.header__snav .menu > li a:hover:after {
  content: "";
  display: block;
  background: #005D02;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0
}
.header__snav .menu > .menu__child {
  position: relative
}
.header__snav .menu__child ul {
  position: absolute;
  top: 70px;
  width: 160px;
  background: #2D343D;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 15px 1em;
  white-space: nowrap;
  text-overflow: ellipsis
}
.header__snav .menu__child ul.shop {
  width: 240px
}
.header__snav .menu__child ul:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #2D343D;
  z-index: 100000000
}
.header__snav .menu__child ul li {
  line-height: 32px
}
.header__snav .menu__child:hover > ul {
  visibility: visible;
  opacity: 1
}
.header__snav .menu__child ul a {
  padding: 0;
  color: #fff
}
.header__snav .menu__child ul a:hover {
  background: #2D343D;
  color: #fdf300
}
.header__snav .menu__child ul a:hover:after {
  display: none
}
.l-footer {
  padding: 100px 0
}
.l-footer a {
  color: #333
}
@media screen and (max-width: 991.98px) {
  .l-footer {
    text-align: center !important
  }
}
.l-footer i {
  margin-right: 0.5em
}
.l-footer .footer__copyright {
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  margin: 0 0 4rem 0
}
.l-footer .footer__copyright h2 {
  margin: 0 0 2rem 0
}
.l-footer .footer__copyright .ft_logo {
  margin: 0 0 3rem 0
}
.l-footer .footer__copyright h2 img, .l-footer .footer__copyright .ft_logo img {
  width: 180px
}
.l-footer .footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.l-footer .footer__social li {
  margin-bottom: 1em;
  font-size: 1.2rem
}
.l-footer .footer__social i {
  font-size: 2rem;
  vertical-align: middle
}
.l-footer .footer__social .fa-facebook {
  color: #4967AD
}
.l-footer .footer__social .fa-instagram {
  color: #D94073
}
.l-footer .footer__nav {
  color: #005D02
}
@media screen and (max-width: 991.98px) {
  .l-footer .footer__nav {
    text-align: left
  }
}
.l-footer .footer__nav h5, .l-footer .footer__nav .ft_list_tit {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.l-footer .footer__nav a {
  color: #005D02
}
.l-footer .footer__nav ul {
  margin: 0 0 3em 0;
  padding: 0;
  font-size: 1.3rem
}
.l-footer .footer__nav li {
  margin: 0 0 0.5em 0
}
@media screen and (max-width: 991.98px) {
  .l-footer .footer__nav li {
    display: block
  }
}
.l-footer .footer__nav li:before {
  content: "・";
  display: inline
}
.l-footer .footer__banner {
  padding: 0 20px;
  margin: 0 0 3rem 0
}
@media screen and (max-width: 991.98px) {
  .l-footer .footer__banner {
    margin-top: 3rem;
    display: inline-block;
    max-width: 300px
  }
}
.l-footer .footer__banner ul {
  margin: 0 0 3em 0;
  padding: 0;
  font-size: 1.2rem
}
.l-footer .footer__banner li {
  margin: 0 0 2em 0
}
@media screen and (max-width: 991.98px) {
  .l-footer .footer__banner li {
    display: block
  }
}
.l-footer .footer__banner li figure {
  margin-top: 0.5em
}
.l-main {
  overflow-x: hidden
}
.gnav__wrap {
  display: none
}
.content {
  padding: 20px
}
@media screen and (max-width: 991px) {
  .header__gnav {
    display: none
  }
  .hamburger {
    display: block;
    cursor: pointer
  }
  .gnav__wrap.open {
    display: block;
    opacity: 1;
    transition: all .4s;
    visibility: visible
  }
  .gnav__wrap.close {
    opacity: 0;
    visibility: hidden
  }
  .gnav__wrap {
    position: fixed;
    left: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .4s;
    width: 100%;
    height: calc(100% - 80px);
  }
  .gnav__wrap ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 400;
    text-align: center
  }
  .gnav__wrap li {
    font-size: 14px !important;
    margin: 0 !important
  }
  .gnav__wrap li a {
    color: #fff;
    padding: 12px;
    display: inline-block
  }
  .hamburger span {
    display: inline-block;
    transition: all .4s
  }
  .hamburger {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 20;
    width: 50px;
    height: 50px;
    background: #005D02;
    border: 1px solid rgba(255, 255, 255, 0.1)
  }
  .hamburger span {
    display: block;
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
  }
  .hamburger span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-10px)
  }
  .hamburger span:nth-of-type(2) {
    top: 50%
  }
  .hamburger span:nth-of-type(3) {
    top: 50%;
    transform: translateY(10px)
  }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    background: #fff
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0
  }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    background: #fff
  }
}
.footmenu {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  font-size: 13px
}
.footmenu a {
  display: block;
  color: #fff;
  background: #005D02;
  text-align: center;
  height: 80px;
  display: block;
  width: 100%;
  padding-top: 13px
}
.footmenu_line {
  background: #54B537 !important
}
.footmenu_phone {
  background: #EEC740 !important
}
.footmenu_shop {
  background: #D93B3C !important
}
.footmenu_result {
  background: #65B5D9 !important
}
.footmenu a:hover {
  text-decoration: none;
  background: #282e35 !important
}
.footmenu ul {
  display: flex;
  width: 100%
}
.footmenu li {
  height: 60px;
  width: calc(100% / 4)
}
.footmenu li i {
  font-size: 16px;
  margin: 0
}
.footmenu li span {
  display: block;
  font-size: 12px;
  font-weight: 700
}
.o-reason {
  background: #f5f2ed;
  padding: 100px 0
}
.o-reason .c-title {
  z-index: 2
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 50px 0 100px;
  }
  .o-reason {
    padding: 70px 0
  }
}
.o-reasonlist {
  position: relative
}
.o-reasonlist .model img {
  position: absolute;
  top: -16vw;
  right: -30px;
  z-index: 0;
  width: 30%;
  text-align: right;
  max-width: 320px
}
@media screen and (max-width: 991.98px) {
  .o-reasonlist .model img {
    width: 40%;
    right: -10px;
    top: -30vw
  }
}
@media screen and (max-width: 991.98px) {
  .o-reasonlist .model img {
    display: none
  }
}
.o-reasonlist [class*=col-] {
  margin-top: 60px;
  position: relative
}
@media screen and (max-width: 767.98px) {
  .o-reasonlist [class*=col-] {
    margin-top: 40px;
  }
}
.o-reasonlist .inner {
  height: 100%;
  background: #fff
}
.o-reasonlist .photo img {
  height: auto
}
.o-reasonlist .text {
  padding: 25px
}
@media screen and (max-width: 767.98px) {
  .o-reasonlist .text {
    padding: 20px 20px
  }
}
.o-reasonlist .text h4 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  color: #005D02
}
.o-reasonlist .text p {
  font-size: 1.4rem;
  margin: 0
}
.o-reasonlist .text nav {
  margin: 2rem 0 0;
  font-size: 1.2rem
}
.o-features {}
.o-features .c-hometitle {
}
.o-features .c-hometitle span {
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
  background: linear-gradient(0deg, rgba(255, 255, 92, 1) 0%, rgba(255, 255, 92, 4) 40%,rgba(255, 255, 92, 0) 40%,rgba(255, 255, 92, 0) 100%);
}
.o-features .c-hometitle span::before,
.o-features .c-hometitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #136C15;
  width: 1px;
  height: 30px;
}
.o-features .c-hometitle span::before {
  left: 0;
  -webkit-transform: translate(-0.6em, 0%) rotate(-40deg);
  -ms-transform: translate(-0.6em, 0%) rotate(-40deg);
  transform: translate(-0.6em, 0%) rotate(-40deg);
}
.o-features .c-hometitle span::after {
  right: 0;
  -webkit-transform: translate(0.6em, 0%) rotate(40deg);
  -ms-transform: translate(0.6em, 0%) rotate(40deg);
  transform: translate(0.6em, 0%) rotate(40deg);
}
.o-features ul {
  list-style: none;
  padding: 0;
}
.o-features ul li {
  display: -webkit-flex;
  display: flex;
}
.o-features ul li:nth-child(odd) {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.o-features ul li:nth-child(even) {
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.o-features ul li:not(:last-child) {
  margin-bottom: 80px;
}
.o-features ul li .textbox {
  width: 67%;
}
.o-features ul li:nth-child(odd) .textbox {
  padding: 0 40px 0 0;
}
.o-features ul li:nth-child(even) .textbox {
  padding: 0 0 0 40px;
}
.o-features ul li .textbox h3 {
  font-size: 28px;
  font-weight: 500;
  color: #136C15;
  margin: 0 auto 20px;
}
.o-features ul li .textbox p {
	margin: 0;
}
.o-features ul li .phobox {
  width: 33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.o-reason {
  position: relative;
  background-color: #F5F2ED;
}
.o-reason .reasonbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
}
.o-reason .container {
  position: relative;
  z-index: 1;
}
.o-reason .c-hometitle {
}
.o-reason .c-hometitle span {
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
  background: linear-gradient(0deg, rgba(255, 255, 92, 1) 0%, rgba(255, 255, 92, 4) 40%,rgba(255, 255, 92, 0) 40%,rgba(255, 255, 92, 0) 100%);
}
.o-reason .c-hometitle span::before,
.o-reason .c-hometitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #136C15;
  width: 1px;
  height: 30px;
}
.o-reason .c-hometitle span::before {
  left: 0;
  -webkit-transform: translate(-0.6em, 0%) rotate(-40deg);
  -ms-transform: translate(-0.6em, 0%) rotate(-40deg);
  transform: translate(-0.6em, 0%) rotate(-40deg);
}
.o-reason .c-hometitle span::after {
  right: 0;
  -webkit-transform: translate(0.6em, 0%) rotate(40deg);
  -ms-transform: translate(0.6em, 0%) rotate(40deg);
  transform: translate(0.6em, 0%) rotate(40deg);
}
.o-reason ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
.o-reason ul li {
  width: 48%;
  background-color: #fff;
}
.o-reason ul li:nth-child(odd) {
  margin: 4% 2% 0 0;
}
.o-reason ul li:nth-child(even) {
  margin: 4% 0 0 2%;
}
.o-reason ul li:nth-child(1),
.o-reason ul li:nth-child(2){
	margin-top: 0;
}
.o-reason ul li .phobox {
}
.o-reason ul li .textbox {
	padding: 30px;
}
.o-reason ul li .textbox h3 {
  color: #136C15;
  font-size: 22px;
  margin: 0 auto 15px;
}
.o-reason ul li .textbox p {
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .o-features ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .o-features ul li .textbox {
    width: 100%;
    order: 2;
	  padding: 20px 5%!important;
  }
  .o-features ul li .textbox h3 {
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .o-features ul li .phobox {
    width: 100%;
    order: 1;
    padding: 20% 0;
  }
  .o-reason ul li {
    width: 100%;
  }
  .o-reason ul li:not(:last-child) {
    margin: 0 auto 20px;
  }
  .o-reason ul li:last-child {
    margin: 0 auto;
  }
  .o-reason ul li .textbox {
    padding: 20px;
  }
  .o-reason ul li .textbox h3 {
    font-size: 16px;
    margin: 0 auto 10px;
  }
}
.o-resultslist [class*=col-] {
  margin-bottom: 50px;
  position: relative
}
@media screen and (max-width: 767.98px) {
  .o-resultslist [class*=col-] {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.o-resultslist .inner {
  height: 100%
}
.o-resultslist .photo {
  margin-bottom: 1em
}
@media screen and (max-width: 767.98px) {
  .o-resultslist .photo {
    margin-bottom: 1em
  }
}
.o-resultslist .photo img {
  height: auto
}
.o-resultslist .text h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0
}
.o-resultslist .text .date {
  font-size: 11px;
  margin: 0 0 .3em
}
.o-resultslist .text .cat {
  font-size: 11px;
  color: #005D02;
  margin: .5em 0 0
}
.o-resultslist .text .cat a {
  color: #13955C
}
.o-resultslist a {
  cursor: pointer;
  color: #333
}
.o-resultslist a:hover {
  text-decoration: none;
  color: #13955C
}
.o-resultslist .text .blog_cat_list {}
.o-resultslist .text .blog_cat_list .post-categories {
  padding-left: 0;
  display: flex;
}
.o-resultslist .text .blog_cat_list .post-categories li {
  list-style: none;
}
.o-resultslist .text .blog_cat_list .post-categories li a {
  font-size: 11px;
  color: #13955C;
}
.o-resultslist .text .blog_cat_list .post-categories li:after {
  content: ",";
  padding: 0 3px;
  color: #13955C;
}
.o-resultslist .text .blog_cat_list .post-categories li:last-child:after {
  content: none;
}
.o-gallery [class*=col-] {
  position: relative;
  margin-bottom: 20px
}
.o-spec {
  background: #f7f7f5;
  padding: 40px 40px 30px;
  margin: 0
}
.o-spec dl {
  font-size: 1.2rem;
  margin: 0;
  line-height: 2
}
.o-spec dt {
  clear: both;
  float: left;
  width: 25%;
  font-weight: 400;
  color: #005D02
}
.o-spec dd {
  margin-left: 25;
  margin-bottom: .8em
}
.o-line-visual {
  background-color: #22B82E;
  position: relative
}
.o-line-visual figure img {
  position: absolute;
  bottom: 0;
  width: 90%
}
@media screen and (max-width: 991.98px) {
  .o-line-visual figure img {
    display: none
  }
}
.o-buyoutline .c-title--lg {
  margin: 0 !important
}
.o-buyoutline .copy {
  text-align: center;
  font-size: 3.6rem;
  color: #005D02;
  margin: 7rem 0
}
@media screen and (max-width: 991.98px) {
  .o-buyoutline .copy {
    font-size: 2.8rem
  }
}
.o-buyoutline .text {
  text-align: center
}
@media screen and (max-width: 767.98px) {
  .o-buyoutline .text br {
    display: none
  }
}
.o-buyicons {
  margin-bottom: 5rem
}
.o-buyicons .outer {
  width: 100%;
  text-align: center
}
.o-buyicons .outer .icon {
  font-size: 6rem;
  margin: 0 0 2.5rem;
  line-height: 1;
  color: #005D02
}
.o-buyicons .outer h4 {
  font-size: 1.8rem;
  margin-bottom: .5em;
  font-weight: 600
}
.o-buyflow {
  border: 1px solid #eee;
  padding: 40px
}
@media screen and (max-width: 575.98px) {
  .o-buyflow {
    padding: 40px 20px
  }
}
.o-buyflow + .o-buyflow {
  border-top: none
}
@media screen and (max-width: 991.98px) {
  .o-buyflow figure {
    margin-top: 30px
  }
}
.o-buyflow h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1em
}
.o-buyflow h3 .step {
  display: inline-block;
  background: #fdf300;
  color: #005D02;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  vertical-align: bottom;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 2em;
  margin-right: 1em;
  margin-left: -0.5em
}
.o-buyflow p {
  font-size: 1.3rem;
  line-height: 2
}
.o-buyflow nav {
  margin-top: 2em
}
.o-buyflow .note {
  margin-top: 3rem;
  background: #f7f7fb;
  padding: 40px;
  width: 100%;
  font-size: 1.3rem
}
@media screen and (max-width: 991.98px) {
  .o-buyflow .note {
    padding: 30px
  }
}
.o-buyflow .note h4 {
  font-size: 1.5rem
}
.o-buyflow .note p + h4 {
  margin-top: 1.5em
}
.o-buyflow .note ul {
  margin: 0
}
.o-buyflow .note .extra {
  margin: 3rem 0;
  background: #fff;
  padding: 30px
}
.o-buyflow .note .extra:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .o-buyflow .note .extra {
    padding: 20px
  }
}
.o-buyflow .note .extra nav {
  margin: 1em 0 0 0
}
.o-buyflow .note .phone h5 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin: 0
}
@media screen and (max-width: 575.98px) {
  .o-buyflow .note .phone h5 {
    font-size: 2.4rem
  }
}
.o-buyflow .note .phone p {
  font-size: 1.2rem;
  margin: 0
}
.o-buyflow .note .phone img {
  height: 18px;
  vertical-align: baseline;
  margin-right: 0.2em
}
.o-buyflow .note li + li {
  margin-top: 1em
}
.o-buyflow .note small {
  display: block;
  font-size: 1.2rem
}
.o-buyflow .notice {
  color: red;
  font-size: 1.2rem
}
.o-buyflow ol, .o-buyflow ul {
  margin: 1.5em 0 1.5em 2em;
  padding: 0
}
.o-application {
  text-align: center;
  border: 2px solid #005D02;
  padding: 40px
}
@media screen and (max-width: 767.98px) {
  .o-application figure {
    margin-bottom: 30px
  }
}
.o-application h3 {
  color: #005D02;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 .5em
}
.o-application p {
  line-height: 2;
  margin: 0
}
.o-application nav {
  margin-top: 2em
}
.o-line-friends {
  text-align: center;
  border: 2px solid #005D02;
  padding: 60px 30px
}
@media screen and (max-width: 991.98px) {
  .o-line-friends {
    padding: 30px 30px 10px 30px
  }
}
@media screen and (max-width: 991.98px) {
  .o-line-friends [class*=col-] {
    padding: 30px 0;
    border-top: 1px solid #eee
  }
}
.o-line-friends [class*=col-] + [class*=col-] {
  border-left: 1px solid #eee
}
@media screen and (max-width: 991.98px) {
  .o-line-friends [class*=col-] + [class*=col-] {
    border-left: none
  }
}
@media screen and (max-width: 991.98px) {
  .o-line-friends .outer {
    display: flex;
    align-items: center
  }
}
@media screen and (max-width: 991.98px) {
  .o-line-friends .text {
    width: 50%;
    text-align: left;
    padding-right: 30px
  }
}
@media screen and (max-width: 991.98px) {
  .o-line-friends .text br {
    display: none
  }
}
.o-line-friends figure {
  margin-top: 30px
}
@media screen and (max-width: 991.98px) {
  .o-line-friends figure {
    margin-top: 0;
    width: 50%
  }
}
.o-line-friends h3 {
  color: #005D02;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 3rem
}
@media screen and (max-width: 991.98px) {
  .o-line-friends h3 {
    margin: 0 0 2rem
  }
}
.o-line-friends h4 {
  font-size: 1.8rem;
  margin: 0 0 1rem
}
@media screen and (max-width: 991.98px) {
  .o-line-friends h4 {
    font-size: 1.6rem
  }
}
.o-line-friends p {
  margin: 0;
  font-size: 1.2rem
}
.o-shoplist__wrap {
  display: flex;
  flex-direction: row-reverse;
  color: #000;
  background: #F3F4F9;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .o-shoplist__wrap {
    padding: 10px
  }
}
.o-shoplist [class*=col-] {
  margin-bottom: 30px
}
@media screen and (max-width: 767.98px) {
  .o-shoplist [class*=col-] {
    margin-bottom: 15px
  }
}
.o-shoplist .photo {
  width: 25%
}
.o-shoplist .photo img {
  height: auto
}
@media screen and (max-width: 991.98px) {
  .o-shoplist .photo {
    width: 30%
  }
}
.o-shoplist .text {
  width: 75%;
  margin: 0;
  position: relative;
  padding-left: 25px
}
@media screen and (max-width: 767.98px) {
  .o-shoplist .text {
    padding-left: 10px
  }
}
.o-shoplist .text h4 {
  font-size: 1.6rem;
  margin: .5em 0;
  font-weight: 500
}
@media screen and (max-width: 767.98px) {
  .o-shoplist .text h4 {
    font-size: 1.2rem;
    margin: 0
  }
}
.o-shoplist .text p {
  font-size: 1.2rem;
  margin: 0 0 .5em
}
@media screen and (max-width: 991.98px) {
  .o-shoplist .text p {
    font-size: 1rem;
    display: none
  }
}
.o-shoplist .text dt {
  margin: .8em 0 .3em;
  font-size: 1.2rem
}
@media screen and (max-width: 767.98px) {
  .o-shoplist .text dl {
    display: none
  }
}
@media screen and (max-width: 991.98px) {
  .o-shoplist .text {
    width: 90%
  }
}
.o-handling span {
  display: inline-block;
  font-size: 1rem;
  margin: 0 .2em .2em 0;
  padding: .5em .3em;
  line-height: 1;
  color: #D66B66;
  border: 1px solid #D66B66
}
.o-handling.buy span {
  color: #74BA4D;
  border: 1px solid #74BA4D
}
.o-shopinfo .text p {
  line-height: 2.4 !important
}
.o-shopdata {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  border-top: none;
  font-size: 1.2rem;
  margin-top: 2em
}
@media screen and (max-width: 991.98px) {
  .o-shopdata {
    flex-flow: column nowrap
  }
}
.o-shopdata dt {
  font-weight: 500;
  width: 20%;
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 1px solid #eee
}
@media screen and (max-width: 991.98px) {
  .o-shopdata dt {
    width: 100%
  }
}
.o-shopdata dd {
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #eee;
  width: 80%;
  background: #fff;
  box-sizing: border-box
}
@media screen and (max-width: 991.98px) {
  .o-shopdata dd {
    width: 100%;
    border-left: none
  }
}
.o-shopdata dd h5 {
  margin: 1em 0 .5em;
  font-size: 1.1rem
}
.o-shopdata dd h5:first-child {
  margin-top: 0
}
.o-shopphoto {
  margin-bottom: 20px
}
.o-shopphoto img {
  width: 100%
}
.o-shopmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 2em
}
.o-shopmap iframe, .o-shopmap object, .o-shopmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.o-shopgallery [class*=col-] {
  position: relative;
  margin-top: 20px
}
.o-shopgallery [class*=col-]:nth-child(1), .o-shopgallery [class*=col-]:nth-child(2), .o-shopgallery [class*=col-]:nth-child(3) {
  margin-top: 0px
}
.o-shopgallery figure {
  margin-bottom: 1em
}
.o-shopgallery p {
  font-size: 1.2rem
}
.o-parking {
  background: #F1F2F8;
  padding: 40px 50px;
  overflow: hidden
}
@media screen and (max-width: 991.98px) {
  .o-parking {
    padding: 40px
  }
}
.o-parking h3 {
  font-size: 1.5rem;
  margin: 0 0 1.2em
}
.o-parking dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  font-size: 1.1rem;
  width: 48%;
  float: left;
  margin: 0
}
@media screen and (max-width: 991.98px) {
  .o-parking dl {
    flex-flow: column nowrap;
    width: 100%
  }
}
.o-parking dl + dl {
  margin-left: 4%
}
@media screen and (max-width: 991.98px) {
  .o-parking dl + dl {
    margin: 0
  }
}
.o-parking dt {
  font-weight: 500;
  width: 20%;
  padding: .3em 0;
  box-sizing: border-box;
  color: #005D02
}
@media screen and (max-width: 991.98px) {
  .o-parking dt {
    padding-bottom: 0;
    width: 100%
  }
}
.o-parking dd {
  padding: .3em 0;
  margin: 0;
  width: 80%;
  box-sizing: border-box
}
@media screen and (max-width: 991.98px) {
  .o-parking dd {
    width: 100%;
    border-left: none
  }
}
.o-shoproot {
  counter-reset: count
}
.o-shoproot + .o-shoproot {
  margin-top: 30px
}
.o-shoproot h3 {
  font-size: 2rem;
  margin: 0 0 1em;
  color: #005D02
}
.o-shoproot [class*=col-]:before {
  counter-increment: count 1;
  content: ""counter(count);
  position: absolute;
  font-family: "Lato", sans-serif;
  top: 10px;
  left: 25px;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: #fff
}
.o-shoproot [class*=col-]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  border-right: 50px solid transparent;
  border-top: 50px solid #005D02
}
.o-shoproot [class*=col-] {
  position: relative;
  margin-bottom: 20px
}
.o-shoproot figure {
  margin-bottom: 1em
}
.o-shoproot p {
  font-size: 1.2rem
}
.o-staffmessage {
  border: 2px solid #005D02;
  padding: 40px
}
@media screen and (max-width: 767.98px) {
  .o-staffmessage figure {
    margin-bottom: 30px
  }
}
.o-staffmessage h3 {
  color: #005D02;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 .7em
}
.o-staffmessage p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0
}
.o-buymenuoutline h1 {
  font-size: 3rem;
  margin-bottom: 0.5em !important;
  text-align: left !important
}
@media screen and (max-width: 991.98px) {
  .o-buymenuoutline h1 {
    font-size: 2.2rem
  }
}
.o-buymenuoutline h1 strong {
  font-size: 4.8rem
}
@media screen and (max-width: 991.98px) {
  .o-buymenuoutline h1 strong {
    font-size: 3rem
  }
}
.o-buymenuoutline p {
  line-height: 2.4;
  font-size: 1.5rem
}
@media screen and (max-width: 767.98px) {
  .o-buymenuoutline p {
    line-height: 2
  }
}
@media screen and (max-width: 991.98px) {
  .o-buymenuoutline figure {
    margin-bottom: 2rem;
    text-align: center
  }
}
@media screen and (max-width: 991.98px) {
  .o-buymenuoutline img {
    width: 100% !important;
    max-width: 400px !important
  }
}
.o-voice {
  background: #fff;
  padding: 40px
}
.o-voice + .o-voice {
  margin-top: 30px;
}
.o-voice .image {
  width: 80px;
}
.o-voice .tl {
  flex: 1;
}
.o-voice > .row {
  gap: 25px;
  align-items: center;
}
.o-voice > .row + .row {
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .o-voice {
    padding: 30px 30px
  }
  .o-voice .image {
    width: 40px;
  }
  .o-voice figure {
    margin-bottom: 30px
  }
  .o-voice > .row {
    gap: 10px;
    align-items: center;
  }
  .o-voice > .row + .row {
    margin-top: 10px;
  }
}
.o-voice h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 .5em
}
.o-voice p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0
}
.o-message h3 {
  font-size: 2rem;
  margin: 0 0 .5em
}
.o-message p {
  font-size: 1.5rem;
  line-height: 2
}
.o-message p + h3 {
  margin-top: 3em
}
.o-faqlist dt {
  margin: 3em 0 1em;
  font-size: 18px;
  display: flex;
  font-weight: 500
}
.o-faqlist dt span {
  font-size: 30px;
  margin-top: -0.5em;
  color: #005D02;
  display: inline-block;
  padding-right: .5em;
  font-family: "Lato", sans-serif;
  font-weight: 400
}
.o-faqlist dd {
  padding: 25px;
  margin: 0;
  background: #F9F6EE;
  line-height: 2;
  font-size: 1.4rem
}
.o-privacy h3 {
  font-size: 2rem;
  margin: 0 0 .5em
}
.o-privacy p {
  line-height: 2
}
.o-privacy p + h3 {
  margin-top: 3em
}
.o-privacy h4 {
  font-size: 1.4rem;
  margin: 2em 0 .5em
}
.o-privacy .companyinfo {
  background: #F3F4F9;
  margin-top: 2em;
  padding: 30px
}
.o-privacy .companyinfo img {
  vertical-align: text-bottom
}
.o-privacy .companyinfo p {
  margin: 0
}
@media screen and (max-width: 991.98px) {
  .o-sitemap .sitemap__nav {
    text-align: left
  }
  .o-voice h3 {
    font-size: 1.5rem;
  }
  .o-voice p {
    font-size: 1.3rem;
  }
}
.o-sitemap .sitemap__nav h5 {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee
}
.o-sitemap .sitemap__nav a {
  color: #005D02
}
.o-sitemap .sitemap__nav ul {
  /*margin: 0 0 3em;*/
  padding: 0;
  font-size: 1.3rem
}
.o-sitemap .sitemap__nav li {
  margin: 0 0 1em
}
@media screen and (max-width: 991.98px) {
  .o-sitemap .sitemap__nav li {
    display: block
  }
}
.o-sitemap .sitemap__nav li:before {
  content: "・";
  display: inline
}
.o-home-visual {
  position: relative;
  overflow: hidden;
  background: #ccc
}
@media screen and (max-width: 991.98px) {
  .o-home-visual {
    width: 110%
  }
}
.o-home-concept {
  position: relative;
  background: url("../images/home_concept_bg.jpg") no-repeat;
  background-color: #fff;
  background-size: 45% auto;
  background-position: right bottom
}
@media screen and (max-width: 767.98px) {
  .o-home-concept {
    padding-bottom: 140px;
    background-position: center calc(100% + 32vw);
    background-size: 100% auto
  }
}
.o-home-concept .text {
  padding: 5vw 0
}
.o-home-concept .text h3 {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 1em;
  position: relative;
  z-index: 2;
  color: #005D02
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text h3 {
    font-size: 2.2rem;
    text-align: center
  }
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text h3 br {
    font-size: 2.4rem;
    text-align: center
  }
}
.o-home-concept .text p {
  font-size: 1.5rem;
  line-height: 2.4
}
@media screen and (max-width: 767.98px) {
  .o-home-concept .text p {
    font-size: 1.4rem;
    line-height: 2
  }
  .o-home-concept .text p br {
    display: none
  }
}
.o-home-line {
  position: relative;
  background-color: #22B82E;
}
.o-home-line a {
  display: block;
  position: relative;
}
.o-home-line a p {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 62%;
  margin: 0;
  font-size: 13px;
  line-height: 1.84;
}
.o-home-line__model img {
  position: absolute;
  bottom: 0;
  width: 90%
}
@media screen and (max-width: 991.98px) {
  .o-home-line__model img {
    display: none
  }
  .o-home-line a p {
    position: relative;
    padding: 15px 0;
    width: 100%;
    bottom: 0;
    font-size: 11px;
  }
}
.o-expensive {
  background-color: #F1F2F8;
  padding: 140px 0
}
.o-expensive--home {
  background-color: #fff;
  background-image: url("../images/home_expensive_bg.jpg?20200116");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60vw;
  padding-top: 0;
  padding-bottom: 140px
}
@media screen and (max-width: 767.98px) {
  .o-expensive--home {
    padding-bottom: 100px
  }
}
@media screen and (max-width: 991.98px) {
  .o-expensive--home {
    background-size: 80vw;
    padding-bottom: 12vw;
    margin-top: 10vw;
  }
}
.o-popularity .model {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%
}
@media screen and (max-width: 991.98px) {
  .o-popularity .model {
    display: none
  }
}
.o-popularity .model img {
  width: 100%
}
.o-popularity h3 {
  color: #005D02;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: none
}
.o-popularity .logo {
  margin-bottom: 2rem
}
@media screen and (max-width: 767.98px) {
  .o-popularity .logo {
    max-width: 100%;
    padding-left: 0
  }
}
.o-popularity .logo img {
  max-width: 100%
}
@media screen and (max-width: 767.98px) {
  .o-popularity .logo img {
    max-height: auto
  }
}
.o-popularity .note {
  font-size: 1.4rem;
  margin: 0;
  line-height: 2
}
@media screen and (max-width: 991.98px) {
  .o-popularity .note {
    font-size: 1.2rem
  }
}
.o-popularity .text {
  margin: 0
}
.o-popularity .text--2col {
  max-width: 75%;
  width: 75%
}
@media screen and (max-width: 991.98px) {
  .o-popularity .text {
    max-width: 100%;
    width: 100%
  }
}
.o-popularity__wrap {
  background: #fff;
  padding: 40px;
  position: relative;
  display: flex;
  border: 2px solid #005D02
}
@media screen and (max-width: 767.98px) {
  .o-popularity__wrap {
    padding: 20px;
  }
}
.o-explist {
  position: relative
}
@media screen and (max-width: 767.98px) {
  .o-explist [class*=col-] + [class*=col-] {
    margin-top: 20px
  }
}
.o-explist h4, .o-explist .cat_tit {
  font-weight: bold;
  background: #005D02;
  color: #fff;
  margin: 0;
  padding: 1em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.o-explist__wrap {
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  padding: 0
}
.o-explist__wrap .row {
  margin: 0
}
.o-explist__inner {
  display: flex
}
.o-explist .photo {
  width: 40%;
  padding: 20px
}
@media screen and (max-width: 767.98px) {
  .o-explist .photo {
    width: 50%
  }
}
.o-explist .text {
  width: 60%;
  padding: 2rem 0;
  line-height: 1
}
@media screen and (max-width: 767.98px) {
  .o-explist .text {
    width: 50%
  }
}
.o-explist .text ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0
}
.o-explist .text li {
  font-size: 1.5rem;
  margin: 0 0 .5rem
}
@media screen and (max-width: 991.98px) {
  .o-explist .text li {
    font-size: 1.2rem
  }
}
.o-explist .text span {
  display: inline-block;
  font-size: 10px;
  background: #8E8E8E;
  color: #fff;
  padding: .4rem 1rem;
  margin: 0 1em 0 0
}
.o-explist .text small {
  margin: 0 0 0 .3em;
  font-size: 60%
}
.o-explist .text h5, .o-explist .text .item_tit {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.o-explist .text .price {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0;
  color: #ff0000
}
@media screen and (max-width: 991.98px) {
  .o-explist .text .price {
    font-size: 2rem
  }
}
.o-explist a {
  display: block;
  cursor: pointer;
  color: #333
}
.o-explist a:hover {
  text-decoration: none;
  color: #13955C
}
.o-buycat__wrap {
  background: #F3F4F9;
  padding: 100px 0
}
@media screen and (max-width: 767.98px) {
  .o-buycat__wrap {
    /*padding: 80px 0;*/
    padding: 50px 0;
  }
}
.o-buycat [class*=col-] {
  margin: 15px 0;
  position: relative
}
@media screen and (max-width: 991.98px) {
  .o-buycat [class*=col-] {
    margin: 5px 0
  }
}
.o-buycat [class*=col-] a {
  padding: 5px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #000;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  position: relative
}
@media screen and (max-width: 991.98px) {
  .o-buycat [class*=col-] a {
    padding: 5px
  }
}
.o-buycat [class*=col-] a:hover {
  text-decoration: none;
  background-color: rgba(253, 243, 0, 0.3)
}
.o-buycat [class*=col-] a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: rgba(64, 144, 62, 0.5);
  font-size: 1rem !important
}
.o-buycat .photo {
  /*width: 30%;*/
  width: 35%;
}
.o-buycat .photo img {
  height: auto
}
@media screen and (max-width: 991.98px) {
  .o-buycat .photo {
    /*width: 30%;*/
    width: 35%;
  }
}
.o-buycat h4, .o-buycat .brand_name {
  width: 65%;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding-left: 5px;
  font-size: 1.5rem;
  /*font-size: 2.5rem;*/
}
.o-results__wrap {
  background: #F3F4F8;
  padding: 100px 0
}
.o-buycat [class*=col-] a:after {
  right: 5px;
}
.item_row {
  padding-left: 15px;
  padding-right: 15px;
}
.item_row > div.col-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 991.98px) {
  .o-buycat h4, .o-buycat .brand_name {
    width: 70%;
    font-size: 1.3rem;
    padding-left: 10px;
    /*font-size: 1.5rem;*/
  }
  .item_row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item_row > div.col-6 {
    margin: 5px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-results__wrap {
    padding: 80px 0
  }
}
.o-results__list {
  margin: 0 auto
}
.o-results__list [class*=col-] {
  margin-bottom: 50px;
  position: relative
}
.o-results__list .photo {
  margin-bottom: 1.5em
}
.o-results__list .photo img {
  height: auto
}
.o-results__list .text h4, .o-results__list .text .post_tit {
  font-size: 13px;
  font-weight: 700;
  margin: 0
}
.o-results__list .text .date {
  font-size: 11px;
  margin: 0;
  margin: 0 0 .5em
}
.o-results__list .text .cat {
  font-size: 11px;
  color: #005D02;
  margin: .5em 0 0
}
.o-results__list__list a {
  display: block;
  cursor: pointer;
  color: #333
}
.o-results__list__list a:hover {
  text-decoration: none;
  color: #13955C
}
.o-results__cat {
  font-size: 1.4rem;
  background: #fff;
  padding: 1em 3em;
  border-radius: 4em;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  display: inline-block
}
@media screen and (max-width: 991.98px) {
  .o-results__cat {
    display: none
  }
}
.o-results__cat li {
  display: inline
}
.o-results__cat li + li {
  margin-left: 1em
}
.o-srcratch {
  background: #F3F4F9;
  padding: 100px 0
}
@media screen and (max-width: 767.98px) {
  .o-srcratch {
    /*padding: 90px 0 70px;*/
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .o-srcratch__list [class*=col-] {
    margin-bottom: 40px;
    position: relative
  }
}
.o-srcratch__list .label {
  min-width: 80%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  background: #fff;
  display: inline-block;
  padding: 1em 0.5em;
  border-radius: 4em;
  position: absolute;
  line-height: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: #005D02;
  border: 2px solid #005D02
}
@media screen and (max-width: 767.98px) {
  .o-srcratch__list .label {
    font-size: 1rem
  }
}
/*高く買い取るコツ*/
.o-tips {
  background: url(../images/dot_bg.png);
  background-size: 8px;
  padding: 100px 0
}
.o-tips .innerbox {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.o-tips ul {
  background: #fff;
  padding: 40px;
  position: relative;
  border: 2px solid #005D02;
}
.o-tips ul li {
  position: relative;
  list-style: none;
  margin: 0 auto;
}
.o-tips ul li:not(:last-child) {
  margin: 0 auto 40px;
}
.o-tips ul li::before {
  content: "point";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, -25%) rotate(-35deg);
  -ms-transform: translate(0%, -25%) rotate(-35deg);
  transform: translate(0%, -25%) rotate(-35deg);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #005D02;
  color: #fdf300;
  font-size: 16px;
  font-weight: 600;
}
.o-tips ul li h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 60px;
  margin: 0 auto 20px;
}
.o-tips ul li .textbox {
  padding: 25px;
  margin: 0;
  background: #F9F6EE;
  line-height: 2;
  font-size: 1.4rem;
}
.o-tips ul li .textbox p {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .o-tips {
    padding: 50px 0 20px;
  }
  .o-tips ul {
    padding: 20px;
  }
  .o-tips ul li::before {
    -webkit-transform: translate(0%, -25%) rotate(-35deg);
    -ms-transform: translate(0%, -20%) rotate(-35deg);
    transform: translate(0%, -20%) rotate(-35deg);
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .o-tips ul li h3 {
    font-size: 16px;
    padding: 0 0 0 55px;
  }
  .o-tips ul li .textbox {
    padding: 20px;
  }
}
/*高く買い取るコツココマデ*/
.o-homereason {
  background: #f5f2ed;
  padding: 100px 0
}
.o-homereason .c-title {
  z-index: 2
}
@media screen and (max-width: 767.98px) {
  .o-homereason {
    /*padding: 90px 0;*/
    padding: 50px 0;
  }
}
.o-homereason__list {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap
}
.o-homereason__list .model img {
  position: absolute;
  top: -20vw;
  right: -30px;
  z-index: 0;
  width: 30%;
  text-align: right
}
@media screen and (max-width: 991.98px) {
  .o-homereason__list .model img {
    display: none
  }
}
.o-homereason__list [class*=col-] {
  width: 20%;
  text-align: center;
  background: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 15px;
  z-index: 1
}
@media screen and (max-width: 767.98px) {
  .o-homereason__list [class*=col-] {
    width: 50%;
    padding: 20px 0px
  }
}
.o-homereason__list .number {
  background: #005D02;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fdf300;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 600
}
.o-homereason__list h3 {
  font-size: 2rem;
  color: #005D02;
  margin: 1em 0 .5em
}
@media screen and (max-width: 767.98px) {
  .o-homereason__list h3 {
    margin: .5em 0 .2em;
    font-size: 1.6rem
  }
}
.o-homereason__list p {
  font-size: 1.4rem;
  margin: 0
}
@media screen and (max-width: 575.98px) {
  .o-homereason__list p {
    font-size: 1.2rem
  }
}
.o-choose {
  background: #F1F2F8;
  padding: 100px 0
}
@media screen and (max-width: 767.98px) {
  .o-choose {
    /*padding: 90px 0;*/
    padding: 50px 0;
  }
}
.o-choose--home {
  background: url("../images/dot_bg.png");
  background-size: 8px
}
.o-chooselist figure i {
  font-size: 5rem;
  margin: 0;
  color: #005D02
}
.o-chooselist .label {
  font-size: 1.4rem;
  margin: 2.0rem 0 1.5rem;
  color: #005D02;
  background: #fdf300;
  display: inline-block;
  padding: .2em 1.3em;
  border-radius: 2em
}
@media screen and (max-width: 767.98px) {
  .o-chooselist .label {
    font-size: 1.3rem;
  }
}
.o-chooselist h4, .o-chooselist .shop_tit {
  margin: 0;
  text-align: center;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: bold;
}
.o-chooselist a {
  display: block;
  cursor: pointer;
  color: #333;
  text-align: center;
  border: 1px solid #eee;
  border-top: 2px solid #005D02;
  padding: 50px 0;
  background: #fff
}
.o-chooselist a:hover {
  text-decoration: none;
  background: #f3f4f9
}
.o-chooselist a .buy_box {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .o-chooselist [class*=col-] {
    margin-bottom: 15px
  }
  .o-chooselist [class*=col-]:last-child {
    margin-bottom: 0;
  }
  .o-chooselist h4, .o-chooselist .shop_tit {
    font-size: 1.8rem;
  }
  .o-chooselist a {
    padding: 20px 15px;
    display: block;
    /*
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    */
  }
  /*
  .o-chooselist a .buy_box {
    margin-bottom: 20px;
  }
  .o-chooselist a p:last-child {
    width: 100%;
    margin: 10px auto 0;
  }
  .o-chooselist .col-md-4:nth-child(1) a > p:last-child, .o-chooselist .col-md-4:nth-child(2) a > p:last-child {
    display: none;
  }
  .o-chooselist a .buy_box {
    width: 180px;
    min-width: 180px;
    margin-right: 20px;
  }
  */
  .o-chooselist .label {
    margin: 10px 0;
  }
  .o-chooselist figure i {
    font-size: 3rem;
  }
}
.o-conversion {
  color: #fff;
  position: relative;
  padding: 80px 0
}
@media screen and (max-width: 767.98px) {
  .o-conversion {
    /*padding: 80px 0;*/
    padding: 50px 0;
  }
}
.o-conversion:before {
  content: "";
  background: #005D02;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*bottom: 20vw;*/
  bottom: 0;
  right: 0
}
.o-conversion .c-hometitle {
  color: #fdf300
}
@media screen and (max-width: 767.98px) {
  .o-conversion .c-lead {
    display: none
  }
}
.o-conversion__list {
  position: relative
}
.o-conversion__list .row {
  /*box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1)*/
}
.o-conversion__list .figure1 img {
  position: absolute;
  top: -16vw;
  left: -200px;
  z-index: 0;
  width: 50%;
  max-width: 32vw;
  text-align: right
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list .figure1 img {
    left: -120px
  }
}
.o-conversion__list .figure2 img {
  position: absolute;
  top: -16vw;
  right: -200px;
  z-index: 0;
  width: 50%;
  max-width: 32vw;
  text-align: right
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list .figure2 img {
    right: -120px
  }
}
.o-conversion__list figure img {
  width: 140px
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list figure img {
    width: 100px
  }
}
.o-conversion__list h4, .o-conversion__list .satei_tit {
  margin: 2rem 0 1rem;
  text-align: center;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list h4, .o-conversion__list .satei_tit {
    font-size: 2rem;
    margin: 0;
  }
}
.o-conversion__list p {
  font-size: 1.5rem;
  margin: 0
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list p {
    display: none
  }
}
.o-conversion__list a {
  display: block;
  cursor: pointer;
  color: #333;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 40px 0;
  background: #fff
}
@media screen and (max-width: 767.98px) {
  .o-conversion__list a {
    border-top: 1px solid #eee;
    border-right: none;
    /*padding: 30px 0 20px 0;*/
    padding: 20px 50px;
    display: flex;
    align-items: center;
  }
  .o-conversion__list a figure {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}
.o-conversion__list a:hover {
  text-decoration: none;
  background: #f3f4f9
}
.o-feature {
  background: #F2F3F8;
  padding: 5vw 0;
  position: relative
}
.o-feature .row {
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1)
}
.o-feature .row:not(:last-child) {
  margin-bottom: 40px;
}
.o-feature .text {
  padding: 20px;
  text-align: center;
  vertical-align: middle
}
.o-feature .text h3 {
  font-size: 2.6rem;
  margin: 0 0 2rem
}
@media screen and (max-width: 991.98px) {
  .o-feature .text h3 {
    font-size: 2rem
  }
}
.o-feature .text p {
  margin: 0 0 1rem
}
@media screen and (max-width: 991.98px) {
  .o-feature .text p {
    display: none
  }
}
.o-feature .text nav {
  margin: 3rem 0 0
}
.o-toast {
  width: 300px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #fff;
  overflow: visible !important
}
@media screen and (max-width: 767.98px) {
  .o-feature {
    padding: 50px 0 10px;
  }
  .o-toast {
    width: 180px;
    bottom: 80px
  }
}
.o-toast .close {
  margin: 0
}
.o-toast .close a {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center
}
.o-entry {
  margin-bottom: 8rem
}
.o-entry .title {
  margin: 0 0 60px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee
}
.o-entry .title h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 2rem
}
.o-entry .title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 2rem
}
.o-entry .title .date {
  font-size: 1.2rem;
  color: #005D02;
  margin-bottom: 1em
}
.o-entry .title .meta {
  font-size: 1.1rem;
  color: #005D02;
  margin-bottom: 1em
}
.o-entry .title .period {
  font-size: 12px;
  margin-top: 1em
}
.o-entry .social {
  margin: 4rem 0;
  padding: 0
}
.o-entry .social li {
  display: inline-block
}
.o-entry .author {
  padding: 40px;
  background: #F3F4F9
}
.entrybody {
  font-size: 1.6rem;
  clear: both;
  line-height: 2
}
.entrybody em {
  font-style: italic
}
.entrybody ul li {
  list-style: disc inside
}
.entrybody ol li {
  list-style: decimal inside
}
.entrybody h1 {
  font-size: 2.8rem
}
.entrybody h2 {
  font-size: 2.25rem
}
.entrybody h3 {
  font-size: 2rem
}
.entrybody h4 {
  font-size: 1.6rem
}
.entrybody p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 1em 0
}
.entrybody img {
  margin: 20px auto;
  height: auto
}
.entrybody h1, .entrybody h2, .entrybody h3, .entrybody h4, .entrybody h5 {
  margin: 2em 0 .5em;
  font-weight: 600
}
.entrybody img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.entrybody img.alignright {
  margin: 0 0 30px 30px;
  display: inline
}
.entrybody img.alignleft {
  margin: 0 30px 30px 0;
  display: inline
}
.entrybody .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.entrybody .alignright {
  float: right
}
.entrybody .alignleft {
  float: left
}
.entrybody hr {
  border: 0;
  height: 1px;
  background: #eee
}
.entrybody blockquote {
  border-left: 1px solid #999999;
  background: #f7f7f7;
  padding: 2rem 4rem;
  font-style: oblique
}
.entrybody table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border: 1px solid #eee;
  margin: 2rem 0
}
.entrybody table thead th {
  text-align: center;
  color: #fff
}
.entrybody table th {
  padding: 20px;
  text-align: left;
  border: 1px solid #eee;
  font-weight: normal;
  position: relative;
  color: #005D02
}
.entrybody table td {
  padding: 20px;
  border: 1px solid #eee;
  border-left: none
}
.o-submenu {
  font-size: 1.2rem
}
.o-submenu nav {
  margin: 0 0 40px
}
.o-submenu h3 {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 600
}
.o-submenu h3 i {
  margin-right: .5em;
  color: #005D02
}
.o-submenu ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none
}
.o-submenu li {
  margin: 0 0 .8em;
  padding: 0;
  list-style: none;
  text-indent: -15px
}
.o-submenu li:before {
  content: "・"
}
.o-submenu li ul {
  margin: 5px 0 10px 15px
}
.o-submenu li ul li {
  font-size: 1.1rem;
  padding: 0;
  margin-bottom: .5em
}
.c-outline .copy {
  text-align: center;
  font-size: 3.8rem;
  color: #005D02
}
.blog_body h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding: 10px 20px;
  background-color: #136C15;
  margin-bottom: 1em;
}
.blog_body h2 a {
  color: #fff;
}
.blog_body h3 {
  font-size: 23px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #DAF4D9 60%);
  margin-bottom: 1em;
  padding-left: 20px;
}
.blog_body h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 15px;
  margin-bottom: 2em;
  border-left: solid 5px #136C15;
  position: relative;
}
.blog_body h4:after {
  content: "";
  width: 101%;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -5px;
}
@media screen and (max-width: 767.98px) {
  .o-entry .title {
    margin-bottom: 0;
  }
  .c-outline .copy {
    font-size: 2.8rem;
    line-height: 1.4
  }
  .o-entry .title h1 {
    font-size: 24px;
  }
  .o-entry .title h2 {
    font-size: 24px;
  }
  .blog_body h2 {
    font-size: 20px;
  }
  .blog_body h3 {
    font-size: 18px;
  }
}
.c-outline h1 {
  font-size: 3rem;
  color: #005D02;
  margin-bottom: 2rem
}
@media screen and (max-width: 767.98px) {
  .c-outline h1 {
    font-size: 2.6rem
  }
}
.c-outline h2 {
  font-size: 3rem;
  color: #005D02;
  margin-bottom: 2rem
}
@media screen and (max-width: 767.98px) {
  .c-outline h2 {
    font-size: 2.6rem
  }
}
.c-outline p {
  line-height: 2.0;
  font-size: 1.5rem
}
@media screen and (max-width: 767.98px) {
  .c-outline p {
    line-height: 2;
    font-size: 1.4rem
  }
}
@media screen and (max-width: 767.98px) {
  .c-outline p br {
    display: none
  }
}
@media screen and (max-width: 991.98px) {
  .c-outline .text {
    width: 100%
  }
}
.c-outline .photo {
  overflow: hidden
}
@media screen and (max-width: 767.98px) {
  .c-outline .photo {
    margin-top: 20px;
    max-height: 50vw;
    background: #ccc
  }
}
.c-outline .photo img {
  width: 100%
}
@media screen and (max-width: 767.98px) {
  .c-outline .photo img {
    top: 20%;
    transform: translateY(-20%)
  }
}
.c-pagetitle {
  position: relative;
  width: 80vw;
  margin-left: 20vw;
  position: relative;
  background: #000;
  background-size: cover;
  margin-bottom: 150px;
  height: 440px
}
@media screen and (max-width: 991.98px) {
  .c-pagetitle {
    height: 300px;
    background-position: center;
    width: 90vw;
    margin-left: 10vw
  }
}
@media screen and (max-width: 991.98px) {
  .c-pagetitle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7)
  }
}
.c-pagetitle--concept {
  background-image: url("../images/pagetitle_concept.jpg")
}
.c-pagetitle--company {
  background-image: url("../images/pagetitle_company.jpg")
}
.c-pagetitle__copy {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -10vw;
  transform: translate(0, -50%);
  z-index: 2;
  width: 300px
}
@media screen and (max-width: 767.98px) {
  .c-pagetitle__copy {
    width: 260px;
    left: -5vw
  }
}
.c-pagetitle__copy:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 260px;
  height: 260px;
  z-index: -3;
  background-image: url("../images/slash_white.svg");
  background-size: cover
}
@media screen and (max-width: 767.98px) {
  .c-pagetitle__copy:after {
    width: 260px;
    height: 260px
  }
}
.c-pagetitle h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  position: relative;
  line-height: 1
}
@media screen and (max-width: 991.98px) {
  .c-pagetitle h1 {
    font-size: 2.6rem
  }
}
.c-pagetitle p {
  margin: 2em 0 0 .3em;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #fdf300
}
@media screen and (max-width: 767.98px) {
  .c-pagetitle p {
    font-size: 1rem
  }
}
.c-title--lg {
  margin: 0 0 3em;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005D02
}
.c-title {
  margin: 0 0 2em;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #005D02;
  display: flex;
  align-items: center
}
.c-title:before, .c-title:after {
  content: "";
  height: 6px;
  flex-grow: 1;
  border-top: solid 1px #005D02;
  border-bottom: solid 1px #005D02
}
.c-title:before {
  margin-right: 1rem
}
.c-title:after {
  margin-left: 1rem
}
.c-hometitle {
  margin: 0 0 0;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #005D02;
  position: relative;
  display: inline-block
}
@media screen and (max-width: 767.98px) {
  .c-hometitle {
    font-size: 2.6rem
  }
  .c-title {
    font-size: 2.2rem;
  }
}
.c-lead {
  margin-top: 3rem;
  font-size: 1.6rem;
  text-align: center
}
@media screen and (max-width: 767.98px) {
  .c-lead {
    margin-top: 2rem;
    font-size: 1.4rem
  }
}
.c-label {
  margin: 0 0 3rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  position: relative
}
.c-label span {
  display: inline-block;
  position: relative
}
.c-label span:before, .c-label span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #fff
}
.c-label span:before {
  left: -1.2em;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}
.c-label span:after {
  right: -1.2em;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}
@media screen and (max-width: 767.98px) {
  .c-label {
    margin: 0 0 1.5em 20px
  }
}
.c-hometitle__callout:before, .c-hometitle__callout:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #005D02
}
.c-hometitle__callout:before {
  left: -1.2em;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}
.c-hometitle__callout:after {
  right: -1.2em;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}
.c-hometitle__uline {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 0, 0.8) 0, rgba(255, 255, 0, 0.8) 95%, rgba(255, 255, 255, 0) 0);
  display: inline;
  padding: 0 2px 4px
}
.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  padding: 1.5rem 0;
  font-weight: 400;
  background: #005D02;
  color: #fff !important;
  font-size: 1.4rem;
  width: 90%;
  max-width: 240px;
  font-family: "Lato", sans-serif
}
.c-btn i {
  position: absolute;
  margin: 0 .3rem;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%)
}
.c-btn:hover {
  text-decoration: none;
  background: rgba(64, 144, 62, 0.8);
  color: #fff
}
.c-btn.c-btn--sm {
  width: 90%;
  max-width: 200px
}
.c-btn.c-btn--lg {
  padding: 2rem 0;
  width: 90%;
  max-width: 300px
}
.c-btn.c-btn--round {
  border-radius: 0;
  background-color: #fff;
  color: #005D02 !important;
  border: 2px solid #005D02;
  border-radius: 3rem;
  font-size: 1.2rem;
  padding: 1em;
  max-width: 200px
}
.c-btn.c-btn--round:hover {
  background-color: #005D02;
  color: #fff !important
}
.c-social-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4rem;
  padding: 1rem 0;
  font-weight: 300;
  border: solid 1px #005D02;
  color: #005D02;
  font-size: 1rem;
  width: 140px
}
.c-social-btn i {
  margin-right: .5em
}
.c-social-btn:hover {
  text-decoration: none;
  background: rgba(64, 144, 62, 0.7);
  color: #fff
}
.c-topicpath {
  font-size: 1.2rem;
  padding: 2.5em 0;
  margin: 0 auto;
  background: #f3f4f9;
  margin-bottom: 100px;
  position: relative
}
@media screen and (max-width: 767.98px) {
  .c-topicpath {
    /*margin-bottom: 80px;*/
    margin-bottom: 30px;
    padding: 1em 0;
  }
}
#buy-line .c-topicpath {
  margin-bottom: 0;
}
.c-topicpath ul {
  margin: 0 1rem;
  width: 100%
}
.c-topicpath li {
  display: inline-block
}
.c-topicpath li + li:before {
  margin: 0 5px;
  content: '>'
}
.c-topicpath a {
  color: #000
}
.c-buycat__wrap {
  padding: 100px 0;
  background: url("../images/dot_bg.png");
  background-size: 8px
}
@media screen and (max-width: 767.98px) {
  .c-buycat__wrap {
    /*padding: 80px 0;*/
    padding: 50px 0;
  }
}
.c-buycat [class*=col-] a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #000;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  position: relative
}
.c-buycat [class*=col-] a:hover {
  text-decoration: none;
  background-color: #f3f4f9
}
.c-buycat [class*=col-] a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: rgba(64, 144, 62, 0.5);
  font-size: 2rem !important
}
@media screen and (max-width: 991.98px) {
  .c-buycat [class*=col-] + [class*=col-] {
    margin-top: 20px
  }
}
.c-buycat .photo {
  width: 30%
}
.c-buycat .photo img {
  height: auto
}
@media screen and (max-width: 991.98px) {
  .c-buycat .photo {
    width: 30%
  }
}
.c-buycat .text {
  width: 70%;
  margin: 0;
  position: relative;
  padding-left: 20px
}
@media screen and (max-width: 767.98px) {
  .c-buycat .text {
    padding-left: 20px
  }
}
.c-buycat .text h4, .c-buycat .text .bnr_tit {
  font-size: 2rem;
  margin: 0 0 0.2em 0;
  font-weight: 500;
}
.c-buycat .text p {
  font-size: 1.4rem;
  margin: 0
}
@media screen and (max-width: 991.98px) {
  .c-buycat .text p {
    display: none
  }
}
@media screen and (max-width: 991.98px) {
  .c-buycat .text {
    width: 90%
  }
}
.c-note {
  border: 1px solid red;
  padding: 20px;
  margin: 2em 0 0 0;
  font-size: 90%;
  color: red
}
.arw {
  position: relative;
  padding-left: 17px
}
.arw::after, .arw::before {
  display: block;
  content: '';
  position: absolute
}
.arw::after {
  top: .2em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #74c59a;
  border-radius: 100%
}
.arw::before {
  z-index: 2;
  top: .525em;
  left: .25em;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.c-tbl {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 2
}
@media screen and (max-width: 767.98px) {
  .c-tbl {
    border-top: none
  }
}
.c-tbl thead th {
  text-align: center;
  color: #fff
}
.c-tbl th {
  padding: 10px 0 10px 20px;
  text-align: left;
  border-top: 1px solid #eee;
  font-weight: normal;
  width: 20%;
  position: relative;
  vertical-align: top;
  color: #005D02
}
@media screen and (max-width: 767.98px) {
  .c-tbl th {
    width: 100%;
    display: block;
    padding: 15px 10px 0 10px
  }
}
.c-tbl td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-left: none
}
@media screen and (max-width: 767.98px) {
  .c-tbl td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 5px 10px 15px 10px
  }
}
.c-tbl td h4 {
  margin-bottom: 0;
  font-weight: 500
}
.c-tbl td p {
  margin: 0
}
.c-tbl td p + p {
  margin-top: 1em
}
.c-tbl td p + h4 {
  margin-top: 1em
}
.c-pagination {
  clear: both;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, 'sans-serif';
  margin-top: 40px;
  font-size: 1.4rem
}
@media screen and (max-width: 767.98px) {
  .c-pagination {
    margin-top: 20px
  }
}
.c-pagination i {
  margin: 0
}
.c-pagination a {
  margin: 0 1px;
  text-decoration: none;
  position: relative;
  background: #005D02;
  color: #fff;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px
}
@media screen and (max-width: 767.98px) {
  .c-pagination a {
    font-size: 1.2rem
  }
}
.c-pagination a:hover {
  background: rgba(64, 144, 62, 0.8);
  text-decoration: none;
  color: #fff
}
.c-pagination .current {
  margin: 0;
  text-decoration: none;
  position: relative;
  width: 30px;
  text-align: center
}
.c-pagination .first, .c-pagination .last, .c-pagination .next, .c-pagination .prev {
  margin: 0 1px;
  color: #005D02;
  background: #fff;
  width: 20px
}
.c-pagination .first:hover, .c-pagination .last:hover, .c-pagination .next:hover, .c-pagination .prev:hover {
  color: #005D02;
  background: #fff
}
.c-pagination .next {
  margin-left: 5px
}
.c-pagination .prev {
  margin-right: 5px
}
.c-scroll-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 40px;
  font-size: 13px
}
.c-scroll-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box
}
.c-scroll-icon span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scroll 2s infinite;
  box-sizing: border-box
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.mvUp {
  transition: .8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px)
}
.mvUp.action {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0)
}
.mvDown {
  transition: .8s;
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px)
}
.mvDown.action {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0)
}
.mvFade {
  transition: .8s;
  opacity: 0
}
.mvFade.action {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0)
}
.u-uline {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 0, 0.8) 0, rgba(255, 255, 0, 0.8) 90%, rgba(255, 255, 255, 0) 0);
  display: inline;
  padding: 0 0px 0px;
  color: #005D02
}
.u-number {
  font-size: 140%;
  font-style: italic;
  padding: 0 0.2em 0 0
}
.u-text--lg {
  font-size: 125%
}
.u-sp-none {
  display: block
}
@media screen and (max-width: 575.98px) {
  .u-sp-none {
    display: none
  }
}
.u-sp-display {
  display: none
}
@media screen and (max-width: 575.98px) {
  .u-sp-display {
    display: block
  }
}
.u-boxmargin--xs {
  margin-bottom: 40px
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--xs {
    margin-bottom: 20px
  }
}
.u-boxmargin--md {
  margin-bottom: 50px
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--md {
    margin-bottom: 40px
  }
}
.u-boxmargin--lg {
  margin-bottom: 100px
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin--lg {
    padding: 50px 0;
    margin-bottom: 0px;
  }
}
.u-boxmargin__top--lg {
  margin-top: 100px
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin__top--lg {
    margin-top: 80px
  }
}
.u-boxmargin__top--md {
  margin-top: 100px
}
@media screen and (max-width: 767.98px) {
  .u-boxmargin__top--md {
    margin-top: 40px
  }
}
.u-lh--xs {
  line-height: 1 !important
}
.u-lh--md {
  line-height: 1.5 !important
}
.u-lh--lg {
  line-height: 2 !important
}
.u-lh--xl {
  line-height: 2.5 !important
}
.u-textleft {
  text-align: left !important
}
.u-textcenter {
  text-align: center !important
}
.u-textright {
  text-align: right !important
}
@media screen and (max-width: 575.98px) {
  .u-textleft--sm {
    text-align: left !important
  }
  .u-textcenter--sm {
    text-align: center !important
  }
}
.u-mg--0 {
  margin: 0 !important
}
.u-mgl--0 {
  margin-left: 0 !important
}
.u-mgr--0 {
  margin-right: 0 !important
}
.u-mgt--0 {
  margin-top: 0 !important
}
.u-mgb--0 {
  margin-bottom: 0 !important
}
.u-mg--10 {
  margin-left: 10px !important
}
.u-mgl--10 {
  margin-left: 10px !important
}
.u-mgr--10 {
  margin-right: 10px !important
}
.u-mgt--10 {
  margin-top: 10px !important
}
.u-mgb--10 {
  margin-bottom: 10px !important
}
.u-mg--20 {
  margin-left: 20px !important
}
.u-mgl--20 {
  margin-left: 20px !important
}
.u-mgr--20 {
  margin-right: 20px !important
}
.u-mgt--20 {
  margin-top: 20px !important
}
.u-mgb--20 {
  margin-bottom: 20px !important
}
.u-mg--30 {
  margin-left: 30px !important
}
.u-mgl--30 {
  margin-left: 30px !important
}
.u-mgr--30 {
  margin-right: 30px !important
}
.u-mgt--30 {
  margin-top: 30px !important
}
.u-mgb--30 {
  margin-bottom: 30px !important
}
.u-mg--40 {
  margin-left: 40px !important
}
.u-mgl--40 {
  margin-left: 40px !important
}
.u-mgr--40 {
  margin-right: 40px !important
}
.u-mgt--40 {
  margin-top: 40px !important
}
.u-mgb--40 {
  margin-bottom: 40px !important
}
.u-mg--50 {
  margin-left: 50px !important
}
.u-mgl--50 {
  margin-left: 50px !important
}
.u-mgr--50 {
  margin-right: 50px !important
}
.u-mgt--50 {
  margin-top: 50px !important
}
.u-mgb--50 {
  margin-bottom: 50px !important
}
.u-mg--60 {
  margin-left: 60px !important
}
.u-mgl--60 {
  margin-left: 60px !important
}
.u-mgr--60 {
  margin-right: 60px !important
}
.u-mgt--60 {
  margin-top: 60px !important
}
.u-mgb--60 {
  margin-bottom: 60px !important
}
.u-pd--0 {
  margin: 0 !important
}
.u-pdl--0 {
  padding-left: 0 !important
}
.u-pdr--0 {
  padding-right: 0 !important
}
.u-pdt--0 {
  padding-top: 0 !important
}
.u-pdb--0 {
  padding-bottom: 0 !important
}
.u-pd--10 {
  padding-left: 10px !important
}
.u-pdl--10 {
  padding-left: 10px !important
}
.u-pdr--10 {
  padding-right: 10px !important
}
.u-pdt--10 {
  padding-top: 10px !important
}
.u-pdb--10 {
  padding-bottom: 10px !important
}
.u-pd--20 {
  padding-left: 20px !important
}
.u-pdl--20 {
  padding-left: 20px !important
}
.u-pdr--20 {
  padding-right: 20px !important
}
.u-pdt--20 {
  padding-top: 20px !important
}
.u-pdb--20 {
  padding-bottom: 20px !important
}
.u-pd--30 {
  padding-left: 30px !important
}
.u-pdl--30 {
  padding-left: 30px !important
}
.u-pdr--30 {
  padding-right: 30px !important
}
.u-pdt--30 {
  padding-top: 30px !important
}
.u-pdb--30 {
  padding-bottom: 30px !important
}
.u-pd--40 {
  padding-left: 40px !important
}
.u-pdl--40 {
  padding-left: 40px !important
}
.u-pdr--40 {
  padding-right: 40px !important
}
.u-pdt--40 {
  padding-top: 40px !important
}
.u-pdb--40 {
  padding-bottom: 40px !important
}
.u-pd--50 {
  padding-left: 50px !important
}
.u-pdl--50 {
  padding-left: 50px !important
}
.u-pdr--50 {
  padding-right: 50px !important
}
.u-pdt--50 {
  padding-top: 50px !important
}
.u-pdb--50 {
  padding-bottom: 50px !important
}
.u-pd--60 {
  padding-left: 60px !important
}
.u-pdl--60 {
  padding-left: 60px !important
}
.u-pdr--60 {
  padding-right: 60px !important
}
.u-pdt--60 {
  padding-top: 60px !important
}
.u-pdb--60 {
  padding-bottom: 60px !important
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  overflow: hidden !important
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
.fl {
  float: left
}
.fr {
  float: right
}
.cb {
  clear: both
}
.algl {
  text-align: left
}
.algr {
  text-align: right
}
.row-0 {
  margin-left: 0;
  margin-right: 0
}
.row-0 > div {
  padding-right: 0;
  padding-left: 0
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px
}
.row-50 {
  margin-left: -25px;
  margin-right: -25px
}
.row-50 > div {
  padding-right: 25px;
  padding-left: 25px
}
.row-60 {
  margin-left: -30px;
  margin-right: -30px
}
.row-60 > div {
  padding-right: 20px;
  padding-left: 20px
}
@media screen and (max-width: 767.98px) {
  .row-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .row-md-0 > div {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .container .row-60 {
    margin-left: 0px;
    margin-right: 0px
  }
  .row-60 > div {
    padding-right: 0px;
    padding-left: 0px
  }
}
@media screen and (max-width: 767.98px) {
  .row-md-10 {
    margin-left: -5px;
    margin-right: -5px
  }
  .row-md-10 > div {
    padding-right: 5px;
    padding-left: 5px
  }
  #result .u-boxmargin--lg {
    padding-top: 0px;
  }
  #result .u-boxmargin--md {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .row-md-20 {
    margin-left: -10px;
    margin-right: -10px
  }
  .row-md-20 > div {
    padding-right: 10px;
    padding-left: 10px
  }
}
@media screen and (max-width: 991.98px) {
  .row-lg-40 {
    margin-left: -20px;
    margin-right: -20px
  }
  .row-lg-40 > div {
    padding-right: 20px;
    padding-left: 20px
  }
}
/*　トップスライダー　*/
.top_slider .slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.top_slider .slick-slide {
  margin: 0px;
}
.top_slider .slick-slide img {
  width: 100%;
}
/*　ブログ目次　*/
#toc_container {
  width: 100%;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #F8F8FA;
}
#toc_container .toc_title {
  width: 80%;
  max-width: 300px;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #136C15;
  display: inline-block;
  margin: 0 0 2em;
  border-radius: 100vh;
}
#toc_container .toc_list {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
#toc_container .toc_list li {
  list-style: none;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #DEDEDE;
}
#toc_container .toc_list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#toc_container .toc_list li a {
  font-weight: bold;
  color: #333;
}
#toc_container .toc_list li a:hover {
  color: #13955C;
}
#toc_container .toc_list li ul {
  margin-top: 10px;
}
#toc_container .toc_list li ul li {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  margin-bottom: 5px;
  line-height: 1.8;
}
#toc_container .toc_list li ul li:last-child {
  margin-bottom: 0;
}
.toc_depth_1:after {
  content: ".";
}
.toc_depth_2 {
  background: #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.top_free_area {
  padding: 7vw 0 0;
}
.ft_group_tit {
  display: none;
}
@media (max-width: 768px) {
  .sp_ft_bg {
    background-color: #F3F4F9;
    padding-top: 5rem;
    margin-bottom: 100px;
  }
  .ft_group_tit {
    font-size: 26px;
    font-weight: bold;
    color: #136C15;
    margin-bottom: 0;
    display: block;
  }
  #toc_container {
    padding: 40px 20px;
  }
  #toc_container .toc_title {
    line-height: 35px;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  #toc_container .toc_list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  body.active {
    overflow: hidden;
  }
  .sp_menu {
    overflow: auto;
    height: 100%;
    background: #fff;
  }
  .sp_menu ul {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .sp_menu ul li a {
    display: block;
    text-align: left;
    position: relative;
    padding: 15px 20px;
  }
  .sp_menu ul li a.sp_toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .sp_menu ul.sp_list_menu {
    background: #136C15;
  }
  .sp_menu ul.sp_list_menu > li {
    border-bottom: 1px solid #fff;
  }
  .sp_menu ul.sp_list_menu ul {
    padding-left: 2em;
    display: none;
  }
  .sp_menu ul.sp_list_menu ul.active {
    display: block;
  }
  .sp_menu ul.sp_list_menu ul li a {
    padding-left: 2em;
  }
  .sp_menu ul.sp_list_menu ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .sp_icon_menu > li {
    border-bottom: 1px solid #13955C;
  }
  .sp_icon_menu > li a {
    color: #13955C !important;
  }
}
.shop_header {
  background: #136C15;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
}
.shop_header .yellow {
  color: #FFFF43;
}
.shop_header p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.shop_header p.tl {
  font-size: 50px;
}
.shop_header p.tl .yellow {
  font-size: 70px;
  font-style: italic;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 5px;
}
.shop_point_area {
  padding: 60px 15px 100px;
  background: #F5F2ED;
  margin-bottom: 100px;
  position: relative;
}
.shop_point_area::before {
  background: #136C15;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.shop_point_wrap {
  padding: 30px 50px;
  border: 5px solid #136C15;
  background: #fff;
  max-width: 1140px;
  margin: 0 auto;
}
.shop_point_item {
  display: flex;
  padding: 20px 0;
  grid-gap: 20px;
}
.shop_point_item + .shop_point_item {
  border-top: 1px dashed #A6C9A5
}
.shop_point_item p {
  margin: 0;
}
.point_index {
  width: 80px;
  background: #136C15;
  border-radius: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.point_index p span {
  display: block;
  text-align: center;
  line-height: 1;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.point_index p span.point {
  color: #fff;
  font-size: 12px;
}
.point_index p span.num {
  color: #FFFF43;
  font-size: 28px;
}
.point_content {
  flex: 1;
}
.point_content .tl {
  font-weight: 600;
  color: #136C15;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.point_content .cont {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 991.98px) {
  .shop_header {
    padding: 30px 10px 20px;
  }
  .shop_header p {
    font-size: 18px;
  }
  .shop_header p.tl {
    font-size: 25px;
  }
  .shop_header p.tl .yellow {
    font-size: 35px;
    margin-right: 5px;
  }
  .shop_point_area::before {
    width: 18px;
    height: 18px;
  }
  .shop_point_area {
    padding: 30px 10px 40px;
    margin-bottom: 40px;
  }
  .shop_point_wrap {
    padding: 15px;
    border: 2px solid #136C15;
  }
  .shop_point_item {
    padding: 20px 0;
    grid-gap: 10px;
  }
  .point_index {
    width: 60px;
    height: 60px;
  }
  .point_index p span.point {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .point_index p span.num {
    font-size: 15px;
  }
  .point_content .tl {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .point_content .cont {
    font-size: 12px;
  }
}
/* 初めての方へ　タイトル */
.titile_slash {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.titile_slash .c-title {
  margin-bottom: 0;
}
.titile_slash::before, .titile_slash::after {
  content: "";
  display: block;
  width: 1px;
  background: #136C15;
}
.titile_slash::before {
  transform: rotate(-30deg);
}
.titile_slash::after {
  transform: rotate(30deg);
}
@media (max-width: 768px) {
  .titile_slash {
    gap: 10px;
    margin-bottom: 30px;
  }
  .titile_slash .c-title {
    font-size: 20px;
  }
}
/* よくある質問 */
.o-faq {
  background: #f5f2ed;
  padding: 100px 0;
}
.faq_item {
  background: #fff;
  padding: 40px 30px;
}
.faq_item + .faq_item {
  margin-top: 30px;
}
.qarea p {
  align-items: center;
  display: flex;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.qarea span.q {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFFF43;
  background: #136C15;
  font-size: 20px;
}
.qarea .q_text {
  flex: 1;
  font-weight: 700;
  font-size: 18px;
}
.aarea p {
  font-size: 14px;
  line-height: 2;
}
.aarea p + p {
  margin-top: 30px;
}
.aarea a {
  text-decoration: underline;
}
.aarea a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .o-faq {
    padding: 40px 0;
  }
  .faq_item {
    padding: 20px 15px;
  }
  .faq_item + .faq_item {
    margin-top: 20px;
  }
  .qarea span.q {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .qarea .q_text {
    font-size: 15px;
  }
  .aarea p {
    font-size: 13px;
  }
  .aarea p + p {
    margin-top: 20px;
  }
}
.shop_voice {
  background: #f5f2ed;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .shop_voice {
    padding: 40px 0;
  }
}




/* 相場 */
.market-price-wrap {
  background: #F1F2F8;
  padding: 40px 15px;
}
.market-price {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
}
.coin_wrap .tl,
.market-price .tl {
  font-weight: 700;
  color: #136C15;
  text-align: center;
}
.coin_wrap .tl span,
.market-price .tl span {
  display: inline-block;
  vertical-align: middle;
}
.coin_wrap .tl .m,
.market-price .tl .m {
  font-size: 20px;
  line-height: 1.4;
}
.market-price .tl .g {
  font-size: 10px;
}
.market-price-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 20px;
}
.market-price-item {
  background: var(--white);
  overflow: hidden;
}
.market-price-item p {
  margin: 0;
  letter-spacing: .03em;
  font-weight: 500;
}
.market-price-item .label {
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
  color: #fff;
}
.market-price-item .price-wrap {
  padding: 5px 10px;
  background: #fff;
}
.market-price-item .before {
  font-weight: 700;
  font-size: 11px;
}
.market-price .time {
  font-size: 11px;
  margin-top: 15px;
  font-weight: 700;
}
.market-price-item .price {
  font-size: 13px;
  line-height: 1.4;
}
.market-price-item .price strong {
  font-size: 20px;
}
.color0 .market-price-item:nth-child(1) .label { background-color: #BCA44A; }
.color0 .market-price-item:nth-child(2) .label { background-color: #A5997C; }
.color0 .market-price-item:nth-child(3) .label { background-color: #959293; }
.color0 .market-price-item:nth-child(4) .label { background-color: #817089; }

@media (min-width: 1201px) {
  br.sp {
    display: none;
  }
  .market-price-wrap {
    padding: 75px 15px 90px;
  }
  .coin_wrap .tl-wrap,
  .market-price .tl-wrap {
    margin-bottom: 20px;
  }
  .market-price-item .label {
    font-size: 18px;
    padding: 12px 15px;
  }
  .market-price-item .price-wrap {
    padding: 15px;
  }
  .coin_wrap .tl .m,
  .market-price .tl .m {
    font-size: 44px;
  }
  .market-price .tl .g {
    font-size: 20px;
  }
  .market-price .time {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .market-price-list {
    margin-top: 20px;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .market-price-item .price {
    font-size: 17px;
  }
  .market-price-item .price strong {
    font-size: 29px;
  }
  .market-price-item .before {
    font-size: 15px;
  }
}

/* コイン相場 */
.coin_wrap {
  padding: 40px 15px;
}
.coin_rep {
  max-width: 1140px;
  margin: 0 auto;
}
.coin_rep {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.coin_item .image {
  text-align: center;
}
.coin_item .image img {
  display: inline-block;
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: auto;
}
.coin_item .name {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 12px;
}
.coin_item .price {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #f00;
}
@media (min-width: 1201px) {
  .coin_wrap {
    padding: 100px 15px;
  }
  .coin_rep {
    grid-template-columns: repeat(4,1fr);
    gap: 20px 40px;
    margin-top: 46px;
  }
  .coin_item .image img {
    max-width: 179px;
    max-height: 179px;
  }
  .coin_item .name {
    margin-top: 30px;
    font-size: 16px;
  }
  .coin_item .price {
    margin-top: 20px;
    font-size: 26px;
  }
}


.need-selling {
  margin-top: 30px;
}

.bullion_comment {
  text-align: left;
  background: #fff;
  border: 1px solid #333;
  font-size: 12px;
  padding: 20px;
  margin: 15px auto 0;
  max-width: 1140px;
}
@media (min-width: 1201px) {
  .bullion_comment {
    font-size: 15px;
    padding: 40px;
    margin-top: 30px;
  }
}

.stores_list {
  background: #F3F4F9;
  padding: 40px 0;
}
.stores_list_in {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 12px;
  padding: 0 15px;
}
.store-item .store-link {
  color: #202020;
}
.store-item .store-link:hover {
  text-decoration: none;
}
.store-item .store-link p{
  margin: 0;
}
.store-item .store-table {
  border-bottom: 1px dotted #969696;
}
.store-item .store-table table {
  width: 100%;
}
.store-item .store-table th,
.store-item .store-table td {
  border-top: 1px dotted #969696;
  padding: 15px 0;
}
.store-item .store-table td {
  padding-left: 15px;
}
.store-item ul,
.store-item ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.store-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.store-item ul li {
  border: 1px solid #202020;
  padding: 4px 8px;
}
.store-item p.store-title {
  font-weight: 700;
  color: #136C15;
  font-size: 18px;
  margin: 1em 0;
}
.store-item .map {
  margin: 30px auto 0;
}
.store-item .map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
.store-item + .store-item {
  margin-top: 30px;
}
@media (min-width: 1201px) {
  .stores_list {
    padding: 50px 0;
  }
  .stores_list_in {
    padding: 0 20px;
  }
  .store-item .store-link {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
    align-items: center;
  }
  .store-info {
    flex: 1;
    max-width: 570px;
  }
  .store-item .store-link p.store-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
  }
  .store-item .store-table th,
  .store-item .store-table td {
    font-size: 15px;
    padding: 20px 0;
  }
  .store-item .store-table th {
    min-width: 160px;
  }
  .store-item .store-table td {
    padding-left: 24px;
  }
  .store-item .map {
    margin-top: 100px;
  }
  .store-item + .store-item {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .stores_list_in {
    max-width: 500px;
    margin: 0 auto;
  }
}

.access_item .tl {
  font-weight: 700;
  border-left: 4px solid #136C15;
  padding-left: 10px;
  font-size: 16px;
}
.access_item {
  margin-top: 30px;
}
.access_item p {
  font-size: 12px;
}
.access_item strong {
  color: #136C15;
  font-weight: 700;
  font-size: 15px;
}
.access_item strong::before {
  content: "・";
}
@media (min-width: 1201px) {
  .access {
    display: flex;
    justify-content: center;
    gap: 0 100px;
  }
  .access_item p {
    font-size: 15px;
  }
  .access_item strong,
  .access_item .tl {
    font-size: 20px;
  }
  .access_item .tl {
    border-left-width: 6px;
    padding-left: 20px;
  }
}

.line-qr img {
  max-width: 160px;
}

