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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
Mixin
--------------------------------------------------------- */
/* =========================================================
flex - flex関連の指定
========================================================= */
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* ---------------------------------------------------------
variable
--------------------------------------------------------- */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
/* =========================================================
media-query - レスポンシブの設定
========================================================= */
/* =========================================================
typography - テキスト関連の設定
========================================================= */
body.ios {
  font-family: "BIZ UDPGothic", sans-serif;
}
body.ios .u-fw-b, body.ios .c-basic-btn, body.ios .c-basic-btn--badge::after, body.ios .c-basic-ttl, body.ios .p-product__detail h2, .p-product__detail body.ios h2, body.ios .p-footer-main__item {
  font-family: "BIZ UDPGothic", sans-serif;
}

/* =========================================================
base - 基本設定
========================================================= */
body {
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  padding: vr();
  padding-top: 62px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 174px;
  }
}

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1022px;
  }
}
@media screen and (min-width: 1480px) {
  .l-container {
    max-width: 1100px;
  }
}
.l-container--fluid {
  max-width: 100% !important;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (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;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

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

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

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

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

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

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 768px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1180px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1480px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

/* =========================================================
sidebar - サイドバー
========================================================= */
/* =========================================================
section - セクションの大枠など
========================================================= */
.l-section {
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .l-section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .l-section {
    padding: 5rem 0;
  }
}
.l-section--bg-color01 {
  background-color: #f5f5f5;
}
.l-section--bg-color02 {
  background-color: #fafafa;
}
.l-section__sub {
  padding-top: 3rem;
}
@media screen and (min-width: 992px) {
  .l-section__sub {
    padding-top: 6.25rem;
  }
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .l-footer {
    margin-bottom: initial;
  }
}

/* ---------------------------------------------------------
Component
ページをまたいで使われる各種パーツを定義するクラス
そのパーツ内で常に同様の振る舞いをするものに関してのみスタイルを定義
接頭辞としてc-をつける
--------------------------------------------------------- */
/* ---------------------------------------------------------------
	site-branding - サイトのロゴなど
--------------------------------------------------------------- */
.c-site-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: 0.3s;
}
.c-site-branding:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-site-branding__link {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333333;
  text-decoration: none;
}
.c-site-branding__link:hover {
  color: #333333;
  text-decoration: none;
}
.c-site-branding--vibration:hover .custom-logo {
  animation: rumble 0.12s linear infinite;
}
.c-site-branding--goodbye .custom-logo {
  transition: 1.5s;
}
.c-site-branding--goodbye:hover .custom-logo {
  opacity: 0;
  margin-bottom: 1rem;
}

.custom-logo-link {
  display: block;
  width: 56px;
  height: auto;
  margin: 1.5em 1em 1em 0;
}
@media screen and (min-width: 992px) {
  .custom-logo-link {
    width: 120px;
  }
}
.custom-logo-link img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.custom-logo {
  display: block;
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
/* ---------------------------------------------------------------
	copyright - コピーライト
--------------------------------------------------------------- */
.c-copylight {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-copylight {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.c-navbar__item {
  height: 100%;
}
.c-navbar__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  padding: 1rem;
  white-space: nowrap;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.c-navbar__link:hover {
  border-bottom-color: #07579f;
}
.c-navbar__item.current-menu-item .c-navbar__link {
  border-bottom-color: #07579f;
}

.c-sub-navbar {
  display: block;
  height: 0;
  background: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.c-sub-navbar__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-sub-navbar__in {
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .c-sub-navbar__in {
    max-width: 720px;
  }
}
@media screen and (min-width: 1180px) {
  .c-sub-navbar__in {
    max-width: 960px;
  }
}
@media screen and (min-width: 1480px) {
  .c-sub-navbar__in {
    max-width: 1140px;
  }
}
.c-sub-navbar__item {
  height: 100%;
}
.c-sub-navbar__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  padding: 1rem;
}
.c-sub-navbar__link:hover {
  color: #ffffff;
  background-color: #555555;
}

.c-navbar__item.menu-item-has-children:hover .c-sub-navbar {
  height: 62px;
  opacity: 1;
  visibility: visible;
}

.c-sns-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 30px;
}
.c-sns-navbar__item {
  height: 100%;
}
.c-sns-navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
  height: 100%;
  text-decoration: none;
}
.c-sns-navbar__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-sns-navbar__icon {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #000000;
}
.c-sns-navbar__icon:hover {
  color: #000000;
}

.hamburger {
  top: 10px;
  right: 2px;
  left: auto;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger::after {
  content: "MENU";
  color: #333333;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  text-align: center;
  transition: 0.3s;
}
.hamburger.active::after {
  content: "CLOSE";
}
.hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
  background-color: #333333;
}

.c-modal {
  background: rgb(255, 255, 255);
  overflow-y: scroll;
  min-height: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-modal {
    display: none !important;
  }
}
.c-modal__in {
  padding: 70px 0 50px;
}

.fat-nav {
  top: -100%;
  transform: none !important;
  transition: 0.3s;
}
.fat-nav.active {
  top: 35px;
  transition: 0.3s;
}
.fat-nav.active + .l-header .p-header {
  box-shadow: initial;
}

.fat-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fat-nav ul .c-modal-sub-nav {
  display: none;
}
.fat-nav ul a {
  color: #333333;
}

.c-modal-nav {
  width: 100%;
  display: none;
}
.c-modal-nav__item {
  position: relative;
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid #adadad;
}
.c-modal-nav__item.current-menu-item .c-modal-nav__link {
  color: #232323;
  border-bottom: 1px solid #adadad;
}
.c-modal-nav__item.current-menu-item .c-modal-nav__link::after {
  color: #232323;
}
.c-modal-nav__item.cart a::before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 12.5em;
  background: url(/assets/images/icon/icon_cart_blue.svg) no-repeat center left;
  background-size: cover;
  width: 1.3em;
  height: 1.3em;
}
.c-modal-nav__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 1rem;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}
.c-modal-nav__link .c-modal-nav__link::after {
  content: "\f068";
  transform: rotate(180deg);
  transition: 0.3s;
}
.c-modal-nav__link::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-top: 6px;
  margin-right: 1em;
  margin-left: auto;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  width: 1em;
  height: 1em;
  transform: rotate(270deg);
}

.c-modal-sub-nav {
  width: 100%;
  border-top: 1px solid #adadad;
  background: rgba(255, 255, 255, 0.3);
}
.c-modal-sub-nav__item {
  width: 100%;
  padding: 0 !important;
}
.c-modal-sub-nav__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0.8em 1rem;
  margin-left: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
.c-modal-sub-nav__link::before {
  content: "";
  display: block;
  background: #07579f;
  width: 0.6em;
  height: 1.5px;
  margin-right: 0.5em;
}
.c-modal-sub-nav__link::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-top: 1px;
  margin-right: 1em;
  margin-left: auto;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  width: 1em;
  height: 1em;
  transform: rotate(270deg);
}

