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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* CSS Document */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col,
.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;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

.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-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  color: #333;
  line-height: 1.6;
}

body.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.header {
  width: 100%;
  color: #fff;
}

.header_summary {
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  background: #ffa02d;
}

.header_summary p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	color: #fff;
  font-size: 1rem;
  letter-spacing: -.6px;
}

@media (min-width: 768px) {
  .header_pc {
    width: 100%;
    display: table;
  }
  .header_pc > * {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .header_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffa02d;
  }
  .header_l p {
    max-width: 100%;
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .header_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #6cc24a;
  }
  .header_r_inner {
    width: 100%;
  }
  .header_r1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #629439;
    font-size: 1.2rem;
    text-align: center;
  }
  .header_r2 {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_r2 p {
    white-space: nowrap;
  }
  .header_r2_l {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
  .header_r2_r {
    font-weight: bold;
  }
  .header_r2_r span {
    color: #fff !important;
    text-decoration: none !important;
  }
}

.bar {
  position: relative;
  height: 61px;
  border-bottom: 1px solid #b2b2b2;
}

.bar:before {
  position: absolute;
  bottom: -17px;
  left: 10px;
  z-index: 1;
  width: 99px;
  height: 17px;
  background: url(../images/common/arrow_bar_spn.png) no-repeat;
  background-size: 99px 17px;
  content: "";
}

.logo img {
  width: 95px;
  height: 46px;
  margin: 12px 0 0 15px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.logo a:hover img {
  opacity: .8;
}

.btn_side_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: #6cc24a;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
}

.btn_side_nav .hamburger {
  margin: -15px 0 0 -12px;
}

.btn_side_nav .hamburger:before {
  display: block;
  position: absolute;
  left: -8px;
  font-size: 1.2rem;
  content: "MENU";
}

.btn_side_nav.active {
  position: fixed;
  top: 42px;
}

.btn_side_nav.active .hamburger:before {
  content: "CLOSE";
}

.hamburger {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
}

.hamburger span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn_side_nav span {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

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

.hamburger span:nth-of-type(2) {
  top: 9px;
}

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

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

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

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

@media (min-width: 768px) {
  .header_r2_r span {
    padding-left: 5px;
    font-size: 1.8rem;
  }
  .bar {
    height: auto;
    padding: 0 15px;
    border-bottom: 0;
  }
  .bar:before {
    content: none;
  }
  .bar_inner {
    display: table;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
  }
  .nav_header {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .nav_header_li {
    display: table;
    width: 100%;
  }
  .nav_header_li > * {
    display: table-cell;
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  .nav_header_li > *:first-child, .nav_header_li > *:last-child {
    border-left: 0;
  }
  .nav_header_item a {
    position: relative;
    height: 54px;
    line-height: 54px;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
  }
  .nav_header_item a:before {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 2px;
    background: #ffa02d;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: "";
  }
  .nav_header_item:hover a:before {
    opacity: 1;
  }
  .btn_bar {
    height: 54px;
    padding-top: 5px;
    text-align: center;
    line-height: 1.5;
  }
  .btn_bar a {
    padding: 0 5px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
  }
  .btn_bar a:hover {
    text-decoration: none;
  }
  .btn_bar span {
    display: inline-block;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .header_r2_r span {
    padding-left: 10px;
    font-size: 2.8rem;
  }
  .btn_bar {
    padding-top: 0;
    line-height: 54px;
  }
}

.side_nav {
  position: fixed;
  top: 103px;
  right: -260px;
  z-index: 3;
  overflow: scroll;
  width: 260px;
  height: 100%;
  padding: 10px 0 100px;
  background: #fffbeb;
  opacity: 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  -webkit-overflow-scrolling: touch;
}

.side_nav.active {
  right: 0;
  opacity: 1;
}

.li_side_nav > * {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #b9b9b9;
  opacity: 0;
  line-height: 50px;
}

.side_nav li:nth-child(1) {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.side_nav li:nth-child(2) {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.side_nav li:nth-child(3) {
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.side_nav li:nth-child(4) {
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.side_nav li:nth-child(5) {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.side_nav li:nth-child(6) {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.side_nav li:nth-child(7) {
  -webkit-transition: 1.4s ease;
  transition: 1.4s ease;
}

.side_nav li:nth-child(8) {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
}

.side_nav.active li {
  opacity: 1;
}

.li_side_nav a {
  display: block;
  padding: 0 10px;
  opacity: 1;
  color: #333;
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.li_side_nav a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 15px;
  margin-top: -8px;
  background: url(../images/common/arrow_side.png) no-repeat;
  background-size: 11px 15px;
  content: "";
}

.side_nav_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #629439;
  font-size: 12px;
}

.side_nav_txt > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.side_nav_txt > *:nth-child(1), .side_nav_txt > *:nth-child(2) {
  width: 30%;
}

.side_nav_txt > *:nth-child(1) {
  text-align: right;
}

.side_nav_txt > *:nth-child(2) {
  text-align: center;
}

.side_nav_txt > *:nth-child(3) {
  width: 40%;
  text-align: right;
}

.li_side_nav2 {
  padding: 15px;
}

.bk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.bk.active {
  display: block;
}

@media (min-width: 768px) {
  .side_nav.active,
  .bk.active {
    display: none;
  }
}

.breadcrumb {
  position: relative;
  margin-top: 20px;
  padding: 0 15px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}

.breadcrumb li:after {
  content: ">";
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #333;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.link {
  padding: 40px 0;
}

.bnr_area {
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}

.bnr_area img {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.bnr_area img:hover {
  opacity: .8;
}

.btn_area {
  padding: 0 15px;
}

.bottom_link {
  padding: 0;
}

.bottom_link .bnr_area {
  margin-bottom: 0;
  padding: 30px 15px;
  background: #f2f2f2;
}

.bottom_link .btn_area {
  padding: 30px 15px;
}

.link-bg-g {
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .link {
    padding: 40px 0;
  }
  .bnr_area {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .btn_area {
    padding: 0 15px;
  }
  .bottom_link {
    padding: 0;
  }
  .bottom_link .bnr_area {
    margin-bottom: 0;
  }
  .bottom_link .btn_area {
    padding: 40px 15px;
  }
}

.bottom {
  padding: 0 15px 40px;
}

#map {
  width: 100%;
  height: 400px;
}

.nav_bottom {
  margin: 0 -15px;
  padding: 0 0 20px;
  border-top: 1px solid #ccc;
}

.nav_bottom .character_spacing_s {
  letter-spacing: -1px;
}

.nav_bottom .col-6:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.nav_bottom_item {
  float: left;
  position: relative;
  height: 50px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}

.nav_bottom_item a {
  display: block;
  padding-left: 15px;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.nav_bottom_item a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 15px;
  margin-top: -7px;
  background: url(../images/common/arrow_nav_bottom.png) no-repeat 0 center;
  background-size: 11px 15px;
  content: "";
}

@media (min-width: 768px) {
  .bottom {
    padding: 0 15px 40px;
  }
  .nav_bottom {
    margin: 0;
    padding: 40px 0 0;
    border: 0;
  }
  .nav_bottom .col-6:nth-child(odd) {
    border-right: 0;
  }
  .nav_bottom_item {
    width: 33.3%;
    height: auto;
    margin-bottom: 10px;
    border: 0;
    white-space: nowrap;
    line-height: inherit;
  }
  .nav_bottom_item a {
    display: inline;
    padding-left: 16px;
  }
  .nav_bottom_item a:before {
    right: inherit;
    left: 0;
  }
  .nav_bottom_item a:hover {
    text-decoration: underline;
  }
}

.bottom_txt {
  margin-bottom: 20px;
  color: #6cc24a;
}

.bottom_shopData {
  margin-top: 20px;
}

.bottom_shopData .shop_data {
  font-size: 1.2rem;
}

.bottom_shopData .shop_data .email {
  color: #333;
  text-decoration: none;
}

.bottom_sns {
  padding: 15px 0;
  background: #fffde0;
  text-align: center;
}

.bottom_sns .ttl {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: bold;
}

.bottom_sns .bottom_sns_li {
  font-size: 0;
}

.bottom_sns .bottom_sns_item {
  display: inline-block;
  margin: 0 5px;
}

.bottom_sns .bottom_sns_item img {
  width: 32px;
  height: 30px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.bottom_sns .bottom_sns_item img:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .bottom_txt {
    font-size: 2rem;
  }
  .bottom_shopData .tel {
    color: #ffa02d;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .bottom_shopData .tel span {
    margin-left: 5px;
    color: #ffa02d !important;
    font-size: 2.8rem;
    text-decoration: none !important;
  }
  .bottom_shopData .shop_data {
    font-size: 1.4rem;
  }
  .bottom_sns {
    padding: 35px 0;
    background: #fffde0;
    text-align: center;
  }
  .bottom_sns .ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .bottom_sns .bottom_sns_li {
    font-size: 0;
  }
  .bottom_sns .bottom_sns_item {
    display: inline-block;
    margin: 0 5px;
  }
  .bottom_sns .bottom_sns_item img {
    width: 50px;
    height: 47px;
  }
}

#map {
  width: 100%;
  height: 400px;
}

footer {
  height: 60px;
}

.footer_inner {
  width: 100%;
}

.footer_inner > * {
  display: table-cell;
  vertical-align: middle;
}

.copyRight {
  background: #ffa02d;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.pageTop {
  width: 60px;
  height: 60px;
  background: #6cc24a;
  line-height: 60px;
  text-align: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.pageTop:hover {
  opacity: .8;
}

.pageTop a {
  display: block;
}

.pageTop img {
  width: 15px;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pageTop {
    height: 60px;
    line-height: 60px;
  }
  .pageTop img {
    width: 24px;
  }
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style-type: none;
}

.li_disc {
  padding-left: 1.5em;
}

.li_disc li {
  list-style-type: disc;
}

.li_decimal li {
  list-style-type: decimal;
}

option {
  padding: 10px;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.em {
  font-weight: bold;
}

.p_r {
  position: relative;
}

.h_o {
  opacity: 1;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.h_o:hover {
  opacity: .8;
  cursor: pointer;
}

.ttl_top {
  position: relative;
  text-align: center;
}

.ttl_top:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  margin-left: -500px;
  padding-right: 500px;
  padding-left: 500px;
  background: #b2b2b2;
  content: "";
}

.txt_top {
  margin-bottom: 40px;
}

.ttl1 {
  background: url(../images/common/ttl_border.png) repeat-x 0 center;
  background-size: 1px 7px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.ttl1 span {
  padding: 0 10px;
}

.ttl2 {
  padding: 10px 10px 10px 15px;
  border-left: 5px solid #6cc24a;
  background: #f2f2f2;
  font-size: 1.8rem;
  font-weight: bold;
}

.contents {
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
}

.fade_in {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn1 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background: #ff9626;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9626), to(#fe6731));
  background: linear-gradient(to bottom, #ff9626 0%, #fe6731 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9626', endColorstr='#fe6731', GradientType=0);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.btn1:hover {
  opacity: .8;
}

.btn2 {
  max-width: 700px;
  position: relative;
  border: 2px solid #ffa02d;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.btn2:hover {
  opacity: .8;
}

.btn3 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background: #ffcc00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffa800));
  background: linear-gradient(to bottom, #ffcc00 0%, #ffa800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffa800', GradientType=0);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.btn3:hover {
  opacity: .8;
}

.arrow {
  position: relative;
}

.arrow:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 15px;
  margin-top: -8px;
  background: url(../images/common/arrow_spn.png) no-repeat;
  background-size: 11px 15px;
  content: "";
}

.btn_entry {
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.btn_entry a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.btn_tel {
  height: 60px;
  margin-top: 15px;
  line-height: 60px;
  text-align: center;
}

.btn_tel a {
  display: block;
  color: #ffa02d;
  font-weight: bold;
}

.btn_tel a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 0;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-size: 26px 26px;
  content: "";
}

.side_nav_bottom {
  padding: 15px;
}

.side_nav_entry {
  text-align: center;
}

.side_nav_entry a {
  display: block;
  position: relative;
  height: 60px;
  padding-top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.side_nav_tel {
  margin-top: 15px;
  text-align: center;
}

.side_nav_tel a {
  display: block;
  height: 60px;
  color: #ffa02d;
  font-weight: bold;
  line-height: 60px;
}

.side_nav_tel a:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -4px 10px 0 0;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-size: 26px 26px;
  vertical-align: middle;
  content: "";
}

.btn_reservation {
  position: relative;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.btn_reservation a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.btn_reservation a span {
  margin-left: 10px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .ttl1 {
    background-size: 2px 14px;
  }
  .arrow:before {
    right: 20px;
    width: 14px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/common/arrow_pc.png) no-repeat;
    background-size: 11px 15px;
  }
}

.ttl_top {
  margin-bottom: 40px;
}

.ttl_top:before {
  top: 52px;
}

.ttl_top img {
  width: 272px;
  height: 78px;
}

.blogs_li {
  margin-bottom: 40px;
  border-top: 1px dashed #ccc;
}

.blogs_item {
  position: relative;
  padding: 20px 40px 20px 10px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.blogs_item:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow_blogs.png) no-repeat;
  background-size: 15px 15px;
  content: "";
}

.blogs_item:hover a {
  text-decoration: none;
}

.blogs_item dt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.blogs_item a {
  color: #333;
}

@media (min-width: 768px) {
  .ttl_top img {
    width: 544px;
    height: 104px;
  }
  .blogs_item {
    border-bottom: 1px dashed #ccc;
    font-size: 1.6rem;
  }
}

.blogs_detail {
  margin-bottom: 40px;
}

.blogs_detail dt {
  font-size: 1.2rem;
}

.blogs_detail .ttl {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
}
.blogs_detail p img {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-bottom: 10px;
}
.blogs_detail p video {
  width: 100%;
  max-width: 420px;
}
.blogs_detail p span.bluetxt {
  color: #0000ff;
  font-size: 20px;
}

.link_prev {
  margin-bottom: 40px;
  text-align: center;
}

.link_prev a {
  color: #333;
}

.link_prev a:hover {
  text-decoration: none;
}

.link_prev a:after {
  display: inline-block;
  width: 11px;
  height: 15px;
  margin: -2px 0 0 10px;
  background: url(../images/common/arrow_prev.png) no-repeat;
  background-size: 11px 15px;
  vertical-align: middle;
  content: "";
}

@media (min-width: 768px) {
  .blogs_detail .ttl {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #000;
    font-size: 1.8rem;
  }
  .blogs_prev {
    margin-bottom: 80px;
  }
}
.ameba-link {
 margin-bottom: 15px;
 text-align: center;
}
.ameba-link a {
  color: #298737;
  font-size: 18px;
}

/*# sourceMappingURL=blogs.css.map */