.c-modal-nav__item.menu-item-has-children .c-modal-nav__link {
  pointer-events: none;
  position: relative;
}
.c-modal-nav__item.menu-item-has-children .c-modal-nav__link::after {
  content: "+";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -7px;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  transition: 0.3s;
}
.c-modal-nav__item.menu-item-has-children .c-sub-modal-nav {
  display: none;
}
.c-modal-nav__item.menu-item-has-children.open .c-modal-nav__link::after {
  content: "\f068";
  right: 0.6rem;
  margin-top: -2px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.c-modal-nav__item.menu-item-has-children.open .c-modal-sub-nav__link::after {
  display: block;
  transition-delay: 0.6s;
  transition: 0.3s;
}

.c-footer-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .c-footer-navbar {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-footer-navbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer-navbar__item.cart {
  position: relative;
}
.c-footer-navbar__item.cart::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0.5em;
  background: url(/assets/images/icon/icon_cart_black.svg) no-repeat center left;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
}
.c-footer-navbar__item.cart a {
  padding-left: 2em;
}
.c-footer-navbar__item.cart .c-footer-navbar__link::before {
  left: -2.1em;
}
.c-footer-navbar__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  padding: 1rem;
  transition: 0.3s;
}
.c-footer-navbar__link:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl, .p-product__detail h2 {
  color: #000000;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl, .p-product__detail h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
.c-basic-ttl--xs {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--xs {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-basic-ttl--sm, .p-product__detail h2,
.p-post h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--sm, .p-product__detail h2,
  .p-post h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-ttl--md {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--md {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-basic-ttl--md.line {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 0.8em;
  border-left: solid 3px #005bab;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--md.line {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-basic-ttl--lg {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--lg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-basic-ttl--xl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3;
}
@media screen and (min-width: 1180px) {
  .c-basic-ttl--xl {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 3;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.p-basic-list-icon__item, .p-sub-list__item, .p-link-list__link, .c-wp-post p, .c-wp-post li,
.c-basic-txt,
.p-ol-list--sub__item,
.nav-previous a,
.nav-next a,
.c-error-message {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1180px) {
  .p-basic-list-icon__item, .p-sub-list__item, .p-link-list__link, .c-wp-post p, .c-wp-post li,
  .c-basic-txt,
  .p-ol-list--sub__item,
  .nav-previous a,
  .nav-next a,
  .c-error-message {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-basic-list-icon__item:last-of-type, .p-sub-list__item:last-of-type, .p-link-list__link:last-of-type, .c-wp-post p:last-of-type, .c-wp-post li:last-of-type,
.c-basic-txt:last-of-type,
.p-ol-list--sub__item:last-of-type,
.nav-previous a:last-of-type,
.nav-next a:last-of-type,
.c-error-message:last-of-type {
  margin-bottom: 0;
}
.c-basic-txt--sm {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-basic-txt--sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.c-basic-txt--md {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-basic-txt--md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.c-basic-txt--lg,
.p-ol-list__item {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (min-width: 1180px) {
  .c-basic-txt--lg,
  .p-ol-list__item {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-small-txt {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
@media screen and (min-width: 1180px) {
  .c-small-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-small-txt:last-of-type {
  margin-bottom: 0;
}
.c-small-txt--ss {
  font-size: 10px;
  font-size: 0.625rem;
}

.c-error-message {
  display: inline-block;
  color: #e74c3c;
  margin-top: 0.5rem;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 0.8em 1.1em;
  background-color: #0b579e;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
.c-basic-btn__icon {
  margin-right: 0.5rem;
}
.c-basic-btn__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.c-basic-btn__arrow::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: #07579f solid 2px;
  border-right: #07579f solid 2px;
  transform: skew(45deg);
  margin-bottom: 0.3em;
  margin-left: 0.8em;
}
.c-basic-btn__arrow .c-basic-btn--txt {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.c-basic-btn.cart::before {
  content: "";
  position: relative;
  background: url(/assets/images/icon/icon_cart.svg) no-repeat center;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  left: -0.4em;
}
.c-basic-btn.cart .c-basic-btn--txt {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn--badge #cart_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  left: -2px;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  color: #0b579e;
  background-color: #ffffff;
  padding: 0.1em 0.45em 0.1em 0.5em;
  border-radius: 50px;
  line-height: 1.4em;
}
.c-basic-btn--badge .c-basic-btn--txt {
  margin-right: 1.2em;
}
.c-basic-btn--main-color {
  background-color: #cccccc;
  color: #ffffff;
}
.c-basic-btn--main-color:hover {
  background-color: #ffffff;
  color: #555555;
}
.c-basic-btn--gray {
  background-color: #dddddd;
  color: #323333;
  max-width: 285px;
  border: none;
  line-height: 1.7;
}
.c-basic-btn--gray.mat {
  max-width: 100%;
}
.c-basic-btn--gray.mat::after {
  content: "";
  display: block;
  background: url(/assets/images/icon/icon_link.svg) no-repeat center right;
  padding: 0.5em;
}
.c-basic-btn--gray.cat::after {
  content: "";
  display: block;
  background: url(/assets/images/icon/icon_link.svg) no-repeat center right;
  padding: 0.5em;
}
.c-basic-btn--xs {
  min-width: 120px;
  padding: 0.5em;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-basic-btn--sm {
  min-width: 150px;
  padding: 0.75em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn--sp {
  width: 95%;
  max-width: 95%;
  min-width: 95%;
}
.c-basic-btn--round {
  border-radius: 50px;
}

.c-itemcat-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #f1f1f1;
  padding: 0.5em;
}
.c-itemcat-btn__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.c-itemcat-btn__inside img {
  height: 50px;
  width: fit-content;
  object-fit: contain;
}
.c-itemcat-btn__inside .link {
  padding-right: 1em;
  margin-left: 0.5em;
  background: url(/assets/images/icon/icon_link.svg) no-repeat center bottom;
}
.c-itemcat-btn .c-basic-btn.cart {
  max-width: 130px;
}

.c-pagetop-btn {
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
  z-index: 5;
}
.c-pagetop-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .c-pagetop-btn {
    bottom: 20px;
    right: 20px;
  }
}
.c-pagetop-btn__icon {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
  margin-left: 1px;
}
.c-pagetop-btn__icon:hover {
  color: #ffffff;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-img-wrap--100 {
  height: 100px;
}
.c-img-wrap--50 {
  height: 50px;
}
.c-img-wrap .c-responsive-img {
  height: 100%;
}

.c-responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

.c-trim-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-trim-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-trim-img__in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}
.c-trim-img--3to4::before {
  padding-top: 75%;
}
.c-trim-img--golden::before {
  padding-top: 61.804697157%;
}
.c-trim-img--silver::before {
  padding-top: 70.7213578501%;
}

.c-zoom-img {
  display: inline-block;
  overflow: hidden;
}
.c-zoom-img__in {
  display: block;
  transition: 0.3s;
}
.c-zoom-img:hover .c-zoom-img__in {
  transform: scale(1.1, 1.1);
}

.c-hover-img {
  display: inline-block;
  transition: 0.3s;
}
.c-hover-img:hover {
  opacity: 0.7;
}

.c-wimg-95 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-wimg-95 {
    width: 95%;
  }
}
.c-wimg-95 img {
  width: 100%;
}

/* =========================================================
gmap - Google Maps関連
========================================================= */
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 1180px) {
  .c-gmap {
    padding-top: 30.22%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
.c-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dddddd;
  color: #323333;
  width: 100%;
  max-width: 120px;
  height: 25px;
  margin-right: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 50px;
}
@media screen and (min-width: 1180px) {
  .c-category {
    max-width: fit-content;
    height: fit-content;
    padding: 0 0.8em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-category.information {
  background-color: #cccccc;
}
.c-category.news {
  background-color: #bbbbbb;
}
.c-category.blog {
  background-color: #eaeaea;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
}
.c-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.6em;
}
.c-breadcrumbs__arrow {
  margin: 0 0.5rem;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(45deg);
}
.c-breadcrumbs a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.c-breadcrumbs a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-breadcrumbs a:hover {
  color: #333333;
}

/* ---------------------------------------------------------
@extend用
--------------------------------------------------------- */
/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: 0.5rem;
}
.c-pagenation__item.is-current .c-pagenation__link {
  border-color: #0b579e;
  background-color: #555555;
  color: #ffffff;
  pointer-events: none;
}
.c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
    display: block;
  }
}
.c-pagenation__link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0b579e;
  background-color: #ffffff;
  color: #0b579e;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1179px) {
  .c-pagenation__link:hover {
    color: #0b579e;
  }
  .c-pagenation__link:active {
    background-color: #0b579e;
    color: #ffffff;
  }
}
@media screen and (min-width: 1180px) {
  .c-pagenation__link {
    transition: 0.3s;
  }
  .c-pagenation__link:hover {
    background-color: #0b579e;
    color: #ffffff;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323333;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  text-decoration: none;
  margin: 0 0.25rem;
  transition: 0.3s;
  font-size: 12px;
  font-size: 0.75rem;
}
.wp-pagenavi .current {
  border-bottom: 1px solid #0b579e !important;
  pointer-events: none;
}
.wp-pagenavi .fa-solid {
  font-size: 12px;
  font-size: 0.75rem;
}

.post-navigation {
  margin-top: 1.5rem;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  .nav-links {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-previous,
.nav-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.nav-previous a,
.nav-next a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.nav-previous a:hover,
.nav-next a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.nav-previous a::before, .nav-previous a::after,
.nav-next a::before,
.nav-next a::after {
  display: block;
  font-family: FontAwesome;
  color: #cccccc;
  margin: 0 0.5rem;
  transition: 0.3s;
}

.nav-previous {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.nav-previous a::before {
  content: "\f104";
}
.nav-previous a:hover::before {
  margin-left: 0.2rem;
  margin-right: 0.8rem;
}
.nav-previous + .nav-next {
  margin-top: 1rem;
}
@media screen and (min-width: 1180px) {
  .nav-previous + .nav-next {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.nav-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.nav-next a::after {
  content: "\f105";
}
.nav-next a:hover::after {
  margin-left: 0.8rem;
  margin-right: 0.2rem;
}

.c-item-slide__pagination {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  bottom: 47px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-item-slide__pagination {
    bottom: 63px;
  }
}
.c-item-slide__prev, .c-item-slide__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-item-slide__prev::before {
  content: "";
  position: absolute;
  left: -0.2em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(225deg);
}
.c-item-slide__prev::after {
  content: none;
}
.c-item-slide__next::after {
  content: "";
  position: absolute;
  right: -0.2em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(45deg);
  font-size: initial;
}

/* =========================================================
wp-post - wpの投稿にデフォルトのスタイルを当てる
========================================================= */
.c-wp-post html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.c-wp-post body {
  margin: 0;
}
.c-wp-post article,
.c-wp-post aside,
.c-wp-post details,
.c-wp-post figcaption,
.c-wp-post figure,
.c-wp-post footer,
.c-wp-post header,
.c-wp-post hgroup,
.c-wp-post main,
.c-wp-post menu,
.c-wp-post nav,
.c-wp-post section,
.c-wp-post summary {
  display: block;
}
.c-wp-post audio,
.c-wp-post canvas,
.c-wp-post progress,
.c-wp-post video {
  display: inline-block;
  vertical-align: baseline;
}
.c-wp-post audio:not([controls]) {
  display: none;
  height: 0;
}
.c-wp-post [hidden],
.c-wp-post template {
  display: none;
}
.c-wp-post a {
  background-color: transparent;
}
.c-wp-post a:active,
.c-wp-post a:hover {
  outline: 0;
}
.c-wp-post abbr[title] {
  border-bottom: 1px dotted;
}
.c-wp-post b,
.c-wp-post strong {
  font-weight: 700;
}
.c-wp-post dfn {
  font-style: italic;
}
.c-wp-post h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.c-wp-post mark {
  background: #ff0;
  color: #000;
}
.c-wp-post small {
  font-size: 80%;
}
.c-wp-post sub,
.c-wp-post sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-wp-post sup {
  top: -0.5em;
}
.c-wp-post sub {
  bottom: -0.25em;
}
.c-wp-post img {
  border: 0;
}
.c-wp-post svg:not(:root) {
  overflow: hidden;
}
.c-wp-post figure {
  margin: 1em 40px;
}
.c-wp-post hr {
  box-sizing: content-box;
  height: 0;
}
.c-wp-post pre {
  overflow: auto;
}
.c-wp-post code,
.c-wp-post kbd,
.c-wp-post pre,
.c-wp-post samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.c-wp-post button,
.c-wp-post input,
.c-wp-post optgroup,
.c-wp-post select,
.c-wp-post textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.c-wp-post button {
  overflow: visible;
}
.c-wp-post button,
.c-wp-post select {
  text-transform: none;
}
.c-wp-post button,
.c-wp-post html input[type=button],
.c-wp-post input[type=reset],
.c-wp-post input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.c-wp-post button[disabled],
.c-wp-post html input[disabled] {
  cursor: default;
}
.c-wp-post button::-moz-focus-inner,
.c-wp-post input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-wp-post input {
  line-height: normal;
}
.c-wp-post input[type=checkbox],
.c-wp-post input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.c-wp-post input[type=number]::-webkit-inner-spin-button,
.c-wp-post input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.c-wp-post input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.c-wp-post input[type=search]::-webkit-search-cancel-button,
.c-wp-post input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.c-wp-post fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.c-wp-post textarea {
  overflow: auto;
}
.c-wp-post optgroup {
  font-weight: 700;
}
.c-wp-post table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-wp-post td,
.c-wp-post th {
  padding: 0;
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../assets/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.c-wp-post .glyphicon {
  font-size: 14px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-wp-post .glyphicon-asterisk:before {
  content: "*";
}
.c-wp-post .glyphicon-plus:before {
  content: "+";
}
.c-wp-post .glyphicon-eur:before,
.c-wp-post .glyphicon-euro:before {
  content: "€";
}
.c-wp-post .glyphicon-minus:before {
  content: "−";
}
.c-wp-post .glyphicon-cloud:before {
  content: "☁";
}
.c-wp-post .glyphicon-envelope:before {
  content: "✉";
}
.c-wp-post .glyphicon-pencil:before {
  content: "✏";
}
.c-wp-post .glyphicon-glass:before {
  content: "\e001";
}
.c-wp-post .glyphicon-music:before {
  content: "\e002";
}
.c-wp-post .glyphicon-search:before {
  content: "\e003";
}
.c-wp-post .glyphicon-heart:before {
  content: "\e005";
}
.c-wp-post .glyphicon-star:before {
  content: "\e006";
}
.c-wp-post .glyphicon-star-empty:before {
  content: "\e007";
}
.c-wp-post .glyphicon-user:before {
  content: "\e008";
}
.c-wp-post .glyphicon-film:before {
  content: "\e009";
}
.c-wp-post .glyphicon-th-large:before {
  content: "\e010";
}
.c-wp-post .glyphicon-th:before {
  content: "\e011";
}
.c-wp-post .glyphicon-th-list:before {
  content: "\e012";
}
.c-wp-post .glyphicon-ok:before {
  content: "\e013";
}
.c-wp-post .glyphicon-remove:before {
  content: "\e014";
}
.c-wp-post .glyphicon-zoom-in:before {
  content: "\e015";
}
.c-wp-post .glyphicon-zoom-out:before {
  content: "\e016";
}
.c-wp-post .glyphicon-off:before {
  content: "\e017";
}
.c-wp-post .glyphicon-signal:before {
  content: "\e018";
}
.c-wp-post .glyphicon-cog:before {
  content: "\e019";
}
.c-wp-post .glyphicon-trash:before {
  content: "\e020";
}
.c-wp-post .glyphicon-home:before {
  content: "\e021";
}
.c-wp-post .glyphicon-file:before {
  content: "\e022";
}
.c-wp-post .glyphicon-time:before {
  content: "\e023";
}
.c-wp-post .glyphicon-road:before {
  content: "\e024";
}
.c-wp-post .glyphicon-download-alt:before {
  content: "\e025";
}
.c-wp-post .glyphicon-download:before {
  content: "\e026";
}
.c-wp-post .glyphicon-upload:before {
  content: "\e027";
}
.c-wp-post .glyphicon-inbox:before {
  content: "\e028";
}
.c-wp-post .glyphicon-play-circle:before {
  content: "\e029";
}
.c-wp-post .glyphicon-repeat:before {
  content: "\e030";
}
.c-wp-post .glyphicon-refresh:before {
  content: "\e031";
}
.c-wp-post .glyphicon-list-alt:before {
  content: "\e032";
}
.c-wp-post .glyphicon-lock:before {
  content: "\e033";
}
.c-wp-post .glyphicon-flag:before {
  content: "\e034";
}
.c-wp-post .glyphicon-headphones:before {
  content: "\e035";
}
.c-wp-post .glyphicon-volume-off:before {
  content: "\e036";
}
.c-wp-post .glyphicon-volume-down:before {
  content: "\e037";
}
.c-wp-post .glyphicon-volume-up:before {
  content: "\e038";
}
.c-wp-post .glyphicon-qrcode:before {
  content: "\e039";
}
.c-wp-post .glyphicon-barcode:before {
  content: "\e040";
}
.c-wp-post .glyphicon-tag:before {
  content: "\e041";
}
.c-wp-post .glyphicon-tags:before {
  content: "\e042";
}
.c-wp-post .glyphicon-book:before {
  content: "\e043";
}
.c-wp-post .glyphicon-bookmark:before {
  content: "\e044";
}
.c-wp-post .glyphicon-print:before {
  content: "\e045";
}
.c-wp-post .glyphicon-camera:before {
  content: "\e046";
}
.c-wp-post .glyphicon-font:before {
  content: "\e047";
}
.c-wp-post .glyphicon-bold:before {
  content: "\e048";
}
.c-wp-post .glyphicon-italic:before {
  content: "\e049";
}
.c-wp-post .glyphicon-text-height:before {
  content: "\e050";
}
.c-wp-post .glyphicon-text-width:before {
  content: "\e051";
}
.c-wp-post .glyphicon-align-left:before {
  content: "\e052";
}
.c-wp-post .glyphicon-align-center:before {
  content: "\e053";
}
.c-wp-post .glyphicon-align-right:before {
  content: "\e054";
}
.c-wp-post .glyphicon-align-justify:before {
  content: "\e055";
}
.c-wp-post .glyphicon-list:before {
  content: "\e056";
}
.c-wp-post .glyphicon-indent-left:before {
  content: "\e057";
}
.c-wp-post .glyphicon-indent-right:before {
  content: "\e058";
}
.c-wp-post .glyphicon-facetime-video:before {
  content: "\e059";
}
.c-wp-post .glyphicon-picture:before {
  content: "\e060";
}
.c-wp-post .glyphicon-map-marker:before {
  content: "\e062";
}
.c-wp-post .glyphicon-adjust:before {
  content: "\e063";
}
.c-wp-post .glyphicon-tint:before {
  content: "\e064";
}
.c-wp-post .glyphicon-edit:before {
  content: "\e065";
}
.c-wp-post .glyphicon-share:before {
  content: "\e066";
}
.c-wp-post .glyphicon-check:before {
  content: "\e067";
}
.c-wp-post .glyphicon-move:before {
  content: "\e068";
}
.c-wp-post .glyphicon-step-backward:before {
  content: "\e069";
}
.c-wp-post .glyphicon-fast-backward:before {
  content: "\e070";
}
.c-wp-post .glyphicon-backward:before {
  content: "\e071";
}
.c-wp-post .glyphicon-play:before {
  content: "\e072";
}
.c-wp-post .glyphicon-pause:before {
  content: "\e073";
}
.c-wp-post .glyphicon-stop:before {
  content: "\e074";
}
.c-wp-post .glyphicon-forward:before {
  content: "\e075";
}
.c-wp-post .glyphicon-fast-forward:before {
  content: "\e076";
}
.c-wp-post .glyphicon-step-forward:before {
  content: "\e077";
}
.c-wp-post .glyphicon-eject:before {
  content: "\e078";
}
.c-wp-post .glyphicon-chevron-left:before {
  content: "\e079";
}
.c-wp-post .glyphicon-chevron-right:before {
  content: "\e080";
}
.c-wp-post .glyphicon-plus-sign:before {
  content: "\e081";
}
.c-wp-post .glyphicon-minus-sign:before {
  content: "\e082";
}
.c-wp-post .glyphicon-remove-sign:before {
  content: "\e083";
}
.c-wp-post .glyphicon-ok-sign:before {
  content: "\e084";
}
.c-wp-post .glyphicon-question-sign:before {
  content: "\e085";
}
.c-wp-post .glyphicon-info-sign:before {
  content: "\e086";
}
.c-wp-post .glyphicon-screenshot:before {
  content: "\e087";
}
.c-wp-post .glyphicon-remove-circle:before {
  content: "\e088";
}
.c-wp-post .glyphicon-ok-circle:before {
  content: "\e089";
}
.c-wp-post .glyphicon-ban-circle:before {
  content: "\e090";
}
.c-wp-post .glyphicon-arrow-left:before {
  content: "\e091";
}
.c-wp-post .glyphicon-arrow-right:before {
  content: "\e092";
}
.c-wp-post .glyphicon-arrow-up:before {
  content: "\e093";
}
.c-wp-post .glyphicon-arrow-down:before {
  content: "\e094";
}
.c-wp-post .glyphicon-share-alt:before {
  content: "\e095";
}
.c-wp-post .glyphicon-resize-full:before {
  content: "\e096";
}
.c-wp-post .glyphicon-resize-small:before {
  content: "\e097";
}
.c-wp-post .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.c-wp-post .glyphicon-gift:before {
  content: "\e102";
}
.c-wp-post .glyphicon-leaf:before {
  content: "\e103";
}
.c-wp-post .glyphicon-fire:before {
  content: "\e104";
}
.c-wp-post .glyphicon-eye-open:before {
  content: "\e105";
}
.c-wp-post .glyphicon-eye-close:before {
  content: "\e106";
}
.c-wp-post .glyphicon-warning-sign:before {
  content: "\e107";
}
.c-wp-post .glyphicon-plane:before {
  content: "\e108";
}
.c-wp-post .glyphicon-calendar:before {
  content: "\e109";
}
.c-wp-post .glyphicon-random:before {
  content: "\e110";
}
.c-wp-post .glyphicon-comment:before {
  content: "\e111";
}
.c-wp-post .glyphicon-magnet:before {
  content: "\e112";
}
.c-wp-post .glyphicon-chevron-up:before {
  content: "\e113";
}
.c-wp-post .glyphicon-chevron-down:before {
  content: "\e114";
}
.c-wp-post .glyphicon-retweet:before {
  content: "\e115";
}
.c-wp-post .glyphicon-shopping-cart:before {
  content: "\e116";
}
.c-wp-post .glyphicon-folder-close:before {
  content: "\e117";
}
.c-wp-post .glyphicon-folder-open:before {
  content: "\e118";
}
.c-wp-post .glyphicon-resize-vertical:before {
  content: "\e119";
}
.c-wp-post .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.c-wp-post .glyphicon-hdd:before {
  content: "\e121";
}
.c-wp-post .glyphicon-bullhorn:before {
  content: "\e122";
}
.c-wp-post .glyphicon-bell:before {
  content: "\e123";
}
.c-wp-post .glyphicon-certificate:before {
  content: "\e124";
}
.c-wp-post .glyphicon-thumbs-up:before {
  content: "\e125";
}
.c-wp-post .glyphicon-thumbs-down:before {
  content: "\e126";
}
.c-wp-post .glyphicon-hand-right:before {
  content: "\e127";
}
.c-wp-post .glyphicon-hand-left:before {
  content: "\e128";
}
.c-wp-post .glyphicon-hand-up:before {
  content: "\e129";
}
.c-wp-post .glyphicon-hand-down:before {
  content: "\e130";
}
.c-wp-post .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.c-wp-post .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.c-wp-post .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.c-wp-post .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.c-wp-post .glyphicon-globe:before {
  content: "\e135";
}
.c-wp-post .glyphicon-wrench:before {
  content: "\e136";
}
.c-wp-post .glyphicon-tasks:before {
  content: "\e137";
}
.c-wp-post .glyphicon-filter:before {
  content: "\e138";
}
.c-wp-post .glyphicon-briefcase:before {
  content: "\e139";
}
.c-wp-post .glyphicon-fullscreen:before {
  content: "\e140";
}
.c-wp-post .glyphicon-dashboard:before {
  content: "\e141";
}
.c-wp-post .glyphicon-paperclip:before {
  content: "\e142";
}
.c-wp-post .glyphicon-heart-empty:before {
  content: "\e143";
}
.c-wp-post .glyphicon-link:before {
  content: "\e144";
}
.c-wp-post .glyphicon-phone:before {
  content: "\e145";
}
.c-wp-post .glyphicon-pushpin:before {
  content: "\e146";
}
.c-wp-post .glyphicon-usd:before {
  content: "\e148";
}
.c-wp-post .glyphicon-gbp:before {
  content: "\e149";
}
.c-wp-post .glyphicon-sort:before {
  content: "\e150";
}
.c-wp-post .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.c-wp-post .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.c-wp-post .glyphicon-sort-by-order:before {
  content: "\e153";
}
.c-wp-post .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.c-wp-post .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.c-wp-post .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.c-wp-post .glyphicon-unchecked:before {
  content: "\e157";
}
.c-wp-post .glyphicon-expand:before {
  content: "\e158";
}
.c-wp-post .glyphicon-collapse-down:before {
  content: "\e159";
}
.c-wp-post .glyphicon-collapse-up:before {
  content: "\e160";
}
.c-wp-post .glyphicon-log-in:before {
  content: "\e161";
}
.c-wp-post .glyphicon-flash:before {
  content: "\e162";
}
.c-wp-post .glyphicon-log-out:before {
  content: "\e163";
}
.c-wp-post .glyphicon-new-window:before {
  content: "\e164";
}
.c-wp-post .glyphicon-record:before {
  content: "\e165";
}
.c-wp-post .glyphicon-save:before {
  content: "\e166";
}
.c-wp-post .glyphicon-open:before {
  content: "\e167";
}
.c-wp-post .glyphicon-saved:before {
  content: "\e168";
}
.c-wp-post .glyphicon-import:before {
  content: "\e169";
}
.c-wp-post .glyphicon-export:before {
  content: "\e170";
}
.c-wp-post .glyphicon-send:before {
  content: "\e171";
}
.c-wp-post .glyphicon-floppy-disk:before {
  content: "\e172";
}
.c-wp-post .glyphicon-floppy-saved:before {
  content: "\e173";
}
.c-wp-post .glyphicon-floppy-remove:before {
  content: "\e174";
}
.c-wp-post .glyphicon-floppy-save:before {
  content: "\e175";
}
.c-wp-post .glyphicon-floppy-open:before {
  content: "\e176";
}
.c-wp-post .glyphicon-credit-card:before {
  content: "\e177";
}
.c-wp-post .glyphicon-transfer:before {
  content: "\e178";
}
.c-wp-post .glyphicon-cutlery:before {
  content: "\e179";
}
.c-wp-post .glyphicon-header:before {
  content: "\e180";
}
.c-wp-post .glyphicon-compressed:before {
  content: "\e181";
}
.c-wp-post .glyphicon-earphone:before {
  content: "\e182";
}
.c-wp-post .glyphicon-phone-alt:before {
  content: "\e183";
}
.c-wp-post .glyphicon-tower:before {
  content: "\e184";
}
.c-wp-post .glyphicon-stats:before {
  content: "\e185";
}
.c-wp-post .glyphicon-sd-video:before {
  content: "\e186";
}
.c-wp-post .glyphicon-hd-video:before {
  content: "\e187";
}
.c-wp-post .glyphicon-subtitles:before {
  content: "\e188";
}
.c-wp-post .glyphicon-sound-stereo:before {
  content: "\e189";
}
.c-wp-post .glyphicon-sound-dolby:before {
  content: "\e190";
}
.c-wp-post .glyphicon-sound-5-1:before {
  content: "\e191";
}
.c-wp-post .glyphicon-sound-6-1:before {
  content: "\e192";
}
.c-wp-post .glyphicon-sound-7-1:before {
  content: "\e193";
}
.c-wp-post .glyphicon-copyright-mark:before {
  content: "\e194";
}
.c-wp-post .glyphicon-registration-mark:before {
  content: "\e195";
}
.c-wp-post .glyphicon-cloud-download:before {
  content: "\e197";
}
.c-wp-post .glyphicon-cloud-upload:before {
  content: "\e198";
}
.c-wp-post .glyphicon-tree-conifer:before {
  content: "\e199";
}
.c-wp-post .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.c-wp-post .glyphicon-cd:before {
  content: "\e201";
}
.c-wp-post .glyphicon-save-file:before {
  content: "\e202";
}
.c-wp-post .glyphicon-open-file:before {
  content: "\e203";
}
.c-wp-post .glyphicon-level-up:before {
  content: "\e204";
}
.c-wp-post .glyphicon-copy:before {
  content: "\e205";
}
.c-wp-post .glyphicon-paste:before {
  content: "\e206";
}
.c-wp-post .glyphicon-alert:before {
  content: "\e209";
}
.c-wp-post .glyphicon-equalizer:before {
  content: "\e210";
}
.c-wp-post .glyphicon-king:before {
  content: "\e211";
}
.c-wp-post .glyphicon-queen:before {
  content: "\e212";
}
.c-wp-post .glyphicon-pawn:before {
  content: "\e213";
}
.c-wp-post .glyphicon-bishop:before {
  content: "\e214";
}
.c-wp-post .glyphicon-knight:before {
  content: "\e215";
}
.c-wp-post .glyphicon-baby-formula:before {
  content: "\e216";
}
.c-wp-post .glyphicon-tent:before {
  content: "⛺";
}
.c-wp-post .glyphicon-blackboard:before {
  content: "\e218";
}
.c-wp-post .glyphicon-bed:before {
  content: "\e219";
}
.c-wp-post .glyphicon-apple:before {
  content: "\f8ff";
}
.c-wp-post .glyphicon-erase:before {
  content: "\e221";
}
.c-wp-post .glyphicon-hourglass:before {
  content: "⌛";
}
.c-wp-post .glyphicon-lamp:before {
  content: "\e223";
}
.c-wp-post .glyphicon-duplicate:before {
  content: "\e224";
}
.c-wp-post .glyphicon-piggy-bank:before {
  content: "\e225";
}
.c-wp-post .glyphicon-scissors:before {
  content: "\e226";
}
.c-wp-post .glyphicon-bitcoin:before {
  content: "\e227";
}
.c-wp-post .glyphicon-yen:before {
  content: "¥";
}
.c-wp-post .glyphicon-ruble:before {
  content: "₽";
}
.c-wp-post .glyphicon-scale:before {
  content: "\e230";
}
.c-wp-post .glyphicon-ice-lolly:before {
  content: "\e231";
}
.c-wp-post .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.c-wp-post .glyphicon-education:before {
  content: "\e233";
}
.c-wp-post .glyphicon-option-horizontal:before {
  content: "\e234";
}
.c-wp-post .glyphicon-option-vertical:before {
  content: "\e235";
}
.c-wp-post .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.c-wp-post .glyphicon-modal-window:before {
  content: "\e237";
}
.c-wp-post .glyphicon-oil:before {
  content: "\e238";
}
.c-wp-post .glyphicon-grain:before {
  content: "\e239";
}
.c-wp-post .glyphicon-sunglasses:before {
  content: "\e240";
}
.c-wp-post .glyphicon-text-size:before {
  content: "\e241";
}
.c-wp-post .glyphicon-text-color:before {
  content: "\e242";
}
.c-wp-post .glyphicon-text-background:before {
  content: "\e243";
}
.c-wp-post .glyphicon-object-align-top:before {
  content: "\e244";
}
.c-wp-post .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.c-wp-post .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.c-wp-post .glyphicon-object-align-left:before {
  content: "\e247";
}
.c-wp-post .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.c-wp-post .glyphicon-object-align-right:before {
  content: "\e249";
}
.c-wp-post .glyphicon-triangle-right:before {
  content: "\e250";
}
.c-wp-post .glyphicon-triangle-left:before {
  content: "\e251";
}
.c-wp-post .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.c-wp-post .glyphicon-triangle-top:before {
  content: "\e253";
}
.c-wp-post .glyphicon-console:before {
  content: "\e254";
}
.c-wp-post .glyphicon-superscript:before {
  content: "\e255";
}
.c-wp-post .glyphicon-subscript:before {
  content: "\e256";
}
.c-wp-post .glyphicon-menu-left:before {
  content: "\e257";
}
.c-wp-post .glyphicon-menu-right:before {
  content: "\e258";
}
.c-wp-post .glyphicon-menu-down:before {
  content: "\e259";
}
.c-wp-post .glyphicon-menu-up:before {
  content: "\e260";
}
.c-wp-post *,
.c-wp-post :after,
.c-wp-post :before {
  box-sizing: border-box;
}
.c-wp-post html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.c-wp-post body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}
.c-wp-post button,
.c-wp-post input,
.c-wp-post select,
.c-wp-post textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.c-wp-post a {
  color: #337ab7;
  text-decoration: none;
}
.c-wp-post a:focus,
.c-wp-post a:hover {
  color: #23527c;
  text-decoration: underline;
}
.c-wp-post a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-wp-post figure {
  margin: 0;
}
.c-wp-post img {
  vertical-align: middle;
}
.c-wp-post .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-wp-post .img-rounded {
  border-radius: 6px;
}
.c-wp-post .img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.c-wp-post .img-circle {
  border-radius: 50%;
}
.c-wp-post hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eee;
}
.c-wp-post .h1,
.c-wp-post .h2,
.c-wp-post .h3,
.c-wp-post .h4,
.c-wp-post .h5,
.c-wp-post .h6,
.c-wp-post h1,
.c-wp-post h2,
.c-wp-post h3,
.c-wp-post h4,
.c-wp-post h5,
.c-wp-post h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
.c-wp-post .h1 .small,
.c-wp-post .h1 small,
.c-wp-post .h2 .small,
.c-wp-post .h2 small,
.c-wp-post .h3 .small,
.c-wp-post .h3 small,
.c-wp-post .h4 .small,
.c-wp-post .h4 small,
.c-wp-post .h5 .small,
.c-wp-post .h5 small,
.c-wp-post .h6 .small,
.c-wp-post .h6 small,
.c-wp-post h1 .small,
.c-wp-post h1 small,
.c-wp-post h2 .small,
.c-wp-post h2 small,
.c-wp-post h3 .small,
.c-wp-post h3 small,
.c-wp-post h4 .small,
.c-wp-post h4 small,
.c-wp-post h5 .small,
.c-wp-post h5 small,
.c-wp-post h6 .small,
.c-wp-post h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.c-wp-post .h1,
.c-wp-post .h2,
.c-wp-post .h3,
.c-wp-post h1,
.c-wp-post h2,
.c-wp-post h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
.c-wp-post .h1 .small,
.c-wp-post .h1 small,
.c-wp-post .h2 .small,
.c-wp-post .h2 small,
.c-wp-post .h3 .small,
.c-wp-post .h3 small,
.c-wp-post h1 .small,
.c-wp-post h1 small,
.c-wp-post h2 .small,
.c-wp-post h2 small,
.c-wp-post h3 .small,
.c-wp-post h3 small {
  font-size: 65%;
}
.c-wp-post .h4,
.c-wp-post .h5,
.c-wp-post .h6,
.c-wp-post h4,
.c-wp-post h5,
.c-wp-post h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.c-wp-post .h4 .small,
.c-wp-post .h4 small,
.c-wp-post .h5 .small,
.c-wp-post .h5 small,
.c-wp-post .h6 .small,
.c-wp-post .h6 small,
.c-wp-post h4 .small,
.c-wp-post h4 small,
.c-wp-post h5 .small,
.c-wp-post h5 small,
.c-wp-post h6 .small,
.c-wp-post h6 small {
  font-size: 75%;
}
.c-wp-post .lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-wp-post .lead {
    font-size: 21px;
  }
}
.c-wp-post .small,
.c-wp-post small {
  font-size: 85%;
}
.c-wp-post .mark,
.c-wp-post mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.c-wp-post .text-left {
  text-align: left;
}
.c-wp-post .text-right {
  text-align: right;
}
.c-wp-post .text-center {
  text-align: center;
}
.c-wp-post .text-justify {
  text-align: justify;
}
.c-wp-post .text-nowrap {
  white-space: nowrap;
}
.c-wp-post .text-lowercase {
  text-transform: lowercase;
}
.c-wp-post .text-uppercase {
  text-transform: uppercase;
}
.c-wp-post .text-capitalize {
  text-transform: capitalize;
}
.c-wp-post .text-muted {
  color: #777;
}
.c-wp-post .text-primary {
  color: #337ab7;
}
.c-wp-post a.text-primary:hover {
  color: #286090;
}
.c-wp-post .text-success {
  color: #3c763d;
}
.c-wp-post a.text-success:hover {
  color: #2b542c;
}
.c-wp-post .text-info {
  color: #31708f;
}
.c-wp-post a.text-info:hover {
  color: #245269;
}
.c-wp-post .text-warning {
  color: #8a6d3b;
}
.c-wp-post a.text-warning:hover {
  color: #66512c;
}
.c-wp-post .text-danger {
  color: #a94442;
}
.c-wp-post a.text-danger:hover {
  color: #843534;
}
.c-wp-post .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.c-wp-post a.bg-primary:hover {
  background-color: #286090;
}
.c-wp-post .bg-success {
  background-color: #dff0d8;
}
.c-wp-post a.bg-success:hover {
  background-color: #c1e2b3;
}
.c-wp-post .bg-info {
  background-color: #d9edf7;
}
.c-wp-post a.bg-info:hover {
  background-color: #afd9ee;
}
.c-wp-post .bg-warning {
  background-color: #fcf8e3;
}
.c-wp-post a.bg-warning:hover {
  background-color: #f7ecb5;
}
.c-wp-post .bg-danger {
  background-color: #f2dede;
}
.c-wp-post a.bg-danger:hover {
  background-color: #e4b9b9;
}
.c-wp-post .page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eee;
}
.c-wp-post ol,
.c-wp-post ul {
  margin-top: 0;
  margin-bottom: 11.5px;
}
.c-wp-post ol ol,
.c-wp-post ol ul,
.c-wp-post ul ol,
.c-wp-post ul ul {
  margin-bottom: 0;
}
.c-wp-post .list-inline,
.c-wp-post .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.c-wp-post .list-inline {
  margin-left: -5px;
}
.c-wp-post .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.c-wp-post dl {
  margin-top: 0;
  margin-bottom: 23px;
}
.c-wp-post dd,
.c-wp-post dt {
  line-height: 1.7;
}
.c-wp-post dt {
  font-weight: 700;
}
.c-wp-post dd {
  margin-left: 0;
}
.c-wp-post .dl-horizontal dd:after,
.c-wp-post .dl-horizontal dd:before {
  content: " ";
  display: table;
}
.c-wp-post .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .c-wp-post .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-wp-post .dl-horizontal dd {
    margin-left: 180px;
  }
}
.c-wp-post abbr[data-original-title],
.c-wp-post abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.c-wp-post .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.c-wp-post blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.c-wp-post blockquote ol:last-child,
.c-wp-post blockquote p:last-child,
.c-wp-post blockquote ul:last-child {
  margin-bottom: 0;
}
.c-wp-post blockquote .small,
.c-wp-post blockquote footer,
.c-wp-post blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #777;
}
.c-wp-post blockquote .small:before,
.c-wp-post blockquote footer:before,
.c-wp-post blockquote small:before {
  content: "— ";
}
.c-wp-post .blockquote-reverse,
.c-wp-post blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.c-wp-post .blockquote-reverse .small:before,
.c-wp-post .blockquote-reverse footer:before,
.c-wp-post .blockquote-reverse small:before,
.c-wp-post blockquote.pull-right .small:before,
.c-wp-post blockquote.pull-right footer:before,
.c-wp-post blockquote.pull-right small:before {
  content: "";
}
.c-wp-post .blockquote-reverse .small:after,
.c-wp-post .blockquote-reverse footer:after,
.c-wp-post .blockquote-reverse small:after,
.c-wp-post blockquote.pull-right .small:after,
.c-wp-post blockquote.pull-right footer:after,
.c-wp-post blockquote.pull-right small:after {
  content: " —";
}
.c-wp-post address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7;
}
.c-wp-post code,
.c-wp-post kbd,
.c-wp-post pre,
.c-wp-post samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
.c-wp-post code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.c-wp-post code,
.c-wp-post kbd {
  padding: 2px 4px;
  font-size: 90%;
}
.c-wp-post kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.c-wp-post kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.c-wp-post pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-wp-post pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.c-wp-post .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.c-wp-post .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-wp-post .container:after,
.c-wp-post .container:before {
  content: " ";
  display: table;
}
.c-wp-post .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .c-wp-post .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .c-wp-post .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .container {
    width: 1170px;
  }
}
.c-wp-post .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-wp-post .container-fluid:after,
.c-wp-post .container-fluid:before {
  content: " ";
  display: table;
}
.c-wp-post .container-fluid:after {
  clear: both;
}
.c-wp-post .row {
  margin-left: -15px;
  margin-right: -15px;
}
.c-wp-post .row:after,
.c-wp-post .row:before {
  content: " ";
  display: table;
}
.c-wp-post .row:after {
  clear: both;
}
.c-wp-post .col-lg-1,
.c-wp-post .col-lg-2,
.c-wp-post .col-lg-3,
.c-wp-post .col-lg-4,
.c-wp-post .col-lg-5,
.c-wp-post .col-lg-6,
.c-wp-post .col-lg-7,
.c-wp-post .col-lg-8,
.c-wp-post .col-lg-9,
.c-wp-post .col-lg-10,
.c-wp-post .col-lg-11,
.c-wp-post .col-lg-12,
.c-wp-post .col-md-1,
.c-wp-post .col-md-2,
.c-wp-post .col-md-3,
.c-wp-post .col-md-4,
.c-wp-post .col-md-5,
.c-wp-post .col-md-6,
.c-wp-post .col-md-7,
.c-wp-post .col-md-8,
.c-wp-post .col-md-9,
.c-wp-post .col-md-10,
.c-wp-post .col-md-11,
.c-wp-post .col-md-12,
.c-wp-post .col-sm-1,
.c-wp-post .col-sm-2,
.c-wp-post .col-sm-3,
.c-wp-post .col-sm-4,
.c-wp-post .col-sm-5,
.c-wp-post .col-sm-6,
.c-wp-post .col-sm-7,
.c-wp-post .col-sm-8,
.c-wp-post .col-sm-9,
.c-wp-post .col-sm-10,
.c-wp-post .col-sm-11,
.c-wp-post .col-sm-12,
.c-wp-post .col-xs-1,
.c-wp-post .col-xs-2,
.c-wp-post .col-xs-3,
.c-wp-post .col-xs-4,
.c-wp-post .col-xs-5,
.c-wp-post .col-xs-6,
.c-wp-post .col-xs-7,
.c-wp-post .col-xs-8,
.c-wp-post .col-xs-9,
.c-wp-post .col-xs-10,
.c-wp-post .col-xs-11,
.c-wp-post .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-wp-post .col-xs-1,
.c-wp-post .col-xs-2,
.c-wp-post .col-xs-3,
.c-wp-post .col-xs-4,
.c-wp-post .col-xs-5,
.c-wp-post .col-xs-6,
.c-wp-post .col-xs-7,
.c-wp-post .col-xs-8,
.c-wp-post .col-xs-9,
.c-wp-post .col-xs-10,
.c-wp-post .col-xs-11,
.c-wp-post .col-xs-12 {
  float: left;
}
.c-wp-post .col-xs-1 {
  width: 8.33333%;
}
.c-wp-post .col-xs-2 {
  width: 16.66667%;
}
.c-wp-post .col-xs-3 {
  width: 25%;
}
.c-wp-post .col-xs-4 {
  width: 33.33333%;
}
.c-wp-post .col-xs-5 {
  width: 41.66667%;
}
.c-wp-post .col-xs-6 {
  width: 50%;
}
.c-wp-post .col-xs-7 {
  width: 58.33333%;
}
.c-wp-post .col-xs-8 {
  width: 66.66667%;
}
.c-wp-post .col-xs-9 {
  width: 75%;
}
.c-wp-post .col-xs-10 {
  width: 83.33333%;
}
.c-wp-post .col-xs-11 {
  width: 91.66667%;
}
.c-wp-post .col-xs-12 {
  width: 100%;
}
.c-wp-post .col-xs-pull-0 {
  right: auto;
}
.c-wp-post .col-xs-pull-1 {
  right: 8.33333%;
}
.c-wp-post .col-xs-pull-2 {
  right: 16.66667%;
}
.c-wp-post .col-xs-pull-3 {
  right: 25%;
}
.c-wp-post .col-xs-pull-4 {
  right: 33.33333%;
}
.c-wp-post .col-xs-pull-5 {
  right: 41.66667%;
}
.c-wp-post .col-xs-pull-6 {
  right: 50%;
}
.c-wp-post .col-xs-pull-7 {
  right: 58.33333%;
}
.c-wp-post .col-xs-pull-8 {
  right: 66.66667%;
}
.c-wp-post .col-xs-pull-9 {
  right: 75%;
}
.c-wp-post .col-xs-pull-10 {
  right: 83.33333%;
}
.c-wp-post .col-xs-pull-11 {
  right: 91.66667%;
}
.c-wp-post .col-xs-pull-12 {
  right: 100%;
}
.c-wp-post .col-xs-push-0 {
  left: auto;
}
.c-wp-post .col-xs-push-1 {
  left: 8.33333%;
}
.c-wp-post .col-xs-push-2 {
  left: 16.66667%;
}
.c-wp-post .col-xs-push-3 {
  left: 25%;
}
.c-wp-post .col-xs-push-4 {
  left: 33.33333%;
}
.c-wp-post .col-xs-push-5 {
  left: 41.66667%;
}
.c-wp-post .col-xs-push-6 {
  left: 50%;
}
.c-wp-post .col-xs-push-7 {
  left: 58.33333%;
}
.c-wp-post .col-xs-push-8 {
  left: 66.66667%;
}
.c-wp-post .col-xs-push-9 {
  left: 75%;
}
.c-wp-post .col-xs-push-10 {
  left: 83.33333%;
}
.c-wp-post .col-xs-push-11 {
  left: 91.66667%;
}
.c-wp-post .col-xs-push-12 {
  left: 100%;
}
.c-wp-post .col-xs-offset-0 {
  margin-left: 0;
}
.c-wp-post .col-xs-offset-1 {
  margin-left: 8.33333%;
}
.c-wp-post .col-xs-offset-2 {
  margin-left: 16.66667%;
}
.c-wp-post .col-xs-offset-3 {
  margin-left: 25%;
}
.c-wp-post .col-xs-offset-4 {
  margin-left: 33.33333%;
}
.c-wp-post .col-xs-offset-5 {
  margin-left: 41.66667%;
}
.c-wp-post .col-xs-offset-6 {
  margin-left: 50%;
}
.c-wp-post .col-xs-offset-7 {
  margin-left: 58.33333%;
}
.c-wp-post .col-xs-offset-8 {
  margin-left: 66.66667%;
}
.c-wp-post .col-xs-offset-9 {
  margin-left: 75%;
}
.c-wp-post .col-xs-offset-10 {
  margin-left: 83.33333%;
}
.c-wp-post .col-xs-offset-11 {
  margin-left: 91.66667%;
}
.c-wp-post .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .c-wp-post .col-sm-1,
  .c-wp-post .col-sm-2,
  .c-wp-post .col-sm-3,
  .c-wp-post .col-sm-4,
  .c-wp-post .col-sm-5,
  .c-wp-post .col-sm-6,
  .c-wp-post .col-sm-7,
  .c-wp-post .col-sm-8,
  .c-wp-post .col-sm-9,
  .c-wp-post .col-sm-10,
  .c-wp-post .col-sm-11,
  .c-wp-post .col-sm-12 {
    float: left;
  }
  .c-wp-post .col-sm-1 {
    width: 8.33333%;
  }
  .c-wp-post .col-sm-2 {
    width: 16.66667%;
  }
  .c-wp-post .col-sm-3 {
    width: 25%;
  }
  .c-wp-post .col-sm-4 {
    width: 33.33333%;
  }
  .c-wp-post .col-sm-5 {
    width: 41.66667%;
  }
  .c-wp-post .col-sm-6 {
    width: 50%;
  }
  .c-wp-post .col-sm-7 {
    width: 58.33333%;
  }
  .c-wp-post .col-sm-8 {
    width: 66.66667%;
  }
  .c-wp-post .col-sm-9 {
    width: 75%;
  }
  .c-wp-post .col-sm-10 {
    width: 83.33333%;
  }
  .c-wp-post .col-sm-11 {
    width: 91.66667%;
  }
  .c-wp-post .col-sm-12 {
    width: 100%;
  }
  .c-wp-post .col-sm-pull-0 {
    right: auto;
  }
  .c-wp-post .col-sm-pull-1 {
    right: 8.33333%;
  }
  .c-wp-post .col-sm-pull-2 {
    right: 16.66667%;
  }
  .c-wp-post .col-sm-pull-3 {
    right: 25%;
  }
  .c-wp-post .col-sm-pull-4 {
    right: 33.33333%;
  }
  .c-wp-post .col-sm-pull-5 {
    right: 41.66667%;
  }
  .c-wp-post .col-sm-pull-6 {
    right: 50%;
  }
  .c-wp-post .col-sm-pull-7 {
    right: 58.33333%;
  }
  .c-wp-post .col-sm-pull-8 {
    right: 66.66667%;
  }
  .c-wp-post .col-sm-pull-9 {
    right: 75%;
  }
  .c-wp-post .col-sm-pull-10 {
    right: 83.33333%;
  }
  .c-wp-post .col-sm-pull-11 {
    right: 91.66667%;
  }
  .c-wp-post .col-sm-pull-12 {
    right: 100%;
  }
  .c-wp-post .col-sm-push-0 {
    left: auto;
  }
  .c-wp-post .col-sm-push-1 {
    left: 8.33333%;
  }
  .c-wp-post .col-sm-push-2 {
    left: 16.66667%;
  }
  .c-wp-post .col-sm-push-3 {
    left: 25%;
  }
  .c-wp-post .col-sm-push-4 {
    left: 33.33333%;
  }
  .c-wp-post .col-sm-push-5 {
    left: 41.66667%;
  }
  .c-wp-post .col-sm-push-6 {
    left: 50%;
  }
  .c-wp-post .col-sm-push-7 {
    left: 58.33333%;
  }
  .c-wp-post .col-sm-push-8 {
    left: 66.66667%;
  }
  .c-wp-post .col-sm-push-9 {
    left: 75%;
  }
  .c-wp-post .col-sm-push-10 {
    left: 83.33333%;
  }
  .c-wp-post .col-sm-push-11 {
    left: 91.66667%;
  }
  .c-wp-post .col-sm-push-12 {
    left: 100%;
  }
  .c-wp-post .col-sm-offset-0 {
    margin-left: 0;
  }
  .c-wp-post .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .c-wp-post .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .c-wp-post .col-sm-offset-3 {
    margin-left: 25%;
  }
  .c-wp-post .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .c-wp-post .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .c-wp-post .col-sm-offset-6 {
    margin-left: 50%;
  }
  .c-wp-post .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .c-wp-post .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .c-wp-post .col-sm-offset-9 {
    margin-left: 75%;
  }
  .c-wp-post .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .c-wp-post .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .c-wp-post .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .c-wp-post .col-md-1,
  .c-wp-post .col-md-2,
  .c-wp-post .col-md-3,
  .c-wp-post .col-md-4,
  .c-wp-post .col-md-5,
  .c-wp-post .col-md-6,
  .c-wp-post .col-md-7,
  .c-wp-post .col-md-8,
  .c-wp-post .col-md-9,
  .c-wp-post .col-md-10,
  .c-wp-post .col-md-11,
  .c-wp-post .col-md-12 {
    float: left;
  }
  .c-wp-post .col-md-1 {
    width: 8.33333%;
  }
  .c-wp-post .col-md-2 {
    width: 16.66667%;
  }
  .c-wp-post .col-md-3 {
    width: 25%;
  }
  .c-wp-post .col-md-4 {
    width: 33.33333%;
  }
  .c-wp-post .col-md-5 {
    width: 41.66667%;
  }
  .c-wp-post .col-md-6 {
    width: 50%;
  }
  .c-wp-post .col-md-7 {
    width: 58.33333%;
  }
  .c-wp-post .col-md-8 {
    width: 66.66667%;
  }
  .c-wp-post .col-md-9 {
    width: 75%;
  }
  .c-wp-post .col-md-10 {
    width: 83.33333%;
  }
  .c-wp-post .col-md-11 {
    width: 91.66667%;
  }
  .c-wp-post .col-md-12 {
    width: 100%;
  }
  .c-wp-post .col-md-pull-0 {
    right: auto;
  }
  .c-wp-post .col-md-pull-1 {
    right: 8.33333%;
  }
  .c-wp-post .col-md-pull-2 {
    right: 16.66667%;
  }
  .c-wp-post .col-md-pull-3 {
    right: 25%;
  }
  .c-wp-post .col-md-pull-4 {
    right: 33.33333%;
  }
  .c-wp-post .col-md-pull-5 {
    right: 41.66667%;
  }
  .c-wp-post .col-md-pull-6 {
    right: 50%;
  }
  .c-wp-post .col-md-pull-7 {
    right: 58.33333%;
  }
  .c-wp-post .col-md-pull-8 {
    right: 66.66667%;
  }
  .c-wp-post .col-md-pull-9 {
    right: 75%;
  }
  .c-wp-post .col-md-pull-10 {
    right: 83.33333%;
  }
  .c-wp-post .col-md-pull-11 {
    right: 91.66667%;
  }
  .c-wp-post .col-md-pull-12 {
    right: 100%;
  }
  .c-wp-post .col-md-push-0 {
    left: auto;
  }
  .c-wp-post .col-md-push-1 {
    left: 8.33333%;
  }
  .c-wp-post .col-md-push-2 {
    left: 16.66667%;
  }
  .c-wp-post .col-md-push-3 {
    left: 25%;
  }
  .c-wp-post .col-md-push-4 {
    left: 33.33333%;
  }
  .c-wp-post .col-md-push-5 {
    left: 41.66667%;
  }
  .c-wp-post .col-md-push-6 {
    left: 50%;
  }
  .c-wp-post .col-md-push-7 {
    left: 58.33333%;
  }
  .c-wp-post .col-md-push-8 {
    left: 66.66667%;
  }
  .c-wp-post .col-md-push-9 {
    left: 75%;
  }
  .c-wp-post .col-md-push-10 {
    left: 83.33333%;
  }
  .c-wp-post .col-md-push-11 {
    left: 91.66667%;
  }
  .c-wp-post .col-md-push-12 {
    left: 100%;
  }
  .c-wp-post .col-md-offset-0 {
    margin-left: 0;
  }
  .c-wp-post .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .c-wp-post .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .c-wp-post .col-md-offset-3 {
    margin-left: 25%;
  }
  .c-wp-post .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .c-wp-post .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .c-wp-post .col-md-offset-6 {
    margin-left: 50%;
  }
  .c-wp-post .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .c-wp-post .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .c-wp-post .col-md-offset-9 {
    margin-left: 75%;
  }
  .c-wp-post .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .c-wp-post .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .c-wp-post .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .col-lg-1,
  .c-wp-post .col-lg-2,
  .c-wp-post .col-lg-3,
  .c-wp-post .col-lg-4,
  .c-wp-post .col-lg-5,
  .c-wp-post .col-lg-6,
  .c-wp-post .col-lg-7,
  .c-wp-post .col-lg-8,
  .c-wp-post .col-lg-9,
  .c-wp-post .col-lg-10,
  .c-wp-post .col-lg-11,
  .c-wp-post .col-lg-12 {
    float: left;
  }
  .c-wp-post .col-lg-1 {
    width: 8.33333%;
  }
  .c-wp-post .col-lg-2 {
    width: 16.66667%;
  }
  .c-wp-post .col-lg-3 {
    width: 25%;
  }
  .c-wp-post .col-lg-4 {
    width: 33.33333%;
  }
  .c-wp-post .col-lg-5 {
    width: 41.66667%;
  }
  .c-wp-post .col-lg-6 {
    width: 50%;
  }
  .c-wp-post .col-lg-7 {
    width: 58.33333%;
  }
  .c-wp-post .col-lg-8 {
    width: 66.66667%;
  }
  .c-wp-post .col-lg-9 {
    width: 75%;
  }
  .c-wp-post .col-lg-10 {
    width: 83.33333%;
  }
  .c-wp-post .col-lg-11 {
    width: 91.66667%;
  }
  .c-wp-post .col-lg-12 {
    width: 100%;
  }
  .c-wp-post .col-lg-pull-0 {
    right: auto;
  }
  .c-wp-post .col-lg-pull-1 {
    right: 8.33333%;
  }
  .c-wp-post .col-lg-pull-2 {
    right: 16.66667%;
  }
  .c-wp-post .col-lg-pull-3 {
    right: 25%;
  }
  .c-wp-post .col-lg-pull-4 {
    right: 33.33333%;
  }
  .c-wp-post .col-lg-pull-5 {
    right: 41.66667%;
  }
  .c-wp-post .col-lg-pull-6 {
    right: 50%;
  }
  .c-wp-post .col-lg-pull-7 {
    right: 58.33333%;
  }
  .c-wp-post .col-lg-pull-8 {
    right: 66.66667%;
  }
  .c-wp-post .col-lg-pull-9 {
    right: 75%;
  }
  .c-wp-post .col-lg-pull-10 {
    right: 83.33333%;
  }
  .c-wp-post .col-lg-pull-11 {
    right: 91.66667%;
  }
  .c-wp-post .col-lg-pull-12 {
    right: 100%;
  }
  .c-wp-post .col-lg-push-0 {
    left: auto;
  }
  .c-wp-post .col-lg-push-1 {
    left: 8.33333%;
  }
  .c-wp-post .col-lg-push-2 {
    left: 16.66667%;
  }
  .c-wp-post .col-lg-push-3 {
    left: 25%;
  }
  .c-wp-post .col-lg-push-4 {
    left: 33.33333%;
  }
  .c-wp-post .col-lg-push-5 {
    left: 41.66667%;
  }
  .c-wp-post .col-lg-push-6 {
    left: 50%;
  }
  .c-wp-post .col-lg-push-7 {
    left: 58.33333%;
  }
  .c-wp-post .col-lg-push-8 {
    left: 66.66667%;
  }
  .c-wp-post .col-lg-push-9 {
    left: 75%;
  }
  .c-wp-post .col-lg-push-10 {
    left: 83.33333%;
  }
  .c-wp-post .col-lg-push-11 {
    left: 91.66667%;
  }
  .c-wp-post .col-lg-push-12 {
    left: 100%;
  }
  .c-wp-post .col-lg-offset-0 {
    margin-left: 0;
  }
  .c-wp-post .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .c-wp-post .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .c-wp-post .col-lg-offset-3 {
    margin-left: 25%;
  }
  .c-wp-post .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .c-wp-post .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .c-wp-post .col-lg-offset-6 {
    margin-left: 50%;
  }
  .c-wp-post .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .c-wp-post .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .c-wp-post .col-lg-offset-9 {
    margin-left: 75%;
  }
  .c-wp-post .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .c-wp-post .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .c-wp-post .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.c-wp-post table {
  background-color: transparent;
}
.c-wp-post caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
.c-wp-post caption,
.c-wp-post th {
  text-align: left;
}
.c-wp-post .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.c-wp-post .table > tbody > tr > td,
.c-wp-post .table > tbody > tr > th,
.c-wp-post .table > tfoot > tr > td,
.c-wp-post .table > tfoot > tr > th,
.c-wp-post .table > thead > tr > td,
.c-wp-post .table > thead > tr > th {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.c-wp-post .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.c-wp-post .table > caption + thead > tr:first-child > td,
.c-wp-post .table > caption + thead > tr:first-child > th,
.c-wp-post .table > colgroup + thead > tr:first-child > td,
.c-wp-post .table > colgroup + thead > tr:first-child > th,
.c-wp-post .table > thead:first-child > tr:first-child > td,
.c-wp-post .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.c-wp-post .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.c-wp-post .table .table {
  background-color: #fff;
}
.c-wp-post .table-condensed > tbody > tr > td,
.c-wp-post .table-condensed > tbody > tr > th,
.c-wp-post .table-condensed > tfoot > tr > td,
.c-wp-post .table-condensed > tfoot > tr > th,
.c-wp-post .table-condensed > thead > tr > td,
.c-wp-post .table-condensed > thead > tr > th {
  padding: 5px;
}
.c-wp-post .table-bordered,
.c-wp-post .table-bordered > tbody > tr > td,
.c-wp-post .table-bordered > tbody > tr > th,
.c-wp-post .table-bordered > tfoot > tr > td,
.c-wp-post .table-bordered > tfoot > tr > th,
.c-wp-post .table-bordered > thead > tr > td,
.c-wp-post .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.c-wp-post .table-bordered > thead > tr > td,
.c-wp-post .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.c-wp-post .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.c-wp-post .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.c-wp-post table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.c-wp-post table td[class*=col-],
.c-wp-post table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.c-wp-post .table > tbody > tr.active > td,
.c-wp-post .table > tbody > tr.active > th,
.c-wp-post .table > tbody > tr > td.active,
.c-wp-post .table > tbody > tr > th.active,
.c-wp-post .table > tfoot > tr.active > td,
.c-wp-post .table > tfoot > tr.active > th,
.c-wp-post .table > tfoot > tr > td.active,
.c-wp-post .table > tfoot > tr > th.active,
.c-wp-post .table > thead > tr.active > td,
.c-wp-post .table > thead > tr.active > th,
.c-wp-post .table > thead > tr > td.active,
.c-wp-post .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.c-wp-post .table-hover > tbody > tr.active:hover > td,
.c-wp-post .table-hover > tbody > tr.active:hover > th,
.c-wp-post .table-hover > tbody > tr:hover > .active,
.c-wp-post .table-hover > tbody > tr > td.active:hover,
.c-wp-post .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.c-wp-post .table > tbody > tr.success > td,
.c-wp-post .table > tbody > tr.success > th,
.c-wp-post .table > tbody > tr > td.success,
.c-wp-post .table > tbody > tr > th.success,
.c-wp-post .table > tfoot > tr.success > td,
.c-wp-post .table > tfoot > tr.success > th,
.c-wp-post .table > tfoot > tr > td.success,
.c-wp-post .table > tfoot > tr > th.success,
.c-wp-post .table > thead > tr.success > td,
.c-wp-post .table > thead > tr.success > th,
.c-wp-post .table > thead > tr > td.success,
.c-wp-post .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.c-wp-post .table-hover > tbody > tr.success:hover > td,
.c-wp-post .table-hover > tbody > tr.success:hover > th,
.c-wp-post .table-hover > tbody > tr:hover > .success,
.c-wp-post .table-hover > tbody > tr > td.success:hover,
.c-wp-post .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.c-wp-post .table > tbody > tr.info > td,
.c-wp-post .table > tbody > tr.info > th,
.c-wp-post .table > tbody > tr > td.info,
.c-wp-post .table > tbody > tr > th.info,
.c-wp-post .table > tfoot > tr.info > td,
.c-wp-post .table > tfoot > tr.info > th,
.c-wp-post .table > tfoot > tr > td.info,
.c-wp-post .table > tfoot > tr > th.info,
.c-wp-post .table > thead > tr.info > td,
.c-wp-post .table > thead > tr.info > th,
.c-wp-post .table > thead > tr > td.info,
.c-wp-post .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.c-wp-post .table-hover > tbody > tr.info:hover > td,
.c-wp-post .table-hover > tbody > tr.info:hover > th,
.c-wp-post .table-hover > tbody > tr:hover > .info,
.c-wp-post .table-hover > tbody > tr > td.info:hover,
.c-wp-post .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.c-wp-post .table > tbody > tr.warning > td,
.c-wp-post .table > tbody > tr.warning > th,
.c-wp-post .table > tbody > tr > td.warning,
.c-wp-post .table > tbody > tr > th.warning,
.c-wp-post .table > tfoot > tr.warning > td,
.c-wp-post .table > tfoot > tr.warning > th,
.c-wp-post .table > tfoot > tr > td.warning,
.c-wp-post .table > tfoot > tr > th.warning,
.c-wp-post .table > thead > tr.warning > td,
.c-wp-post .table > thead > tr.warning > th,
.c-wp-post .table > thead > tr > td.warning,
.c-wp-post .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.c-wp-post .table-hover > tbody > tr.warning:hover > td,
.c-wp-post .table-hover > tbody > tr.warning:hover > th,
.c-wp-post .table-hover > tbody > tr:hover > .warning,
.c-wp-post .table-hover > tbody > tr > td.warning:hover,
.c-wp-post .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.c-wp-post .table > tbody > tr.danger > td,
.c-wp-post .table > tbody > tr.danger > th,
.c-wp-post .table > tbody > tr > td.danger,
.c-wp-post .table > tbody > tr > th.danger,
.c-wp-post .table > tfoot > tr.danger > td,
.c-wp-post .table > tfoot > tr.danger > th,
.c-wp-post .table > tfoot > tr > td.danger,
.c-wp-post .table > tfoot > tr > th.danger,
.c-wp-post .table > thead > tr.danger > td,
.c-wp-post .table > thead > tr.danger > th,
.c-wp-post .table > thead > tr > td.danger,
.c-wp-post .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.c-wp-post .table-hover > tbody > tr.danger:hover > td,
.c-wp-post .table-hover > tbody > tr.danger:hover > th,
.c-wp-post .table-hover > tbody > tr:hover > .danger,
.c-wp-post .table-hover > tbody > tr > td.danger:hover,
.c-wp-post .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.c-wp-post .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .c-wp-post .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .c-wp-post .table-responsive > .table {
    margin-bottom: 0;
  }
  .c-wp-post .table-responsive > .table > tbody > tr > td,
  .c-wp-post .table-responsive > .table > tbody > tr > th,
  .c-wp-post .table-responsive > .table > tfoot > tr > td,
  .c-wp-post .table-responsive > .table > tfoot > tr > th,
  .c-wp-post .table-responsive > .table > thead > tr > td,
  .c-wp-post .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .c-wp-post .table-responsive > .table-bordered {
    border: 0;
  }
  .c-wp-post .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .c-wp-post .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .c-wp-post .table-responsive > .table-bordered > thead > tr > td:first-child,
  .c-wp-post .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .c-wp-post .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .c-wp-post .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .c-wp-post .table-responsive > .table-bordered > thead > tr > td:last-child,
  .c-wp-post .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .c-wp-post .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .c-wp-post .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .c-wp-post .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.c-wp-post fieldset {
  margin: 0;
  min-width: 0;
}
.c-wp-post fieldset,
.c-wp-post legend {
  padding: 0;
  border: 0;
}
.c-wp-post legend {
  display: block;
  width: 100%;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.c-wp-post label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.c-wp-post input[type=search] {
  box-sizing: border-box;
}
.c-wp-post input[type=checkbox],
.c-wp-post input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.c-wp-post input[type=file] {
  display: block;
}
.c-wp-post input[type=range] {
  display: block;
  width: 100%;
}
.c-wp-post select[multiple],
.c-wp-post select[size] {
  height: auto;
}
.c-wp-post input[type=checkbox]:focus,
.c-wp-post input[type=file]:focus,
.c-wp-post input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-wp-post output {
  padding-top: 7px;
}
.c-wp-post .form-control,
.c-wp-post output {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.c-wp-post .form-control {
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-wp-post .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.c-wp-post .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-wp-post .form-control:-ms-input-placeholder {
  color: #999;
}
.c-wp-post .form-control::-webkit-input-placeholder {
  color: #999;
}
.c-wp-post .form-control[disabled],
.c-wp-post .form-control[readonly],
.c-wp-post fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.c-wp-post textarea.form-control {
  height: auto;
}
.c-wp-post input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-wp-post input[type=date],
  .c-wp-post input[type=datetime-local],
  .c-wp-post input[type=month],
  .c-wp-post input[type=time] {
    line-height: 37px;
  }
  .c-wp-post .input-group-sm > .input-group-btn > input[type=date].btn,
  .c-wp-post .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .c-wp-post .input-group-sm > .input-group-btn > input[type=month].btn,
  .c-wp-post .input-group-sm > .input-group-btn > input[type=time].btn,
  .c-wp-post .input-group-sm > input[type=date].form-control,
  .c-wp-post .input-group-sm > input[type=date].input-group-addon,
  .c-wp-post .input-group-sm > input[type=datetime-local].form-control,
  .c-wp-post .input-group-sm > input[type=datetime-local].input-group-addon,
  .c-wp-post .input-group-sm > input[type=month].form-control,
  .c-wp-post .input-group-sm > input[type=month].input-group-addon,
  .c-wp-post .input-group-sm > input[type=time].form-control,
  .c-wp-post .input-group-sm > input[type=time].input-group-addon,
  .c-wp-post .input-group-sm input[type=date],
  .c-wp-post .input-group-sm input[type=datetime-local],
  .c-wp-post .input-group-sm input[type=month],
  .c-wp-post .input-group-sm input[type=time],
  .c-wp-post input[type=date].input-sm,
  .c-wp-post input[type=datetime-local].input-sm,
  .c-wp-post input[type=month].input-sm,
  .c-wp-post input[type=time].input-sm {
    line-height: 30px;
  }
  .c-wp-post .input-group-lg > .input-group-btn > input[type=date].btn,
  .c-wp-post .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .c-wp-post .input-group-lg > .input-group-btn > input[type=month].btn,
  .c-wp-post .input-group-lg > .input-group-btn > input[type=time].btn,
  .c-wp-post .input-group-lg > input[type=date].form-control,
  .c-wp-post .input-group-lg > input[type=date].input-group-addon,
  .c-wp-post .input-group-lg > input[type=datetime-local].form-control,
  .c-wp-post .input-group-lg > input[type=datetime-local].input-group-addon,
  .c-wp-post .input-group-lg > input[type=month].form-control,
  .c-wp-post .input-group-lg > input[type=month].input-group-addon,
  .c-wp-post .input-group-lg > input[type=time].form-control,
  .c-wp-post .input-group-lg > input[type=time].input-group-addon,
  .c-wp-post .input-group-lg input[type=date],
  .c-wp-post .input-group-lg input[type=datetime-local],
  .c-wp-post .input-group-lg input[type=month],
  .c-wp-post .input-group-lg input[type=time],
  .c-wp-post input[type=date].input-lg,
  .c-wp-post input[type=datetime-local].input-lg,
  .c-wp-post input[type=month].input-lg,
  .c-wp-post input[type=time].input-lg {
    line-height: 46px;
  }
}
.c-wp-post .form-group {
  margin-bottom: 15px;
}
.c-wp-post .checkbox,
.c-wp-post .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-wp-post .checkbox label,
.c-wp-post .radio label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.c-wp-post .checkbox-inline input[type=checkbox],
.c-wp-post .checkbox input[type=checkbox],
.c-wp-post .radio-inline input[type=radio],
.c-wp-post .radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9 ;
}
.c-wp-post .checkbox + .checkbox,
.c-wp-post .radio + .radio {
  margin-top: -5px;
}
.c-wp-post .checkbox-inline,
.c-wp-post .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.c-wp-post .checkbox-inline + .checkbox-inline,
.c-wp-post .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.c-wp-post .checkbox-inline.disabled,
.c-wp-post .checkbox.disabled label,
.c-wp-post .radio-inline.disabled,
.c-wp-post .radio.disabled label,
.c-wp-post fieldset[disabled] .checkbox-inline,
.c-wp-post fieldset[disabled] .checkbox label,
.c-wp-post fieldset[disabled] .radio-inline,
.c-wp-post fieldset[disabled] .radio label,
.c-wp-post fieldset[disabled] input[type=checkbox],
.c-wp-post fieldset[disabled] input[type=radio],
.c-wp-post input[type=checkbox].disabled,
.c-wp-post input[type=checkbox][disabled],
.c-wp-post input[type=radio].disabled,
.c-wp-post input[type=radio][disabled] {
  cursor: not-allowed;
}
.c-wp-post .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.c-wp-post .form-control-static.input-lg,
.c-wp-post .form-control-static.input-sm,
.c-wp-post .input-group-lg > .form-control-static.form-control,
.c-wp-post .input-group-lg > .form-control-static.input-group-addon,
.c-wp-post .input-group-lg > .input-group-btn > .form-control-static.btn,
.c-wp-post .input-group-sm > .form-control-static.form-control,
.c-wp-post .input-group-sm > .form-control-static.input-group-addon,
.c-wp-post .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.c-wp-post .input-group-sm > .form-control,
.c-wp-post .input-group-sm > .input-group-addon,
.c-wp-post .input-group-sm > .input-group-btn > .btn,
.c-wp-post .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.c-wp-post .input-group-sm > .input-group-btn > select.btn,
.c-wp-post .input-group-sm > select.form-control,
.c-wp-post .input-group-sm > select.input-group-addon,
.c-wp-post select.input-sm {
  height: 30px;
  line-height: 30px;
}
.c-wp-post .input-group-sm > .input-group-btn > select[multiple].btn,
.c-wp-post .input-group-sm > .input-group-btn > textarea.btn,
.c-wp-post .input-group-sm > select[multiple].form-control,
.c-wp-post .input-group-sm > select[multiple].input-group-addon,
.c-wp-post .input-group-sm > textarea.form-control,
.c-wp-post .input-group-sm > textarea.input-group-addon,
.c-wp-post select[multiple].input-sm,
.c-wp-post textarea.input-sm {
  height: auto;
}
.c-wp-post .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.c-wp-post .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.c-wp-post .form-group-sm select[multiple].form-control,
.c-wp-post .form-group-sm textarea.form-control {
  height: auto;
}
.c-wp-post .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.c-wp-post .input-group-lg > .form-control,
.c-wp-post .input-group-lg > .input-group-addon,
.c-wp-post .input-group-lg > .input-group-btn > .btn,
.c-wp-post .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.c-wp-post .input-group-lg > .input-group-btn > select.btn,
.c-wp-post .input-group-lg > select.form-control,
.c-wp-post .input-group-lg > select.input-group-addon,
.c-wp-post select.input-lg {
  height: 46px;
  line-height: 46px;
}
.c-wp-post .input-group-lg > .input-group-btn > select[multiple].btn,
.c-wp-post .input-group-lg > .input-group-btn > textarea.btn,
.c-wp-post .input-group-lg > select[multiple].form-control,
.c-wp-post .input-group-lg > select[multiple].input-group-addon,
.c-wp-post .input-group-lg > textarea.form-control,
.c-wp-post .input-group-lg > textarea.input-group-addon,
.c-wp-post select[multiple].input-lg,
.c-wp-post textarea.input-lg {
  height: auto;
}
.c-wp-post .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.c-wp-post .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.c-wp-post .form-group-lg select[multiple].form-control,
.c-wp-post .form-group-lg textarea.form-control {
  height: auto;
}
.c-wp-post .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.c-wp-post .has-feedback {
  position: relative;
}
.c-wp-post .has-feedback .form-control {
  padding-right: 46.25px;
}
.c-wp-post .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.c-wp-post .input-group-lg > .form-control + .form-control-feedback,
.c-wp-post .input-group-lg > .input-group-addon + .form-control-feedback,
.c-wp-post .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.c-wp-post .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.c-wp-post .input-group-sm > .form-control + .form-control-feedback,
.c-wp-post .input-group-sm > .input-group-addon + .form-control-feedback,
.c-wp-post .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.c-wp-post .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.c-wp-post .has-success .checkbox,
.c-wp-post .has-success .checkbox-inline,
.c-wp-post .has-success.checkbox-inline label,
.c-wp-post .has-success.checkbox label,
.c-wp-post .has-success .control-label,
.c-wp-post .has-success .help-block,
.c-wp-post .has-success .radio,
.c-wp-post .has-success .radio-inline,
.c-wp-post .has-success.radio-inline label,
.c-wp-post .has-success.radio label {
  color: #3c763d;
}
.c-wp-post .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.c-wp-post .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.c-wp-post .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.c-wp-post .has-success .form-control-feedback {
  color: #3c763d;
}
.c-wp-post .has-warning .checkbox,
.c-wp-post .has-warning .checkbox-inline,
.c-wp-post .has-warning.checkbox-inline label,
.c-wp-post .has-warning.checkbox label,
.c-wp-post .has-warning .control-label,
.c-wp-post .has-warning .help-block,
.c-wp-post .has-warning .radio,
.c-wp-post .has-warning .radio-inline,
.c-wp-post .has-warning.radio-inline label,
.c-wp-post .has-warning.radio label {
  color: #8a6d3b;
}
.c-wp-post .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.c-wp-post .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.c-wp-post .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.c-wp-post .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.c-wp-post .has-error .checkbox,
.c-wp-post .has-error .checkbox-inline,
.c-wp-post .has-error.checkbox-inline label,
.c-wp-post .has-error.checkbox label,
.c-wp-post .has-error .control-label,
.c-wp-post .has-error .help-block,
.c-wp-post .has-error .radio,
.c-wp-post .has-error .radio-inline,
.c-wp-post .has-error.radio-inline label,
.c-wp-post .has-error.radio label {
  color: #a94442;
}
.c-wp-post .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.c-wp-post .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.c-wp-post .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.c-wp-post .has-error .form-control-feedback {
  color: #a94442;
}
.c-wp-post .has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.c-wp-post .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.c-wp-post .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .c-wp-post .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .c-wp-post .form-inline .form-control-static {
    display: inline-block;
  }
  .c-wp-post .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .c-wp-post .form-inline .input-group .form-control,
  .c-wp-post .form-inline .input-group .input-group-addon,
  .c-wp-post .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .c-wp-post .form-inline .input-group > .form-control {
    width: 100%;
  }
  .c-wp-post .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .form-inline .checkbox,
  .c-wp-post .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .form-inline .checkbox label,
  .c-wp-post .form-inline .radio label {
    padding-left: 0;
  }
  .c-wp-post .form-inline .checkbox input[type=checkbox],
  .c-wp-post .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .c-wp-post .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.c-wp-post .form-horizontal .checkbox,
.c-wp-post .form-horizontal .checkbox-inline,
.c-wp-post .form-horizontal .radio,
.c-wp-post .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.c-wp-post .form-horizontal .checkbox,
.c-wp-post .form-horizontal .radio {
  min-height: 30px;
}
.c-wp-post .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.c-wp-post .form-horizontal .form-group:after,
.c-wp-post .form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.c-wp-post .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .c-wp-post .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.c-wp-post .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .c-wp-post .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .c-wp-post .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.c-wp-post .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-wp-post .btn.active.focus,
.c-wp-post .btn.active:focus,
.c-wp-post .btn.focus,
.c-wp-post .btn:active.focus,
.c-wp-post .btn:active:focus,
.c-wp-post .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.c-wp-post .btn.focus,
.c-wp-post .btn:focus,
.c-wp-post .btn:hover {
  color: #333;
  text-decoration: none;
}
.c-wp-post .btn.active,
.c-wp-post .btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.c-wp-post .btn.disabled,
.c-wp-post .btn[disabled],
.c-wp-post fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.c-wp-post .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.c-wp-post .btn-default.active,
.c-wp-post .btn-default.focus,
.c-wp-post .btn-default:active,
.c-wp-post .btn-default:focus,
.c-wp-post .btn-default:hover,
.c-wp-post .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.c-wp-post .btn-default.active,
.c-wp-post .btn-default:active,
.c-wp-post .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-default.disabled,
.c-wp-post .btn-default.disabled.active,
.c-wp-post .btn-default.disabled.focus,
.c-wp-post .btn-default.disabled:active,
.c-wp-post .btn-default.disabled:focus,
.c-wp-post .btn-default.disabled:hover,
.c-wp-post .btn-default[disabled],
.c-wp-post .btn-default[disabled].active,
.c-wp-post .btn-default[disabled].focus,
.c-wp-post .btn-default[disabled]:active,
.c-wp-post .btn-default[disabled]:focus,
.c-wp-post .btn-default[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-default,
.c-wp-post fieldset[disabled] .btn-default.active,
.c-wp-post fieldset[disabled] .btn-default.focus,
.c-wp-post fieldset[disabled] .btn-default:active,
.c-wp-post fieldset[disabled] .btn-default:focus,
.c-wp-post fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.c-wp-post .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.c-wp-post .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.c-wp-post .btn-primary.active,
.c-wp-post .btn-primary.focus,
.c-wp-post .btn-primary:active,
.c-wp-post .btn-primary:focus,
.c-wp-post .btn-primary:hover,
.c-wp-post .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.c-wp-post .btn-primary.active,
.c-wp-post .btn-primary:active,
.c-wp-post .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-primary.disabled,
.c-wp-post .btn-primary.disabled.active,
.c-wp-post .btn-primary.disabled.focus,
.c-wp-post .btn-primary.disabled:active,
.c-wp-post .btn-primary.disabled:focus,
.c-wp-post .btn-primary.disabled:hover,
.c-wp-post .btn-primary[disabled],
.c-wp-post .btn-primary[disabled].active,
.c-wp-post .btn-primary[disabled].focus,
.c-wp-post .btn-primary[disabled]:active,
.c-wp-post .btn-primary[disabled]:focus,
.c-wp-post .btn-primary[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-primary,
.c-wp-post fieldset[disabled] .btn-primary.active,
.c-wp-post fieldset[disabled] .btn-primary.focus,
.c-wp-post fieldset[disabled] .btn-primary:active,
.c-wp-post fieldset[disabled] .btn-primary:focus,
.c-wp-post fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.c-wp-post .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.c-wp-post .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.c-wp-post .btn-success.active,
.c-wp-post .btn-success.focus,
.c-wp-post .btn-success:active,
.c-wp-post .btn-success:focus,
.c-wp-post .btn-success:hover,
.c-wp-post .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.c-wp-post .btn-success.active,
.c-wp-post .btn-success:active,
.c-wp-post .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-success.disabled,
.c-wp-post .btn-success.disabled.active,
.c-wp-post .btn-success.disabled.focus,
.c-wp-post .btn-success.disabled:active,
.c-wp-post .btn-success.disabled:focus,
.c-wp-post .btn-success.disabled:hover,
.c-wp-post .btn-success[disabled],
.c-wp-post .btn-success[disabled].active,
.c-wp-post .btn-success[disabled].focus,
.c-wp-post .btn-success[disabled]:active,
.c-wp-post .btn-success[disabled]:focus,
.c-wp-post .btn-success[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-success,
.c-wp-post fieldset[disabled] .btn-success.active,
.c-wp-post fieldset[disabled] .btn-success.focus,
.c-wp-post fieldset[disabled] .btn-success:active,
.c-wp-post fieldset[disabled] .btn-success:focus,
.c-wp-post fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.c-wp-post .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.c-wp-post .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.c-wp-post .btn-info.active,
.c-wp-post .btn-info.focus,
.c-wp-post .btn-info:active,
.c-wp-post .btn-info:focus,
.c-wp-post .btn-info:hover,
.c-wp-post .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.c-wp-post .btn-info.active,
.c-wp-post .btn-info:active,
.c-wp-post .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-info.disabled,
.c-wp-post .btn-info.disabled.active,
.c-wp-post .btn-info.disabled.focus,
.c-wp-post .btn-info.disabled:active,
.c-wp-post .btn-info.disabled:focus,
.c-wp-post .btn-info.disabled:hover,
.c-wp-post .btn-info[disabled],
.c-wp-post .btn-info[disabled].active,
.c-wp-post .btn-info[disabled].focus,
.c-wp-post .btn-info[disabled]:active,
.c-wp-post .btn-info[disabled]:focus,
.c-wp-post .btn-info[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-info,
.c-wp-post fieldset[disabled] .btn-info.active,
.c-wp-post fieldset[disabled] .btn-info.focus,
.c-wp-post fieldset[disabled] .btn-info:active,
.c-wp-post fieldset[disabled] .btn-info:focus,
.c-wp-post fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.c-wp-post .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.c-wp-post .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.c-wp-post .btn-warning.active,
.c-wp-post .btn-warning.focus,
.c-wp-post .btn-warning:active,
.c-wp-post .btn-warning:focus,
.c-wp-post .btn-warning:hover,
.c-wp-post .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.c-wp-post .btn-warning.active,
.c-wp-post .btn-warning:active,
.c-wp-post .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-warning.disabled,
.c-wp-post .btn-warning.disabled.active,
.c-wp-post .btn-warning.disabled.focus,
.c-wp-post .btn-warning.disabled:active,
.c-wp-post .btn-warning.disabled:focus,
.c-wp-post .btn-warning.disabled:hover,
.c-wp-post .btn-warning[disabled],
.c-wp-post .btn-warning[disabled].active,
.c-wp-post .btn-warning[disabled].focus,
.c-wp-post .btn-warning[disabled]:active,
.c-wp-post .btn-warning[disabled]:focus,
.c-wp-post .btn-warning[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-warning,
.c-wp-post fieldset[disabled] .btn-warning.active,
.c-wp-post fieldset[disabled] .btn-warning.focus,
.c-wp-post fieldset[disabled] .btn-warning:active,
.c-wp-post fieldset[disabled] .btn-warning:focus,
.c-wp-post fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.c-wp-post .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.c-wp-post .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.c-wp-post .btn-danger.active,
.c-wp-post .btn-danger.focus,
.c-wp-post .btn-danger:active,
.c-wp-post .btn-danger:focus,
.c-wp-post .btn-danger:hover,
.c-wp-post .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.c-wp-post .btn-danger.active,
.c-wp-post .btn-danger:active,
.c-wp-post .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.c-wp-post .btn-danger.disabled,
.c-wp-post .btn-danger.disabled.active,
.c-wp-post .btn-danger.disabled.focus,
.c-wp-post .btn-danger.disabled:active,
.c-wp-post .btn-danger.disabled:focus,
.c-wp-post .btn-danger.disabled:hover,
.c-wp-post .btn-danger[disabled],
.c-wp-post .btn-danger[disabled].active,
.c-wp-post .btn-danger[disabled].focus,
.c-wp-post .btn-danger[disabled]:active,
.c-wp-post .btn-danger[disabled]:focus,
.c-wp-post .btn-danger[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-danger,
.c-wp-post fieldset[disabled] .btn-danger.active,
.c-wp-post fieldset[disabled] .btn-danger.focus,
.c-wp-post fieldset[disabled] .btn-danger:active,
.c-wp-post fieldset[disabled] .btn-danger:focus,
.c-wp-post fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.c-wp-post .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.c-wp-post .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.c-wp-post .btn-link,
.c-wp-post .btn-link.active,
.c-wp-post .btn-link:active,
.c-wp-post .btn-link[disabled],
.c-wp-post fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.c-wp-post .btn-link,
.c-wp-post .btn-link:active,
.c-wp-post .btn-link:focus,
.c-wp-post .btn-link:hover {
  border-color: transparent;
}
.c-wp-post .btn-link:focus,
.c-wp-post .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.c-wp-post .btn-link[disabled]:focus,
.c-wp-post .btn-link[disabled]:hover,
.c-wp-post fieldset[disabled] .btn-link:focus,
.c-wp-post fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.c-wp-post .btn-group-lg > .btn,
.c-wp-post .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.c-wp-post .btn-group-sm > .btn,
.c-wp-post .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.c-wp-post .btn-group-xs > .btn,
.c-wp-post .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.c-wp-post .btn-block {
  display: block;
  width: 100%;
}
.c-wp-post .btn-block + .btn-block {
  margin-top: 5px;
}
.c-wp-post input[type=button].btn-block,
.c-wp-post input[type=reset].btn-block,
.c-wp-post input[type=submit].btn-block {
  width: 100%;
}
.c-wp-post .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.c-wp-post .fade.in {
  opacity: 1;
}
.c-wp-post .collapse {
  display: none;
  visibility: hidden;
}
.c-wp-post .collapse.in {
  display: block;
  visibility: visible;
}
.c-wp-post tr.collapse.in {
  display: table-row;
}
.c-wp-post tbody.collapse.in {
  display: table-row-group;
}
.c-wp-post .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.c-wp-post .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.c-wp-post .dropdown,
.c-wp-post .dropup {
  position: relative;
}
.c-wp-post .dropdown-toggle:focus {
  outline: 0;
}
.c-wp-post .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.c-wp-post .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.c-wp-post .dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.c-wp-post .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  white-space: nowrap;
}
.c-wp-post .dropdown-menu > li > a:focus,
.c-wp-post .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.c-wp-post .dropdown-menu > .active > a,
.c-wp-post .dropdown-menu > .active > a:focus,
.c-wp-post .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.c-wp-post .dropdown-menu > .disabled > a,
.c-wp-post .dropdown-menu > .disabled > a:focus,
.c-wp-post .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.c-wp-post .dropdown-menu > .disabled > a:focus,
.c-wp-post .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.c-wp-post .open > .dropdown-menu {
  display: block;
}
.c-wp-post .open > a {
  outline: 0;
}
.c-wp-post .dropdown-menu-right {
  left: auto;
  right: 0;
}
.c-wp-post .dropdown-menu-left {
  left: 0;
  right: auto;
}
.c-wp-post .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  white-space: nowrap;
}
.c-wp-post .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.c-wp-post .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.c-wp-post .dropup .caret,
.c-wp-post .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.c-wp-post .dropup .dropdown-menu,
.c-wp-post .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .c-wp-post .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.c-wp-post .btn-group,
.c-wp-post .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.c-wp-post .btn-group-vertical > .btn,
.c-wp-post .btn-group > .btn {
  position: relative;
  float: left;
}
.c-wp-post .btn-group-vertical > .btn.active,
.c-wp-post .btn-group-vertical > .btn:active,
.c-wp-post .btn-group-vertical > .btn:focus,
.c-wp-post .btn-group-vertical > .btn:hover,
.c-wp-post .btn-group > .btn.active,
.c-wp-post .btn-group > .btn:active,
.c-wp-post .btn-group > .btn:focus,
.c-wp-post .btn-group > .btn:hover {
  z-index: 2;
}
.c-wp-post .btn-group .btn + .btn,
.c-wp-post .btn-group .btn + .btn-group,
.c-wp-post .btn-group .btn-group + .btn,
.c-wp-post .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.c-wp-post .btn-toolbar {
  margin-left: -5px;
}
.c-wp-post .btn-toolbar:after,
.c-wp-post .btn-toolbar:before {
  content: " ";
  display: table;
}
.c-wp-post .btn-toolbar:after {
  clear: both;
}
.c-wp-post .btn-toolbar .btn-group,
.c-wp-post .btn-toolbar .input-group {
  float: left;
}
.c-wp-post .btn-toolbar > .btn,
.c-wp-post .btn-toolbar > .btn-group,
.c-wp-post .btn-toolbar > .input-group {
  margin-left: 5px;
}
.c-wp-post .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.c-wp-post .btn-group > .btn:first-child {
  margin-left: 0;
}
.c-wp-post .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.c-wp-post .btn-group > .btn:last-child:not(:first-child),
.c-wp-post .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .btn-group > .btn-group {
  float: left;
}
.c-wp-post .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.c-wp-post .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.c-wp-post .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.c-wp-post .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .btn-group .dropdown-toggle:active,
.c-wp-post .btn-group.open .dropdown-toggle {
  outline: 0;
}
.c-wp-post .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.c-wp-post .btn-group-lg.btn-group > .btn + .dropdown-toggle,
.c-wp-post .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.c-wp-post .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.c-wp-post .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.c-wp-post .btn .caret {
  margin-left: 0;
}
.c-wp-post .btn-group-lg > .btn .caret,
.c-wp-post .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.c-wp-post .dropup .btn-group-lg > .btn .caret,
.c-wp-post .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.c-wp-post .btn-group-vertical > .btn,
.c-wp-post .btn-group-vertical > .btn-group,
.c-wp-post .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.c-wp-post .btn-group-vertical > .btn-group:after,
.c-wp-post .btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.c-wp-post .btn-group-vertical > .btn-group:after {
  clear: both;
}
.c-wp-post .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.c-wp-post .btn-group-vertical > .btn + .btn,
.c-wp-post .btn-group-vertical > .btn + .btn-group,
.c-wp-post .btn-group-vertical > .btn-group + .btn,
.c-wp-post .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.c-wp-post .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-wp-post .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-wp-post .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.c-wp-post .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.c-wp-post .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-wp-post .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.c-wp-post .btn-group-justified > .btn,
.c-wp-post .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.c-wp-post .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.c-wp-post .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.c-wp-post [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.c-wp-post [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.c-wp-post [data-toggle=buttons] > .btn input[type=checkbox],
.c-wp-post [data-toggle=buttons] > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.c-wp-post .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.c-wp-post .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.c-wp-post .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.c-wp-post .input-group-addon,
.c-wp-post .input-group-btn,
.c-wp-post .input-group .form-control {
  display: table-cell;
}
.c-wp-post .input-group-addon:not(:first-child):not(:last-child),
.c-wp-post .input-group-btn:not(:first-child):not(:last-child),
.c-wp-post .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-wp-post .input-group-addon,
.c-wp-post .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.c-wp-post .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-wp-post .input-group-addon.input-sm,
.c-wp-post .input-group-sm > .input-group-addon,
.c-wp-post .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.c-wp-post .input-group-addon.input-lg,
.c-wp-post .input-group-lg > .input-group-addon,
.c-wp-post .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.c-wp-post .input-group-addon input[type=checkbox],
.c-wp-post .input-group-addon input[type=radio] {
  margin-top: 0;
}
.c-wp-post .input-group-addon:first-child,
.c-wp-post .input-group-btn:first-child > .btn,
.c-wp-post .input-group-btn:first-child > .btn-group > .btn,
.c-wp-post .input-group-btn:first-child > .dropdown-toggle,
.c-wp-post .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.c-wp-post .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.c-wp-post .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.c-wp-post .input-group-addon:first-child {
  border-right: 0;
}
.c-wp-post .input-group-addon:last-child,
.c-wp-post .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.c-wp-post .input-group-btn:first-child > .btn:not(:first-child),
.c-wp-post .input-group-btn:last-child > .btn,
.c-wp-post .input-group-btn:last-child > .btn-group > .btn,
.c-wp-post .input-group-btn:last-child > .dropdown-toggle,
.c-wp-post .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .input-group-addon:last-child {
  border-left: 0;
}
.c-wp-post .input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.c-wp-post .input-group-btn,
.c-wp-post .input-group-btn > .btn {
  position: relative;
}
.c-wp-post .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.c-wp-post .input-group-btn > .btn:active,
.c-wp-post .input-group-btn > .btn:focus,
.c-wp-post .input-group-btn > .btn:hover {
  z-index: 2;
}
.c-wp-post .input-group-btn:first-child > .btn,
.c-wp-post .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.c-wp-post .input-group-btn:last-child > .btn,
.c-wp-post .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.c-wp-post .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-wp-post .nav:after,
.c-wp-post .nav:before {
  content: " ";
  display: table;
}
.c-wp-post .nav:after {
  clear: both;
}
.c-wp-post .nav > li,
.c-wp-post .nav > li > a {
  position: relative;
  display: block;
}
.c-wp-post .nav > li > a {
  padding: 10px 15px;
}
.c-wp-post .nav > li > a:focus,
.c-wp-post .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.c-wp-post .nav > li.disabled > a {
  color: #777;
}
.c-wp-post .nav > li.disabled > a:focus,
.c-wp-post .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.c-wp-post .nav .open > a,
.c-wp-post .nav .open > a:focus,
.c-wp-post .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.c-wp-post .nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.c-wp-post .nav > li > a > img {
  max-width: none;
}
.c-wp-post .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.c-wp-post .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.c-wp-post .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.c-wp-post .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.c-wp-post .nav-tabs > li.active > a,
.c-wp-post .nav-tabs > li.active > a:focus,
.c-wp-post .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.c-wp-post .nav-pills > li {
  float: left;
}
.c-wp-post .nav-pills > li > a {
  border-radius: 4px;
}
.c-wp-post .nav-pills > li + li {
  margin-left: 2px;
}
.c-wp-post .nav-pills > li.active > a,
.c-wp-post .nav-pills > li.active > a:focus,
.c-wp-post .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.c-wp-post .nav-stacked > li {
  float: none;
}
.c-wp-post .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.c-wp-post .nav-justified,
.c-wp-post .nav-tabs.nav-justified {
  width: 100%;
}
.c-wp-post .nav-justified > li,
.c-wp-post .nav-tabs.nav-justified > li {
  float: none;
}
.c-wp-post .nav-justified > li > a,
.c-wp-post .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.c-wp-post .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .c-wp-post .nav-justified > li,
  .c-wp-post .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .c-wp-post .nav-justified > li > a,
  .c-wp-post .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.c-wp-post .nav-tabs-justified,
.c-wp-post .nav-tabs.nav-justified {
  border-bottom: 0;
}
.c-wp-post .nav-tabs-justified > li > a,
.c-wp-post .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.c-wp-post .nav-tabs-justified > .active > a,
.c-wp-post .nav-tabs-justified > .active > a:focus,
.c-wp-post .nav-tabs-justified > .active > a:hover,
.c-wp-post .nav-tabs.nav-justified > .active > a,
.c-wp-post .nav-tabs.nav-justified > .active > a:focus,
.c-wp-post .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .c-wp-post .nav-tabs-justified > li > a,
  .c-wp-post .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .c-wp-post .nav-tabs-justified > .active > a,
  .c-wp-post .nav-tabs-justified > .active > a:focus,
  .c-wp-post .nav-tabs-justified > .active > a:hover,
  .c-wp-post .nav-tabs.nav-justified > .active > a,
  .c-wp-post .nav-tabs.nav-justified > .active > a:focus,
  .c-wp-post .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.c-wp-post .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.c-wp-post .tab-content > .active {
  display: block;
  visibility: visible;
}
.c-wp-post .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
.c-wp-post .navbar:after,
.c-wp-post .navbar:before {
  content: " ";
  display: table;
}
.c-wp-post .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .c-wp-post .navbar {
    border-radius: 4px;
  }
}
.c-wp-post .navbar-header:after,
.c-wp-post .navbar-header:before {
  content: " ";
  display: table;
}
.c-wp-post .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-header {
    float: left;
  }
}
.c-wp-post .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}
.c-wp-post .navbar-collapse:after,
.c-wp-post .navbar-collapse:before {
  content: " ";
  display: table;
}
.c-wp-post .navbar-collapse:after {
  clear: both;
}
.c-wp-post .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .c-wp-post .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .c-wp-post .navbar-collapse.in {
    overflow-y: visible;
  }
  .c-wp-post .navbar-fixed-bottom .navbar-collapse,
  .c-wp-post .navbar-fixed-top .navbar-collapse,
  .c-wp-post .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-wp-post .navbar-fixed-bottom .navbar-collapse,
.c-wp-post .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .c-wp-post .navbar-fixed-bottom .navbar-collapse,
  .c-wp-post .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.c-wp-post .container-fluid > .navbar-collapse,
.c-wp-post .container-fluid > .navbar-header,
.c-wp-post .container > .navbar-collapse,
.c-wp-post .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .c-wp-post .container-fluid > .navbar-collapse,
  .c-wp-post .container-fluid > .navbar-header,
  .c-wp-post .container > .navbar-collapse,
  .c-wp-post .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-wp-post .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-static-top {
    border-radius: 0;
  }
}
.c-wp-post .navbar-fixed-bottom,
.c-wp-post .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-fixed-bottom,
  .c-wp-post .navbar-fixed-top {
    border-radius: 0;
  }
}
.c-wp-post .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.c-wp-post .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.c-wp-post .navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
  height: 50px;
}
.c-wp-post .navbar-brand:focus,
.c-wp-post .navbar-brand:hover {
  text-decoration: none;
}
.c-wp-post .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .c-wp-post .navbar > .container-fluid .navbar-brand,
  .c-wp-post .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.c-wp-post .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.c-wp-post .navbar-toggle:focus {
  outline: 0;
}
.c-wp-post .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.c-wp-post .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-toggle {
    display: none;
  }
}
.c-wp-post .navbar-nav {
  margin: 6.75px -15px;
}
.c-wp-post .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .c-wp-post .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .c-wp-post .navbar-nav .open .dropdown-menu .dropdown-header,
  .c-wp-post .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .c-wp-post .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .c-wp-post .navbar-nav .open .dropdown-menu > li > a:focus,
  .c-wp-post .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .c-wp-post .navbar-nav {
    float: left;
    margin: 0;
  }
  .c-wp-post .navbar-nav > li {
    float: left;
  }
  .c-wp-post .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
.c-wp-post .navbar-form {
  margin: 6.5px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
  .c-wp-post .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .c-wp-post .navbar-form .form-control-static {
    display: inline-block;
  }
  .c-wp-post .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .c-wp-post .navbar-form .input-group .form-control,
  .c-wp-post .navbar-form .input-group .input-group-addon,
  .c-wp-post .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .c-wp-post .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .c-wp-post .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .navbar-form .checkbox,
  .c-wp-post .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .c-wp-post .navbar-form .checkbox label,
  .c-wp-post .navbar-form .radio label {
    padding-left: 0;
  }
  .c-wp-post .navbar-form .checkbox input[type=checkbox],
  .c-wp-post .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .c-wp-post .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .c-wp-post .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .c-wp-post .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-wp-post .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.c-wp-post .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-wp-post .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-wp-post .navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.c-wp-post .btn-group-sm > .navbar-btn.btn,
.c-wp-post .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-wp-post .btn-group-xs > .navbar-btn.btn,
.c-wp-post .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.c-wp-post .navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .c-wp-post .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .c-wp-post .navbar-left {
    float: left !important;
  }
  .c-wp-post .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .c-wp-post .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.c-wp-post .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.c-wp-post .navbar-default .navbar-brand {
  color: #777;
}
.c-wp-post .navbar-default .navbar-brand:focus,
.c-wp-post .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.c-wp-post .navbar-default .navbar-nav > li > a,
.c-wp-post .navbar-default .navbar-text {
  color: #777;
}
.c-wp-post .navbar-default .navbar-nav > li > a:focus,
.c-wp-post .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.c-wp-post .navbar-default .navbar-nav > .active > a,
.c-wp-post .navbar-default .navbar-nav > .active > a:focus,
.c-wp-post .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.c-wp-post .navbar-default .navbar-nav > .disabled > a,
.c-wp-post .navbar-default .navbar-nav > .disabled > a:focus,
.c-wp-post .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.c-wp-post .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.c-wp-post .navbar-default .navbar-toggle:focus,
.c-wp-post .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.c-wp-post .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.c-wp-post .navbar-default .navbar-collapse,
.c-wp-post .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.c-wp-post .navbar-default .navbar-nav > .open > a,
.c-wp-post .navbar-default .navbar-nav > .open > a:focus,
.c-wp-post .navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .c-wp-post .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.c-wp-post .navbar-default .navbar-link {
  color: #777;
}
.c-wp-post .navbar-default .navbar-link:hover {
  color: #333;
}
.c-wp-post .navbar-default .btn-link {
  color: #777;
}
.c-wp-post .navbar-default .btn-link:focus,
.c-wp-post .navbar-default .btn-link:hover {
  color: #333;
}
.c-wp-post .navbar-default .btn-link[disabled]:focus,
.c-wp-post .navbar-default .btn-link[disabled]:hover,
.c-wp-post fieldset[disabled] .navbar-default .btn-link:focus,
.c-wp-post fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.c-wp-post .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.c-wp-post .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.c-wp-post .navbar-inverse .navbar-brand:focus,
.c-wp-post .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.c-wp-post .navbar-inverse .navbar-nav > li > a,
.c-wp-post .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.c-wp-post .navbar-inverse .navbar-nav > li > a:focus,
.c-wp-post .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.c-wp-post .navbar-inverse .navbar-nav > .active > a,
.c-wp-post .navbar-inverse .navbar-nav > .active > a:focus,
.c-wp-post .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.c-wp-post .navbar-inverse .navbar-nav > .disabled > a,
.c-wp-post .navbar-inverse .navbar-nav > .disabled > a:focus,
.c-wp-post .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.c-wp-post .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.c-wp-post .navbar-inverse .navbar-toggle:focus,
.c-wp-post .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.c-wp-post .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.c-wp-post .navbar-inverse .navbar-collapse,
.c-wp-post .navbar-inverse .navbar-form {
  border-color: #101010;
}
.c-wp-post .navbar-inverse .navbar-nav > .open > a,
.c-wp-post .navbar-inverse .navbar-nav > .open > a:focus,
.c-wp-post .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .c-wp-post .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.c-wp-post .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.c-wp-post .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.c-wp-post .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.c-wp-post .navbar-inverse .btn-link:focus,
.c-wp-post .navbar-inverse .btn-link:hover {
  color: #fff;
}
.c-wp-post .navbar-inverse .btn-link[disabled]:focus,
.c-wp-post .navbar-inverse .btn-link[disabled]:hover,
.c-wp-post fieldset[disabled] .navbar-inverse .btn-link:focus,
.c-wp-post fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.c-wp-post .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.c-wp-post .breadcrumb > li {
  display: inline-block;
}
.c-wp-post .breadcrumb > li + li:before {
  content: / ;
  padding: 0 5px;
  color: #ccc;
}
.c-wp-post .breadcrumb > .active {
  color: #777;
}
.c-wp-post .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.c-wp-post .pagination > li {
  display: inline;
}
.c-wp-post .pagination > li > a,
.c-wp-post .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.c-wp-post .pagination > li:first-child > a,
.c-wp-post .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.c-wp-post .pagination > li:last-child > a,
.c-wp-post .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.c-wp-post .pagination > li > a:focus,
.c-wp-post .pagination > li > a:hover,
.c-wp-post .pagination > li > span:focus,
.c-wp-post .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.c-wp-post .pagination > .active > a,
.c-wp-post .pagination > .active > a:focus,
.c-wp-post .pagination > .active > a:hover,
.c-wp-post .pagination > .active > span,
.c-wp-post .pagination > .active > span:focus,
.c-wp-post .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.c-wp-post .pagination > .disabled > a,
.c-wp-post .pagination > .disabled > a:focus,
.c-wp-post .pagination > .disabled > a:hover,
.c-wp-post .pagination > .disabled > span,
.c-wp-post .pagination > .disabled > span:focus,
.c-wp-post .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.c-wp-post .pagination-lg > li > a,
.c-wp-post .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.c-wp-post .pagination-lg > li:first-child > a,
.c-wp-post .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.c-wp-post .pagination-lg > li:last-child > a,
.c-wp-post .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.c-wp-post .pagination-sm > li > a,
.c-wp-post .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.c-wp-post .pagination-sm > li:first-child > a,
.c-wp-post .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.c-wp-post .pagination-sm > li:last-child > a,
.c-wp-post .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.c-wp-post .pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.c-wp-post .pager:after,
.c-wp-post .pager:before {
  content: " ";
  display: table;
}
.c-wp-post .pager:after {
  clear: both;
}
.c-wp-post .pager li {
  display: inline;
}
.c-wp-post .pager li > a,
.c-wp-post .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.c-wp-post .pager li > a:focus,
.c-wp-post .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.c-wp-post .pager .next > a,
.c-wp-post .pager .next > span {
  float: right;
}
.c-wp-post .pager .previous > a,
.c-wp-post .pager .previous > span {
  float: left;
}
.c-wp-post .pager .disabled > a,
.c-wp-post .pager .disabled > a:focus,
.c-wp-post .pager .disabled > a:hover,
.c-wp-post .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.c-wp-post .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.c-wp-post .label:empty {
  display: none;
}
.c-wp-post .btn .label {
  position: relative;
  top: -1px;
}
.c-wp-post a.label:focus,
.c-wp-post a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c-wp-post .label-default {
  background-color: #777;
}
.c-wp-post .label-default[href]:focus,
.c-wp-post .label-default[href]:hover {
  background-color: #5e5e5e;
}
.c-wp-post .label-primary {
  background-color: #337ab7;
}
.c-wp-post .label-primary[href]:focus,
.c-wp-post .label-primary[href]:hover {
  background-color: #286090;
}
.c-wp-post .label-success {
  background-color: #5cb85c;
}
.c-wp-post .label-success[href]:focus,
.c-wp-post .label-success[href]:hover {
  background-color: #449d44;
}
.c-wp-post .label-info {
  background-color: #5bc0de;
}
.c-wp-post .label-info[href]:focus,
.c-wp-post .label-info[href]:hover {
  background-color: #31b0d5;
}
.c-wp-post .label-warning {
  background-color: #f0ad4e;
}
.c-wp-post .label-warning[href]:focus,
.c-wp-post .label-warning[href]:hover {
  background-color: #ec971f;
}
.c-wp-post .label-danger {
  background-color: #d9534f;
}
.c-wp-post .label-danger[href]:focus,
.c-wp-post .label-danger[href]:hover {
  background-color: #c9302c;
}
.c-wp-post .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.c-wp-post .badge:empty {
  display: none;
}
.c-wp-post .btn .badge {
  position: relative;
  top: -1px;
}
.c-wp-post .btn-group-xs > .btn .badge,
.c-wp-post .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.c-wp-post .list-group-item.active > .badge,
.c-wp-post .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.c-wp-post .list-group-item > .badge {
  float: right;
}
.c-wp-post .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.c-wp-post .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.c-wp-post a.badge:focus,
.c-wp-post a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c-wp-post .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  background-color: #eee;
}
.c-wp-post .jumbotron,
.c-wp-post .jumbotron .h1,
.c-wp-post .jumbotron h1 {
  color: inherit;
}
.c-wp-post .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.c-wp-post .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.c-wp-post .container-fluid .jumbotron,
.c-wp-post .container .jumbotron {
  border-radius: 6px;
}
.c-wp-post .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-wp-post .jumbotron {
    padding: 48px 0;
  }
  .c-wp-post .container-fluid .jumbotron,
  .c-wp-post .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .c-wp-post .jumbotron .h1,
  .c-wp-post .jumbotron h1 {
    font-size: 63px;
  }
}
.c-wp-post .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.c-wp-post .thumbnail > img,
.c-wp-post .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.c-wp-post .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.c-wp-post a.thumbnail.active,
.c-wp-post a.thumbnail:focus,
.c-wp-post a.thumbnail:hover {
  border-color: #337ab7;
}
.c-wp-post .alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.c-wp-post .alert h4 {
  margin-top: 0;
  color: inherit;
}
.c-wp-post .alert .alert-link {
  font-weight: 700;
}
.c-wp-post .alert > p,
.c-wp-post .alert > ul {
  margin-bottom: 0;
}
.c-wp-post .alert > p + p {
  margin-top: 5px;
}
.c-wp-post .alert-dismissable,
.c-wp-post .alert-dismissible {
  padding-right: 35px;
}
.c-wp-post .alert-dismissable .close,
.c-wp-post .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.c-wp-post .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.c-wp-post .alert-success hr {
  border-top-color: #c9e2b3;
}
.c-wp-post .alert-success .alert-link {
  color: #2b542c;
}
.c-wp-post .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.c-wp-post .alert-info hr {
  border-top-color: #a6e1ec;
}
.c-wp-post .alert-info .alert-link {
  color: #245269;
}
.c-wp-post .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.c-wp-post .alert-warning hr {
  border-top-color: #f7e1b5;
}
.c-wp-post .alert-warning .alert-link {
  color: #66512c;
}
.c-wp-post .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.c-wp-post .alert-danger hr {
  border-top-color: #e4b9c0;
}
.c-wp-post .alert-danger .alert-link {
  color: #843534;
}
@keyframes a {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-wp-post .progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.c-wp-post .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.c-wp-post .progress-bar-striped,
.c-wp-post .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 40px 40px;
}
.c-wp-post .progress-bar.active,
.c-wp-post .progress.active .progress-bar {
  animation: a 2s linear infinite;
}
.c-wp-post .progress-bar-success {
  background-color: #5cb85c;
}
.c-wp-post .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.c-wp-post .progress-bar-info {
  background-color: #5bc0de;
}
.c-wp-post .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.c-wp-post .progress-bar-warning {
  background-color: #f0ad4e;
}
.c-wp-post .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.c-wp-post .progress-bar-danger {
  background-color: #d9534f;
}
.c-wp-post .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.c-wp-post .media {
  margin-top: 15px;
}
.c-wp-post .media:first-child {
  margin-top: 0;
}
.c-wp-post .media,
.c-wp-post .media-body {
  zoom: 1;
  overflow: hidden;
}
.c-wp-post .media-body {
  width: 10000px;
}
.c-wp-post .media-object {
  display: block;
}
.c-wp-post .media-right,
.c-wp-post .media > .pull-right {
  padding-left: 10px;
}
.c-wp-post .media-left,
.c-wp-post .media > .pull-left {
  padding-right: 10px;
}
.c-wp-post .media-body,
.c-wp-post .media-left,
.c-wp-post .media-right {
  display: table-cell;
  vertical-align: top;
}
.c-wp-post .media-middle {
  vertical-align: middle;
}
.c-wp-post .media-bottom {
  vertical-align: bottom;
}
.c-wp-post .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.c-wp-post .media-list {
  padding-left: 0;
  list-style: none;
}
.c-wp-post .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.c-wp-post .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.c-wp-post .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.c-wp-post .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.c-wp-post a.list-group-item {
  color: #555;
}
.c-wp-post a.list-group-item .list-group-item-heading {
  color: #333;
}
.c-wp-post a.list-group-item:focus,
.c-wp-post a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.c-wp-post .list-group-item.disabled,
.c-wp-post .list-group-item.disabled:focus,
.c-wp-post .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.c-wp-post .list-group-item.disabled .list-group-item-heading,
.c-wp-post .list-group-item.disabled:focus .list-group-item-heading,
.c-wp-post .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.c-wp-post .list-group-item.disabled .list-group-item-text,
.c-wp-post .list-group-item.disabled:focus .list-group-item-text,
.c-wp-post .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.c-wp-post .list-group-item.active,
.c-wp-post .list-group-item.active:focus,
.c-wp-post .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.c-wp-post .list-group-item.active .list-group-item-heading,
.c-wp-post .list-group-item.active .list-group-item-heading > .small,
.c-wp-post .list-group-item.active .list-group-item-heading > small,
.c-wp-post .list-group-item.active:focus .list-group-item-heading,
.c-wp-post .list-group-item.active:focus .list-group-item-heading > .small,
.c-wp-post .list-group-item.active:focus .list-group-item-heading > small,
.c-wp-post .list-group-item.active:hover .list-group-item-heading,
.c-wp-post .list-group-item.active:hover .list-group-item-heading > .small,
.c-wp-post .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.c-wp-post .list-group-item.active .list-group-item-text,
.c-wp-post .list-group-item.active:focus .list-group-item-text,
.c-wp-post .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.c-wp-post .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.c-wp-post a.list-group-item-success {
  color: #3c763d;
}
.c-wp-post a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.c-wp-post a.list-group-item-success:focus,
.c-wp-post a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.c-wp-post a.list-group-item-success.active,
.c-wp-post a.list-group-item-success.active:focus,
.c-wp-post a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.c-wp-post .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.c-wp-post a.list-group-item-info {
  color: #31708f;
}
.c-wp-post a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.c-wp-post a.list-group-item-info:focus,
.c-wp-post a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.c-wp-post a.list-group-item-info.active,
.c-wp-post a.list-group-item-info.active:focus,
.c-wp-post a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.c-wp-post .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.c-wp-post a.list-group-item-warning {
  color: #8a6d3b;
}
.c-wp-post a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.c-wp-post a.list-group-item-warning:focus,
.c-wp-post a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.c-wp-post a.list-group-item-warning.active,
.c-wp-post a.list-group-item-warning.active:focus,
.c-wp-post a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.c-wp-post .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.c-wp-post a.list-group-item-danger {
  color: #a94442;
}
.c-wp-post a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.c-wp-post a.list-group-item-danger:focus,
.c-wp-post a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.c-wp-post a.list-group-item-danger.active,
.c-wp-post a.list-group-item-danger.active:focus,
.c-wp-post a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.c-wp-post .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.c-wp-post .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.c-wp-post .panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.c-wp-post .panel-body {
  padding: 15px;
}
.c-wp-post .panel-body:after,
.c-wp-post .panel-body:before {
  content: " ";
  display: table;
}
.c-wp-post .panel-body:after {
  clear: both;
}
.c-wp-post .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.c-wp-post .panel-heading > .dropdown .dropdown-toggle,
.c-wp-post .panel-title {
  color: inherit;
}
.c-wp-post .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.c-wp-post .panel-title > .small,
.c-wp-post .panel-title > .small > a,
.c-wp-post .panel-title > a,
.c-wp-post .panel-title > small,
.c-wp-post .panel-title > small > a {
  color: inherit;
}
.c-wp-post .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.c-wp-post .panel > .list-group,
.c-wp-post .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.c-wp-post .panel > .list-group .list-group-item,
.c-wp-post .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.c-wp-post .panel > .list-group:first-child .list-group-item:first-child,
.c-wp-post .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.c-wp-post .panel > .list-group:last-child .list-group-item:last-child,
.c-wp-post .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.c-wp-post .list-group + .panel-footer,
.c-wp-post .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.c-wp-post .panel > .panel-collapse > .table,
.c-wp-post .panel > .table,
.c-wp-post .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.c-wp-post .panel > .panel-collapse > .table caption,
.c-wp-post .panel > .table-responsive > .table caption,
.c-wp-post .panel > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.c-wp-post .panel > .table-responsive:first-child > .table:first-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.c-wp-post .panel > .table:first-child,
.c-wp-post .panel > .table:first-child > tbody:first-child > tr:first-child,
.c-wp-post .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.c-wp-post .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.c-wp-post .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.c-wp-post .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.c-wp-post .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.c-wp-post .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.c-wp-post .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.c-wp-post .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.c-wp-post .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.c-wp-post .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.c-wp-post .panel > .table-responsive:last-child > .table:last-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.c-wp-post .panel > .table:last-child,
.c-wp-post .panel > .table:last-child > tbody:last-child > tr:last-child,
.c-wp-post .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.c-wp-post .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.c-wp-post .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.c-wp-post .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.c-wp-post .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.c-wp-post .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.c-wp-post .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.c-wp-post .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.c-wp-post .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.c-wp-post .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.c-wp-post .panel > .panel-body + .table,
.c-wp-post .panel > .panel-body + .table-responsive,
.c-wp-post .panel > .table + .panel-body,
.c-wp-post .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.c-wp-post .panel > .table > tbody:first-child > tr:first-child td,
.c-wp-post .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.c-wp-post .panel > .table-bordered,
.c-wp-post .panel > .table-responsive > .table-bordered {
  border: 0;
}
.c-wp-post .panel > .table-bordered > tbody > tr > td:first-child,
.c-wp-post .panel > .table-bordered > tbody > tr > th:first-child,
.c-wp-post .panel > .table-bordered > tfoot > tr > td:first-child,
.c-wp-post .panel > .table-bordered > tfoot > tr > th:first-child,
.c-wp-post .panel > .table-bordered > thead > tr > td:first-child,
.c-wp-post .panel > .table-bordered > thead > tr > th:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.c-wp-post .panel > .table-bordered > tbody > tr > td:last-child,
.c-wp-post .panel > .table-bordered > tbody > tr > th:last-child,
.c-wp-post .panel > .table-bordered > tfoot > tr > td:last-child,
.c-wp-post .panel > .table-bordered > tfoot > tr > th:last-child,
.c-wp-post .panel > .table-bordered > thead > tr > td:last-child,
.c-wp-post .panel > .table-bordered > thead > tr > th:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.c-wp-post .panel > .table-bordered > tbody > tr:first-child > td,
.c-wp-post .panel > .table-bordered > tbody > tr:first-child > th,
.c-wp-post .panel > .table-bordered > tbody > tr:last-child > td,
.c-wp-post .panel > .table-bordered > tbody > tr:last-child > th,
.c-wp-post .panel > .table-bordered > tfoot > tr:last-child > td,
.c-wp-post .panel > .table-bordered > tfoot > tr:last-child > th,
.c-wp-post .panel > .table-bordered > thead > tr:first-child > td,
.c-wp-post .panel > .table-bordered > thead > tr:first-child > th,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.c-wp-post .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.c-wp-post .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.c-wp-post .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.c-wp-post .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.c-wp-post .panel-group {
  margin-bottom: 23px;
}
.c-wp-post .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.c-wp-post .panel-group .panel + .panel {
  margin-top: 5px;
}
.c-wp-post .panel-group .panel-heading {
  border-bottom: 0;
}
.c-wp-post .panel-group .panel-heading + .panel-collapse > .list-group,
.c-wp-post .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.c-wp-post .panel-group .panel-footer {
  border-top: 0;
}
.c-wp-post .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.c-wp-post .panel-default {
  border-color: #ddd;
}
.c-wp-post .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.c-wp-post .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.c-wp-post .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.c-wp-post .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.c-wp-post .panel-primary {
  border-color: #337ab7;
}
.c-wp-post .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.c-wp-post .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.c-wp-post .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.c-wp-post .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.c-wp-post .panel-success {
  border-color: #d6e9c6;
}
.c-wp-post .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.c-wp-post .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.c-wp-post .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.c-wp-post .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.c-wp-post .panel-info {
  border-color: #bce8f1;
}
.c-wp-post .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.c-wp-post .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.c-wp-post .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.c-wp-post .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.c-wp-post .panel-warning {
  border-color: #faebcc;
}
.c-wp-post .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.c-wp-post .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.c-wp-post .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.c-wp-post .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.c-wp-post .panel-danger {
  border-color: #ebccd1;
}
.c-wp-post .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.c-wp-post .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.c-wp-post .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.c-wp-post .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.c-wp-post .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.c-wp-post .embed-responsive .embed-responsive-item,
.c-wp-post .embed-responsive embed,
.c-wp-post .embed-responsive iframe,
.c-wp-post .embed-responsive object,
.c-wp-post .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.c-wp-post .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.c-wp-post .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.c-wp-post .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.c-wp-post .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.c-wp-post .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.c-wp-post .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.c-wp-post .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.c-wp-post .close:focus,
.c-wp-post .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c-wp-post button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.c-wp-post .modal,
.c-wp-post .modal-open {
  overflow: hidden;
}
.c-wp-post .modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.c-wp-post .modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}
.c-wp-post .modal.in .modal-dialog {
  transform: translate(0);
}
.c-wp-post .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.c-wp-post .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.c-wp-post .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.c-wp-post .modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.c-wp-post .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.c-wp-post .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c-wp-post .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.7px;
}
.c-wp-post .modal-header .close {
  margin-top: -2px;
}
.c-wp-post .modal-title {
  margin: 0;
  line-height: 1.7;
}
.c-wp-post .modal-body {
  position: relative;
  padding: 15px;
}
.c-wp-post .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.c-wp-post .modal-footer:after,
.c-wp-post .modal-footer:before {
  content: " ";
  display: table;
}
.c-wp-post .modal-footer:after {
  clear: both;
}
.c-wp-post .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.c-wp-post .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.c-wp-post .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.c-wp-post .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .c-wp-post .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .c-wp-post .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .c-wp-post .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .c-wp-post .modal-lg {
    width: 900px;
  }
}
.c-wp-post .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c-wp-post .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-wp-post .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.c-wp-post .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.c-wp-post .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.c-wp-post .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.c-wp-post .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.c-wp-post .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.c-wp-post .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.c-wp-post .tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.c-wp-post .tooltip.top-left .tooltip-arrow,
.c-wp-post .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.c-wp-post .tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.c-wp-post .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.c-wp-post .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.c-wp-post .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.c-wp-post .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.c-wp-post .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.c-wp-post .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.c-wp-post .popover.top {
  margin-top: -10px;
}
.c-wp-post .popover.right {
  margin-left: 10px;
}
.c-wp-post .popover.bottom {
  margin-top: 10px;
}
.c-wp-post .popover.left {
  margin-left: -10px;
}
.c-wp-post .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.c-wp-post .popover-content {
  padding: 9px 14px;
}
.c-wp-post .popover > .arrow,
.c-wp-post .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.c-wp-post .popover > .arrow {
  border-width: 11px;
}
.c-wp-post .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.c-wp-post .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.c-wp-post .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.c-wp-post .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.c-wp-post .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.c-wp-post .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.c-wp-post .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.c-wp-post .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.c-wp-post .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.c-wp-post .carousel,
.c-wp-post .carousel-inner {
  position: relative;
}
.c-wp-post .carousel-inner {
  overflow: hidden;
  width: 100%;
}
.c-wp-post .carousel-inner > .item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out;
}
.c-wp-post .carousel-inner > .item > a > img,
.c-wp-post .carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .c-wp-post .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .c-wp-post .carousel-inner > .item.active.right,
  .c-wp-post .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .c-wp-post .carousel-inner > .item.active.left,
  .c-wp-post .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .c-wp-post .carousel-inner > .item.active,
  .c-wp-post .carousel-inner > .item.next.left,
  .c-wp-post .carousel-inner > .item.prev.right {
    transform: translateZ(0);
    left: 0;
  }
}
.c-wp-post .carousel-inner > .active,
.c-wp-post .carousel-inner > .next,
.c-wp-post .carousel-inner > .prev {
  display: block;
}
.c-wp-post .carousel-inner > .active {
  left: 0;
}
.c-wp-post .carousel-inner > .next,
.c-wp-post .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.c-wp-post .carousel-inner > .next {
  left: 100%;
}
.c-wp-post .carousel-inner > .prev {
  left: -100%;
}
.c-wp-post .carousel-inner > .next.left,
.c-wp-post .carousel-inner > .prev.right {
  left: 0;
}
.c-wp-post .carousel-inner > .active.left {
  left: -100%;
}
.c-wp-post .carousel-inner > .active.right {
  left: 100%;
}
.c-wp-post .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.c-wp-post .carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.c-wp-post .carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.c-wp-post .carousel-control:focus,
.c-wp-post .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-wp-post .carousel-control .glyphicon-chevron-left,
.c-wp-post .carousel-control .glyphicon-chevron-right,
.c-wp-post .carousel-control .icon-next,
.c-wp-post .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.c-wp-post .carousel-control .glyphicon-chevron-left,
.c-wp-post .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.c-wp-post .carousel-control .glyphicon-chevron-right,
.c-wp-post .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.c-wp-post .carousel-control .icon-next,
.c-wp-post .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.c-wp-post .carousel-control .icon-prev:before {
  content: "‹";
}
.c-wp-post .carousel-control .icon-next:before {
  content: "›";
}
.c-wp-post .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.c-wp-post .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}
.c-wp-post .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.c-wp-post .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.c-wp-post .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-wp-post .carousel-control .glyphicon-chevron-left,
  .c-wp-post .carousel-control .glyphicon-chevron-right,
  .c-wp-post .carousel-control .icon-next,
  .c-wp-post .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .c-wp-post .carousel-control .glyphicon-chevron-left,
  .c-wp-post .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .c-wp-post .carousel-control .glyphicon-chevron-right,
  .c-wp-post .carousel-control .icon-next {
    margin-right: -15px;
  }
  .c-wp-post .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .c-wp-post .carousel-indicators {
    bottom: 20px;
  }
}
.c-wp-post .clearfix:after,
.c-wp-post .clearfix:before {
  content: " ";
  display: table;
}
.c-wp-post .clearfix:after {
  clear: both;
}
.c-wp-post .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-wp-post .pull-right {
  float: right !important;
}
.c-wp-post .pull-left {
  float: left !important;
}
.c-wp-post .hide {
  display: none !important;
}
.c-wp-post .show {
  display: block !important;
}
.c-wp-post .invisible {
  visibility: hidden;
}
.c-wp-post .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.c-wp-post .hidden {
  display: none !important;
  visibility: hidden !important;
}
.c-wp-post .affix {
  position: fixed;
}
@-ms-viewport {
  .c-wp-post {
    width: device-width;
  }
}
.c-wp-post .visible-lg,
.c-wp-post .visible-lg-block,
.c-wp-post .visible-lg-inline,
.c-wp-post .visible-lg-inline-block,
.c-wp-post .visible-md,
.c-wp-post .visible-md-block,
.c-wp-post .visible-md-inline,
.c-wp-post .visible-md-inline-block,
.c-wp-post .visible-sm,
.c-wp-post .visible-sm-block,
.c-wp-post .visible-sm-inline,
.c-wp-post .visible-sm-inline-block,
.c-wp-post .visible-xs,
.c-wp-post .visible-xs-block,
.c-wp-post .visible-xs-inline,
.c-wp-post .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .c-wp-post .visible-xs {
    display: block !important;
  }
  .c-wp-post table.visible-xs {
    display: table;
  }
  .c-wp-post tr.visible-xs {
    display: table-row !important;
  }
  .c-wp-post td.visible-xs,
  .c-wp-post th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .c-wp-post .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .c-wp-post .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .c-wp-post .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-wp-post .visible-sm {
    display: block !important;
  }
  .c-wp-post table.visible-sm {
    display: table;
  }
  .c-wp-post tr.visible-sm {
    display: table-row !important;
  }
  .c-wp-post td.visible-sm,
  .c-wp-post th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-wp-post .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-wp-post .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-wp-post .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-wp-post .visible-md {
    display: block !important;
  }
  .c-wp-post table.visible-md {
    display: table;
  }
  .c-wp-post tr.visible-md {
    display: table-row !important;
  }
  .c-wp-post td.visible-md,
  .c-wp-post th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-wp-post .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-wp-post .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-wp-post .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .visible-lg {
    display: block !important;
  }
  .c-wp-post table.visible-lg {
    display: table;
  }
  .c-wp-post tr.visible-lg {
    display: table-row !important;
  }
  .c-wp-post td.visible-lg,
  .c-wp-post th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .c-wp-post .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-wp-post .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-wp-post .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .c-wp-post .hidden-lg {
    display: none !important;
  }
}
.c-wp-post .visible-print {
  display: none !important;
}
@media print {
  .c-wp-post .visible-print {
    display: block !important;
  }
  .c-wp-post table.visible-print {
    display: table;
  }
  .c-wp-post tr.visible-print {
    display: table-row !important;
  }
  .c-wp-post td.visible-print,
  .c-wp-post th.visible-print {
    display: table-cell !important;
  }
}
.c-wp-post .visible-print-block {
  display: none !important;
}
@media print {
  .c-wp-post .visible-print-block {
    display: block !important;
  }
}
.c-wp-post .visible-print-inline {
  display: none !important;
}
@media print {
  .c-wp-post .visible-print-inline {
    display: inline !important;
  }
}
.c-wp-post .visible-print-inline-block {
  display: none !important;
}
@media print {
  .c-wp-post .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .c-wp-post .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: Genericons;
  src: url(../assets/genericons/Genericons.eot);
}
@font-face {
  font-family: Genericons;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAADgYAA0AAAAAWDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA3/AAAABoAAAAcbOWpBk9TLzIAAAGUAAAARQAAAGBVb3cYY21hcAAAAngAAACUAAABqq7WqvhjdnQgAAADDAAAAAQAAAAEAEQFEWdhc3AAADf0AAAACAAAAAj//wADZ2x5ZgAABEAAADAqAABJ0A3bTddoZWFkAAABMAAAACkAAAA2B8ZTM2hoZWEAAAFcAAAAGAAAACQQuQgFaG10eAAAAdwAAACZAAABNGKqU2Vsb2NhAAADEAAAAS4AAAEuB9f1Nm1heHAAAAF0AAAAIAAAACAA6AEZbmFtZQAANGwAAAFRAAAChXCWuFJwb3N0AAA1wAAAAjEAAAXmlxz2knjaY2BkYGAA4rplZ/Tj+W2+MnBzMIDAhRBmaWSag4EDQjGBKADj7gZyAAAAeNpjYGRg4GAAgh1gEsRmZEAFLAAWNADXAAEAAACWAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNg4WBg/MLAysDAasw6k4GBUQ5CM19nSGMSYmBgYmDjZIADAQSTISDNNYXhwEeGr+IcIO4ODogwI5ISBQZGAOtvCU0AAAB42kVPuxXCQAyTL+GRmmVoKdgA6FNRMoObdAyRnj3o6NkGLOl4+N75I381AUeUTPoNASSyoWVUBMYUYkmt/KOQVdG79IceFtwj8QpN4JxI+vL4LrYUTlL294GNerLNcGfiRMu6gfhOGMbSzTOz30lv9SbvMoe+TRfHFld08b4wQ/Mhk6ocD8rtKzrHrV/49A34cy/9BURAKJ4AAAB42t2NPw8BQRTEZ+/E2Xi7NlHIJsI1hGgodVqdVqfVqZRqH8QXvL25eq0/USh8AL/kzWReJhkAOV43hMKDW0rqmVu4Jh/BpY+tdNDBh2ndoabnnGtuueeR52YQI1AhILhQ1iDoWHLJDXc88NQgxl5ujS2sMjNZyUImMhYvfTFSdC/v3R+oNj4llSXJvgv4e+6zoCcQAEQFEQAAACwALAAsAFoAhADMAPIBAAEcAUYBlAHOAggCsgNMA6QD4AQSBMIFXAWoBgQGdgcIByoHageOB8gIJgkeCn4LOgvIDH4Myg2YDeoOLA5oDtIO9A8QDy4PeA+aD+AQNhCgEN4RFBFSEZwR9hJgEoISpBLuEwwTKBNEE3ITihPOFAYUWBSYFMgU3BT4FT4VTBViFaAVzhY6FmYWlhaoFsIW2hbuFwQXEhcgFzYXlBfEGAIYNhh4GLIY2hj8GSoZhBnAGfAaBhoUGioaQBpOGn4awBr4GyobgBuWG6wb3hwCHCwccByqHOgdFh02HWodmh3MHgQeHh5GHowfpB/OH9wf6B/2IAQgWCCOIOYhdiGuIfAiciKOIrQi6CL2IyojRCN2I5QjviQIJJAkxCToAAB42oV8CWBU1dX/PW+dyT57Mkkms2RmAkkmyazZCEPYE3ZCWALKJkhYI7IorT4XFERwQdEiAtaK1l0roMUln3WtSktBPltrP7CLyx9b21o/hczlf+59MyGA+jF579333n3vbuf+zu+cex5EICMIERbK04hIVBJ6BkhN87OqRL4IP6PIf2x+VhQwSZ4R2WWZXX5WVaCv+Vlg1yMmj8nvMXlGCG5aDvfSy+Vppx8bIb1HCFEEIhCFyBp/bzbJJxbiIAQ8No9s88TkmMcGuPkxbcKjQCTSRwQtpYkESErDFDmLj8pa+t9Zwg8UNyIA5lHxh++1YFluyVwgSO5yocBMwvFowKtYxRr4Kcw7fJjuoZfQPYcPw1vHduw4tkMl567MYzn6Du9gNwgWr4GmaoqGr3WQYjIY6yqz5lk8JNwiREOCN0+wukC0yTESdoHNmif4vCGIxmVNIN9iY/FAHzqwb/3o0ev36YezZ4nw8ye3d0amrRs2fXtnJzamTxM1DcgZrT8TO4jfzk3upb2d26cPWzct0rn9ye2sPgIxDOw/7DuTB7BKbGM/Cd/Vp/UREXsFMAWajHuBAJ5Tvmcb9g+wawprm0CIUcC+1s7gWQp/eI8/h32ZixmtimqSTSGIReNuu6zd1nOW9Nx2ElpOytqG1ytSn2rCvRWvb9hz8iQfA3xKYWPAxhXrY80Dnykcj8G5pAdwTDef2tK9Q8gkKNaajfOWU5uB7OgekCQCqyevSxGJsnG120xYo1g8ZmKDiicOG9bNFHVg/+MddwDTLZCwsVv2MMsWFA9B1qHuzmTP7p5kZ3dvZ/ch+vWhus4GfkElhzZSbd7uwD2NHaBN7OmZSLWOxnsCu+eBtvEEHqi28dChjaAl10wvwjyU5wHMw3qO9KqsbgXEh+0N87pVggk8CQ9rtH7BhyPk87J6xSOK1r1jR7dGk3S/Blv2nKT8HE+TPKFgk9klmoRe7eQeQTt3uqMbMEVEyIybjKW6mASw8sDFxikYj0WDmCzAZIsQiwaCLDcfe03Kjzc1xWe1t0PBjAULZnTVtPonjpbx9hnchIL4rbtujc1q7+7G+zM/p32fz+yq6blx1OWHRmMR2M6oASWPrOMzyyWYbVZBkVQlgELBimlRsOAWIRAMQZ6gBoKKGhLzIQ9wcjgUm9UlOxQ1TwhBMCQFB+N1u8MlOVxKwmq32qxKMFAewNqaWwRxDdgh68RLN7YteYHSe30+CLpiMxeMH1tbskQxGvMtUl64eUHiqptvvioxf2goK6sg32CUlpTUjpkwf2YsmmsPjR46yikYS73xUimnyGhyisZSpzcXFIc7MWp+M/h899DUC0vabnzphIGwPf16y8P0rTOvhFV3ofSrKcPnOhVLeXjC/E1T916RXzHm0joQZXOd3wvg9deZFEGomNSQKMlevWfK5vkTwn6zEurKypMLYtVSrq+4UFCznWZQCl31Hil3kGtwXpapfGJdVqFbibx8Bhoe3sIbh53IgIoQ3qcGYiKliC1hkiSTCPGHE4KoENXuj5sT5bILzIgrZkecJALBHGDd6xIccckhAMtUnhAsXsVnt7RIiUAVuCWCsEcQ9wgDPonsP+R56k90U/cH4phd7xbSU/RYXmPX6fuvXPZjePyTgiT9G+2Rl4w+8L/N9tKg8iiMu9p5pvFV+s+aV+GrW7Y+4dbci36t7B2/Zcmga+hBehXsgg1g+dnP6Bd0I12I2xc/+xlYtElQBTe20SNv9u5dBh29oVDxvfTXwubkw/Q369+D+PharTMMHzRc2u0qjXTkeJRiKIV/T6OHjtvHhMAJ8YJ9dJ/Q6G5pLb/mTu2Cl2OBvFDWXYB4XIV4/BFpwBNFtSPgSpLP7bdHwjjlUbwwgYchKF8MrxJ2yYES2iJEwnZHPJEHalzV2pcL1bO0p39L6TZ6mJ6tqpr24B1D173k87vraq99ZMKM9hnhW+CWj7MaF2xqn7Al8uNl1o6GFUrtqgnFtiXH3jt0/+phD8mBUXXitpVqbtE7N8qVYvinlyzofPSd7EGVbZsWNA5JFCWTS7y5en0J6g9VI8F+dPAhSls8Q1BHRByJgA8VSCnCIirN8wCC/g3ycujfKlv3yeOXXHLnjCpKU1XshoqIcIYgdL4JUm9OcwL+lRW/dM2IU7Qv1bCjW8Y7HNuxXPkTLNfN8EFkioGVEW2RsCfKQPTyckVpN4zNp2/Q3j/9yVE95pJr2hLdTqc6Z2FF1GmUvqFH+g6KY6EGhOjc6WPipYoo0r+Z/NVeUTASRJ9M2yyIzB6ykKzg2GA3s0HxeXFGF5jjgJILCoRRdrPBbgFLPNEixqIMCAwIHZGwI1Du80qKGo6E40MhbldURQWLiDgSd9jPXfPjUKti3ByLim2wDMZ9uW3Y6n2vfXr1Afrcl9u2fUn/ePo9eu0oMXDL9ZLwzb9W/Rl8kwSpIM+iOgqt4JDNcp6kChMawbiCfnbfLfTs4THFRf5lPq/NkmetqgX/09d0WPOt1o0TA0t9PrxoqxR88pCvD/5B1fDtzx24+tPX9q0etu1LGMdLT+WdohsWSqX399WEZEV4ODXMI+3t2w05Sk5d3ahIYWhmzCv4De7skvxCW3ZDJyxc1fXgClkQocwrykLfPYIJZqiC1w1ZmYtqReXNO1MN3bD6w8NM1lHXk2t5/+YjykfIUhxJnOhe1cRknGEqWLAbAy3gcIkOuwKsh1CIgngB0VUBNuRIrJhocbFDnA4JQW9IxX5PcNCOJDxehZ1GPCibQrN5rOXgPde86/S4nWWeH79ty6u/enJzz/Qh2TYNclRIPTftpqLGD7Qp4yyjfPFSj1XsRQJ2ls9KprZk2RLtaoNgTqDAnW821LT/YubUvTenHrj2r5N0yRQaYSr89VqxpcHTXA5TpN/uXvLUPFFIdt8+aW9vKubxCPZFk6ZdLkBhbm1hRWkwKBcASRfRh8+X2Mcuumx2fWlWaUGJtdBmjI5uuvX5Vc/Xbps/dRibG1w3IrAqLyE/MpM6nR0FmeplooaqCCkIXoqyaQcqEgSPOeixtSh4T7AJc+gBaHtImHzZ4qmJjiqo6pQL6MHJnZWjB+dm04OSBGOzbW5PTaS1fMrmxQ1AxP+5ef7YtnnV4+tqx4fO7BTMS9b5I+7ieOq/xevnbDWV+IqLLdmJpU+s5GOppcfSgnOyeQAapKc940oWpAwh8CGpsdrxAq+moMY89gKbirVOcByzmXSEYCCAlMBBv71hxGSY1Dp8yuRhUtPDm8KT670F9BsAMBiyvA3ekcMykKEPwmkiFvV9Im6c2Ng8fkJT48S+DfDmUweKKoOFqzx09f4DcKjS5hxUemkHnYGd+RgqqsmooyaxGrskfWoHggLO0mAgYQkJvGcZDmN/svlqZlKG9casSMjUPPYXZNlaZKlu7e+f3DY3Wj31qh0HFi54yju2wDvnbrX0p1KefeuiqTMCzXmOqxeueWH+yBve+vGcx25eMTY41ayqolVQffZpaxPl45bd84s/G0hi/qa9++ds+PiVXcub5yTpR/UbtscfuVp42uhZEr310NIpke3/1bDg9ueh7sDlz1zXFpq86qZ7J9093+YszJmYVWgy+u56cdX43fdtXT89rOuUjB5ekOE2BUKegM0MxhMWFzDNwhol6o2yO+wIYZCIB4JpzYKiw5gt0v4Ep1xMtjBfGWAnOQLkQl6T5hx3bWsvGVOydfJVv7l9ctMVu95bvfbI7msmDupebC6RBZMgy3kjRmu9PZc92F0/acclsQ5/Tnada/Tw+KxYgcHYY3HI++mpXQNZDP2cfs3eP3j9AnDG2pceAvHurifuWplMXPKj2+9uu+XoYEOexZDMstpME6+a9+zNk5uX3DZt+zd3x7piNbvWDW6dPuLq9srJFgv1T52/eSI4YO3hfrIikL3CXHWuvBcnVz7n4AXIswvK00fZCjO++oo+8lXqynRC3sv2X6XP8KjrbsK5shdPJBFtBR9qkiAKC9LWBP4sZocZoQ1TeMmsbABrQQ4aZnem7l+2wjt5tvWqjo3XPT3zSF3U2jy2vmeVoWBTcuSNKjHQh2iKDqGDoAxuuwbKOpZdufpeg5X+lj4/kf7z6adn31sKT7A2ZGy5fMSGi+afUVAImjB7+vgeuNWpIAOn/FzAfR9n0gTgA6IpFTiXvbqFg+iKgMtA2YSKCsWGkeCYyRfjjUpIw+HndLqpoLp53KabV8+Zs2zDpZcMb42+0d3eHqo2qRptop/Q6K6qKmf5DPq3uN1eVtbQeN0GYU3Kl0zOmrklowsy+OEg1WTIxfUnbqXA7o4XYI34bHRz/oN1syO4x00ol5WoPkrBam+CcHwghIhl9NWTzJxDM+Hv5s2n6OenNpvp39tjMom1t8e09O58FKHkpP5U30mRjGpEYw3tuKaRKfaItD/zTDufWmcBVFDOkm3kTrKD/ITcTx4gD5FHmGWJTbDVKuzPqtSh/aLUKaqV7RQbAxTsTiUfQPEGobYGAsHaQCygd28gGA3yGRiI4cUodkGsNh6L10VZn8fCCX7Uf0OhNgHxsANq7XW19ojd0f+zsa2W/Vkd1jo7mOSEERx+2ZYAk1/1J4KqEYKyP6aqOOr8n4B/QnqPh1SrqcKUagURUJxFdlWA8/4J0J8Z1bzwMmYXXgYB+t+RfhHgq8D1SWpd6swn4Eq98RDcTT/+RBj92WefQaUgf0I/Fhofkv4lS7RaUAWQ2DOsUIEVmX4Dvh9odXYOHGWvT9dU5PfxAPgQPijBUUkWQAYBT9nGHuMvYPuj2dm0Ot1CUX8jK4NlwydgIn3vlZ0wgz6y85W9f1yRehmir9w3YdeuXZiasfOVB/644nxZtaCee5l8wmQVWWEB2otubua1IClH01FA/eCwSwmcMlw/IKYisA4FhqmYA21CC2eDCiP1iKy10TrGd8rZJf5onIFwCBT9gnAOmJHmBLji4dmYWYBvYzfZOVNKIhquQY7XyJ3wlD2RPhUgXJ7QqRJ7JWK4hGUGA+ZEHK8nFElBuDfbJYkcYCyUkUN6FyOhnI8e3U2PL1++0Gra96P14N4wtn3lu3dNL0+GsEeNIgz72WuLHwTXPLf/cvrh7eLgwZ1brlzbMWvuU9e0Z3d3LKJfLb9ySEuWYefyFf/T1OJoD23cFOu02CIFVbHSqlmBQNRgMBcVVIaLndFqc7FDVirLKmpCY3LRJjTa7CMDgVFWm2w2Fnsr7JVdHq9fFDo3tkam1eTYzJMWra0vHxYxFRvNjg2PdEy/fRrdcAo2LWqavuPt1eNvmOeMj1m9ih58+GH62ei23OkzoPpZk/k++tnba6/7EEI6B9abyShwmg3fY1izcin9/d13nR07Jq/BNmP7u6tGbVoTxrZmCdC+rOnWDZHqa+5OZQ2/qX71YF+Jt/2ap+YKS19pGW9talmy9Efrf+XyTJnT9XF7pNoaHDJ33rTiyjI1O8/hGD1ocIfH4bEIQo7TXNzm97eYkN7WVwpQNrbU5RGg0ufrCFo9TotkLCpzz6wdtjRkyhl5ycpYtKPaYM+rGVKe2NA88apYfs7yB/tu/ubdm25cc+S+pVb38q2T76FPrt+wqtT5P3t2wfKf3Pc7lyTk3PIB/dPuffR3H17fL78G1FQkm3SRK8mtun+SkekYkmlQfZwGodgwz18ZuGR2hjIsMslG6ybBU0osLdcopR6IhlCKOOnkHAJ5khhPcwrGQ60utMviiDIZtqtR+z13FroSbmehu7nK77AUOiyWaZ7yeKk7N7z4jnfWLHx47ZSgoaA0mPBGNtzaNsSSV5yFU1xQwNBomnXP3Nj4sfeDAew5ZeXDWiIWn2XY2urC8mGV3j8f+tmBl5oc4REL6l0tcUu0oCw8tLO2aoakZZi8QKZZSpJDLomEZ7a0Bkrt9praSkt+a4k7UT1kZHD4dT2dYf/QznkxeygSCddY3ZV2VSqyhKqcan52npovIXlJLrlhVMfDyetOz3NFwoMToXJRNucb8wfXTq65du9WcVFTT/TK1bMbLD5HcsWgWZdOG1Hhx7I3Im7E1evIIuxxF07qPDmExqcpz4AzmadcQjyB6tYlYj/HQ4ov6A3kYTZwiWWghiSc/C0i2kLybrVo7MgZI5qceWWVy1auW3X59KTZjGrEYLK6/dHS6IqOkWaLZ8Tw+gKoV6zJoTPGTxlalyWUt0zpmj11mMUiFUSi7aOmjh5TUlwkmpxFRuNJ1dE4qDR7zPCRjzz89E/v3TDbqQ4ScwaHp825YdvB+TM3T01Y5NxcVaH/T1DtDrfL5yrNNgtFrpxcKPRW5pVXi8+m/ibI2ZJsqR6+dOS467vaqrz5BoRYJb+wItJeXT138rjGqpzst43uJSseeuCN2ROuaHILeSVFWYTzr1uxb65EmRxErsPesavc0RxkIiahmmdMVERbmhk5KI7AvICBgT/Mw2xte5qo9N9HosV0rXWATrSmOUz/fVuG3sTVYREYf8P+hVctnzjuig+fR/ptGl7Xtf7uSVvXtY2a//JD21dPraKLmry+IU0dU5Z0utzlbktBNNE1v3Kwp8RRVBP1eYuc9fVTp63atmRZfUMi1jVj4+yWeq+npfXyCdWhQqfDVlJWFff64tHp6w78ZMUqsXXxFQv33zC+MW/Isl0v/GF1x7QrNk66e31XXXtO1dTV2x96ef4c+uuOy2cMaa4IFjsdFqPRnI/vCHnL3e6WkM1eXl4dCtcitXIGB41tm7toRGswUGI1mzyu8NDBVXabxxOrLSxCm659/LiaoaEQtweQ5RGF8dQoYyg4P3XrBvdKJbIuzrlCQiWYuFbiHc88/0hU0IpWNHuwyM629liSsSCaHHbl6FmDtd66FfOSoCKieWaOKjAYYG+sXSLFdeUGT1DfY+7u9oraCkG75IFvNsumak9Jx84p0/b6A+26ifIebFUj6mruLQySWjKUjEG7bDPWMo7V0octikQHxwqwlmmr117OzDOFnfnj3DxR7ajjWJJ7Xqx2CayOOHNFKcSrMJd51GLVfWuAGpvzyIydh/ksCGgOuQXtItYVaPUE/aLdwc5dIL2VP9iV3/nCoc581+D8+tvuoP9oDYWGDQuFWmHE7NbW2a2Cp7JhUHXZ1NSWx8D36KP0o8cepx89+ij4Uh9X1EwrrRrUKFfjQAyt3lcfyrvydfolPU6/fH1NQWll0dqpdVNLDv51tmw226ChcEpd25IlbTUT60R6evyfniqZFo7PjouGfFdlfmdnfqUrvx6UUCsW39qq70OhIWW1gxqCQ1KLu/cvXXagu/vA8QPdwn01JeOGlDcIHaGWUHUy9XSiqzhcd9kLGydO3Pj8ZWjPRob5pq6tDswzwtv27Bx5zKC6JXctqR4faqbX5MytCMVns/nJUFNFqSE+ksDxYA4uZsaLfDlIGIIKRF+K4N3msKmyJ2MzBmOOhH5Tmmz32701ALPvnzNSmx0HtWZEjfzmli1vSfcjLVJn754zZ/dsWHI/XpaOzLb7bSEvLZv1k5mxrh+POHLYU1PjgU82vfTKpqXV1x7p2jVr5s6u39WGjrHrRK8jW5tBuc4n5Rn7gS+Q6f4HtkSGfJetkzkg4UIjIeFQkOln1sbQUPhDoL3bT/9A/+Dvbg/AEtnUMKLBJKt8yeKIvnx2hK1RpPaxDPRD8PMHdkilPl+pRHSf4cvIDVv7168chBhFkzEnYTNCzCHcBj2pL+h2WC5YKKYFCyxP/VPIp9tTX0APvR2u2J36MvXlbrWVvksPQnnqBfDR5+m7EIUx9CP6sLiX/hHGQvTMt/S9xavpq9CyejFvu0DIWWUktt1FRvK2q6KAqpiZRCrkgW6xMWue8Uec32ztKGFGxsiMJZ1VMkuLe2094RaQ35jRaI3OlGXFWlTjOm2QVboub7A721qWX9ZcIZz0yk5LaoWtVP6301pa9pG1WBRcouSy0H8W+3zFMDTbXqCS+fMppS1Wq63CZhYMtKEgV5TVygrZ5qiqKqErf2Evc5v7DIqMclKY58wz7Mq1+rzFwWJPjoXjFFt7YmttA63ZAQtN5HsXltIrSRzrBJRavl7H1pHQmHUg1xEjQi/z7TGLF7OnNE2T0BxGZoQcISNLWLLC2FIO97IZIbPIKuFUSBFKxHe6GaApmEwRtobXzs5JZv2Ky2EZ8ad9xhnrgLmM9ZVVxCY8kywmNB5NYh24QH5x1aoX6Rn6MT3z0sqVL8Fda96/r6vrvvfX7KJf79wJWX+EwV30GZWsfEnPxLKj3YIPvnRmZdfO458f39m1k35N38LsEqGz6H93wST4gy4fWCfC13lNeO5lOGq3iqxXPawzpW6+UqwxL8DJPZLG14fp5yf3MM605yTrk3PtyibFpEr3PSJnjNhwszBnni5W3B5PjxcbKh8rLCKj0jmNmyZgZ7fH+rgFLeI+1etE5h9I4t6paGfYFNK0M5iNZUixvbA/4KSE3YdezHl+XVxkMGnEutSi5a+KjEclLHqJniaoDUfQICqBuh+qqoRlKaFIibrsSV4GYdahw81drd9ZY+lXIBhUrFFxTqgInsEqCW4H2qeHvqvyhOT013VgTEAxykYlaUIdN5zhacQmprdM2pNOR3Az/VBPZ549FyrAasyP39MASvQ87B7faPqY2Qvku5oCMT0ggc+PaTBNvVq9GtvjRoQDB6DB0CJAAtSAN5+vf6qQsIeHIuzCn4SyWamT5U2NQW+OtV745jmhbL+/O7C/0GwufC51Yn8A036hnufy15TmGUORKdKL+1MnnvP79xe1thbuF8owecDf3T83Oc4XkBLsOxVQS7MoiHK3ZEZ2R9BqQQRDDYXYh4aG6d4X0vMH6iFr58q+lesPf3V4PdsBNvgfKzN3cOrseuFeeCd9c/16kvG3p8viLb2gOJIuKg+sdkvMY5NN8I+LykyN6n+nQdDEldR0Ubn023O1MvA+FgfEe5SQCu6L6zfTfrAeotZvZwn/R3UUcm6FI/V/1IvrNwKVBqK8T3KxTqWIbtUstoJBW9AIcayKaATe8UZgnuU4mhpx7kQVOO9C/JThDJUX0q+Q93x1GVXg9GWQA4Mhxw9r6Nbxr3/w2jh6K1wx/vVly16fmCLMbXeSvjqPY6uMT1J50erVi+E0nF68enVfJVwJqydMnTKB3kq34hFe3aM/cFKIcXQ+r84sxsXHZx0Bb5CtJyms7kgrE8xiTUDQ4oBggjUEbYkM3vs5c8QGJXS+KZEiDzynnBQA5vKW3P3zXdsv6Vj2ejus+X3oujPkOo028mbd/b9vp7bwasB73bc9sow3raVn6Mk9yxBy4DlP0Z6Twgm6l7Vp4nbvlAlw5QfwMX8DvMEauDf1Lm/4191LeBNf7Zm7nIMxCAy09DgU7H/mxsP6GQGVUS8kNdpLezVI8h0k5QvONZYnvXbL1wXOf4eB9PWKSa2vt69XE5N8JybVC841lofJqJbWKxbEsxiLHrJVGmJ+fcVNZT3IsAqRSo70O3Mj534y0QFH07GnPQYINEwhOM+mAV/TwUfPofDMCEX7EXTxrzfFTRABj5mN8wYoRd6wgxjZfLXgH8jFoBJafpD6qf8gLRfGPfecdC09kPoMxtHnBAe0geBIfcawRecLGnZtFp/tCLxB5gRHra9pfUQTccIoDDApc7ineqGXJs/xY8YXjNyfYgT8M3kYi0jhT8TfaUzz8KRetmNVJRLvv16lF58zkDzGdIwCm90OHIoaQfWjPGIf9fZpNClqqSfmClNTe7W5ybkajMf0XAVL79OgF1vO7vXN5fdy2a00f8K3syE2ZkKoVOQ5jPYgDCVT/ElWFegdiDc5OLc5g+ZxMJ6oUO4zhVGNOQFPsiBQBT4zM45QzQLR11DazpLDdPdvj8A2mAwlb6w4S2Y/9AX9hO5/ctXeVfgnZ0JRfgvzD4tkxRv0L/QpesWRJ6Edir54aHafxvNx3U5krMdZ9RXsDSeP/3GhPuE2KU7RFmQW/VOzGDwW9d3KvOiVU7891bq42eHwCd9UrrpiVSX9Xz7vfh+lf4sIs0ZpcxK+5LTueun9UWPHjjp9hM8qiLE1ECwvs25iQ2yI6LyGoQLaLglub3IkQ1BD9PUwaLA7WOODakgQOI1SvCwajv66nf7q1ekPbW0EtAoCsS3jWfATbmi+tsOQV6//dCa7Dr6pC77ijZVQlB4/FupoArQm/PEhJ4UytjDz+LGFM9kFKA+X0lree3osG48Rq8xEiOWBl3F6nFZ2Nw8V83n7A8L4XOM0mQeGcQTXWKpn4qRVOG80dmRhYSntaobtVzNsYDFggjaxZ9WkNNl6jTazM4FsZPMC7lCYbOSRQj32EMFTZVgfi5rRhChgxRfYxXKuOWZOokvokkkzd8K+G1988UZ8s0qYNllzFG/APZOOrtkFWSnni2B4kQWqMTyby/BMPsGmEJIJHyQcMucl9IR2Qj4xN0Vgr9aLY4UyaiD9XIoU4WCx8WJHA/mG6BtwRyPTbSmuCgdwBgsZhO8I4qzOY35uhwkHkTWBeUAcHlMZChiP3jCh6MOf/yxon9aM8P/+4ZtPPTZ/vbyp/rJRf05plvfHTFr45Ap2TSnF809DqzaOfIb+o4qetm9+A8Rbd4GdTrj8jUdG4/OW90f98vI1h7eVgoI3aYrZJCK2VdJ4a9i01FhMY7qeDH9YJ7D2cUn0p3OcQfOkD5/rIzyQkCHNVCFpYH2mcjuzjM1yzg/SB3BI6fVLc3q+CPX0P7BdoxZYIz2UTqzqG46CwYbhn7t7enb3yA/QMsq8pHtSJ/Vjyzx2F8WHHuphWc7jJirnswxfeJjewJkp87g8NJXwCO3n5iMicfqqyIPzBk5Gwl7FdUr63RmmnNCZMknjjvmCoz8dWaszZV39yFzxeLgSQrMRybPPxPII+7jyGPgH6cBRFqOaUUM0qZsDfJ/EyrH7OAj8CdAfpPphn06MJU6bmUbS33qGW5QswJcROkbEicps0RJuz+rqMBpvgrQfi/uYuH9ywOKlqh7a2Lq2KvTiFXtOFkqE22U7yjwbD0WqL9twck9LK5+bmgqqnI41tlsZ/w6yiREMRIeylUERablyoL39s7Yj7bSBnoA3oa3ts/ZjbTP2niV75V3tR/EWjKEN4Ga3juFZW2rHXiAMkIHpLpnRKPVc/4t6RWS9Qtyn+Dv57/KTXNcIWHjMAxKBL6hlOkxn4b/05/IT1EItnTBdg+ncD4kT7HeKpj+Dcx7JLZJaiUynP2cRvjB9OrXIT3TSn+OznfAFt+WTCqsHY3RMQQJCRKo3haymV2a6WEBqk+T5GJYkWT6sixGzcS+BkMSfxhQ2JlO9/bERIlaPRbqiBIs8VLmPyyHgDMWq6fdQttkkzdxL8wRZ4+HexCiyymuMlDEJOEMEPaib8/gCdiJrysX2n48EUbJrUOckuCVIMvYe2xIRm2/geWSAPfh950I/mUplUn3ahYn+4PJMdPn3pHjXCNwPwn0ZrM4XrcpnkIXhmKw7ZPhe940wRwnznvXxaxILztHSs13EW2kc4e9n+BW44P0RpnBtvtiAcsQYM4ThXFEae5GWKZCzMuYFzJSJFh4zjM8VvJ+ZuGd1H0LGD85wpljHYqbP5fQRPFZBYQQwBIKIz/AG8UMfDvJNn91xltzx2U0KBw7uCdePqXfupf/5RSn9N+SW/gKyGU0k+rxX0lYcw+c0ADC0GggCLuhHAQmrx8KaAeWGtxYbpwdTK8qhjVUdo0t1UBCwajp2AXPbMD2CB7d74yFHpSuNEeewp7wfe/R6fF/p6ShNkqmDPqznl8zhSIfO7yhT4N9CMF5l5B48E1va8qhcXyMQI0bgpGWR+8z+ZO6I1B9mCQE6S2AjRHHecY8cKvB9/MZ5Pqx8piZKeXAK7nwx/l0AMKjFPGcZy2bDcpWaYrORvZvF1+nzNj3mJj7iTEM0IatNSzOrWyCa4BaLwk2LZEZ0+4gYDof7DjN/FBMlTZfnM1ha4s4EszQFRMs96lx1LqniKyuqX1EtapARxaAlEJSDzH5MBBNyPCEmHIjKCYdod/gdqh3Hmgu3PazObaS/qWm2b3l7qLPl7S22plr6m8ZPDYZPG6Gutsm25e1h1mFv32pvqoU6dplu4vArnLrV3lxzLqf+gtzsJL6huUbP+qn+4lvfwheXcewmF/gYrGjPn/dVCXAnvwpxv5Ux4AQoF35fIoU3n9qyaYNwaEwf4anUyDEXfWySOrzl1OYxqZEbNrGjcGjDRfyh+JxeKc/YFQiobPaz6S7r3CGlHxgLQhgmTGgklB79qj6532E6mM3uc7Ki8yiTzhLZ1Yyql4kO1Yxb93MunpN9laN/mdP/vUcG5/VwKBFvnmbFkwzeD1h/yORFMmRh4ql/Y6OXmOIKov/bFDLg2xQsLf1tigg8eN7wvZhLBmCu7gRPY10adLFzDAiAp/UZi/tvMqDLqypyPGLvV9C6YpjLMdV4XjGe9G9AcUIaXIX+IoFXG6d+pmj+lQ/2v6hliseHsN2s9f3VuFDuLBfKnZRZpIux+N4IMrcL5U5YrKP9Xtqr7b1I4MK8mL52Bi00rcfOK8/x3V9PMc560RdUqYG89YKCzhw+z448r4zId5ehr1zjrHLw5WoGtOxXCpEYj+j6nvLhFX9Hx13P/Wz2TQsripyFRdERxc53TeaRU76vTkJD4+RVyWGXPDe6oKDEV1LsHVxdNazBW2q1VUfT3xnoNq8u1eynotwwRwXH3BPUjcPmhhMX5GUZjSxvCkdeIsxhz/Iy5kPdzJ+R8YMwpmMmdnwigoZBxIJb0Oe3oGUXKWZJhVGNFHt5J3TQ/3e8Ukt93sl9kVrnUDyTeV24H5NnTKf5mo6Kc+db5Sq2ksEs0BbBXgaJFnChtsbKrx/bFLzxhZfHPvDA2Jef31jRPBZF9rKRv3rzvpbBI++9d+TglvveenUk9zMsghPqTsWNM1j/0oz5v0RQLaKDObSDwtLj9AjUHD8iHTl+5MhxqDnT/Q2Qb+SGbcihG7ZBA7y5jb5J39wGb9KyFom0MJuM26dpP1ARW/0xCjFUtGjFXRQQHTsXwK47iRREFZGHgqvnvO4xpt91F63MYYR583CHVPZcDu7T73f6XlyP0h+uh+2Hy0/9XyVr5DvKLPuBMi2o/oPqD5XaB6/Nojv2d/1QySg+r3WxTAxF0zIqox7Dck1GgQUtmIKowpg/zSRwrycDYJGgHtrR9uLCsxyP5STzjtJeLsLsYz16bEfbOKrp5+l4CR3X83iM+MC3yhe8i3zH8+d8DyLrk4wu8vLgKNFnCvMAC44eEhfyUSvb21eOGr2sJdLg8zVEWpaN5leA95SMM49ZpGwT+1MDMI7zo2zmpYE0iPMSWby2J8iX6oF7RhhwSxqbWA31q1JklT9SxMy8FFePUvqThPatiZ6e8lmXhrWB3In7Gi4cUhbg6MbOkT0x/tmiwg3hPr7ffArspzazVVLkHdJ5Y6jpkbWapn/fwHSxPB3bUECcPP7Yw1FSUW08BMXnYa44BqGVUKQnfaiTFn+1cuW8Scvn/eVXdDKQ6xfOrKu7fM32y+a+q2ijRv5k8Y15atFNK+9/Rnh+yOjW0lLaQo+Nn3QbSfvRiZxZH/aJEdWTiFh8CY88Q/tSq6DJCnZA85IbVFxzpn3eGucW2QyDWD9nAkvAFGSBpZxdwP60PkbB7T3LsVLS6UrfO0KyNzUX3ExAjP1x44w3GEkOj9+24Qii7reYPBb24QSTtkEAumdY9RsBTXpNN25A+5aPme5uAd3FrH2rcSKM53KaGFMsPeN4YSMMGmdRGjczmLNNO19Pmsl/na/DHEFFHcrDR4OJGiEfaoShqmMolEGgBvKl4FBwJIJDhUBQdeBfvsgy4SnqugTCM8+YyBfK8BomyiAfEmoZqIl8Q7ASTxwJfKHkUGtkhYWfOmrkoQIS56ECPi2pmFXENzryUeouVJF5opglm1wCeQ2SbUq+r6iwPloRBJBlR64l1x8oHu4szHXIeaUOZ6RQzK0xFNoq8setlqweyWZoHt+sFOSE7O6RrqXz338qUOv21biUkuza9vJEbrDYa/F4jKXZ1vb4YDkvO1TgLMvzObPcTkNhKFinlDbmDwpWocFoAIOcJYPT9aMPNklZ2cPdWWqewZBvzW0OCvmWEXVeo8FjqKktExwl4Ypyk+CRBl+kuP8jKRZk2H0Tfv90VqTIYLGJpXF3QjX78qxOH2Sp/qzmuKwKdl+2scIp2p1Ge/b6dsEkZwnGLF9ps8dmNRlM4L8ZcgwGRTWLDrnINjjfXOINOEzmrITVYs8xFagWi5xvslgLnc3O2opKt6vSaTRPrC1oNWWZchzloQVT76Bnny3PuWVoa31JQaxFzjaquebiItXutch1xoJsydI4bERZl+wwORWuQ/eKbnWulPFBXsTj+/m875c33PDLG0Rx4EE6cQM/DvhLf1PI/C69DNVR5g3kG03sFfv9NXhiYHOFxEwg9iLq9yXZM1KSr2XhdeQa/KqB9CW5HyeZXucSOH9hl/V3DvQBVJBaUq9/C65HLiEn8+jfhKe//jEhY4sPgfSl8vSEl9LEDpGmkX/pfZY0jmK2cGPg6pu6d/B0n74WKbSnA0ZGrfE+yPRGtyb5vGtHMuQLdbY6qH30ju4HvWtG4QU7z7s/Q5iVftvi/P9XIK1LMos7mW/kgejapI8wA15EBU75FZGBBLOccKMkkwLOw/Q0x7cExwCN5OrrIUYRbWIItkh8xdTnDUIsGFDyQWGxXA7d3VgG51w0BD7DAv/t94MfeJSf+Os4tiNODySdXf5x/m5/vqDl+zGV70xqT8cCgZhf1agDaWeuvzsA5aJsGz1l42kaG9feHYc2LenMx8z6U92Y6nImU//Bh/wxQgZ+pzmCjCMdZDZZyNeM0jGBLZBgQYEeU/8VFmPLhnfABf6J4LnRZl4fPGZAvT/y54Kj2j/U7bH0sI9qPIsaL51kqznpJAuiSeli0Jc2084/zNHHnQvCg0iqPkqfj1zrBV977MG0nODpg3tOQkZsUJLoRyf3pNXK6fYBxnB7RnYE7JOTalLp5etpRF+XjxgFEdmugy2PZuas/Kivp1XMFuiqszqTpMf+OppHBuBPX4iSV8dahL4TApceNAenr97GXGLsXPhpegVPgBU4p+7EOeXhay0OHh2QcIHD5ItFYgM62Rax+UwtkOlmmd61mD5IF9IHF9816vXVmpbuO01b/Tr9sd5Nh2c+9ut3Hp3ZtsgC/9EePNcLD2o023KZmEo3WkjLBCETUB50j1cl+57aXAqsrUMgGmRLfOVBpf+COREI+nRvWDQRMPFa4k2X4G4RWFwcOytQ7TY//wSVO8vyBJUvEryX6501PxANXD+Lfr3zJ/Q/M2/AkwUzPXnvsbu9pffj6WWPfwHSF49fhsldJSltZ2rIrH9t6nrijqaKLb/kiwrD2hbTs1v5+5LHH1t3y+Z1jx/Tz7YCLB7bilkmzT0Mgn7tenwVvvJ6/YyePdzVqf1887zlka7krFsmZHxd2oC1bMGTRgtZ0116bN4zniJxxsDGkDIEgH4OwLiNPWLyVgHJQivB6lDtxCG/df99R+gV9Cn6lzdWCKT7pUUQPiRGIpSseANKYDJsO/LF8Zeeof+YwuvwBspCI/9/Nkp53BnnipxEWxMRRWDu1YAQjLjAHZcm7enpmRidGXmh1/rVM2fJM19Zex3vQ/ExUeuZKJCJPZGZUUomFRykXw6iX0LBICg4uPngwXRMs4gtHbimJpP0mtq5b9QdGQ8Od3yaBqbVdJ8M2HMCldkz6vRd1yH9XMZO4P2dnfluTv+xcAGGt8yXzoi1nmL9zb/ZI7xuRraKBqJHFv345xFRifHIBY9E1tKtULUW7ejoOqiiW9ceFZ5Ivf9+6njq+Pup94Un5E/oT35H93z4Icz7nYhmCP1R6ka4ha4VfgQ3Zv5PgUwZmXgITzGgCT/gJUePork/4MH0YtzA+uUPfFrklbzwHUczVbz4ZbSC1Q8Wp2P3uK1mR4ZfyfxPRpQutprNcdrDo82Z3KmBIMIyuwvhhN3BfNYKH9Oz3OzqZoPBE7PGDJp+wx591beP6GeUcWMOZFwtA0n/hyxN18zv0q9TnoYLvz8MoCE/47uiNvkn5QEP/2KAfy4QcTvsCd0cKfcNuByWHHZLmC0k6zf457L9dzLf9w/85EhcYfeYzB/T3//0ydqyImHwjo1gfNN2RemgQRvp/qeferZ+UKnRt/Wen0Kgp0RzBApr7qRXH/77oeLyunJDYM+bv4S564ou/IiJl3JmsbuwsCj75gpj1OExlK3L+2JQaa1j0rS6/CbXoGz/+OEFaBkGChPO6Z0JQ6W3PJxVOXFM3oD+EHnEaBGTaB//Txb4grvoy7ANWwIldJdQsqvvUmUIraYPfP4XSpSFp8/ApZ/B4/LjtBqOsg2OnXmJDmckQ3orNVyceWbH0aMca9L+ovQa8kCLkqlg3ag5L/qSmzNs9vErfP//ATHKtuMAAHjajZA9TgMxEIWfyY9EhBBFDuAKhSKON0m10EUKUgRt+vx4ky3wRruOktByFlpKuAT0nICOO/DWsUBICFhrPd+8Gc+MDeAYDxDYfxe4DSzQwEvgA9TxFriCU3EeuIqG2Aau4UTcB65Tf2amqB7S2/pTJQs08RT4AEd4DVzBFd4DV9EU08A1SHEXuE79EQPkMJjAcZ9DYood9xEy+pa0QcrYkjSkZsmlzbFgXKILBU3bYobjWiFGhysJuclnrkJBT1E11M+AQW4mzszldCdHmbFyk7qlHGbWDbN8YWRXadlaOreKO52EalKqqkiUNY6nL/14hsVTzHyzgqKxJk9nmSVf+/ukWOOGjpmna9rfrhDz/6nqPtJDGxHz2szXpD6LfZs1ll/d6fTakW53ddT/x6hjHywYzvyTa99BeVtOhrHJizSzUutIaa3l3zU/ABw5cLgAAAB42l3SZ5MVVRSF4fuOBEmCiZyDiInb5+zTPYOkgWEIEpUgQUkShpyVoCA5Jy3/LlBz3/ED/WVVdVU/1XvVanW1Bp83rdbRd0Hr/ee/wbdddPEBwxjOCEbyIaMYzRjGMo6PGM8EPuYTPuUzPmcik5jMFKYyjenMYCazmM0c5jKP+SzgCxbyJYv4iq/5hm/5jsW0qUhkgkJNQzc9LOF7lrKM5axgJb2sYjV9rKGftaxjPRv4gY1sYjNb2Mo2fuQntrODneziZ3azh73s4xd+ZT8HOMghDvMbRzjKMY4zwAlOcorTnOEs5zjPBS5yictc4Xf+4CrXuM4N/uQvbnKLv7nNHe5yj/s84CGPeMwTnvKM57zgJa94zT/8O/LymYH+qt02KzOZ2QyzmLXZmN1mz2AmvaSX9JJe0kt6SS/pJb005FV6lV6lV+lVepVepVfpVXqVXtJLekkv6SW9pJc6Xvau7F3Zu7J3Ze/K3pXbQ981Zuc/Qid0Qid0Qid0Qid04n+nc0/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hPJL2kl/SyXtbLelkv62W9rJf1sl7WC73QC73QC73QC73QC73QK3pFr+gVvaJX9Ipe0St6Ra/Wq/VqvVqv1qv1ar1ar9ar9Rq9Rq/Ra/QavUav6XjFnRV3VtxZcWfFnRV3VtpD3zVmt9lj9pqrzNVmn7nG7O+kuyzusrjL4i6LuyzusrjLUjVvAQpVcTgAAAAAAAAB//8AAnjaY2BgYGQAgjO2i86D6AshzNIwGgBAmQUAAAA=) format("woff"), url(../assets/genericons/Genericons.ttf) format("truetype"), url(../assets/genericons/Genericons.svg#genericonsregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Genericons;
    src: url(../assets/genericons/Genericons.svg#Genericons) format("svg");
  }
}
.c-wp-post .genericon {
  display: inline-block;
  font: normal normal normal 15px/1 Genericons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-wp-post .genericon:before {
  position: relative;
  top: 2px;
}
.c-wp-post .genericon-404:before {
  content: "\f423";
}
.c-wp-post .genericon-activity:before {
  content: "\f508";
}
.c-wp-post .genericon-anchor:before {
  content: "\f509";
}
.c-wp-post .genericon-aside:before {
  content: "\f101";
}
.c-wp-post .genericon-attachment:before {
  content: "\f416";
}
.c-wp-post .genericon-audio:before {
  content: "\f109";
}
.c-wp-post .genericon-bold:before {
  content: "\f471";
}
.c-wp-post .genericon-book:before {
  content: "\f444";
}
.c-wp-post .genericon-bug:before {
  content: "\f50a";
}
.c-wp-post .genericon-cart:before {
  content: "\f447";
}
.c-wp-post .genericon-category:before {
  content: "\f301";
}
.c-wp-post .genericon-chat:before {
  content: "\f108";
}
.c-wp-post .genericon-checkmark:before {
  content: "\f418";
}
.c-wp-post .genericon-close:before {
  content: "\f405";
}
.c-wp-post .genericon-close-alt:before {
  content: "\f406";
}
.c-wp-post .genericon-cloud:before {
  content: "\f426";
}
.c-wp-post .genericon-cloud-download:before {
  content: "\f440";
}
.c-wp-post .genericon-cloud-upload:before {
  content: "\f441";
}
.c-wp-post .genericon-code:before {
  content: "\f462";
}
.c-wp-post .genericon-codepen:before {
  content: "\f216";
}
.c-wp-post .genericon-cog:before {
  content: "\f445";
}
.c-wp-post .genericon-collapse:before {
  content: "\f432";
}
.c-wp-post .genericon-comment:before {
  content: "\f300";
}
.c-wp-post .genericon-day:before {
  content: "\f305";
}
.c-wp-post .genericon-digg:before {
  content: "\f221";
}
.c-wp-post .genericon-document:before {
  content: "\f443";
}
.c-wp-post .genericon-dot:before {
  content: "\f428";
}
.c-wp-post .genericon-downarrow:before {
  content: "\f502";
}
.c-wp-post .genericon-download:before {
  content: "\f50b";
}
.c-wp-post .genericon-draggable:before {
  content: "\f436";
}
.c-wp-post .genericon-dribbble:before {
  content: "\f201";
}
.c-wp-post .genericon-dropbox:before {
  content: "\f225";
}
.c-wp-post .genericon-dropdown:before {
  content: "\f433";
}
.c-wp-post .genericon-dropdown-left:before {
  content: "\f434";
}
.c-wp-post .genericon-edit:before {
  content: "\f411";
}
.c-wp-post .genericon-ellipsis:before {
  content: "\f476";
}
.c-wp-post .genericon-expand:before {
  content: "\f431";
}
.c-wp-post .genericon-external:before {
  content: "\f442";
}
.c-wp-post .genericon-facebook:before {
  content: "\f203";
}
.c-wp-post .genericon-facebook-alt:before {
  content: "\f204";
}
.c-wp-post .genericon-fastforward:before {
  content: "\f458";
}
.c-wp-post .genericon-feed:before {
  content: "\f413";
}
.c-wp-post .genericon-flag:before {
  content: "\f468";
}
.c-wp-post .genericon-flickr:before {
  content: "\f211";
}
.c-wp-post .genericon-foursquare:before {
  content: "\f226";
}
.c-wp-post .genericon-fullscreen:before {
  content: "\f474";
}
.c-wp-post .genericon-gallery:before {
  content: "\f103";
}
.c-wp-post .genericon-github:before {
  content: "\f200";
}
.c-wp-post .genericon-googleplus:before {
  content: "\f206";
}
.c-wp-post .genericon-googleplus-alt:before {
  content: "\f218";
}
.c-wp-post .genericon-handset:before {
  content: "\f50c";
}
.c-wp-post .genericon-heart:before {
  content: "\f461";
}
.c-wp-post .genericon-help:before {
  content: "\f457";
}
.c-wp-post .genericon-hide:before {
  content: "\f404";
}
.c-wp-post .genericon-hierarchy:before {
  content: "\f505";
}
.c-wp-post .genericon-home:before {
  content: "\f409";
}
.c-wp-post .genericon-image:before {
  content: "\f102";
}
.c-wp-post .genericon-info:before {
  content: "\f455";
}
.c-wp-post .genericon-instagram:before {
  content: "\f215";
}
.c-wp-post .genericon-italic:before {
  content: "\f472";
}
.c-wp-post .genericon-key:before {
  content: "\f427";
}
.c-wp-post .genericon-leftarrow:before {
  content: "\f503";
}
.c-wp-post .genericon-link:before {
  content: "\f107";
}
.c-wp-post .genericon-linkedin:before {
  content: "\f207";
}
.c-wp-post .genericon-linkedin-alt:before {
  content: "\f208";
}
.c-wp-post .genericon-location:before {
  content: "\f417";
}
.c-wp-post .genericon-lock:before {
  content: "\f470";
}
.c-wp-post .genericon-mail:before {
  content: "\f410";
}
.c-wp-post .genericon-maximize:before {
  content: "\f422";
}
.c-wp-post .genericon-menu:before {
  content: "\f419";
}
.c-wp-post .genericon-microphone:before {
  content: "\f50d";
}
.c-wp-post .genericon-minimize:before {
  content: "\f421";
}
.c-wp-post .genericon-minus:before {
  content: "\f50e";
}
.c-wp-post .genericon-month:before {
  content: "\f307";
}
.c-wp-post .genericon-move:before {
  content: "\f50f";
}
.c-wp-post .genericon-next:before {
  content: "\f429";
}
.c-wp-post .genericon-notice:before {
  content: "\f456";
}
.c-wp-post .genericon-paintbrush:before {
  content: "\f506";
}
.c-wp-post .genericon-path:before {
  content: "\f219";
}
.c-wp-post .genericon-pause:before {
  content: "\f448";
}
.c-wp-post .genericon-phone:before {
  content: "\f437";
}
.c-wp-post .genericon-picture:before {
  content: "\f473";
}
.c-wp-post .genericon-pinned:before {
  content: "\f308";
}
.c-wp-post .genericon-pinterest:before {
  content: "\f209";
}
.c-wp-post .genericon-pinterest-alt:before {
  content: "\f210";
}
.c-wp-post .genericon-play:before {
  content: "\f452";
}
.c-wp-post .genericon-plugin:before {
  content: "\f439";
}
.c-wp-post .genericon-plus:before {
  content: "\f510";
}
.c-wp-post .genericon-pocket:before {
  content: "\f224";
}
.c-wp-post .genericon-polldaddy:before {
  content: "\f217";
}
.c-wp-post .genericon-portfolio:before {
  content: "\f460";
}
.c-wp-post .genericon-previous:before {
  content: "\f430";
}
.c-wp-post .genericon-print:before {
  content: "\f469";
}
.c-wp-post .genericon-quote:before {
  content: "\f106";
}
.c-wp-post .genericon-rating-empty:before {
  content: "\f511";
}
.c-wp-post .genericon-rating-full:before {
  content: "\f512";
}
.c-wp-post .genericon-rating-half:before {
  content: "\f513";
}
.c-wp-post .genericon-reddit:before {
  content: "\f222";
}
.c-wp-post .genericon-refresh:before {
  content: "\f420";
}
.c-wp-post .genericon-reply:before {
  content: "\f412";
}
.c-wp-post .genericon-reply-alt:before {
  content: "\f466";
}
.c-wp-post .genericon-reply-single:before {
  content: "\f467";
}
.c-wp-post .genericon-rewind:before {
  content: "\f459";
}
.c-wp-post .genericon-rightarrow:before {
  content: "\f501";
}
.c-wp-post .genericon-search:before {
  content: "\f400";
}
.c-wp-post .genericon-send-to-phone:before {
  content: "\f438";
}
.c-wp-post .genericon-send-to-tablet:before {
  content: "\f454";
}
.c-wp-post .genericon-share:before {
  content: "\f415";
}
.c-wp-post .genericon-show:before {
  content: "\f403";
}
.c-wp-post .genericon-shuffle:before {
  content: "\f514";
}
.c-wp-post .genericon-sitemap:before {
  content: "\f507";
}
.c-wp-post .genericon-skip-ahead:before {
  content: "\f451";
}
.c-wp-post .genericon-skip-back:before {
  content: "\f450";
}
.c-wp-post .genericon-skype:before {
  content: "\f220";
}
.c-wp-post .genericon-spam:before {
  content: "\f424";
}
.c-wp-post .genericon-spotify:before {
  content: "\f515";
}
.c-wp-post .genericon-standard:before {
  content: "\f100";
}
.c-wp-post .genericon-star:before {
  content: "\f408";
}
.c-wp-post .genericon-status:before {
  content: "\f105";
}
.c-wp-post .genericon-stop:before {
  content: "\f449";
}
.c-wp-post .genericon-stumbleupon:before {
  content: "\f223";
}
.c-wp-post .genericon-subscribe:before {
  content: "\f463";
}
.c-wp-post .genericon-subscribed:before {
  content: "\f465";
}
.c-wp-post .genericon-summary:before {
  content: "\f425";
}
.c-wp-post .genericon-tablet:before {
  content: "\f453";
}
.c-wp-post .genericon-tag:before {
  content: "\f302";
}
.c-wp-post .genericon-time:before {
  content: "\f303";
}
.c-wp-post .genericon-top:before {
  content: "\f435";
}
.c-wp-post .genericon-trash:before {
  content: "\f407";
}
.c-wp-post .genericon-tumblr:before {
  content: "\f214";
}
.c-wp-post .genericon-twitch:before {
  content: "\f516";
}
.c-wp-post .genericon-twitter:before {
  content: "\f202";
}
.c-wp-post .genericon-unapprove:before {
  content: "\f446";
}
.c-wp-post .genericon-unsubscribe:before {
  content: "\f464";
}
.c-wp-post .genericon-unzoom:before {
  content: "\f401";
}
.c-wp-post .genericon-uparrow:before {
  content: "\f500";
}
.c-wp-post .genericon-user:before {
  content: "\f304";
}
.c-wp-post .genericon-video:before {
  content: "\f104";
}
.c-wp-post .genericon-videocamera:before {
  content: "\f517";
}
.c-wp-post .genericon-vimeo:before {
  content: "\f212";
}
.c-wp-post .genericon-warning:before {
  content: "\f414";
}
.c-wp-post .genericon-website:before {
  content: "\f475";
}
.c-wp-post .genericon-week:before {
  content: "\f306";
}
.c-wp-post .genericon-wordpress:before {
  content: "\f205";
}
.c-wp-post .genericon-xpost:before {
  content: "\f504";
}
.c-wp-post .genericon-youtube:before {
  content: "\f213";
}
.c-wp-post .genericon-zoom:before {
  content: "\f402";
}
.c-wp-post h1,
.c-wp-post h2,
.c-wp-post h3,
.c-wp-post h4,
.c-wp-post h5,
.c-wp-post h6 {
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-wp-post h1,
  .c-wp-post h2,
  .c-wp-post h3,
  .c-wp-post h4,
  .c-wp-post h5,
  .c-wp-post h6 {
    text-align: left !important;
  }
}
.c-wp-post h1 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h1 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post h2 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h2 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post h3 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h3 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post h4 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h4 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post h5 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h5 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post h6 {
  margin: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .c-wp-post h6 {
    margin: 0 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.c-wp-post ul,
.c-wp-post ol,
.c-wp-post li {
  line-height: 24px;
  color: #555555;
  max-width: 100%;
}
.c-wp-post ul,
.c-wp-post ol {
  margin: 1em 0;
  display: inline-block;
}
.c-wp-post ul {
  padding-left: 1rem;
}
.c-wp-post ul li {
  text-indent: -0.36rem;
  padding-left: 0.36rem;
}
.c-wp-post ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #555555;
  position: relative;
  left: -12px;
  top: -3px;
}
.c-wp-post ol {
  padding-left: 0.7rem;
  counter-reset: item;
}
.c-wp-post ol li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.c-wp-post ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #555555;
  position: relative;
  left: -8px;
}
/* =========================================================
txt-input - テキストボックス
========================================================= */
.c-txt-input {
  width: 100%;
  min-height: 44px;
  padding: 0.5rem;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN";
}
.c-txt-input::placeholder {
  color: #cccccc;
}
.c-txt-input.is-entered {
  background-color: #ffffff;
}

s .c-txtarea {
  resize: none;
  width: 100%;
  height: 10rem;
  padding: 0.5rem;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN";
}
s .c-txtarea::placeholder {
  color: #cccccc;
}
s .c-txtarea.is-entered {
  background-color: #ffffff;
}

/* =========================================================
radio - ラジオボタン
========================================================= */
.c-radio {
  display: block;
  min-height: 44px;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}
.c-radio__input {
  display: none;
}
.c-radio__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  color: #000000;
}
.c-radio__name::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.c-radio__name::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 62%;
  margin-top: -0.5rem;
  left: calc(1px + 0.25rem);
  opacity: 0;
  transition: 0.3s;
}
.c-radio__input:checked + .c-radio__name::after {
  opacity: 1;
}

/* =========================================================
checkbox - チェックボックス
========================================================= */
.c-checkbox {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0.5rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
}
.c-checkbox__input {
  display: none;
}
.c-checkbox__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
}
.c-checkbox__name::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.c-checkbox__name::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 1.25rem;
  color: #999999;
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  left: calc(1px + 0.1rem);
  opacity: 0;
  transition: 0.3s;
}
.c-checkbox__input:checked + .c-checkbox__name::after {
  opacity: 1;
}

/* =========================================================
select - セレクトボックス
========================================================= */
.c-select {
  display: block;
  position: relative;
  width: 100%;
}
.c-select::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6f6f6f;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  right: 0.5rem;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .c-select::after {
    margin-top: -0.7rem;
  }
}
.c-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  min-height: 44px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #323333;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN";
  padding: 0.5rem;
  padding-right: 1.75rem;
  border: 0;
  border: 1px solid #e2e2e1;
  cursor: pointer;
  margin-top: 0.8em;
}
@media screen and (min-width: 992px) {
  .c-select__select {
    margin-top: initial;
  }
}

/* ---------------------------------------------------------
Project
プロジェクト固有のスタイルを定義するクラス
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになる
接頭辞としてp-をつける
--------------------------------------------------------- */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  -webkit-box-shadow: -3px -4px 16px 0px rgba(4, 0, 0, 0.2);
  -moz-box-shadow: -3px -4px 16px 0px rgba(4, 0, 0, 0.2);
  box-shadow: -3px -4px 16px 0px rgba(4, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .p-header {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.2);
  }
}
.p-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 62px;
}
@media screen and (min-width: 992px) {
  .p-header__in {
    height: 174px;
    min-width: 100%;
  }
}
.p-header__in--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-header__in--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-header__in--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 60%;
  }
}
.p-header__in--bottom .c-basic-btn--badge {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__in--bottom .c-basic-btn--badge {
    display: inherit;
  }
}
.p-header__in--sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 45px;
}
@media screen and (min-width: 992px) {
  .p-header__in--sp {
    display: none;
  }
}
.p-header__in--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 55px;
  height: 100%;
  padding: 1em;
}
.p-header__in--english {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-header__in--english::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0.3em;
  margin-top: 0.1em;
}
.p-header__nav, .p-header__subnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__nav, .p-header__subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
}
.p-header__nav {
  width: 80%;
  margin-right: 0.9em;
}
.p-header__subitem {
  margin-left: 1.7em;
}
.p-header__subitem a {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-header__subitem.english {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-header__subitem.english::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0.5em;
  margin-top: 0.1em;
}
.p-header__logo {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .js-HeightMin .p-header {
    height: 90px;
    animation: DownAnime 0.5s forwards;
  }
  .js-HeightMin .p-header .p-header__in--head {
    display: none;
  }
  .js-HeightMin .p-header .p-header__in {
    height: 90px;
  }
  .js-HeightMin .p-header .p-header__in--left .custom-logo-link {
    width: 85px;
  }
  .js-HeightMin .p-header .p-header__in--bottom {
    height: 100%;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-174px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  background-color: #eeeeee;
}

.p-footer-cva {
  background-color: #fff;
  overflow: hidden;
}
.p-footer-cva::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dddddd;
  width: 100%;
  height: 10px;
}
.p-footer-cva.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-footer-cva.is-fixed {
    position: relative;
  }
}
.p-footer-cva__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  height: 45px;
  padding: 0 0.2em;
}
.p-footer-cva__box a:not(.in-link, .in-btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-footer-cva__box a.in-link, .p-footer-cva__box a.in-btn {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-footer-cva__box {
    padding: 0.4em 2.4em 1.2em;
    height: initial;
    transition: 0.3s;
  }
  .p-footer-cva__box:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (min-width: 992px) {
  .p-footer-cva__box.contact {
    position: relative;
  }
  .p-footer-cva__box.contact::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #05447d;
    width: 100%;
    height: 10px;
  }
  .p-footer-cva__box.contact::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background: #e2e2e2;
    width: 1px;
    /*height: $height * 1px;*/
    height: calc(64 / 1920 * 100vw);
  }
  .p-footer-cva__box.search {
    position: relative;
  }
  .p-footer-cva__box.search::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5189bc;
    width: 100%;
    height: 10px;
  }
  .p-footer-cva__box.search::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background: #e2e2e2;
    width: 1px;
    /*height: $height * 1px;*/
    height: calc(64 / 1920 * 100vw);
  }
  .p-footer-cva__box.catalog {
    position: relative;
  }
  .p-footer-cva__box.catalog::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9cbcd9;
    width: 100%;
    height: 10px;
  }
}
@media screen and (max-width: 991px) {
  .p-footer-cva__box.contact {
    background-color: #85accf;
  }
  .p-footer-cva__box.search {
    background-color: #5189bc;
  }
  .p-footer-cva__box.catalog {
    background-color: #05447d;
  }
}
.p-footer-cva__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.p-footer-cva__right .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-footer-cva__right .box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-footer-cva__right .box::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .p-footer-cva__right .box::before {
    width: 46px;
    height: 46px;
    margin-right: 1em;
  }
}
.p-footer-cva__right .box .c-basic-txt--md {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 991px) {
  .p-footer-cva__right .box .c-basic-txt--md {
    font-size: 12px;
    font-size: 0.75rem;
    color: #ffffff;
  }
}
.p-footer-cva__right .contact::before {
  background: url(/assets/images/icon/icon_contact_btn_sp.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-footer-cva__right .contact::before {
    background: url(/assets/images/icon/icon_contact_btn.svg) no-repeat center;
    background-size: initial;
    left: -75px;
    top: 13px;
  }
}
.p-footer-cva__right .search::before {
  background: url(/assets/images/icon/icon_search_btn_sp.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-footer-cva__right .search::before {
    background: url(/assets/images/icon/icon_search_btn.svg) no-repeat center;
    background-size: initial;
  }
}
.p-footer-cva__right .catalog::before {
  background: url(/assets/images/icon/icon_catalog_btn_sp.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .p-footer-cva__right .catalog::before {
    width: 25px;
    margin: 0 0.1em 0 0.2em;
  }
}
@media screen and (min-width: 992px) {
  .p-footer-cva__right .catalog::before {
    background: url(/assets/images/icon/icon_catalog_btn.svg) no-repeat center;
    background-size: initial;
    top: 23px;
  }
}
.p-footer-cva__right .catalog .c-basic-txt--md {
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

.p-footer-primary {
  padding: 0.5em 0;
}
@media screen and (min-width: 992px) {
  .p-footer-primary {
    padding: 0 0 3.5em 0;
  }
}
.p-footer-primary__in {
  text-align: left;
}
.p-footer-primary__copylight {
  color: #000000;
}
.p-footer-main {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-footer-main {
    display: block;
    padding: 3.5em 0 0;
  }
}
.p-footer-main__list--child {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-footer-main__item {
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  font-size: 14px;
  font-size: 0.875rem;
}
.p-footer-main__item a:not(.child a) {
  display: block;
  margin-bottom: 1em;
}
.p-footer-main__item .child a {
  display: block;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN";
  margin-bottom: 0.3em;
}
.p-footer-main__item .child a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
}
.p-footer-main--hassns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.p-footer-main-sns p {
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.p-footer-secondary {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-footer-secondary {
    display: block;
    padding: 1rem 0 0;
  }
}
.p-footer-secondary__in .c-footer-navbar__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-footer-secondary__in .c-footer-navbar__link::before {
  content: "";
  display: block;
  position: relative;
  left: -1.2em;
  background: #000000;
  width: 1px;
  height: 1em;
}
.p-footer-secondary__in li:last-of-type::after {
  content: "";
  display: block;
  position: relative;
  right: 0;
  background: #000000;
  width: 1px;
  height: 1em;
}
.p-footer-secondary__sns {
  margin-top: 1rem;
}
@media screen and (min-width: 1180px) {
  .p-footer-secondary__sns {
    margin-top: 0;
  }
}

/* =========================================================
top-slider - topページのスライダー
========================================================= */
.p-top-slider__item {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 61px);
  overflow: hidden;
}
.p-top-slider__item.swiper-slide-active .p-top-slider__img img {
  animation-name: slide-zoom;
  animation-fill-mode: forwards;
  animation-duration: 5.5s;
  transition-timing-function: ease-in-out;
}
.p-top-slider__item.swiper-slide-prev {
  transform: scale(1.2, 1.2);
}
.p-top-slider__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.p-top-slider__item-in {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem calc(1.5rem + 22px);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-slider__item-in {
    padding: 3rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-top-slider__item-in {
    padding: 4rem;
  }
}
.p-top-slider__img img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 61px);
}
.p-top-slider__arrow {
  background-image: none;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #ffffff;
  transition: 0.3s;
}
.p-top-slider__arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-top-slider__arrow::before {
  font-family: FontAwesome;
}
.p-top-slider__arrow--prev::before {
  content: "\f104";
}
.p-top-slider__arrow--next::before {
  content: "\f105";
}
.p-top-slider__dots {
  bottom: 0 !important;
}
.p-top-slider__dots .swiper-pagination-bullet {
  width: 22px;
  height: 44px;
  background: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0.3;
  margin: 0;
  transition: 0.3s;
}
.p-top-slider__dots .swiper-pagination-bullet:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-top-slider__dots .swiper-pagination-bullet::before {
  content: "\f111";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-top-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@keyframes slide-zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.p-visual__img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 20vh;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .p-visual__img {
    height: initial;
    display: initial;
  }
}
.p-visual__img img {
  object-fit: cover;
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
.p-card {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-card__body {
  transition: 0.3s;
}
.p-card__img {
  transition: 0.3s;
  margin-bottom: 0.3em;
}
.p-card__img--top {
  border-radius: 4px 4px 0 0;
}
.p-card__img--bottom {
  margin-top: auto;
  border-radius: 0 0 4px 4px;
}
.p-card__link {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card__link a:not(.in-link, .in-btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-card__link a.in-link, .p-card__link a.in-btn {
  position: relative;
  z-index: 2;
}
.p-card__link:hover ~ .p-card__img {
  opacity: 0.7;
}
.p-card__link:hover ~ .p-card__body {
  opacity: 0.7;
}
.p-card__btn {
  padding: 1.5rem;
  padding-top: 0;
  margin-top: auto;
}
.p-card--has-zoom-img .p-card__img {
  overflow: hidden;
}
.p-card--has-zoom-img .p-card__img-in {
  transition: 0.3s;
}
.p-card--has-zoom-img:hover .p-card__img-in {
  transform: scale(1.1, 1.1);
}
.p-card--has-btn .p-card__btn-in::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card--has-btn .p-card__img--bottom {
  margin-top: 0;
}
.p-card--has-btn:hover .p-card__body, .p-card--has-btn:hover .p-card__img {
  opacity: 0.7;
}

.p-bg-img-card {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: 0.3s;
}
.p-bg-img-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.p-bg-img-card::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: 0.3s;
}
.p-bg-img-card__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-bg-img-card__in {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-bg-img-card__in {
    padding: 3rem 2rem;
  }
}
.p-bg-img-card--has-link {
  position: relative;
}
.p-bg-img-card--has-link:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-link:hover::after {
  opacity: 0.7;
}
.p-bg-img-card--has-link .p-bg-img-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--has-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.p-bg-img-card--has-btn:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-btn:hover::after {
  opacity: 0.7;
}
.p-bg-img-card--has-btn .p-bg-img-card__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--01::before {
  background: url("./images/top/bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--02::before {
  background: url("./images/top/bg_img02.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--03::before {
  background: url("./images/top/bg_img03.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--04::before {
  background: url("./images/top/bg_img04.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--05::before {
  background: url("./images/top/bg_img05.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--06::before {
  background: url("./images/top/bg_img06.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
.p-basic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.p-basic-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1180px) {
  .p-basic-list__wrap {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-basic-list__wrap dt {
  width: 30%;
}
@media screen and (min-width: 1180px) {
  .p-basic-list__wrap dt.w-30 {
    width: 30%;
  }
}
.p-basic-list__wrap th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 110px;
  max-width: 110px;
  height: 100%;
  background-color: #f1f1f1;
  padding: 0.5em 0;
}
.p-basic-list__wrap td {
  max-width: 100%;
  padding: 0.5em 0;
}
.p-basic-list__wrap.col2 {
  white-space: nowrap;
}
@media screen and (min-width: 1480px) {
  .p-basic-list__wrap.col2 {
    width: 50%;
  }
}
.p-basic-list__wrap.col2 .half {
  padding-left: 1.3em;
  width: calc(100% - 110px);
}
@media screen and (min-width: 1480px) {
  .p-basic-list__wrap.col2 .half {
    padding-left: initial;
    text-align: center;
  }
}
.p-basic-list__wrap.last {
  border-bottom: #323333 1px solid;
}
.p-basic-list__wrap:not(dl) {
  border-top: #323333 1px solid;
}
.p-basic-list__wrap td:not(.half) {
  padding-left: 1.3em;
  width: calc(100% - 110px);
}
.p-basic-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 30%;
}
.p-basic-list.none {
  display: none;
}
.p-basic-list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list-simple {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 0.9em;
}
.p-basic-list-simple__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-basic-list-simple__item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-basic-list-simple__item:before {
  content: "・";
  color: #323333;
}
.p-basic-list-simple__tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #323333;
}
.p-basic-list-simple__titem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 33.3333333333%;
  padding: 0.5em 0;
  transition: 0.3s;
  transition: initial !important;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-basic-list-simple__titem:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .p-basic-list-simple__titem {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-basic-list-simple__titem.sm-txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-basic-list-simple__titem.active {
  border-bottom: 2px solid #323333;
}
.p-basic-list-simple.none {
  display: none;
}
.p-basic-list-simple.active {
  display: inline-block;
}

/* ====================
		■番号付きなリスト
		=====================*/
.p-ol-list {
  display: block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5em;
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #16ac60;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* ====================
		■下線
		=====================*/
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
.p-line-list__item:first-of-type {
  border-top: none;
}

.p-basic-list-icon {
  display: inline-block;
  text-align: left;
}
.p-basic-list-icon__item {
  display: block;
  text-indent: -1.25rem;
  padding-left: 1.25rem;
}
.p-basic-list-icon__item:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #bbbbbb;
}
.p-basic-list-icon__item--has-sub-list .p-basic-list-icon__sub-list {
  display: block;
  margin-top: 0.75rem;
}

.p-sub-list {
  display: inline-block;
  text-align: left;
}
.p-sub-list__item {
  display: block;
  text-indent: -1.25rem;
  padding-left: 1.25rem;
}
.p-sub-list__item:before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #bbbbbb;
}

.p-link-list {
  display: inline-block;
  text-align: left;
}
.p-link-list__link {
  display: block;
  color: #555555;
  text-decoration: none;
  padding: 0.25rem;
  transition: 0.3s;
}
.p-link-list__link:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #bbbbbb;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.p-link-list__link:hover {
  opacity: 0.7;
}
.p-link-list__link:hover:before {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.p-cart-list {
  margin-bottom: 40px;
  /* --- ▼ここから修正・追記 --- */
  /* --- ▼ここからSPでカード型にするための専用スタイル --- */
  /* 「p-cart-list--catalog」がついていない時だけ、SPでカード型にする */
}
.p-cart-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-cart-list__count {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 10px;
}
.p-cart-list__text-wrap {
  text-align: left;
}
.p-cart-list__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-cart-list__table .p-cart-list__row, .p-cart-list__table .p-cart-list__row--header {
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 992px) {
  .p-cart-list__table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 992px) {
  .p-cart-list__row {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-cart-list__row--sampleheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .p-cart-list__row--sampleitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .p-cart-list__row--sampleitem .p-cart-list__data {
    padding: 15px 10px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .p-cart-list__row--sampleitem .p-cart-list__data--series {
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .p-cart-list__row--sampleitem .p-cart-list__data--product-name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 86%;
    padding: 5px 10px 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .p-cart-list__row--sampleitem .p-cart-list__data--delete {
    width: 14%;
  }
}
.p-cart-list__head {
  font-weight: bold;
  background-color: #f2f2f2;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .p-cart-list__head {
    padding: 15px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .p-cart-list__head--sample {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
  }
  .p-cart-list__head--item {
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .p-cart-list__head--nom {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
  }
}
.p-cart-list__data {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .p-cart-list__data {
    display: table-cell;
    width: auto;
    padding: 15px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-cart-list__data--product-name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-cart-list__data--product-name {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-cart-list__data--quantity.pc-show {
    display: table-cell !important;
  }
}
.p-cart-list__data--delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-cart-list__product-number {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-cart-list__delete-icon {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .p-cart-list__data--product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.p-cart-list__image {
  object-fit: contain;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 992px) {
  .p-cart-list__image {
    width: auto;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-cart-list__image--catalog {
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .p-cart-list__item-shape {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .p-cart-list__product-number, .p-cart-list__product-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-cart-list__tbox {
  width: 100%;
}
.p-cart-list--catalog .p-cart-list__data,
.p-cart-list--catalog .p-cart-list__head {
  display: table-cell;
  padding: 15px 10px;
  text-align: left;
}
.p-cart-list--catalog .p-cart-list__data.u-ta-c,
.p-cart-list--catalog .p-cart-list__head.u-ta-c {
  text-align: center !important;
}
.p-cart-list--catalog .p-cart-list__data--product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-cart-list--catalog .p-cart-list__image--catalog {
  height: 85px;
  margin-right: 15px;
}

.p-topics-list .c-basic-btn__arrow {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding: 1em;
}
.p-topics-list .c-basic-btn__arrow::after {
  display: block;
  width: calc(100% + 2em);
  margin-left: -1.4em;
}
.p-topics-list .c-basic-btn__arrow .c-basic-btn--txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-topics-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* =========================================================
entry - 記事のクラスなど
========================================================= */
.p-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-entries__item + .p-entries__item {
  margin-top: 1rem;
}
.p-entries__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  text-decoration: none;
  color: #555555;
  transition: 0.3s;
}
.p-entries__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-entries__link:hover {
  color: #555555;
}
@media screen and (min-width: 992px) {
  .p-entries__link {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
.p-entries__date {
  margin-right: 1rem;
  margin-bottom: 0;
}
.p-entries__ttl {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .p-entries__ttl {
    width: auto;
    margin-top: 0;
  }
}

.p-entry {
  border-top: 1px solid #dddddd;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1180px) {
  .p-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-entry:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-entry__ttl {
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-entry__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-entry__link:hover ~ .p-entry__img {
  opacity: 0.7;
}
.p-entry__link:hover ~ .p-entry__in {
  opacity: 0.7;
}
.p-entry__img {
  width: 100%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 1180px) {
  .p-entry__img {
    margin-bottom: 0;
  }
}
.p-entry__in {
  width: 100%;
  transition: 0.3s;
}
.p-entry__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0.75rem;
}
.p-entry__date {
  margin-bottom: 0;
}
.p-entry__category {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 0.3em 0.6em;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 1180px) {
  .p-entry__category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-entry__ttl {
  line-height: 1.6;
  margin-bottom: 0;
}
.p-entry__cart .in_btn .svg-color {
  fill: #6c6c6c;
  transition: fill 0.3s ease;
}
.p-entry__cart .in_btn:hover .svg-color {
  fill: #0b579e;
}
.p-entry__cart .in_btn.is-clicked .svg-color {
  fill: #0b579e;
}
.p-entry__body {
  margin-top: 0.5rem;
}
.p-entry--has-zoom-img .p-entry__img {
  overflow: hidden;
}
.p-entry--has-zoom-img .p-entry__img-in {
  transition: 0.3s;
}
.p-entry--has-zoom-img:hover .p-entry__img-in {
  transform: scale(1.1, 1.1);
}
.p-entry--sm {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1180px) {
  .p-entry--sm {
    padding: 1.25rem 0;
  }
}
.p-entry--sm .p-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1rem;
}
.p-entry--sm .p-entry__meta {
  margin-bottom: 0.5rem;
}
.p-entry--cat {
  padding: 1.5em;
  border: 1px solid #707070;
}
.p-entry--cat--arch li:not(:first-child) {
  margin-left: 0.8em;
}

.grid .p-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: initial;
  position: relative;
  padding: 1.5rem 0;
}
.grid .p-entry:last-of-type {
  border-bottom: initial;
}
.grid .p-entry__ttl {
  font-size: 14px;
  font-size: 0.875rem;
}
.grid .p-entry__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.grid .p-entry__link:hover ~ .p-entry__img {
  opacity: 0.7;
}
.grid .p-entry__link:hover ~ .p-entry__in {
  opacity: 0.7;
}
.grid .p-entry__img {
  width: 100%;
  margin-bottom: 0.3em;
  transition: 0.3s;
}
.grid .p-entry__in {
  width: 100%;
  transition: 0.3s;
}
.grid .p-entry__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.grid .p-entry__date {
  margin-bottom: 0;
}
.grid .p-entry__category {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 0 0.6em;
  font-size: 10px;
  font-size: 0.625rem;
  max-width: fit-content;
  height: auto;
  line-height: 1.8;
  padding: 0 0.6em;
  margin-bottom: 0.3em;
  white-space: nowrap;
}
@media screen and (min-width: 1180px) {
  .grid .p-entry__category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.grid .p-entry__ttl {
  line-height: 1.6;
  margin-bottom: 0;
}
.grid .p-entry__body {
  margin-top: 0.5rem;
}
.grid .p-entry--has-zoom-img .p-entry__img {
  overflow: hidden;
}
.grid .p-entry--has-zoom-img .p-entry__img-in {
  transition: 0.3s;
}
.grid .p-entry--has-zoom-img:hover .p-entry__img-in {
  transform: scale(1.1, 1.1);
}
.grid .p-entry--sm {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1180px) {
  .grid .p-entry--sm {
    padding: 1.25rem 0;
  }
}
.grid .p-entry--sm .p-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1rem;
}
.grid .p-entry--sm .p-entry__meta {
  margin-bottom: 0.5rem;
}

.p-sidebar {
  position: relative;
}
.p-sidebar--fixbox {
  box-sizing: border-box;
  width: 100%;
}
.p-sidebar--fixbox .p-product-search__form {
  width: 95%;
}
.p-sidebar--fixbox .p-product-search__input {
  height: 35px;
}
.p-sidebar--fixbox .p-product-search__button {
  height: 35px;
  padding: 0 0.6em;
}
.p-sidebar--fixbox .out, .p-sidebar--fixbox .cs_rohs, .p-sidebar--fixbox .mt_ironrust, .p-sidebar--fixbox .mt_flake, .p-sidebar--fixbox .intercoat, .p-sidebar--fixbox .sf_bug {
  display: none;
}
.p-sidebar--post .p-entry--cat {
  border: none;
  padding: 0 0 1.5em 0;
  margin-top: 3em;
}
@media screen and (min-width: 992px) {
  .p-sidebar--post .p-entry--cat {
    padding: 0 1.5em 1.5em 0;
    margin-top: initial;
  }
}
@media screen and (max-width: 991px) {
  .p-sidebar--post .p-entry--cat__item, .p-sidebar--post .p-entry--cat li {
    position: relative;
    width: 100%;
    padding: 0 !important;
    border-bottom: 1px solid #adadad;
  }
  .p-sidebar--post .p-entry--cat__item a, .p-sidebar--post .p-entry--cat li a {
    display: inline-block;
    width: 100%;
    padding: 1rem;
  }
  .p-sidebar--post .p-entry--cat--arch li:not(:first-child) {
    margin-left: initial;
  }
}

/* =========================================================
alternate-layout - 左右どちらか半分に画像を敷くレイアウト
========================================================= */
.p-alternate-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  .p-alternate-layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-alternate-layout::before {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout::before {
    height: 30rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-alternate-layout::before {
    width: 60%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.p-alternate-layout__detail {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1180px) {
  .p-alternate-layout__detail {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-alternate-layout__detail {
    width: 50%;
    padding: 3rem;
    margin-top: 3rem;
    margin-left: -10%;
  }
}
.p-alternate-layout__in {
  transition: 0.3s;
}
@media screen and (min-width: 1180px) {
  .p-alternate-layout--reverse::before {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-alternate-layout--reverse .p-alternate-layout__detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: -10%;
  }
}
.p-alternate-layout--has-btn .p-alternate-layout__detail:hover .p-alternate-layout__in {
  opacity: 0.7;
}
.p-alternate-layout--has-btn .p-alternate-layout__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-alternate-layout--01::before {
  background: url("./images/top/section_bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-alternate-layout--02::before {
  background: url("./images/top/section_bg_img02.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.p-page-ttl {
  width: 100%;
  height: 180px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-page-ttl {
    height: 220px;
  }
}
@media screen and (min-width: 1180px) {
  .p-page-ttl {
    height: 260px;
  }
}
.p-page-ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.p-page-ttl__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-page-ttl__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page-ttl__txt {
  margin-bottom: 0;
}

/* =========================================================
.p-breadcrumbs-section - パンくずリストの大枠
========================================================= */
.p-breadcrumbs-section {
  background-color: #eeeeee;
  padding: 0.8rem 0;
}

/* =========================================================
form - フォームのオブジェクト
========================================================= */
.p-form-group + .p-form-group {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-form-group + .p-form-group {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-form-group + .p-form-group {
    margin-top: 5rem;
  }
}

.p-form-item {
  display: block;
  word-break: break-all;
}
.p-form-item + .p-form-item {
  margin-top: 1rem;
}
@media screen and (min-width: 1180px) {
  .p-form-item + .p-form-item {
    margin-top: 1.5rem;
  }
}
.p-form-item__ttl {
  display: block;
  margin-bottom: 0.5rem;
}
.p-form-item--required .p-form-item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-form-item--required .p-form-item__ttl::after {
  content: "必須";
  background-color: #e74c3c;
  padding: 0 0.5rem;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.p-form-item.is-error .p-form-item__input,
.p-form-item.is-error .c-checkbox,
.p-form-item.is-error .c-radio {
  background-color: #fbdedb;
}

.p-form-item-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  word-break: break-all;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-form-item-search {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-form-item-search + .p-form-item-search {
  margin-top: 1rem;
}
@media screen and (min-width: 1180px) {
  .p-form-item-search + .p-form-item-search {
    margin-top: 1.5rem;
  }
}
.p-form-item-search__ttl {
  display: block;
  text-align: center;
  min-width: 300px;
}
.p-form-item-search--required .p-form-item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-form-item-search--required .p-form-item__ttl::after {
  content: "必須";
  background-color: #e74c3c;
  padding: 0 0.5rem;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.p-form-item-search.is-error .p-form-item__input,
.p-form-item-search.is-error .c-checkbox,
.p-form-item-search.is-error .c-radio {
  background-color: #fbdedb;
}

.p-form-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  .p-form-btn-area {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1180px) {
  .p-form-btn-area__btn--submit {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 5rem;
  }
}
.p-form-btn-area__btn--back {
  margin-top: 2rem;
}
@media screen and (min-width: 1180px) {
  .p-form-btn-area__btn--back {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}

.p-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-form-row .c-checkbox,
.p-form-row .c-radio,
.p-form-row .c-select {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0 15px;
}
.p-form-row .c-checkbox + .c-checkbox, .p-form-row .c-checkbox + .c-radio, .p-form-row .c-checkbox + .c-select,
.p-form-row .c-radio + .c-checkbox,
.p-form-row .c-radio + .c-radio,
.p-form-row .c-radio + .c-select,
.p-form-row .c-select + .c-checkbox,
.p-form-row .c-select + .c-radio,
.p-form-row .c-select + .c-select {
  margin-top: 15px;
}
.p-form-row .c-error-message {
  margin-left: 15px;
}
@media screen and (min-width: 992px) {
  .p-form-row--md-2col .c-checkbox,
  .p-form-row--md-2col .c-radio,
  .p-form-row--md-2col .c-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
  }
  .p-form-row--md-2col .c-checkbox + .c-checkbox, .p-form-row--md-2col .c-checkbox + .c-radio, .p-form-row--md-2col .c-checkbox + .c-select,
  .p-form-row--md-2col .c-radio + .c-checkbox,
  .p-form-row--md-2col .c-radio + .c-radio,
  .p-form-row--md-2col .c-radio + .c-select,
  .p-form-row--md-2col .c-select + .c-checkbox,
  .p-form-row--md-2col .c-select + .c-radio,
  .p-form-row--md-2col .c-select + .c-select {
    margin-top: 0;
  }
  .p-form-row--md-2col .c-checkbox:nth-child(n+3),
  .p-form-row--md-2col .c-radio:nth-child(n+3),
  .p-form-row--md-2col .c-select:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-form-row--md-3col .c-checkbox,
  .p-form-row--md-3col .c-radio,
  .p-form-row--md-3col .c-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: calc(33.333333% - 30px);
  }
  .p-form-row--md-3col .c-checkbox + .c-checkbox, .p-form-row--md-3col .c-checkbox + .c-radio, .p-form-row--md-3col .c-checkbox + .c-select,
  .p-form-row--md-3col .c-radio + .c-checkbox,
  .p-form-row--md-3col .c-radio + .c-radio,
  .p-form-row--md-3col .c-radio + .c-select,
  .p-form-row--md-3col .c-select + .c-checkbox,
  .p-form-row--md-3col .c-select + .c-radio,
  .p-form-row--md-3col .c-select + .c-select {
    margin-top: 0;
  }
}
@media screen and (min-width: 1180px) {
  .p-form-row--lg-4col .c-checkbox,
  .p-form-row--lg-4col .c-radio,
  .p-form-row--lg-4col .c-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
  }
  .p-form-row--lg-4col .c-checkbox:nth-child(n+3),
  .p-form-row--lg-4col .c-radio:nth-child(n+3),
  .p-form-row--lg-4col .c-select:nth-child(n+3) {
    margin-top: 0;
  }
  .p-form-row--lg-4col .c-checkbox:nth-child(n+5),
  .p-form-row--lg-4col .c-radio:nth-child(n+5),
  .p-form-row--lg-4col .c-select:nth-child(n+5) {
    margin-top: 15px;
  }
}

.mw_wp_form_confirm .p-form-row {
  margin: 0;
}

/*-------------------------------------------
// Variables
//-------------------------------------------*/
/*-------------------------------------------
// Base & Component
//-------------------------------------------*/
.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--primary {
  background-color: #0b579e;
  color: #fff;
  flex-grow: 1;
}
.c-button--secondary {
  background-color: #a8a8a8;
  color: #fff;
  flex-grow: 1;
}

.c-checkbox-color,
.c-checkbox-text,
.c-radio {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 10px;
}

/*================================================
  Variables
================================================*/
/*================================================
  Component: Color Checkbox
================================================*/
.c-color-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1180px) {
  .c-color-checkbox {
    width: 75%;
  }
}
.c-color-checkbox:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
}
.c-color-checkbox:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
}
.c-color-checkbox:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
}
.c-color-checkbox:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
  }
}
.c-color-checkbox:nth-child(5) {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(5) {
    grid-area: 1 / 5 / 2 / 6;
  }
}
.c-color-checkbox:nth-child(6) {
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(6) {
    grid-area: 1 / 6 / 2 / 7;
  }
}
.c-color-checkbox:nth-child(7) {
  grid-area: 2 / 3 / 3 / 4;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(7) {
    grid-area: 1 / 7 / 2 / 8;
  }
}
.c-color-checkbox:nth-child(8) {
  grid-area: 2 / 4 / 3 / 5;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(8) {
    grid-area: 1 / 8 / 2 / 9;
  }
}
.c-color-checkbox:nth-child(9) {
  grid-area: 3 / 1 / 4 / 2;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(9) {
    grid-area: 1 / 9 / 2 / 10;
  }
}
.c-color-checkbox:nth-child(10) {
  grid-area: 3 / 2 / 4 / 3;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(10) {
    grid-area: 1 / 10 / 2 / 11;
  }
}
.c-color-checkbox:nth-child(11) {
  grid-area: 3 / 3 / 4 / 4;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(11) {
    grid-area: 1 / 11 / 2 / 12;
  }
}
.c-color-checkbox:nth-child(12) {
  grid-area: 3 / 4 / 4 / 5;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(12) {
    grid-area: 1 / 12 / 2 / 13;
  }
}
.c-color-checkbox:nth-child(13) {
  grid-area: 4 / 1 / 5 / 2;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(13) {
    grid-area: 1 / 13 / 2 / 14;
  }
}
.c-color-checkbox:nth-child(14) {
  grid-area: 4 / 2 / 5 / 3;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(14) {
    grid-area: 2 / 1 / 3 / 2;
  }
}
.c-color-checkbox:nth-child(15) {
  grid-area: 4 / 3 / 5 / 4;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(15) {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.c-color-checkbox:nth-child(16) {
  grid-area: 4 / 4 / 5 / 5;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(16) {
    grid-area: 2 / 3 / 3 / 4;
  }
}
.c-color-checkbox:nth-child(17) {
  grid-area: 5 / 1 / 6 / 3;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(17) {
    grid-area: 2 / 4 / 3 / 6;
  }
}
.c-color-checkbox:nth-child(18) {
  grid-area: 5 / 3 / 6 / 5;
}
@media screen and (min-width: 768px) {
  .c-color-checkbox:nth-child(18) {
    grid-area: 2 / 6 / 3 / 8;
  }
}
.c-color-checkbox--gold {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-color-checkbox--gold .c-color-checkbox__control {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .c-color-checkbox--gold .c-color-checkbox__control {
    right: 25px;
  }
}
.c-color-checkbox--other {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-color-checkbox--other .c-color-checkbox__control {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .c-color-checkbox--other .c-color-checkbox__control {
    right: 25px;
  }
}
.c-color-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-color-checkbox__input:checked ~ .c-color-checkbox__control {
  background-color: #007bff;
}
.c-color-checkbox__swatch {
  display: block;
  width: 26px;
  height: 26px;
}
.c-color-checkbox__swatch--red {
  background-color: #e60012;
}
.c-color-checkbox__swatch--pink {
  background-color: #ff60bc;
}
.c-color-checkbox__swatch--yellow {
  background-color: #fabe00;
}
.c-color-checkbox__swatch--green {
  background-color: #3dbe5f;
}
.c-color-checkbox__swatch--blue {
  background-color: #0472d4;
}
.c-color-checkbox__swatch--purple {
  background-color: #541b86;
}
.c-color-checkbox__swatch--brown {
  background-color: #7f3300;
}
.c-color-checkbox__swatch--beige {
  background-color: #ffb98a;
}
.c-color-checkbox__swatch--white {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.c-color-checkbox__swatch--gray {
  background-color: #848484;
}
.c-color-checkbox__swatch--black {
  background-color: #000;
}
.c-color-checkbox__swatch--olive {
  background-color: #325314;
}
.c-color-checkbox__swatch--yellowgreen {
  background-color: #8ad745;
}
.c-color-checkbox__swatch--skyblue {
  background-color: #43baff;
}
.c-color-checkbox__swatch--orange {
  background-color: #fa8a00;
}
.c-color-checkbox__swatch--bluegreen {
  background-color: #00857a;
}
.c-color-checkbox__swatch--gold {
  background: linear-gradient(135deg, #c7a140, #fff7c1, #ad9300);
}
.c-color-checkbox__swatch--other {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.c-color-checkbox__control {
  position: absolute;
  right: -5px;
  width: 18px;
  height: 18px;
  background-color: #a8a8a8;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.c-color-checkbox__control .fa-check {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 12px;
}
.c-checkbox-wrapper .c-color-checkbox__control {
  right: -4.5em;
}
.c-checkbox-wrapper__text {
  white-space: nowrap;
  margin-left: 0.2em;
  position: relative;
}

/*================================================
  Variables
================================================*/
/*================================================
  Component: Feature Checkbox
================================================*/
.c-feature-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
}
.c-feature-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-feature-checkbox__input:checked + .c-feature-checkbox__control {
  background-color: #007bff;
}
.c-feature-checkbox__control {
  width: 18px;
  height: 18px;
  background-color: #848484;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.c-feature-checkbox__control .fa-check {
  font-size: 14px;
}
.c-feature-checkbox__text {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 10px;
  cursor: pointer;
}

.c-checkbox-text {
  position: relative;
}

.c-checkbox-text__input,
.c-radio__input {
  margin-right: 6px;
}
.c-checkbox-text__label,
.c-radio__label {
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-tooltip-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #a8a8a8;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 50%;
  margin-left: 4px;
  cursor: help;
}

/*-------------------------------------------
// Project
//-------------------------------------------*/
.p-search-block__title {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f7f7f7;
  padding: 12px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.p-search-block__content {
  padding: 20px;
}

.p-search-by-number {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-search-by-number__input-wrapper {
  display: flex;
  border: 1px solid #ccc;
}
.p-search-by-number__input {
  width: 300px;
  height: 1.5em;
  padding: 0 10px;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-search-by-number__input:focus {
  outline: none;
}
.p-search-by-number__button {
  width: 1.5em;
  height: 1.5em;
  background-color: #a8a8a8;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-search-by-number__note {
  font-size: 12px;
  font-size: 0.75rem;
  color: #555;
  line-height: 1.6;
}

.p-search-by-condition__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  border: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__group {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-search-by-condition__legend {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 0 1em;
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__legend {
    padding: 0.5em 0 0 1em;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__items {
    width: 80%;
  }
}
.p-search-by-condition__items--cgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__items--cgrid {
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__items--grid {
    gap: 10px 0;
  }
}
.p-search-by-condition__divider {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
.p-search-by-condition__logic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__logic {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-search-by-condition__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 75%;
  gap: 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-search-by-condition__actions {
    max-width: 500px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.p-select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .p-select-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1em;
  }
}
@media screen and (min-width: 992px) {
  .p-select-box.pc-show {
    display: flex !important;
  }
}
.p-select-box__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #e2e2e2;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
}
.p-select-box__button:hover {
  background-color: #d0d0d0;
}
.p-select-box__icon {
  font-size: 8px;
  font-size: 0.5rem;
  color: #333;
}
.p-select-box__value {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

/* =========================================================
p-works 事例
========================================================= */
@media screen and (min-width: 1480px) {
  .p-works .l-container {
    max-width: 1030px;
  }
}

.p-works-gallery.thumbnail .swiper-wrapper {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media screen and (max-width: 991px) {
  .p-works-gallery {
    margin-bottom: 0.8em;
  }
}
.p-works-gallery__item {
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-works-gallery__item {
    height: initial !important;
  }
}
.p-works-gallery__tbg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  background-color: rgba(50, 51, 51, 0.8235294118);
  mix-blend-mode: multiply;
}
.p-works-gallery__tbox {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  max-height: 3.5em;
  height: 100%;
}
.p-works-gallery__tbox p {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-works-gallery__slide {
  max-width: 100%;
  max-height: 230px;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
}
@media screen and (min-width: 375px) {
  .p-works-gallery__slide {
    height: 100%;
    max-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-works-gallery__slide {
    max-height: 450px;
  }
}
.p-works-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-works-gallery__thumbnail {
  width: 100%;
  max-height: 130px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-works-gallery__thumbnail {
    max-height: 100.5px;
    padding-left: 0.8em;
  }
}
.p-works-gallery__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-works-products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .p-works-products__item.l-row__col--md-2 {
    flex: 0 0 18.966667%;
    max-width: 18.966667%;
  }
}
.p-works-products__img {
  max-width: 100%;
  width: 100%;
  height: 150px;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 992px) {
  .p-works-products__img {
    height: 300px;
    max-height: 128px;
    min-height: 100%;
  }
}
.p-works-products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modaal-overlay {
  z-index: 10000 !important;
}

.modaal-wrapper {
  z-index: 10001 !important;
}

.modaal-container {
  background: none !important;
}

@media screen and (max-width: 1179px) {
  .modaal-gallery-prev {
    left: -4%;
    bottom: -70px;
  }
  .modaal-gallery-next {
    right: -4%;
    bottom: -70px;
  }
}
.modaal-close:after,
.modaal-close:before {
  width: 2px;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before,
.modaal-gallery-control:after,
.modaal-gallery-control:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #0b579e;
}

/* =========================================================
p-product事例
========================================================= */
.p-product__detail h2 {
  margin-bottom: 0.8em;
}
.p-product__detail iframe {
  height: 400px;
  margin-bottom: 0.8em;
}
.p-product__twrap {
  width: 94%;
}
.p-product__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 260px;
}
@media screen and (min-width: 992px) {
  .p-product__slide {
    width: 100%;
    max-height: 480px;
    min-width: 100%;
    height: 480px;
  }
}
.p-product__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  object-fit: contain;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .p-product__slide img {
    object-fit: cover;
  }
}
/* Project */
/* 品番から探す */
.p-product-search .u-bg-gray {
  background-color: #f8f8f8;
  border: 1px solid #707070;
}
.p-product-search__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-product-search__form {
  display: flex;
  align-items: center;
  width: 50%;
}
.p-product-search__input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #707070;
  font-size: 16px;
}
.p-product-search__button {
  height: 40px;
  padding: 0 20px;
  background-color: #707070;
  color: #fff;
  border: none;
  cursor: pointer;
}
.p-product-search__note {
  width: 50%;
  margin-left: 3em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  line-height: 1.6;
}

/* アクションエリア */
.p-action-area {
  margin-bottom: 40px;
}

/* 注意事項 */
.p-notes {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
}
.p-notes.u-bg-gray {
  background-color: #f8f8f8;
}
.p-notes__title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.p-notes__text {
  margin-bottom: 15px;
}

.products.l-row__col--md-2 {
  -ms-flex: 0 0 19.966667%;
  flex: 0 0 19.966667%;
  max-width: 19.966667%;
}

.p-item .c-itemcat-btn .c-small-txt {
  width: 35%;
}

.p-post h4 {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.p-post p {
  margin-bottom: 0.3em;
}
.p-post img {
  margin-bottom: 0.5em;
}
.p-post dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1180px) {
  .p-post dl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-post dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 30%;
  background-color: #f1f1f1;
  padding: 0.5em 0;
}
@media screen and (min-width: 992px) {
  .p-post dl dt {
    min-height: 50px;
  }
}
.p-post dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  padding: 0.5em 1em;
}
@media screen and (min-width: 992px) {
  .p-post dl dd {
    min-height: 50px;
  }
}
.p-post dl dt {
  border-top: #323333 1px solid;
}
.p-post dl dt:last-of-type {
  border-bottom: #323333 1px solid;
}
.p-post dl dd {
  border-top: #323333 1px solid;
}
.p-post dl dd:last-of-type {
  border-bottom: #323333 1px solid;
}
.p-post .p-entry__img {
  width: 50%;
  margin-right: 1em;
  margin-bottom: initial;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .p-post .p-entry__img {
    margin-right: 1.5em;
  }
}
.p-post .p-entry__category {
  margin-right: 0.3em;
}
.p-post--topics .wp-block-columns {
  margin: 1.5em 0;
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .p-post--topics .l-row__col--md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.p-post--topics .p-post-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 3px solid #005bab;
  padding-left: 0.5em;
  margin-bottom: 1.8em;
  margin-top: 1.2em;
}
.p-post--topics .p-post-content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 3px solid #333333;
  padding-left: 0.5em;
  margin-bottom: 1.5em;
  margin-top: 1.2em;
}
.p-post--topics .p-post-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #005bab;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  margin-top: 1.2em;
}
.p-post--topics .p-post-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  margin-top: 1.2em;
}
.p-post--topics .p-post-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1.2em;
}
.p-post--topics .p-post-content h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1.2em;
}

.p-post-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 6em; /* Adjust as needed */
  padding: 2em;
  border-top: #a5a5a5 0.5px solid; /* Optional: adds a separator */
}
@media screen and (max-width: 991px) {
  .p-post-nav {
    border-bottom: #a5a5a5 0.5px solid; /* Optional: adds a separator */
  }
}
.p-post-nav__prev a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-post-nav__prev a::after {
  content: "";
  width: 80px;
  height: 5px;
  border-bottom: #07579f solid 2px;
  border-left: #07579f solid 2px;
  transform: skew(315deg);
  margin-bottom: 0.3em;
  margin-left: -0.2em;
}
.p-post-nav__next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-post-nav__next a::after {
  content: "";
  width: 80px;
  height: 5px;
  border-bottom: #07579f solid 2px;
  border-right: #07579f solid 2px;
  transform: skew(45deg);
  margin-bottom: 0.3em;
  margin-left: 0.2em;
}

/* ---------------------------------------------------------
Utility
調整用のクラス
margin、padding、font-size、colorなどを付与するのに使用
他種類のパーツ間の空き調整や、パーツとして認められないような、
自由な振る舞いをする要素に対してはこちらのクラスを使用
接頭辞としてu-をつける
--------------------------------------------------------- */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #cccccc !important;
}

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

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-green {
  color: #766d44 !important;
}

.u-fc-blue {
  color: #2d83ba !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-family: "A+mfCv-AXIS Font ベーシック L ProN" !important;
}

.u-fw-b {
  font-family: "A+mfCv-AXIS Font ベーシック M ProN";
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (min-width: 1180px) {
  .u-ta-lg-l {
    text-align: left;
  }
  .u-ta-lg-c {
    text-align: center;
  }
  .u-ta-lg-r {
    text-align: right;
  }
}
.u-line-black {
  border-bottom: #323333 1px solid;
}

.u-line-lblack {
  border-bottom: #a5a5a5 0.5px solid;
}

.u-bg-gray {
  background-color: #f1f1f1;
}

.u-bg-white {
  background-color: #ffffff;
}

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

.u-info {
  padding-left: 1.5em;
  background: url(/assets/images/icon/icon_info.svg) no-repeat center left;
  background-size: 1em;
}

.u-link {
  position: relative;
  transition: 0.3s;
}
.u-link a:not(.in-link, .in-btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.u-link a.in-link, .u-link a.in-btn {
  position: relative;
  z-index: 2;
}
.u-link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.u-ul-black {
  text-decoration: underline;
}

.u-lh-1 {
  line-height: 1.4;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 3rem !important;
  }
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .u-p-sm-0 {
    padding: 0 !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 3rem !important;
  }
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 3rem !important;
  }
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }
  .u-p-md-0 {
    padding: 0 !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 3rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1180px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 3rem !important;
  }
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .u-p-lg-0 {
    padding: 0 !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 3rem !important;
  }
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1480px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 3rem !important;
  }
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .u-p-xl-0 {
    padding: 0 !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 3rem !important;
  }
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

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

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

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

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

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

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

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .u-mu-none {
    display: none !important;
  }
  .u-mu-inline {
    display: inline !important;
  }
  .u-mu-inline-block {
    display: inline-block !important;
  }
  .u-mu-block {
    display: block !important;
  }
  .u-mu-table {
    display: table !important;
  }
  .u-mu-table-row {
    display: table-row !important;
  }
  .u-mu-table-cell {
    display: table-cell !important;
  }
  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1180px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1480px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.pc-show {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1180px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1480px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}