@charset "UTF-8";
/*!
Theme Name: clearline-child
Template:clearline */
/*

Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uobone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

clearline is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ---------------------------------------------------------
Mixin
--------------------------------------------------------- */
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* =========================================================
other - その他 aリンク他
========================================================= */
/* ---------------------------------------------------------
variable
--------------------------------------------------------- */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: 'svgicon';
  src: url(./images/fonts/svgicon.woff?a8ryc2) format("woff"), url(./images/fonts/svgicon.woff?a8ryc2) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =========================================================
media-query - レスポンシブの設定
========================================================= */
/* =========================================================
typography - テキスト関連の設定
========================================================= */
html {
  font-size: 100%;
  line-height: 1.5em;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 50px;
  }
}

a {
  cursor: pointer;
}
a:hover {
  color: inherit;
}

p {
  color: #000;
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.l-section {
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .l-section {
    padding: 1em 0;
  }
}
.l-section--bg-gray {
  background-color: #f5f5f5;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding: 0 2%;
    max-width: calc(1200px + 4%);
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-container--wide {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container--wide {
    max-width: 98%;
  }
}
@media screen and (min-width: 1400px) {
  .l-container--wide {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container--pc {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .l-container--sp {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
    max-width: inherit;
  }
}

@media screen and (min-width: 992px) {
  .l-container-lg {
    padding: 0 2%;
    max-width: calc(1200px + 4%);
    margin: auto;
    width: 100%;
  }
}

/* =========================================================
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)
 */
/*

使用例


.l-row：行（flexコンテナ）、左右にマイナスマージンでガター調整

.l-row--no-gutters：ガター（余白）なし

.l-row__col：列（flexアイテム）、デフォルトで均等幅

.l-row__col--[1〜12]：幅を12分割で指定（例：--col--6は50%幅）

.l-row__col--auto：内容幅に合わせる

.l-row__col--order-[0〜12]：並び順の調整

.l-row__col--offset-[1〜11]：左にオフセット（余白）を追加

メディアクエリでsm, md, lg, xl対応の同様のクラスがあります



*/
@-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%;
}

@media screen and (min-width: 576px) {
  .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%;
  }
}
@media screen and (min-width: 768px) {
  .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%;
  }
}
@media screen and (min-width: 992px) {
  .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%;
  }
}
@media screen and (min-width: 1200px) {
  .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%;
  }
}
/* =========================================================
main - メイン
========================================================= */
.l-main {
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  .l-main {
    margin-top: 0;
  }
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
/* =========================================================
header - フッターのレイアウト
========================================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.c-header {
  background: #fff;
  padding: 0;
  border-bottom: #D6E1F0 1px solid;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-header {
    height: 150px;
  }
  .c-header.js-change-header {
    height: 110px;
  }
}
.c-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;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-header__in {
    min-width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    left: auto;
    height: auto !important;
    top: 0 !important;
  }
}
.c-header-toparea {
  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%;
  max-width: calc(1200px + 4%);
  margin-top: 16px;
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .c-header-toparea {
    padding-right: 4%;
    line-height: 0;
    margin: 15px 0 0 0;
    align-items: flex-start;
  }
}
.c-header-logo {
  display: flex;
  width: 100%;
}
.c-header-logo__in {
  position: relative;
  width: 90px;
}
@media screen and (min-width: 992px) {
  .c-header-logo__in {
    width: 192px;
  }
  .c-header-logo__in.js-change-logo {
    width: 121px;
  }
}
.c-header-logo__link {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333;
  text-decoration: none;
}
.c-header-logo__link:hover {
  color: #333;
  text-decoration: none;
}
.c-header-txt {
  margin-left: 10px;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 992px) {
  .c-header-txt {
    margin-left: 23px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-header-txt.js-change-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-header-txt a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-header-txt a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-header-function {
  position: relative;
  top: 4px;
}
.c-header-function-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 22px;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.04em;
}
.c-header-function-contact a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-header-function-contact a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-header-function-contact:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  font-family: 'svgicon';
  content: "\e900";
  /* ← これがコードポイント */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  margin-top: 3px;
}
.c-header-function-contact:hover {
  color: #0089ff;
}
.c-header-function-contact:hover:before {
  color: #0089ff;
}
.c-header-function__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-header-function__item:first-child {
  position: relative;
}
.c-header-function__item:first-child:after {
  content: "";
  background: #333;
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 6px;
}
.c-header-function__item:last-child {
  min-width: 79px;
}
.c-header-function__item a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.035em;
  padding-left: 4px;
  display: inline-block;
}
.c-header-function__item a:hover {
  color: #0089ff;
}
.c-header-function__search {
  width: 19px;
  margin-right: 17px;
  position: relative;
}
.c-header-function__search a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-header-function__search a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-header-function__search:before {
  content: "";
  font-family: 'svgicon';
  content: "\e906";
  /* ← これがコードポイント */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 15px;
  margin-top: 3px;
  color: #333;
}

/* ← これを .c-header の外に出すのが大事 */
.c-header .l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.c-header-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-nav {
    display: block;
    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;
  }
}

.c-header-function-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.c-header-function-modal.active {
  display: block;
  animation: slideDown 0.3s ease forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
.c-header-function-modal.closing {
  display: block;
  animation: slideUp 0.3s ease forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
.c-header-function-modal__box {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
  margin-right: 7%;
}
.c-header-function-modal__box form {
  width: 100%;
  border: none;
}
.c-header-function-modal__box input {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #4d4d4d;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 10px;
  width: 292px;
}
.c-header-function-modal__box button {
  padding: 10px;
  background-color: #5A7296;
  border: none;
  outline: none;
}
.c-header-function-modal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 20px;
}
.c-header-function-modal__submit {
  width: 20px;
}
.c-header-function-modal__close {
  width: 62px;
  height: 42px;
  top: 0;
  left: 2px;
  position: relative;
  cursor: pointer;
}
.c-header-function-modal__close span {
  background: #b9b9b9;
  width: 52px;
  height: 2px;
  display: inline-block;
  position: absolute;
}
.c-header-function-modal__close span:nth-of-type(1) {
  transform: rotate(42deg);
  top: 20px;
  left: -1px;
}
.c-header-function-modal__close span:nth-of-type(2) {
  transform: rotate(-42deg);
  top: 19px;
  left: 0;
  right: 10px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/* ---------------------------------------------------------
Component
ページをまたいで使われる各種パーツを定義するクラス
そのパーツ内で常に同様の振る舞いをするものに関してのみスタイルを定義
接頭辞としてc-をつける
--------------------------------------------------------- */
/* =========================================================
search
========================================================= */
/* サイト内検索用 ---- */
.p-search-results .p-search-results-box {
  background-color: #eeeeee;
  padding: 25px;
}
.p-search-results .p-search-results-box__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-search-results .p-search-results-box-format__select {
  position: relative;
  display: inline-block;
  width: 59px;
  /* 必要に応じて調整 */
}
.p-search-results .p-search-results-box-format__select:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
}
.p-search-results .p-search-results-box-format__select select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-search-results .p-search-results-box-format__select select::-ms-expand {
  display: none;
}
.p-search-results .p-search-results-box-category__select {
  position: relative;
  display: inline-block;
  width: 59px;
  /* 必要に応じて調整 */
}
.p-search-results .p-search-results-box-category__select:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
}
.p-search-results .p-search-results-box-category__select select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-search-results .p-search-results-box-category__select select::-ms-expand {
  display: none;
}
.p-search-results .p-search-results-box-searchbar {
  width: 100%;
}
.p-search-results .p-search-results-box-searchbar__box {
  width: 100%;
}
.p-search-results .p-search-results-box-searchbar__box form {
  width: 100%;
  border: none;
}
.p-search-results .p-search-results-box-searchbar__box input {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 10px;
  color: #333;
}
.p-search-results .p-search-results-box-searchbar__box button {
  padding: 10px;
  background-color: #5A7296;
  border: none;
  outline: none;
}
.p-search-results .p-search-results-box-searchbar__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 20px;
}
.p-search-results .p-search-results-box-searchbar__submit {
  width: 20px;
}
.p-search-results .p-search-results-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
}
.p-search-results .p-search-results-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-search-results .p-search-results-box__icon01::before {
  content: "";
  background-image: url(./images/icon/icon_menu.svg);
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
.p-search-results .p-search-results-box__icon02::before {
  content: "";
  background-image: url(./images/icon/icon_much.svg);
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 22px;
  margin-right: 5px;
}
.p-search-results .p-search-results-box__icon03::before {
  content: "";
  background-image: url(./images/icon/icon_copy.svg);
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}
.p-search-results .p-search-results-box__icon04::before {
  content: "";
  background-image: url(./images/icon/icon_img.svg);
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
.p-search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-search-results__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
}
.p-search-results__item:first-child {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.p-search-results__item:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.p-search-results__link {
  display: block;
  text-decoration: none;
}
.p-search-results__title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  font-size: 16px;
  font-size: 1rem;
}
.p-search-results__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  color: #111;
}
.p-search-results__title a:hover {
  text-decoration: underline;
}
.p-search-results__title a:visited {
  color: #a086b7;
}
.p-search-results__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-top: 10px;
}
.p-search-results__excerpt a {
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  max-height: 3em;
  /* 2行くらい */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行で省略 */
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-search-results__excerpt a {
    -webkit-line-clamp: 1;
    /* 1行で省略 */
  }
}
.p-search-results__meta {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.p-search-results__url {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100%;
  /* 親の幅に収める */
  overflow-wrap: break-word;
  /* 長い単語でも改行 */
  word-break: break-all;
  /* とにかく折り返す */
}
.p-search-results__url a {
  text-decoration: none;
  color: #111;
  display: inline-block;
  /* 必須 */
  max-width: 268px;
  /* 約30文字分の幅 */
  /* 横幅を調整 */
  white-space: nowrap;
  /* 改行を禁止 */
  overflow: hidden;
  /* はみ出た部分を隠す */
  text-overflow: ellipsis;
  /* 省略記号を表示 */
  vertical-align: bottom;
  /* 必要に応じて */
}
@media screen and (min-width: 768px) {
  .p-search-results__url a {
    max-width: 1112px;
  }
}
.p-search-results__url a:hover {
  text-decoration: underline;
}
.p-search-results__url span {
  color: #fff;
  background-color: #333;
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 5px 5px;
}
.p-search-results__meta {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.p-search-results mark {
  background-color: #ffeb3b;
  padding: 0 2px;
}
.p-search-results__pagination {
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-search-results__pagination .page-numbers {
  background-color: #333;
  color: #fff;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-search-results__pagination .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.p-search-results__pagination .prev {
  background-color: #666 !important;
}
.p-search-results__pagination .prev:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-50deg);
  position: absolute;
  right: 12px;
  top: 13px;
}
.p-search-results__pagination .next {
  background-color: #666 !important;
}
.p-search-results__pagination .next:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 13px;
}
.p-search-results__pagination a, .p-search-results__pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 12px 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.p-search-results__pagination a:hover, .p-search-results__pagination span:hover {
  background-color: #5A7296;
  color: #fff;
  border: none;
}
.p-search-results__pagination .current {
  color: #333;
  background-color: transparent;
}
.p-search-results-txt__md {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-search-results-txt__md {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-search-results-txt__lg {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-search-results-txt__lg {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-search-results-txt__lg:before {
  content: "「";
  display: inline-block;
  font-size: 20px;
  color: #666;
  vertical-align: super;
  /* 上付きにする */
  font-weight: normal;
}
.p-search-results-txt__lg:after {
  content: "」";
  display: inline-block;
  font-size: 20px;
  color: #666;
  font-weight: normal;
  margin-left: 5px;
}
.p-search-results-txt__lg--nocontent {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-search-results-txt__lg--nocontent {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-search-results-txt__lg--nocontent:before {
  content: none;
}
.p-search-results-txt__lg--nocontent:after {
  content: none;
}
.p-search-results-txt__sm {
  font-size: 16px;
  font-size: 1rem;
}

.highlight {
  background-color: #ffea00;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-gnav {
  position: relative;
  line-height: 1.5;
  bottom: 11px;
  left: 0;
}
.c-gnav__list {
  gap: 30px;
  font-weight: 600;
}
.c-gnav__item {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-gnav__item {
    line-height: 0;
  }
}
.c-gnav__link {
  padding: 0;
  color: #333;
  position: relative;
  z-index: 99999;
}
.c-gnav__link:hover {
  color: #0089ff !important;
}
.c-gnav__link.is-active {
  color: #0089ff;
}
.c-gnav__link.is-inactive {
  color: #ccc;
}
.c-gnav__link.is-current {
  position: relative;
}
.c-gnav__link.is-current:after {
  content: "";
  position: absolute;
  bottom: -17px;
  display: block;
  width: 100%;
  height: 6px;
  background: #0089ff;
}
.c-gnav .c-gnav-sub {
  display: none;
  position: fixed;
  top: 149px;
  left: 0;
  width: 100vw;
  background-color: rgba(19, 51, 95, 0.95);
  z-index: 10;
  padding: 40px;
  font-size: 16px;
  font-size: 1rem;
}
.c-gnav .c-gnav-sub.js-change-gnav {
  top: 109px;
}
.c-gnav .c-gnav-sub.is-active {
  display: block;
}
.c-gnav .c-gnav-sub__close {
  position: absolute;
  top: 48px;
  right: 18%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  width: 38px;
  height: 40px;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .c-gnav .c-gnav-sub__close {
    right: 2%;
  }
}
@media screen and (min-width: 1350px) {
  .c-gnav .c-gnav-sub__close {
    right: 7%;
  }
}
.c-gnav .c-gnav-sub__close::before {
  content: '';
  display: block;
  width: 2px;
  height: 43px;
  transform: rotate(135deg);
  position: absolute;
  right: 19px;
  top: -3px;
  background: #fff;
}
.c-gnav .c-gnav-sub__close::after {
  content: '';
  display: block;
  width: 2px;
  height: 43px;
  transform: rotate(-135deg);
  position: absolute;
  right: 17px;
  top: -3px;
  background: #fff;
}
.c-gnav .c-gnav-sub-list {
  width: 30%;
  min-width: 270px;
  padding-left: 5%;
}
.c-gnav .c-gnav-sub-item {
  height: 45px;
  line-height: 60px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-gnav .c-gnav-sub-item {
    padding: 0;
  }
}
.c-gnav .c-gnav-sub-item:hover {
  background-color: #435C7E;
}
.c-gnav .c-gnav-sub-item::before {
  content: '';
  display: block;
  width: 9px;
  height: 8px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 17px;
  border-radius: 1px;
}
.c-gnav .c-gnav-sub-item::after {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  background: #fff;
  right: 15px;
  top: 21px;
  border-radius: 1px;
}
.c-gnav .c-gnav-sub-item a {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.c-gnav .c-gnav-sub-item:first-child {
  margin-left: -15px;
}
.c-gnav .c-gnav-sub-item:first-child:before, .c-gnav .c-gnav-sub-item:first-child:after {
  content: none;
}
.c-gnav .c-gnav-sub-item:first-child:hover {
  background-color: transparent;
}
.c-gnav .c-gnav-sub-item--link:hover {
  background-color: #435C7E !important;
}
.c-gnav .c-gnav-sub-item--link::before {
  content: '' !important;
  display: block;
  width: 9px;
  height: 8px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 17px;
  border-radius: 1px;
}
.c-gnav .c-gnav-sub-item--link::after {
  content: '' !important;
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  background: #fff;
  right: 15px;
  top: 21px;
  border-radius: 1px;
}
.c-gnav .c-gnav-sub-item__txt {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-gnav .c-gnav-sub-item__txt--sub {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 7px;
}

/*spmenu=========*/
/*ヘッダーのSPメニューボタン*/
.c-slide-menu {
  background: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 1082px) {
  .c-slide-menu {
    display: none;
  }
}
.c-slide-menu__btn {
  width: 56px;
  height: 52px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media screen and (min-width: 992px) {
  .c-slide-menu__btn {
    display: none;
  }
}
.c-slide-menu__btn span {
  display: block;
  margin: 0;
  border: none;
  width: 22px;
  height: 2px;
  background-color: #1d3a65;
  border-radius: 100px;
  transform-origin: 0% 50%;
  position: absolute;
  top: 16px;
  left: 34%;
  transition: .1s;
}
.c-slide-menu__btn span:nth-of-type(2) {
  top: 23px;
}
.c-slide-menu__btn span:nth-of-type(3) {
  top: 31px;
}
.c-slide-menu__btn.active {
  background-color: #1d3a65;
}
.c-slide-menu__btn.active span {
  background: #fff;
  width: 22px;
}
.c-slide-menu__btn.active span:nth-of-type(1) {
  transform: rotate(42deg);
  top: 20px;
  left: 38%;
}
.c-slide-menu__btn.active span:nth-of-type(2) {
  display: none;
}
.c-slide-menu__btn.active span:nth-of-type(3) {
  transform: rotate(-42deg);
  top: 35px;
  left: 38%;
}
.c-slide-menu__contents {
  padding: 15px 0 20px 0;
  margin: 5px 7% 0;
}
.c-slide-menu-contact {
  position: relative;
  width: 100%;
  min-width: 280px;
  padding: 16px 0;
  text-align: center;
  background-color: #5a7296;
  color: #fff;
  margin: 50px auto 0;
}
.c-slide-menu-contact a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-slide-menu-contact a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-slide-menu__list {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-slide-menu__list {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-slide-menu__item {
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 21px;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: #4c6ea2 1px solid;
  padding: 13px 0;
  padding-left: 10px;
}
.c-slide-menu__item:first-child {
  border-top: #4c6ea2 1px solid;
}
.c-slide-menu__item a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.c-slide-menu__item a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-slide-menu__main {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.c-slide-menu__main::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  right: 7px;
  top: 5px;
}
.c-slide-menu__main.active::after {
  transform: rotate(45deg);
}
.c-slide-menu-sub {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 18px;
  margin-top: 20px;
}
.c-slide-menu-sub__item {
  margin-bottom: 15px;
  position: relative;
}
.c-slide-menu-sub__item span {
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
.c-slide-menu-sub__item span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}
.c-slide-menu-sub__item span:hover::after {
  width: 100%;
}
.c-slide-menu-sub__item a {
  color: #fff;
  position: absolute;
  text-decoration: none;
}
.c-slide-menu .c-slide-menu-search {
  background: #fff;
}
.c-slide-menu .c-slide-menu-search__form {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
}
.c-slide-menu .c-slide-menu-search__input {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  outline: none;
}
.c-slide-menu .c-slide-menu-search__input:focus {
  background: #f9f9f9;
}
.c-slide-menu .c-slide-menu-search__button {
  background: #5A7296;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  height: 100%;
}
.c-slide-menu .c-slide-menu-search__icon {
  color: #fff;
  width: 20px;
  line-height: 1;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl {
  font-weight: 700;
  color: #000;
}
.c-basic-ttl--xs {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xs {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-ttl--sm {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-ttl--md {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--md {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-basic-ttl--lg {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--lg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-basic-ttl--xl {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.c-ttl-h1 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 0 50px 0;
  }
}

.c-ttl-h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #004098;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-ttl-h2:after {
  content: "";
  background: #efefef;
  height: 2px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 15px;
  margin-left: 13px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2:after {
    width: 200px;
    margin-left: 19px;
  }
}
.c-ttl-h2--border-none:after {
  content: none;
}
.c-ttl-h2__en {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #a1a4a8;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-ttl-h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #004098;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-ttl-h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #004098;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.c-page-ttl {
  width: 100%;
  height: 180px;
  position: relative;
  top: -21px;
}
@media screen and (min-width: 992px) {
  .c-page-ttl {
    height: 260px;
  }
}
.c-page-ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.c-page-ttl__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.c-page-ttl__in {
  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;
  height: 100%;
  position: relative;
  color: #fff;
}
.c-page-ttl__jp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-page-ttl__jp {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-page-ttl__en {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  .c-page-ttl__en {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.c-page-ttl__txt {
  margin-bottom: 0;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .c-single__pagenavi .nav-previous a,
.c-single__pagenavi .nav-next a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .c-basic-txt, .c-single__pagenavi .nav-previous a,
  .c-single__pagenavi .nav-next a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-txt:last-of-type, .c-single__pagenavi .nav-previous a:last-of-type,
.c-single__pagenavi .nav-next a:last-of-type {
  margin-bottom: 0;
}
.c-basic-txt--sm {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-basic-txt--lg {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--lg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-txt--xl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--xl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* =========================================================
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;
  min-width: 200px;
  padding: 1em 1.5em;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: .3s;
  font-weight: 400;
  background-image: url(./images/icon/icon_right_w.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 2em;
}
.c-basic-btn--sm {
  min-width: 150px;
  padding: .75em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn--red {
  background-color: #ff4646;
  background-image: url(./images/icon/icon_right_w.svg);
  border: none;
}
.c-basic-btn--red .c-basic-btn__in {
  color: #fff;
}
.c-basic-btn--back {
  background-color: #82a2cf;
  background-image: url(./images/icon/icon_left_w.svg);
  background-position: left 1em center;
  min-width: inherit;
  padding: 1em 2em 1em 2.8em;
  margin-top: 3em;
  border: none;
}
.c-basic-btn--back .c-basic-btn__in {
  color: #fff;
}

.c-pagetop-btn {
  display: none;
  position: fixed;
  visibility: hidden;
  transition: opacity 0.3s ease;
  bottom: 20px;
  right: 20px;
  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;
  z-index: 5;
  background-image: url(./images/icon/icon_up_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.c-pagetop-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.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;
}

/* =========================================================
box - カード式レイアウトのオブジェクト
========================================================= */
/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* =========================================================
gmap - Google Maps関連
========================================================= */
/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.5em 0;
  margin-top: 55px;
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs {
    margin-top: 115px;
  }
}
.c-breadcrumbs__list {
  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;
  color: #999;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-breadcrumbs__item {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0.5em;
}
.c-breadcrumbs__item:after {
  background-image: url(./images/icon/icon_right_grey.svg);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  width: 8px;
  background-size: 100% auto;
  margin-left: 0.5em;
}
.c-breadcrumbs__item:last-child:after {
  display: none;
}
.c-breadcrumbs__item--active {
  display: inline-block;
  max-width: 20ch;
  /* 文字数で制限 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__item--active {
    display: inline-block;
    max-width: 100%;
    /* 文字数で制限 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.c-breadcrumbs a {
  color: #999;
  text-decoration: underline;
}
.c-breadcrumbs a:hover {
  color: #999;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
/* =========================================================
■wp archive
========================================================= */
.c-archive__pagenavi {
  position: relative;
  z-index: 1;
}
.c-archive__pagenavi .pages {
  display: none;
}
.c-archive__pagenavi .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.5em;
}
.c-archive__pagenavi .wp-pagenavi .current,
.c-archive__pagenavi .wp-pagenavi .page,
.c-archive__pagenavi .wp-pagenavi .extend,
.c-archive__pagenavi .wp-pagenavi .previouspostslink,
.c-archive__pagenavi .wp-pagenavi .nextpostslink,
.c-archive__pagenavi .wp-pagenavi .first,
.c-archive__pagenavi .wp-pagenavi .last {
  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 #999999;
  background-color: #ffffff;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  margin: 0 .25em;
  transition: .3s;
}
.c-archive__pagenavi .wp-pagenavi .current {
  border-color: #999999;
  background-color: #000;
  color: #ffffff;
  pointer-events: none;
}
.c-archive__pagenavi .wp-pagenavi-next {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(./images/icon/icon_right_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.c-archive__pagenavi .wp-pagenavi-prev {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(./images/icon/icon_left_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.c-single__pagenavi .post-navigation {
  margin-top: 1.5em;
}
.c-single__pagenavi .screen-reader-text {
  display: none;
}
.c-single__pagenavi .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: 992px) {
  .c-single__pagenavi .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;
  }
}
.c-single__pagenavi .nav-previous,
.c-single__pagenavi .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%;
  display: none;
}
.c-single__pagenavi .nav-previous a,
.c-single__pagenavi .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;
}
.c-single__pagenavi .nav-previous a::before, .c-single__pagenavi .nav-previous a::after,
.c-single__pagenavi .nav-next a::before,
.c-single__pagenavi .nav-next a::after {
  display: block;
  color: #cccccc;
  margin: 0 .5em;
  transition: .3s;
}
.c-single__pagenavi .nav-previous {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.c-single__pagenavi .nav-previous a:before {
  background-image: url(./images/icon/icon_left_black.svg);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  width: 8px;
  background-size: 100% auto;
  margin-left: 0.5em;
}
.c-single__pagenavi .nav-previous a:hover::before {
  margin-left: .2em;
  margin-right: .8em;
}
.c-single__pagenavi .nav-previous + .nav-next {
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .c-single__pagenavi .nav-previous + .nav-next {
    margin-top: 0;
    margin-left: 1em;
  }
}
.c-single__pagenavi .nav-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.c-single__pagenavi .nav-next a:after {
  background-image: url(./images/icon/icon_right_black.svg);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  width: 8px;
  background-size: 100% auto;
  margin-left: 0.5em;
}
.c-single__pagenavi .nav-next a:hover::after {
  margin-left: .8em;
  margin-right: .2em;
}

/*追加css-------------*/
.wp-pagenavi span {
  border: none !important;
}

.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-numbers li {
  margin-right: 15px;
}
.page-numbers li:last-child {
  margin-right: 0;
}

/* =========================================================
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.5em;
}
.c-wp-post table th,
.c-wp-post .table-scroll th {
  background-color: #e7e7e7;
}
.c-wp-post table thead,
.c-wp-post .table-scroll thead {
  border: none;
}
@media screen and (max-width: 991px) {
  .c-wp-post .table-scroll {
    overflow-x: scroll;
  }
  .c-wp-post .table-scroll table {
    min-width: 1200px;
  }
}
@font-face {
  .c-wp-post {
    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: "";
}
.c-wp-post .glyphicon-music:before {
  content: "";
}
.c-wp-post .glyphicon-search:before {
  content: "";
}
.c-wp-post .glyphicon-heart:before {
  content: "";
}
.c-wp-post .glyphicon-star:before {
  content: "";
}
.c-wp-post .glyphicon-star-empty:before {
  content: "";
}
.c-wp-post .glyphicon-user:before {
  content: "";
}
.c-wp-post .glyphicon-film:before {
  content: "";
}
.c-wp-post .glyphicon-th-large:before {
  content: "";
}
.c-wp-post .glyphicon-th:before {
  content: "";
}
.c-wp-post .glyphicon-th-list:before {
  content: "";
}
.c-wp-post .glyphicon-ok:before {
  content: "";
}
.c-wp-post .glyphicon-remove:before {
  content: "";
}
.c-wp-post .glyphicon-zoom-in:before {
  content: "";
}
.c-wp-post .glyphicon-zoom-out:before {
  content: "";
}
.c-wp-post .glyphicon-off:before {
  content: "";
}
.c-wp-post .glyphicon-signal:before {
  content: "";
}
.c-wp-post .glyphicon-cog:before {
  content: "";
}
.c-wp-post .glyphicon-trash:before {
  content: "";
}
.c-wp-post .glyphicon-home:before {
  content: "";
}
.c-wp-post .glyphicon-file:before {
  content: "";
}
.c-wp-post .glyphicon-time:before {
  content: "";
}
.c-wp-post .glyphicon-road:before {
  content: "";
}
.c-wp-post .glyphicon-download-alt:before {
  content: "";
}
.c-wp-post .glyphicon-download:before {
  content: "";
}
.c-wp-post .glyphicon-upload:before {
  content: "";
}
.c-wp-post .glyphicon-inbox:before {
  content: "";
}
.c-wp-post .glyphicon-play-circle:before {
  content: "";
}
.c-wp-post .glyphicon-repeat:before {
  content: "";
}
.c-wp-post .glyphicon-refresh:before {
  content: "";
}
.c-wp-post .glyphicon-list-alt:before {
  content: "";
}
.c-wp-post .glyphicon-lock:before {
  content: "";
}
.c-wp-post .glyphicon-flag:before {
  content: "";
}
.c-wp-post .glyphicon-headphones:before {
  content: "";
}
.c-wp-post .glyphicon-volume-off:before {
  content: "";
}
.c-wp-post .glyphicon-volume-down:before {
  content: "";
}
.c-wp-post .glyphicon-volume-up:before {
  content: "";
}
.c-wp-post .glyphicon-qrcode:before {
  content: "";
}
.c-wp-post .glyphicon-barcode:before {
  content: "";
}
.c-wp-post .glyphicon-tag:before {
  content: "";
}
.c-wp-post .glyphicon-tags:before {
  content: "";
}
.c-wp-post .glyphicon-book:before {
  content: "";
}
.c-wp-post .glyphicon-bookmark:before {
  content: "";
}
.c-wp-post .glyphicon-print:before {
  content: "";
}
.c-wp-post .glyphicon-camera:before {
  content: "";
}
.c-wp-post .glyphicon-font:before {
  content: "";
}
.c-wp-post .glyphicon-bold:before {
  content: "";
}
.c-wp-post .glyphicon-italic:before {
  content: "";
}
.c-wp-post .glyphicon-text-height:before {
  content: "";
}
.c-wp-post .glyphicon-text-width:before {
  content: "";
}
.c-wp-post .glyphicon-align-left:before {
  content: "";
}
.c-wp-post .glyphicon-align-center:before {
  content: "";
}
.c-wp-post .glyphicon-align-right:before {
  content: "";
}
.c-wp-post .glyphicon-align-justify:before {
  content: "";
}
.c-wp-post .glyphicon-list:before {
  content: "";
}
.c-wp-post .glyphicon-indent-left:before {
  content: "";
}
.c-wp-post .glyphicon-indent-right:before {
  content: "";
}
.c-wp-post .glyphicon-facetime-video:before {
  content: "";
}
.c-wp-post .glyphicon-picture:before {
  content: "";
}
.c-wp-post .glyphicon-map-marker:before {
  content: "";
}
.c-wp-post .glyphicon-adjust:before {
  content: "";
}
.c-wp-post .glyphicon-tint:before {
  content: "";
}
.c-wp-post .glyphicon-edit:before {
  content: "";
}
.c-wp-post .glyphicon-share:before {
  content: "";
}
.c-wp-post .glyphicon-check:before {
  content: "";
}
.c-wp-post .glyphicon-move:before {
  content: "";
}
.c-wp-post .glyphicon-step-backward:before {
  content: "";
}
.c-wp-post .glyphicon-fast-backward:before {
  content: "";
}
.c-wp-post .glyphicon-backward:before {
  content: "";
}
.c-wp-post .glyphicon-play:before {
  content: "";
}
.c-wp-post .glyphicon-pause:before {
  content: "";
}
.c-wp-post .glyphicon-stop:before {
  content: "";
}
.c-wp-post .glyphicon-forward:before {
  content: "";
}
.c-wp-post .glyphicon-fast-forward:before {
  content: "";
}
.c-wp-post .glyphicon-step-forward:before {
  content: "";
}
.c-wp-post .glyphicon-eject:before {
  content: "";
}
.c-wp-post .glyphicon-chevron-left:before {
  content: "";
}
.c-wp-post .glyphicon-chevron-right:before {
  content: "";
}
.c-wp-post .glyphicon-plus-sign:before {
  content: "";
}
.c-wp-post .glyphicon-minus-sign:before {
  content: "";
}
.c-wp-post .glyphicon-remove-sign:before {
  content: "";
}
.c-wp-post .glyphicon-ok-sign:before {
  content: "";
}
.c-wp-post .glyphicon-question-sign:before {
  content: "";
}
.c-wp-post .glyphicon-info-sign:before {
  content: "";
}
.c-wp-post .glyphicon-screenshot:before {
  content: "";
}
.c-wp-post .glyphicon-remove-circle:before {
  content: "";
}
.c-wp-post .glyphicon-ok-circle:before {
  content: "";
}
.c-wp-post .glyphicon-ban-circle:before {
  content: "";
}
.c-wp-post .glyphicon-arrow-left:before {
  content: "";
}
.c-wp-post .glyphicon-arrow-right:before {
  content: "";
}
.c-wp-post .glyphicon-arrow-up:before {
  content: "";
}
.c-wp-post .glyphicon-arrow-down:before {
  content: "";
}
.c-wp-post .glyphicon-share-alt:before {
  content: "";
}
.c-wp-post .glyphicon-resize-full:before {
  content: "";
}
.c-wp-post .glyphicon-resize-small:before {
  content: "";
}
.c-wp-post .glyphicon-exclamation-sign:before {
  content: "";
}
.c-wp-post .glyphicon-gift:before {
  content: "";
}
.c-wp-post .glyphicon-leaf:before {
  content: "";
}
.c-wp-post .glyphicon-fire:before {
  content: "";
}
.c-wp-post .glyphicon-eye-open:before {
  content: "";
}
.c-wp-post .glyphicon-eye-close:before {
  content: "";
}
.c-wp-post .glyphicon-warning-sign:before {
  content: "";
}
.c-wp-post .glyphicon-plane:before {
  content: "";
}
.c-wp-post .glyphicon-calendar:before {
  content: "";
}
.c-wp-post .glyphicon-random:before {
  content: "";
}
.c-wp-post .glyphicon-comment:before {
  content: "";
}
.c-wp-post .glyphicon-magnet:before {
  content: "";
}
.c-wp-post .glyphicon-chevron-up:before {
  content: "";
}
.c-wp-post .glyphicon-chevron-down:before {
  content: "";
}
.c-wp-post .glyphicon-retweet:before {
  content: "";
}
.c-wp-post .glyphicon-shopping-cart:before {
  content: "";
}
.c-wp-post .glyphicon-folder-close:before {
  content: "";
}
.c-wp-post .glyphicon-folder-open:before {
  content: "";
}
.c-wp-post .glyphicon-resize-vertical:before {
  content: "";
}
.c-wp-post .glyphicon-resize-horizontal:before {
  content: "";
}
.c-wp-post .glyphicon-hdd:before {
  content: "";
}
.c-wp-post .glyphicon-bullhorn:before {
  content: "";
}
.c-wp-post .glyphicon-bell:before {
  content: "";
}
.c-wp-post .glyphicon-certificate:before {
  content: "";
}
.c-wp-post .glyphicon-thumbs-up:before {
  content: "";
}
.c-wp-post .glyphicon-thumbs-down:before {
  content: "";
}
.c-wp-post .glyphicon-hand-right:before {
  content: "";
}
.c-wp-post .glyphicon-hand-left:before {
  content: "";
}
.c-wp-post .glyphicon-hand-up:before {
  content: "";
}
.c-wp-post .glyphicon-hand-down:before {
  content: "";
}
.c-wp-post .glyphicon-circle-arrow-right:before {
  content: "";
}
.c-wp-post .glyphicon-circle-arrow-left:before {
  content: "";
}
.c-wp-post .glyphicon-circle-arrow-up:before {
  content: "";
}
.c-wp-post .glyphicon-circle-arrow-down:before {
  content: "";
}
.c-wp-post .glyphicon-globe:before {
  content: "";
}
.c-wp-post .glyphicon-wrench:before {
  content: "";
}
.c-wp-post .glyphicon-tasks:before {
  content: "";
}
.c-wp-post .glyphicon-filter:before {
  content: "";
}
.c-wp-post .glyphicon-briefcase:before {
  content: "";
}
.c-wp-post .glyphicon-fullscreen:before {
  content: "";
}
.c-wp-post .glyphicon-dashboard:before {
  content: "";
}
.c-wp-post .glyphicon-paperclip:before {
  content: "";
}
.c-wp-post .glyphicon-heart-empty:before {
  content: "";
}
.c-wp-post .glyphicon-link:before {
  content: "";
}
.c-wp-post .glyphicon-phone:before {
  content: "";
}
.c-wp-post .glyphicon-pushpin:before {
  content: "";
}
.c-wp-post .glyphicon-usd:before {
  content: "";
}
.c-wp-post .glyphicon-gbp:before {
  content: "";
}
.c-wp-post .glyphicon-sort:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-alphabet:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-order:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-order-alt:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-attributes:before {
  content: "";
}
.c-wp-post .glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.c-wp-post .glyphicon-unchecked:before {
  content: "";
}
.c-wp-post .glyphicon-expand:before {
  content: "";
}
.c-wp-post .glyphicon-collapse-down:before {
  content: "";
}
.c-wp-post .glyphicon-collapse-up:before {
  content: "";
}
.c-wp-post .glyphicon-log-in:before {
  content: "";
}
.c-wp-post .glyphicon-flash:before {
  content: "";
}
.c-wp-post .glyphicon-log-out:before {
  content: "";
}
.c-wp-post .glyphicon-new-window:before {
  content: "";
}
.c-wp-post .glyphicon-record:before {
  content: "";
}
.c-wp-post .glyphicon-save:before {
  content: "";
}
.c-wp-post .glyphicon-open:before {
  content: "";
}
.c-wp-post .glyphicon-saved:before {
  content: "";
}
.c-wp-post .glyphicon-import:before {
  content: "";
}
.c-wp-post .glyphicon-export:before {
  content: "";
}
.c-wp-post .glyphicon-send:before {
  content: "";
}
.c-wp-post .glyphicon-floppy-disk:before {
  content: "";
}
.c-wp-post .glyphicon-floppy-saved:before {
  content: "";
}
.c-wp-post .glyphicon-floppy-remove:before {
  content: "";
}
.c-wp-post .glyphicon-floppy-save:before {
  content: "";
}
.c-wp-post .glyphicon-floppy-open:before {
  content: "";
}
.c-wp-post .glyphicon-credit-card:before {
  content: "";
}
.c-wp-post .glyphicon-transfer:before {
  content: "";
}
.c-wp-post .glyphicon-cutlery:before {
  content: "";
}
.c-wp-post .glyphicon-header:before {
  content: "";
}
.c-wp-post .glyphicon-compressed:before {
  content: "";
}
.c-wp-post .glyphicon-earphone:before {
  content: "";
}
.c-wp-post .glyphicon-phone-alt:before {
  content: "";
}
.c-wp-post .glyphicon-tower:before {
  content: "";
}
.c-wp-post .glyphicon-stats:before {
  content: "";
}
.c-wp-post .glyphicon-sd-video:before {
  content: "";
}
.c-wp-post .glyphicon-hd-video:before {
  content: "";
}
.c-wp-post .glyphicon-subtitles:before {
  content: "";
}
.c-wp-post .glyphicon-sound-stereo:before {
  content: "";
}
.c-wp-post .glyphicon-sound-dolby:before {
  content: "";
}
.c-wp-post .glyphicon-sound-5-1:before {
  content: "";
}
.c-wp-post .glyphicon-sound-6-1:before {
  content: "";
}
.c-wp-post .glyphicon-sound-7-1:before {
  content: "";
}
.c-wp-post .glyphicon-copyright-mark:before {
  content: "";
}
.c-wp-post .glyphicon-registration-mark:before {
  content: "";
}
.c-wp-post .glyphicon-cloud-download:before {
  content: "";
}
.c-wp-post .glyphicon-cloud-upload:before {
  content: "";
}
.c-wp-post .glyphicon-tree-conifer:before {
  content: "";
}
.c-wp-post .glyphicon-tree-deciduous:before {
  content: "";
}
.c-wp-post .glyphicon-cd:before {
  content: "";
}
.c-wp-post .glyphicon-save-file:before {
  content: "";
}
.c-wp-post .glyphicon-open-file:before {
  content: "";
}
.c-wp-post .glyphicon-level-up:before {
  content: "";
}
.c-wp-post .glyphicon-copy:before {
  content: "";
}
.c-wp-post .glyphicon-paste:before {
  content: "";
}
.c-wp-post .glyphicon-alert:before {
  content: "";
}
.c-wp-post .glyphicon-equalizer:before {
  content: "";
}
.c-wp-post .glyphicon-king:before {
  content: "";
}
.c-wp-post .glyphicon-queen:before {
  content: "";
}
.c-wp-post .glyphicon-pawn:before {
  content: "";
}
.c-wp-post .glyphicon-bishop:before {
  content: "";
}
.c-wp-post .glyphicon-knight:before {
  content: "";
}
.c-wp-post .glyphicon-baby-formula:before {
  content: "";
}
.c-wp-post .glyphicon-tent:before {
  content: "⛺";
}
.c-wp-post .glyphicon-blackboard:before {
  content: "";
}
.c-wp-post .glyphicon-bed:before {
  content: "";
}
.c-wp-post .glyphicon-apple:before {
  content: "";
}
.c-wp-post .glyphicon-erase:before {
  content: "";
}
.c-wp-post .glyphicon-hourglass:before {
  content: "⌛";
}
.c-wp-post .glyphicon-lamp:before {
  content: "";
}
.c-wp-post .glyphicon-duplicate:before {
  content: "";
}
.c-wp-post .glyphicon-piggy-bank:before {
  content: "";
}
.c-wp-post .glyphicon-scissors:before {
  content: "";
}
.c-wp-post .glyphicon-bitcoin:before {
  content: "";
}
.c-wp-post .glyphicon-yen:before {
  content: "¥";
}
.c-wp-post .glyphicon-ruble:before {
  content: "₽";
}
.c-wp-post .glyphicon-scale:before {
  content: "";
}
.c-wp-post .glyphicon-ice-lolly:before {
  content: "";
}
.c-wp-post .glyphicon-ice-lolly-tasted:before {
  content: "";
}
.c-wp-post .glyphicon-education:before {
  content: "";
}
.c-wp-post .glyphicon-option-horizontal:before {
  content: "";
}
.c-wp-post .glyphicon-option-vertical:before {
  content: "";
}
.c-wp-post .glyphicon-menu-hamburger:before {
  content: "";
}
.c-wp-post .glyphicon-modal-window:before {
  content: "";
}
.c-wp-post .glyphicon-oil:before {
  content: "";
}
.c-wp-post .glyphicon-grain:before {
  content: "";
}
.c-wp-post .glyphicon-sunglasses:before {
  content: "";
}
.c-wp-post .glyphicon-text-size:before {
  content: "";
}
.c-wp-post .glyphicon-text-color:before {
  content: "";
}
.c-wp-post .glyphicon-text-background:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-top:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-bottom:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-horizontal:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-left:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-vertical:before {
  content: "";
}
.c-wp-post .glyphicon-object-align-right:before {
  content: "";
}
.c-wp-post .glyphicon-triangle-right:before {
  content: "";
}
.c-wp-post .glyphicon-triangle-left:before {
  content: "";
}
.c-wp-post .glyphicon-triangle-bottom:before {
  content: "";
}
.c-wp-post .glyphicon-triangle-top:before {
  content: "";
}
.c-wp-post .glyphicon-console:before {
  content: "";
}
.c-wp-post .glyphicon-superscript:before {
  content: "";
}
.c-wp-post .glyphicon-subscript:before {
  content: "";
}
.c-wp-post .glyphicon-menu-left:before {
  content: "";
}
.c-wp-post .glyphicon-menu-right:before {
  content: "";
}
.c-wp-post .glyphicon-menu-down:before {
  content: "";
}
.c-wp-post .glyphicon-menu-up:before {
  content: "";
}
.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 .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: inherit;
}
.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: .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: .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 rgba(255, 255, 255, 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 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 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: /\00a0;
  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: .2em .6em .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, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0));
  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, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0));
}
.c-wp-post .progress-bar-info {
  background-color: #5bc0de;
}
.c-wp-post .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0));
}
.c-wp-post .progress-bar-warning {
  background-color: #f0ad4e;
}
.c-wp-post .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0));
}
.c-wp-post .progress-bar-danger {
  background-color: #d9534f;
}
.c-wp-post .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0));
}
.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: .2;
  filter: alpha(opacity=20);
}
.c-wp-post .close:focus,
.c-wp-post .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .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: .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: .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 .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: .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: .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 {
  .c-wp-post {
    font-family: Genericons;
    src: url(../assets/genericons/Genericons.eot);
  }
}
@font-face {
  .c-wp-post {
    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 {
    .c-wp-post {
      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: "";
}
.c-wp-post .genericon-activity:before {
  content: "";
}
.c-wp-post .genericon-anchor:before {
  content: "";
}
.c-wp-post .genericon-aside:before {
  content: "";
}
.c-wp-post .genericon-attachment:before {
  content: "";
}
.c-wp-post .genericon-audio:before {
  content: "";
}
.c-wp-post .genericon-bold:before {
  content: "";
}
.c-wp-post .genericon-book:before {
  content: "";
}
.c-wp-post .genericon-bug:before {
  content: "";
}
.c-wp-post .genericon-cart:before {
  content: "";
}
.c-wp-post .genericon-category:before {
  content: "";
}
.c-wp-post .genericon-chat:before {
  content: "";
}
.c-wp-post .genericon-checkmark:before {
  content: "";
}
.c-wp-post .genericon-close:before {
  content: "";
}
.c-wp-post .genericon-close-alt:before {
  content: "";
}
.c-wp-post .genericon-cloud:before {
  content: "";
}
.c-wp-post .genericon-cloud-download:before {
  content: "";
}
.c-wp-post .genericon-cloud-upload:before {
  content: "";
}
.c-wp-post .genericon-code:before {
  content: "";
}
.c-wp-post .genericon-codepen:before {
  content: "";
}
.c-wp-post .genericon-cog:before {
  content: "";
}
.c-wp-post .genericon-collapse:before {
  content: "";
}
.c-wp-post .genericon-comment:before {
  content: "";
}
.c-wp-post .genericon-day:before {
  content: "";
}
.c-wp-post .genericon-digg:before {
  content: "";
}
.c-wp-post .genericon-document:before {
  content: "";
}
.c-wp-post .genericon-dot:before {
  content: "";
}
.c-wp-post .genericon-downarrow:before {
  content: "";
}
.c-wp-post .genericon-download:before {
  content: "";
}
.c-wp-post .genericon-draggable:before {
  content: "";
}
.c-wp-post .genericon-dribbble:before {
  content: "";
}
.c-wp-post .genericon-dropbox:before {
  content: "";
}
.c-wp-post .genericon-dropdown:before {
  content: "";
}
.c-wp-post .genericon-dropdown-left:before {
  content: "";
}
.c-wp-post .genericon-edit:before {
  content: "";
}
.c-wp-post .genericon-ellipsis:before {
  content: "";
}
.c-wp-post .genericon-expand:before {
  content: "";
}
.c-wp-post .genericon-external:before {
  content: "";
}
.c-wp-post .genericon-facebook:before {
  content: "";
}
.c-wp-post .genericon-facebook-alt:before {
  content: "";
}
.c-wp-post .genericon-fastforward:before {
  content: "";
}
.c-wp-post .genericon-feed:before {
  content: "";
}
.c-wp-post .genericon-flag:before {
  content: "";
}
.c-wp-post .genericon-flickr:before {
  content: "";
}
.c-wp-post .genericon-foursquare:before {
  content: "";
}
.c-wp-post .genericon-fullscreen:before {
  content: "";
}
.c-wp-post .genericon-gallery:before {
  content: "";
}
.c-wp-post .genericon-github:before {
  content: "";
}
.c-wp-post .genericon-googleplus:before {
  content: "";
}
.c-wp-post .genericon-googleplus-alt:before {
  content: "";
}
.c-wp-post .genericon-handset:before {
  content: "";
}
.c-wp-post .genericon-heart:before {
  content: "";
}
.c-wp-post .genericon-help:before {
  content: "";
}
.c-wp-post .genericon-hide:before {
  content: "";
}
.c-wp-post .genericon-hierarchy:before {
  content: "";
}
.c-wp-post .genericon-home:before {
  content: "";
}
.c-wp-post .genericon-image:before {
  content: "";
}
.c-wp-post .genericon-info:before {
  content: "";
}
.c-wp-post .genericon-instagram:before {
  content: "";
}
.c-wp-post .genericon-italic:before {
  content: "";
}
.c-wp-post .genericon-key:before {
  content: "";
}
.c-wp-post .genericon-leftarrow:before {
  content: "";
}
.c-wp-post .genericon-link:before {
  content: "";
}
.c-wp-post .genericon-linkedin:before {
  content: "";
}
.c-wp-post .genericon-linkedin-alt:before {
  content: "";
}
.c-wp-post .genericon-location:before {
  content: "";
}
.c-wp-post .genericon-lock:before {
  content: "";
}
.c-wp-post .genericon-mail:before {
  content: "";
}
.c-wp-post .genericon-maximize:before {
  content: "";
}
.c-wp-post .genericon-menu:before {
  content: "";
}
.c-wp-post .genericon-microphone:before {
  content: "";
}
.c-wp-post .genericon-minimize:before {
  content: "";
}
.c-wp-post .genericon-minus:before {
  content: "";
}
.c-wp-post .genericon-month:before {
  content: "";
}
.c-wp-post .genericon-move:before {
  content: "";
}
.c-wp-post .genericon-next:before {
  content: "";
}
.c-wp-post .genericon-notice:before {
  content: "";
}
.c-wp-post .genericon-paintbrush:before {
  content: "";
}
.c-wp-post .genericon-path:before {
  content: "";
}
.c-wp-post .genericon-pause:before {
  content: "";
}
.c-wp-post .genericon-phone:before {
  content: "";
}
.c-wp-post .genericon-picture:before {
  content: "";
}
.c-wp-post .genericon-pinned:before {
  content: "";
}
.c-wp-post .genericon-pinterest:before {
  content: "";
}
.c-wp-post .genericon-pinterest-alt:before {
  content: "";
}
.c-wp-post .genericon-play:before {
  content: "";
}
.c-wp-post .genericon-plugin:before {
  content: "";
}
.c-wp-post .genericon-plus:before {
  content: "";
}
.c-wp-post .genericon-pocket:before {
  content: "";
}
.c-wp-post .genericon-polldaddy:before {
  content: "";
}
.c-wp-post .genericon-portfolio:before {
  content: "";
}
.c-wp-post .genericon-previous:before {
  content: "";
}
.c-wp-post .genericon-print:before {
  content: "";
}
.c-wp-post .genericon-quote:before {
  content: "";
}
.c-wp-post .genericon-rating-empty:before {
  content: "";
}
.c-wp-post .genericon-rating-full:before {
  content: "";
}
.c-wp-post .genericon-rating-half:before {
  content: "";
}
.c-wp-post .genericon-reddit:before {
  content: "";
}
.c-wp-post .genericon-refresh:before {
  content: "";
}
.c-wp-post .genericon-reply:before {
  content: "";
}
.c-wp-post .genericon-reply-alt:before {
  content: "";
}
.c-wp-post .genericon-reply-single:before {
  content: "";
}
.c-wp-post .genericon-rewind:before {
  content: "";
}
.c-wp-post .genericon-rightarrow:before {
  content: "";
}
.c-wp-post .genericon-search:before {
  content: "";
}
.c-wp-post .genericon-send-to-phone:before {
  content: "";
}
.c-wp-post .genericon-send-to-tablet:before {
  content: "";
}
.c-wp-post .genericon-share:before {
  content: "";
}
.c-wp-post .genericon-show:before {
  content: "";
}
.c-wp-post .genericon-shuffle:before {
  content: "";
}
.c-wp-post .genericon-sitemap:before {
  content: "";
}
.c-wp-post .genericon-skip-ahead:before {
  content: "";
}
.c-wp-post .genericon-skip-back:before {
  content: "";
}
.c-wp-post .genericon-skype:before {
  content: "";
}
.c-wp-post .genericon-spam:before {
  content: "";
}
.c-wp-post .genericon-spotify:before {
  content: "";
}
.c-wp-post .genericon-standard:before {
  content: "";
}
.c-wp-post .genericon-star:before {
  content: "";
}
.c-wp-post .genericon-status:before {
  content: "";
}
.c-wp-post .genericon-stop:before {
  content: "";
}
.c-wp-post .genericon-stumbleupon:before {
  content: "";
}
.c-wp-post .genericon-subscribe:before {
  content: "";
}
.c-wp-post .genericon-subscribed:before {
  content: "";
}
.c-wp-post .genericon-summary:before {
  content: "";
}
.c-wp-post .genericon-tablet:before {
  content: "";
}
.c-wp-post .genericon-tag:before {
  content: "";
}
.c-wp-post .genericon-time:before {
  content: "";
}
.c-wp-post .genericon-top:before {
  content: "";
}
.c-wp-post .genericon-trash:before {
  content: "";
}
.c-wp-post .genericon-tumblr:before {
  content: "";
}
.c-wp-post .genericon-twitch:before {
  content: "";
}
.c-wp-post .genericon-twitter:before {
  content: "";
}
.c-wp-post .genericon-unapprove:before {
  content: "";
}
.c-wp-post .genericon-unsubscribe:before {
  content: "";
}
.c-wp-post .genericon-unzoom:before {
  content: "";
}
.c-wp-post .genericon-uparrow:before {
  content: "";
}
.c-wp-post .genericon-user:before {
  content: "";
}
.c-wp-post .genericon-video:before {
  content: "";
}
.c-wp-post .genericon-videocamera:before {
  content: "";
}
.c-wp-post .genericon-vimeo:before {
  content: "";
}
.c-wp-post .genericon-warning:before {
  content: "";
}
.c-wp-post .genericon-website:before {
  content: "";
}
.c-wp-post .genericon-week:before {
  content: "";
}
.c-wp-post .genericon-wordpress:before {
  content: "";
}
.c-wp-post .genericon-xpost:before {
  content: "";
}
.c-wp-post .genericon-youtube:before {
  content: "";
}
.c-wp-post .genericon-zoom:before {
  content: "";
}
.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: #000;
}
@media screen and (max-width: 575px) {
  .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-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 72px;
  line-height: 4.5rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h1 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 72px;
    line-height: 4.5rem;
  }
}
.c-wp-post h2 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h2 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.c-wp-post h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h3 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.c-wp-post h4 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h4 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-wp-post h5 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h5 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-wp-post h6 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-wp-post h6 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-wp-post ul,
.c-wp-post ol,
.c-wp-post li {
  line-height: 24px;
  color: #000;
  max-width: 100%;
}
.c-wp-post ul,
.c-wp-post ol {
  margin: 1em 0;
  display: inline-block;
}
.c-wp-post ul {
  padding-left: 1em;
}
.c-wp-post ul li {
  text-indent: -.36em;
  padding-left: .36em;
}
.c-wp-post ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -12px;
  top: -3px;
}
.c-wp-post ol {
  padding-left: .7em;
  counter-reset: item;
}
.c-wp-post ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-wp-post ol li::before {
  counter-incement: item;
  content: counter(item) ".";
  color: #000;
  position: relative;
  left: -8px;
}

/* =========================================================
single- 一覧
========================================================= */
/*
【補足】
投稿多くデザインをそれぞれ変えるときは
.c-sing-blog などコピーで量産してください
*/
.c-single {
  position: relative;
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .c-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-single__in {
  width: 100%;
  transition: .3s;
}
.c-single__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: .75em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-single__meta {
    margin-top: 15px;
  }
}
.c-single__date {
  margin-bottom: 0;
  margin-right: 0.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-single__date {
    margin-right: 0.5em;
  }
}
.c-single__cate {
  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: #666;
  min-width: 7em;
  margin-right: 0.4em;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.2em 0.8em;
}
@media screen and (min-width: 992px) {
  .c-single__cate {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-single__cate--blog {
  background-color: #cdbfbf;
}
.c-single__cate--information {
  background-color: #004098;
}
.c-single__cate--news {
  background-color: #e2e8eb;
}
.c-single__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 60px;
  border-radius: 10px;
  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: transparent;
  letter-spacing: -0.05em;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-single__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
    line-height: 20;
  }
}
.c-single__ttl {
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 9px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .c-single__ttl {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.c-single__body {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c-single__body {
    margin-top: 50px;
  }
}
.c-single--has-zoom-img .c-entry__img {
  overflow: hidden;
}
.c-single--has-zoom-img .c-entry__img-in {
  transition: .3s;
}
.c-single--has-zoom-img:hover .c-entry__img-in {
  transform: scale(1.1, 1.1);
}
.c-single--sm {
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-single--sm {
    padding: 1.25em 0;
  }
}
.c-single--sm .c-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1em;
}
.c-single--sm .c-entry__meta {
  margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
  .c-single__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.c-single__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-single__item {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 992px) {
  .c-single__item {
    width: calc(25% - 35px);
  }
}
.c-single-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border: none !important;
}
.c-single-news .c-single__img {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}
.c-single-news .c-single__header {
  margin-top: 20px;
}
.c-single-news .c-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
.c-single-news .c-single__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.c-single-news .c-single__cate {
  margin: 0 10px 0 0;
}

/*シングルページネーションの・・・---*/
.extend {
  display: none !important;
}

.c-single__pagenavi li .page-numbers {
  color: #6aa7e6;
  line-height: 1.5;
  text-decoration: none;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c-single__pagenavi li .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.c-single__pagenavi li .page-numbers.current {
  border-radius: 100%;
  background-color: #6aa7e6;
  color: #fff;
}

/* =========================================================
archive - 一覧
========================================================= */
/*
【補足】
投稿多くデザインをそれぞれ変えるときは
.c-archive-blog などコピーで量産してください
*/
.c-archive {
  border-top: 1px solid #dddddd;
  padding: 1.5em 0;
  /*ニュースルーム記事一覧　追加css--*/
}
@media screen and (min-width: 992px) {
  .c-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-archive:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.c-archive__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.5em;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .c-archive__img {
    margin-bottom: 0;
    margin-right: 1.5em;
    max-width: 200px;
  }
}
.c-archive__img-in {
  overflow: hidden;
  width: 100%;
  border: 1px solid #d1d1d1;
}
.c-archive__img-in::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.c-archive__img-in img {
  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: 216px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-archive__img-in img {
    height: 187px;
  }
}
.c-archive__img-in--3to4::before {
  padding-top: 62.5%;
}
.c-archive__in {
  width: 100%;
  transition: .3s;
}
.c-archive__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: .5em;
}
@media screen and (min-width: 768px) {
  .c-archive__meta {
    margin-bottom: .5em;
  }
}
.c-archive__date {
  margin-bottom: 0;
  margin-right: 0.4em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-archive__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-archive__cate {
  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: none;
  min-width: 7em;
  margin-right: 0.4em;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.3em 0.8em;
  line-height: 1.2;
  margin: 0 7px 0 5px;
  position: relative;
  /*お知らせ/トピックスカテゴリー-------------------*/
}
@media screen and (min-width: 992px) {
  .c-archive__cate {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 10px;
    line-height: 14px;
  }
}
.c-archive__cate--news {
  background-color: #609bce;
  color: #fff;
}
.c-archive__cate--document {
  background-color: #2f4767;
  color: #fff;
}
.c-archive__cate--document_search {
  background-color: #2f4767;
  color: #fff;
}
.c-archive__cate--document_exam {
  background-color: #7c838c;
  color: #fff;
}
.c-archive__cate--document_analysis {
  background-color: #3da2be;
  color: #fff;
}
.c-archive__cate--academic_activities {
  background-color: #3da2be;
  color: #fff;
}
.c-archive__cate--service-tech {
  background-color: #609bce;
  color: #fff;
}
.c-archive__cate--company {
  background-color: #2f4767;
  color: #fff;
}
.c-archive__cate--recruit {
  background-color: #7c838c;
  color: #fff;
}
.c-archive__cate--press-release {
  background-color: #3da2be;
  color: #fff;
}
.c-archive__cate--new_graduate {
  background-color: #609bce;
  color: #fff;
}
.c-archive__cate--mid_career {
  background-color: #2f4767;
  color: #fff;
}
.c-archive__cate--internship {
  background-color: #2f4767;
  color: #fff;
}
.c-archive__cate a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-archive__cate a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-archive__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 70px;
  border-radius: 10px;
  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: transparent;
  border: 1px solid #c90000;
  color: #c90000;
  letter-spacing: -0.05em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding-top: 1px;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-archive__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
    line-height: 1.3;
    padding-top: 0;
  }
}
.c-archive__ttl {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #004098;
  text-decoration: underline;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .c-archive__ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.c-archive__comment {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .c-archive__comment {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .c-archive__commentwrap {
    width: 90%;
    min-width: 800px;
  }
}
.c-archive__link {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-archive__link a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-archive__link:hover ~ .p-entry__img {
  opacity: .7;
}
.c-archive__link:hover ~ .p-entry__in {
  opacity: .7;
}
.c-archive__body {
  margin-top: .5em;
}
@media screen and (min-width: 768px) {
  .c-archive__body {
    margin-top: 1em;
  }
}
.c-archive__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-archive--has-zoom-img .c-entry__img {
  overflow: hidden;
}
.c-archive--has-zoom-img .c-entry__img-in {
  transition: .3s;
}
.c-archive--has-zoom-img:hover .c-entry__img-in {
  transform: scale(1.1, 1.1);
}
.c-archive--sm {
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-archive--sm {
    padding: 1.25em 0;
  }
}
.c-archive--sm .c-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1em;
}
.c-archive--sm .c-entry__meta {
  margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
  .c-archive__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.c-archive__item {
  width: 100%;
  position: static;
}
@media screen and (min-width: 768px) {
  .c-archive__item {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 992px) {
  .c-archive__item {
    width: calc(25% - 35px);
  }
}
.c-archive-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border: none !important;
}
.c-archive-news .c-archive__img {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}
.c-archive-news .c-archive__header {
  margin-top: 20px;
}
.c-archive-news .c-archive__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  line-height: 1;
}
.c-archive-news .c-archive__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.c-archive-news .c-archive__cate {
  margin: 0 10px 0 0;
}
.c-archive-btn {
  min-width: 260px;
  width: 20%;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 50px;
  background-color: #004098;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .c-archive-btn {
    margin: 20px auto 40px;
    padding: 15px 0;
    width: 25%;
  }
}
.c-archive-btn:after {
  content: "";
  background-image: url(./images/icon/icon_right_w.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 11px;
  top: 17px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .c-archive-btn:after {
    top: 21px;
  }
}
.c-archive-btn__in {
  width: 100%;
}
.c-archive-btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-archive-btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}

/*アーカイブページネーションの・・・---*/
.extend {
  display: none !important;
}

.c-archive__pagenavi {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-archive__pagenavi {
    margin-top: 50px;
  }
}
.c-archive__pagenavi li {
  margin-right: 0 !important;
}
.c-archive__pagenavi li .page-numbers {
  color: #000;
  line-height: 1.5;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: #F5F5F5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-archive__pagenavi li .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.c-archive__pagenavi li .page-numbers.current {
  background-color: #D8D8D8;
}

.prev {
  position: relative;
}
.prev:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-50deg);
  position: absolute;
  right: 10px;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .prev:before {
    width: 5px;
    height: 5px;
    right: 10px;
    top: 15px;
  }
}

.next {
  position: relative;
}
.next:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(135deg);
  position: absolute;
  right: 13px;
  top: 13px;
}
@media screen and (min-width: 768px) {
  .next:before {
    width: 5px;
    height: 5px;
    right: 18px;
    top: 14px;
  }
}

/*タクソノミーがbusinessとtechnologyの時のみ効かせる---*/
.tax-cate_business .c-archive,
.tax-cate_technology .c-archive {
  border: none;
  background: #eef4f9;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive,
  .tax-cate_technology .c-archive {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__in,
  .tax-cate_technology .c-archive__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
}
.tax-cate_business .c-archive__header,
.tax-cate_technology .c-archive__header {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__header,
  .tax-cate_technology .c-archive__header {
    display: flex;
    align-items: center;
  }
}
.tax-cate_business .c-archive__number,
.tax-cate_technology .c-archive__number {
  background: #ffffff;
  color: #337ab7;
  padding: 4px 6px;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 10px;
  display: inline-block;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__number,
  .tax-cate_technology .c-archive__number {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.tax-cate_business .c-archive__ttl,
.tax-cate_technology .c-archive__ttl {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__ttl,
  .tax-cate_technology .c-archive__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tax-cate_business .c-archive__links,
.tax-cate_technology .c-archive__links {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__links,
  .tax-cate_technology .c-archive__links {
    margin-top: 0;
  }
}
.tax-cate_business .c-archive__pdf,
.tax-cate_technology .c-archive__pdf {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #b44949;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__pdf,
  .tax-cate_technology .c-archive__pdf {
    margin-bottom: 0px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tax-cate_business .c-archive__pdf span,
.tax-cate_technology .c-archive__pdf span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tax-cate_business .c-archive__pdf span:before,
.tax-cate_technology .c-archive__pdf span:before {
  content: "";
  position: absolute;
  background-image: url(./images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 23px;
  left: 10px;
}
.tax-cate_business .c-archive__pdf a,
.tax-cate_technology .c-archive__pdf a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.tax-cate_business .c-archive__pdf a a:not(.in-link),
.tax-cate_technology .c-archive__pdf a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.tax-cate_business .c-archive__btn,
.tax-cate_technology .c-archive__btn {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #004098;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tax-cate_business .c-archive__btn,
  .tax-cate_technology .c-archive__btn {
    margin-left: 10px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tax-cate_business .c-archive__btn a,
.tax-cate_technology .c-archive__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tax-cate_business .c-archive__btn a a:not(.in-link),
.tax-cate_technology .c-archive__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}

.tax-cate_newsroom .c-archive__img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive__img {
    margin-top: 1.5em;
  }
}
.tax-cate_newsroom .c-archive {
  padding: 0;
}
.tax-cate_newsroom .c-archive__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive__item {
    margin-bottom: 0px;
  }
}
.tax-cate_newsroom .c-archive__header {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive__header {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive__ttl {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .tax-cate_newsroom .c-archive-news .c-archive__wrap {
    margin-top: 7px;
  }
}

/* =========================================================
side - archiveやsingleのサイドエリア
========================================================= */
.c-side {
  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;
  padding-bottom: 3em;
}
.c-side__ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-side__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-side__item {
  position: relative;
  margin-bottom: 1em;
  border-bottom: solid #e1e1e1 1px;
  padding-bottom: 1em;
}
.c-side__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.c-side__meta {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-side__date {
  margin-right: 0.4em;
  margin-bottom: 0;
}
.c-side__cate {
  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: #666;
  min-width: 7em;
  margin-right: 0.4em;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.2em 0.8em;
}
@media screen and (min-width: 992px) {
  .c-side__cate {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-side__cate--blog {
  background-color: #cdbfbf;
}
.c-side__cate--information {
  background-color: #004098;
}
.c-side__cate--news {
  background-color: #e2e8eb;
}
.c-side__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  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: #ff4141;
  color: #fff;
  letter-spacing: -0.05em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-side__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 30px;
    width: 30px;
    border-radius: 100%;
  }
}
.c-side__ttl {
  width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .c-side__ttl {
    width: auto;
    margin-top: 0;
  }
}

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

/* =========================================================
checkbox - チェックボックス
========================================================= */
.c-checkbox {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: .5em;
  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: 14px;
  font-size: 0.875rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .c-checkbox__name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-checkbox__name::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: .5em;
}
.c-checkbox__name::after {
  opacity: 0;
  transition: .3s;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #000000;
  border-bottom: 4px solid #000000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .c-checkbox__name::after {
    top: 0.25em;
  }
}
.c-checkbox__input:checked + .c-checkbox__name::after {
  opacity: 1;
}

/* =========================================================
radio - ラジオボタン
========================================================= */
.c-radio {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: .5em;
  border: 1px solid #dddddd;
  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: #000;
}
@media screen and (min-width: 992px) {
  .c-radio__name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-radio__name::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  margin-right: .5em;
}
.c-radio__name::after {
  content: '';
  width: 1em;
  height: 1em;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  left: calc(1px + .25em);
  opacity: 0;
  transition: .3s;
}
.c-radio__input:checked + .c-radio__name::after {
  opacity: 1;
}

/* =========================================================
select - セレクトボックス
========================================================= */
.c-select {
  display: block;
  position: relative;
}
.c-select::after {
  content: '';
  background-image: url(./images/icon/icon_bottom_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  margin-top: 0;
  right: 1em;
  pointer-events: none;
  width: 10px;
  height: 10px;
}
.c-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  min-height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: .5em;
  padding-right: 1.75em;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .c-select__select {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
txtarea - テキストエリア
========================================================= */
.c-txtarea {
  resize: none;
  width: 100%;
  height: 10em;
  padding: .5em;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 992px) {
  .c-txtarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-txtarea::placeholder {
  color: #cccccc;
}
.c-txtarea.is-entered {
  background-color: #ffffff;
}

/* =========================================================
txt-input - テキストボックス
========================================================= */
.c-txt-input {
  width: 100%;
  min-height: 44px;
  padding: .5em .5em;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-txt-input::placeholder {
  color: #cccccc;
}
.c-txt-input.is-entered {
  background-color: #ffffff;
}

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

.c-form-item {
  display: block;
  word-break: break-all;
  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;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .c-form-item {
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.c-form-item__ttl {
  display: block;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-form-item__ttl {
    margin-bottom: 0;
    width: 30%;
    padding: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .c-form-item__contents {
    width: 70%;
    padding: 0.5em;
  }
}
.c-form-item--required .c-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;
}
.c-form-item--required .c-form-item__ttl::after {
  content: '必須';
  background-color: #e74c3c;
  padding: 0 .5em;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: .5em;
}
.c-form-item.is-error .c-form-item__input,
.c-form-item.is-error .c-checkbox,
.c-form-item.is-error .c-radio {
  background-color: #fbdedb;
}

/* =========================================================
form - フォームのボタン
========================================================= */
.c-form-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;
  min-width: 200px;
  padding: 1em 1.5em;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: .3s;
  background-image: url(./images/icon/icon_right_black.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 2em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 992px) {
  .c-form-btn {
    margin: 0 0.2em;
  }
}
.c-form-btn--back {
  background-image: url(./images/icon/icon_left_black.svg);
  background-position: left 1em center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 0;
  padding-left: 2em;
}

/* =========================================================
form - フォームボタンエリア
========================================================= */
.c-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: 992px) {
  .c-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;
  }
}

.c-form-thanks__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-form-thanks__ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-form-thanks__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-form-thanks__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =======================================================
form - フォーム内横並び設定
========================================================= */
.c-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;
}
.c-form-row .c-checkbox,
.c-form-row .c-radio,
.c-form-row .c-select {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.c-form-row .c-checkbox + .c-checkbox, .c-form-row .c-checkbox + .c-radio, .c-form-row .c-checkbox + .c-select,
.c-form-row .c-radio + .c-checkbox,
.c-form-row .c-radio + .c-radio,
.c-form-row .c-radio + .c-select,
.c-form-row .c-select + .c-checkbox,
.c-form-row .c-select + .c-radio,
.c-form-row .c-select + .c-select {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-form-row .c-checkbox,
  .c-form-row .c-radio,
  .c-form-row .c-select {
    margin: 0 15px 0 0;
  }
}
.c-form-row .c-error-message {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .c-form-row--md-2col .c-checkbox,
  .c-form-row--md-2col .c-radio,
  .c-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);
  }
  .c-form-row--md-2col .c-checkbox + .c-checkbox, .c-form-row--md-2col .c-checkbox + .c-radio, .c-form-row--md-2col .c-checkbox + .c-select,
  .c-form-row--md-2col .c-radio + .c-checkbox,
  .c-form-row--md-2col .c-radio + .c-radio,
  .c-form-row--md-2col .c-radio + .c-select,
  .c-form-row--md-2col .c-select + .c-checkbox,
  .c-form-row--md-2col .c-select + .c-radio,
  .c-form-row--md-2col .c-select + .c-select {
    margin-top: 0;
  }
  .c-form-row--md-2col .c-checkbox:nth-child(n + 3),
  .c-form-row--md-2col .c-radio:nth-child(n + 3),
  .c-form-row--md-2col .c-select:nth-child(n + 3) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-row--md-3col .c-checkbox,
  .c-form-row--md-3col .c-radio,
  .c-form-row--md-3col .c-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.333333% - 30px);
  }
  .c-form-row--md-3col .c-checkbox + .c-checkbox, .c-form-row--md-3col .c-checkbox + .c-radio, .c-form-row--md-3col .c-checkbox + .c-select,
  .c-form-row--md-3col .c-radio + .c-checkbox,
  .c-form-row--md-3col .c-radio + .c-radio,
  .c-form-row--md-3col .c-radio + .c-select,
  .c-form-row--md-3col .c-select + .c-checkbox,
  .c-form-row--md-3col .c-select + .c-radio,
  .c-form-row--md-3col .c-select + .c-select {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-form-row--lg-4col .c-checkbox,
  .c-form-row--lg-4col .c-radio,
  .c-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);
  }
  .c-form-row--lg-4col .c-checkbox:nth-child(n + 3),
  .c-form-row--lg-4col .c-radio:nth-child(n + 3),
  .c-form-row--lg-4col .c-select:nth-child(n + 3) {
    margin-top: 0;
  }
  .c-form-row--lg-4col .c-checkbox:nth-child(n + 5),
  .c-form-row--lg-4col .c-radio:nth-child(n + 5),
  .c-form-row--lg-4col .c-select:nth-child(n + 5) {
    margin-top: 15px;
  }
}

/* =========================================================
mwプラグイン 自動出力　class
========================================================= */
.mw_wp_form_confirm .c-form-row {
  margin: 0;
}

.mw_wp_form_send_error {
  color: #e74c3c;
  margin-bottom: 1.5em;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.c-table .c-tr {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-table .c-tr {
    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;
  }
}
.c-table .c-th, .c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-table .c-th {
  color: #000000;
  font-weight: bold;
  background: #f0f5fc;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table .c-th {
    width: 22%;
  }
}
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    width: 78%;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}

/*1行4列のテーブル===========*/
@media screen and (min-width: 768px) {
  .c-table--col4 {
    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;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-tr {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th:nth-of-type(2), .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 70%;
  }
}

/*タイトルが上にまとめてあるテーブル============*/
.c-table--width {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--width {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
}
.c-table--width .c-table {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table:first-of-type {
    border-top: 1px solid #E5E5E5;
  }
  .c-table--width .c-table:first-of-type .c-th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th, .c-table--width .c-table .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th {
    display: none;
  }
}
.c-table--width .c-table .c-td {
  border-top: 1px dotted #dddddd;
}

/*タイトルが上にも横にもあるテーブル============*/
@media screen and (min-width: 768px) {
  .c-table--w-th__ttl {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--w-th .c-table {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
.c-footer {
  background: #fff !important;
  color: #333;
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .c-footer {
    padding: 77px 0 20px;
    margin-top: 100px;
  }
}
.c-footer-in {
  display: block;
}
.c-footer-nav {
  margin-left: 0;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .c-footer-nav {
    margin-top: 30px;
  }
}
.c-footer-nav-box {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .c-footer-nav-box {
    margin-left: 0;
    margin-top: 0;
  }
}
.c-footer-nav-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-footer-nav-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-footer-nav__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-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
  }
}
.c-footer-nav__item {
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  padding: 15px 0 15px 10px;
  width: 100%;
  color: #333;
}
.c-footer-nav__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .c-footer-nav__item {
    border: none;
    width: auto;
    padding: 0 0 0 0;
  }
}
.c-footer-nav__item:hover {
  text-decoration: underline;
}
.c-footer-nav__link {
  width: 100%;
  height: 100%;
}
.c-footer-nav__link:hover {
  border-bottom-color: #000;
}
.c-footer-primary {
  padding: 30px 0 20px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .c-footer-primary {
    padding: 0;
    margin: 30px auto 15px;
  }
}
.c-footer-primary-logo {
  margin: 0 auto;
  width: 175px;
}
@media screen and (min-width: 992px) {
  .c-footer-primary-logo {
    width: 194px;
  }
}
.c-footer-copylight {
  margin-top: 1em;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 8.5px;
}
@media screen and (min-width: 576px) {
  .c-footer-copylight {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-footer .c-footer-menu {
  background: #416eba;
  color: #fff;
}
.c-footer .c-footer-menu__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  padding: 55px 2% 55px 2%;
}
.c-footer .c-footer-menu__headline {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__headline {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 3.4%;
    border: none;
    width: auto;
  }
}
.c-footer .c-footer-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3%;
    padding: 0;
  }
}
.c-footer .c-footer-menu__item {
  width: 100%;
}
.c-footer .c-footer-menu__item:nth-child(4) {
  margin-top: 4.5%;
}
.c-footer .c-footer-menu__item:nth-child(5) {
  margin-top: 4.5%;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__item {
    width: 31%;
  }
}
.c-footer .c-footer-menu__mainlink {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__mainlink {
    padding: 18px 0;
    font-size: 18px;
    font-size: 1.125rem;
    border-top: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .c-footer .c-footer-menu__mainlink::after {
    display: none;
  }
}
.c-footer .c-footer-menu__mainlink:hover {
  text-decoration: underline;
}
.c-footer .c-footer-menu__mainlink:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  right: 7px;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__mainlink:after {
    display: none;
  }
}
.c-footer .c-footer-menu__mainlink--nolink {
  text-decoration: none !important;
}
.c-footer .c-footer-menu__mainlink--noborder {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__mainlink--noborder {
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
}
.c-footer .c-footer-menu__mainlink--noborder:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__mainlink--noborder:last-child {
    border: none;
  }
}
.c-footer .c-footer-menu__mainlink--first {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__mainlink--first {
    border-top: 1px solid #fff;
  }
}
.c-footer .c-footer-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__wrap {
    margin-top: 20px;
  }
}
.c-footer .c-footer-menu__sublink {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-footer .c-footer-menu__sublink {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c-footer .c-footer-menu__sublink:hover {
  text-decoration: underline;
}

/*クッキー-----*/
#cookie-banner.show {
  bottom: 0;
}

.c-footer-cookie {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff;
  z-index: 9999;
  transition: bottom 0.5s ease;
  padding: 1em 1.8em;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-weight: 300;
}
.c-footer-cookie.show {
  bottom: 0;
}
.c-footer-cookie-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-footer-cookie-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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;
    justify-content: space-between;
  }
}
.c-footer-cookie-content__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-footer-cookie-content__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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;
    justify-content: flex-start;
  }
}
.c-footer-cookie__txt {
  margin: 0;
  color: #fff;
}
.c-footer-cookie__link {
  color: #fff;
  opacity: 0.8;
  margin-left: 5px;
  margin: 8px 0 20px;
}
@media screen and (min-width: 768px) {
  .c-footer-cookie__link {
    margin: 0 0 0 8px;
  }
}
.c-footer-cookie__link:hover {
  opacity: 1;
}
.c-footer-cookie-button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-footer-cookie-button {
    width: auto;
  }
}
.c-footer-cookie-button button {
  width: 100%;
  height: 39.5px;
  padding: .4em .8em;
  background-color: #004098;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .c-footer-cookie-button button {
    min-width: 140px;
  }
}

/* =========================================================
plugin - サイドバー内のコンポーネント
========================================================= */
/*読んでください
※※※※※※※※※※※※※※※※※※※※※※※※※※※
JavaScriptで使用するクラス名（発火用クラス）は、他ハウツーサイトからのコピーであっても、
可能な限り .js-○○○○○ の形式に統一していただけるよう協力の程お願いします。

スタイル用のクラスとJS操作用のクラスを明確に分離でき、コードの可読性・保守性が向上します。
他のメンバーがコードを把握しやすくなるため、ぜひご協力をお願いいたします
※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
/*===================
横から出るメニュー　
*/
article.js-menu--list {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #1d3a65;
  z-index: 9999;
  padding: 0;
  border-radius: 0;
  height: calc(100% - 50px);
}
article.js-menu--list.active {
  max-height: 100%;
  overflow: auto;
}

article.back_curtain {
  display: none;
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

/* =========================================================
inview.js ×　animate.css
========================================================= */
.js-inview-fadeInUp {
  opacity: 0;
}

.js-inview-fadeIn {
  opacity: 0;
}

/* =========================================================
slick - サイドバー内のコンポーネント
========================================================= */
/*※※通常版※　必要なければ変えない　※下段の　TOPslickの様にでslickで使用しているclassで囲んで使用*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 30px !important;
  height: 30px !important;
  background-color: #9ca3be !important;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 1 !important;
  background-size: 30%;
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .js-slick-prev,
  .js-slick-next {
    width: 54px !important;
    height: 54px !important;
  }
}

.js-slick-prev {
  left: 0.5em !important;
  background-image: url(./images/icon/icon_left_w.svg);
  border-radius: 100%;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .js-slick-prev {
    left: 1em !important;
  }
}

.js-slick-next {
  right: 0.5em !important;
  background-image: url(./images/icon/icon_right_w.svg);
  border-radius: 100%;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .js-slick-next {
    right: 1em !important;
  }
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 100%;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #000;
}

/* =========================================================
slick - TOP slider
========================================================= */
.js-slick-main .slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.js-slick-main .slick-slider.slick-initialized {
  opacity: 1;
}
.js-slick-main .slick-slider .slick-track {
  min-width: 100%;
}
.js-slick-main .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.js-slick-main .slick-dots {
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .js-slick-main .slick-dots {
    bottom: 30px;
  }
}
.js-slick-main .slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 8px;
  background: #fff;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .js-slick-main .slick-dots li {
    width: 65px;
  }
}
.js-slick-main .slick-dots li button {
  display: none;
}
.js-slick-main .slick-dots li.slick-active {
  background: #004098;
}

/*======================
【js-accordion】アコーディオン
======================*/
.js-accordion__switch {
  cursor: pointer;
}

.js-accordion-sub {
  display: none;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-sp-accordion__btn.rotate + .js-sp-accordion__body {
  display: block !important;
  opacity: 1;
}

.js-sp-accordion__body {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__body {
    display: block;
    opacity: 1;
  }
}

/*下から上に出現テキスト---*/
.js-textanimation {
  visibility: hidden;
  /* 初期は隠す */
}

.js-textanimation span {
  display: inline-block;
}

.js-textanimation > span {
  overflow: hidden;
}

.js-textanimation > span > span {
  animation: showTextFromBottom 0.3s backwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.js-inview-slideInLeft {
  opacity: 0;
  /* 初期状態は非表示 */
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideInLeft {
  animation: slideInLeft 0.8s ease-out;
  animation-fill-mode: both;
  /* ← 重要 */
}

.js-animation-delay01 {
  animation-delay: 0s;
  animation-fill-mode: both;
  /* delay 中も初期状態を適用 */
}

.js-animation-delay02 {
  animation-delay: 0.2s;
  animation-fill-mode: both;
  /* delay 中も初期状態を適用 */
}

.js-animation-delay03 {
  animation-delay: 0.7s;
  animation-fill-mode: both;
  /* delay 中も初期状態を適用 */
}

.js-animation-delay04 {
  animation-delay: 1.2s;
  animation-fill-mode: both;
  /* delay 中も初期状態を適用 */
}

/* ---------------------------------------------------------
Project
プロジェクト固有のスタイルを定義するクラス
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになる
接頭辞としてp-をつける
--------------------------------------------------------- */
/* =========================================================
top- topページ
========================================================= */
/*トップページの余白----------*/
.p-top-mainvisual {
  height: calc(100vh - 61px);
  min-height: 700px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual {
    min-height: 748px;
  }
}
@media screen and (max-height: 667px) {
  .p-top-mainvisual {
    min-height: 560px;
  }
}

.p-top-ttl {
  font-weight: 700;
  color: #000;
  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-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
  .p-top-ttl {
    margin-bottom: 2em;
  }
}
.p-top-ttl__jp {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-ttl__jp {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top-ttl__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: -60px;
  position: relative;
  z-index: 0;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .p-top-ttl__en {
    font-size: 96px;
    font-size: 6rem;
    margin-top: -95px;
  }
}

.p-top-slider__item {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 61px);
  overflow: hidden;
}
.p-top-slider__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.p-top-slider__wrap {
  position: absolute;
  left: 9%;
  top: 17%;
}
@media screen and (min-width: 768px) {
  .p-top-slider__wrap {
    top: 32%;
  }
}
.p-top-slider-txt {
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  width: 82%;
}
@media screen and (min-width: 768px) {
  .p-top-slider-txt {
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-slider-txt {
    left: 40%;
  }
}
.p-top-slider-txt__en {
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-top-slider-txt__en {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.3;
  }
}
.p-top-slider-txt__jp {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 15px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .p-top-slider-txt__jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-slider__img {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-slider__img {
    margin-top: 47px;
  }
}
.p-top-slider__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-slider-btn {
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-slider-btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 50px 15px 15px;
  }
}
.p-top-slider-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 17px;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-slider-btn:before {
    width: 7px;
    height: 7px;
    right: 15px;
    top: 24.5px;
  }
}
.p-top-slider-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000000;
  border-radius: 1px;
  right: 15px;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-slider-btn::after {
    width: 17px;
    height: 2px;
    right: 15px;
    top: 28px;
  }
}
.p-top-slider-btn__in {
  position: relative;
  color: red;
}
.p-top-slider-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* モーダルを開くボタン */
.p-top-menu {
  width: 100%;
  margin: 30px 0;
}
.p-top-menu-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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;
    justify-content: space-between;
    gap: 20px;
  }
}
.p-top-menu-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-menu-list__item {
    width: 31.33%;
  }
}

.p-top-menu-modal {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  /* モーダルと背景の指定 */
  /* モーダル内側 */
  /* モーダルを閉じるボタン */
  /* モーダルのコンテンツ */
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal {
    height: 290px;
  }
}
.p-top-menu-modal__open {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
}
.p-top-menu-modal__open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
  filter: brightness(70%);
}
.p-top-menu-modal__open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal__open:hover::before {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal__open:hover::after {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal__open:hover .p-top-menu-modal-txt {
    color: #004098;
    font-weight: 800;
  }
}
.p-top-menu-modal__open:hover .p-top-menu-modal-txt__en {
  font-weight: 800;
}
.p-top-menu-modal-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 290px;
}
.p-top-menu-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-menu-modal-txt {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  width: 100%;
}
.p-top-menu-modal-txt__jp {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-txt__jp {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-menu-modal-txt__en {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.25em;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-txt__en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-top-menu-modal-txtbox {
  position: absolute;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  text-align: left;
  height: 66px;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-txtbox {
    height: 80px;
  }
}
.p-top-menu-modal-txtbox__description {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-txtbox__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-menu-modal-txtbox:hover {
  background-color: #0089ff;
}
.p-top-menu-modal__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  background: rgba(128, 128, 128, 0.6);
  z-index: 999;
  /* モーダルの擬似要素 */
  /* クラスが追加された時 */
}
.p-top-menu-modal__content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.p-top-menu-modal__content.is-active {
  opacity: 1;
  visibility: visible;
}
.p-top-menu-modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-container {
    width: 90%;
  }
}
.p-top-menu-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 34px;
  font-size: 2.125rem;
  padding-bottom: 5px;
}
.p-top-menu-modal__in {
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}
.p-top-menu-modal-btn {
  width: 93%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-menu-modal-btn {
    width: 60%;
    margin: 0 auto;
  }
}
.p-top-menu-modal-btn__in {
  text-align: center;
  background: #004098;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-menu-modal-btn__in a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-menu-modal-btn__in:last-child {
  margin-bottom: 0;
}
.p-top-menu-modal-btn__in:after {
  content: "";
  background-image: url(./images/icon/icon_right_w.svg);
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12px;
  position: absolute;
}
.p-top-menu-modal-btn__in:hover {
  opacity: 0.8;
}

/* =========================================================
トピックス　topics
========================================================= */
.p-top-topics {
  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;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-topics {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.p-top-topics__item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
  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;
  text-align: left;
  text-decoration: none;
  color: #000;
  -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: 768px) {
  .p-top-topics__item {
    padding: 25px 0;
  }
}
.p-top-topics__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-topics__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.p-top-topics__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-top-topics__meta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.p-top-topics__date {
  margin-right: 1em;
  margin-bottom: 0;
}
.p-top-topics__cate {
  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;
  min-width: 6em;
  margin-right: 0.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.3em 0.6em;
  line-height: 1.3;
  padding-top: 4px;
}
@media screen and (min-width: 992px) {
  .p-top-topics__cate {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.1em 0.8em;
    line-height: 1.5;
    padding-top: 2px;
  }
}
.p-top-topics__cate--blog {
  background-color: #cdbfbf;
}
.p-top-topics__cate--service-tech {
  background-color: #609bce;
  color: #fff;
}
.p-top-topics__cate--company {
  background-color: #2f4767;
  color: #fff;
}
.p-top-topics__cate--recruit {
  background-color: #7c838c;
  color: #fff;
}
.p-top-topics__cate--press-release {
  background-color: #3da2be;
  color: #fff;
}
.p-top-topics-ttl {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 1em;
  color: #004098;
}
@media screen and (min-width: 992px) {
  .p-top-topics-ttl__in {
    width: auto;
    margin-top: 0;
  }
}
.p-top-topics__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 70px;
  border-radius: 10px;
  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 #c90000;
  color: #c90000;
  letter-spacing: -0.05em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-top-topics__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
  }
}
.p-top-topics .p-top-topics__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 0;
}

/*トピックスプルダウン-----------------*/
.p-top-topics-filter__selectarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-top-topics-filter__label {
  margin-right: 10px;
  color: #004098;
  font-weight: 600;
}
.p-top-topics-filter__select select {
  font-size: 15px;
  padding: 10px;
  width: 208px;
  background-color: #fff;
  border-radius: 2px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-top-topics-filter__select select {
    width: 211px;
  }
}
.p-top-topics-filter-content {
  background: #fff;
  padding: 15px 13px 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-topics-filter-content {
    margin-top: 30px;
    padding: 25px 30px;
  }
}

#topics {
  cursor: pointer;
  /* セレクトボックス本体 */
}

.p-top-topics-btn {
  width: 7%;
  min-width: 200px;
  display: block;
  background: #004098;
  color: #fff;
  border-radius: 0;
  margin-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-top-topics-btn {
    margin: 40px 0 0 auto;
  }
}
.p-top-topics-btn:after {
  content: "";
  background-image: url(./images/icon/icon_right_w.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 13px;
  top: 17px;
  right: 0px;
}
.p-top-topics-btn:hover {
  color: #fff;
  opacity: 0.8;
}

/*pcのタブ切り替え----------------*/
.p-top-topics-filter__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
}
.p-top-topics-filter__tabs .tab-btn {
  background-color: #ffffff;
  border: 1px solid #fff;
  color: #333;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  width: 20%;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics-filter__tabs .tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-topics-filter__tabs .tab-btn.active {
  background-color: #004098;
  color: #fff;
}

.custom-select-wrapper {
  position: relative;
  width: 225px;
}
.custom-select-wrapper .custom-select {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.custom-select-wrapper .custom-select__trigger {
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.custom-select-wrapper .custom-select__trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.custom-select-wrapper .custom-select .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: none;
  z-index: 100;
  box-sizing: border-box;
}
.custom-select-wrapper .custom-select .custom-options.show {
  display: block;
}
.custom-select-wrapper .custom-select .custom-options .custom-option {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.custom-select-wrapper .custom-select .custom-options .custom-option:hover {
  background: #f0f0f0;
}
.custom-select-wrapper .custom-select .custom-options .custom-option.selected {
  background: #f8f8f8;
}

/* =========================================================
message トップメッセージ・役員一覧ページ
========================================================= */
/* =========================================================
トップメッセージ
========================================================= */
.p-message-topmsg__in {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.p-message-topmsg-img {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg-img {
    margin-right: 5%;
    min-width: 150px;
    width: 80%;
  }
}
.p-message-topmsg-img img {
  width: 100%;
}
.p-message-topmsg__box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg__box {
    margin-top: 0;
  }
}
.p-message-topmsg-txt {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
  }
}
.p-message-topmsg-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg-name {
    margin-top: 0;
  }
}
.p-message-topmsg-name__in {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-message-topmsg-name__in {
    width: 150px;
  }
}

/* =========================================================
役員一覧
========================================================= */
.p-message-member__in {
  margin-top: 20px;
  background: #fbfbfb;
  padding: 40px 25px;
}
@media screen and (min-width: 768px) {
  .p-message-member__in {
    margin-top: 40px;
    padding: 80px 45px;
  }
}
.p-message-member__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-message-member__box {
    padding-top: 30px;
  }
}
.p-message-member__box:first-child {
  padding-top: 0;
}
.p-message-member__position {
  text-align: left;
  font-weight: 600;
  width: 40%;
  border-bottom: 1px solid #004098;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-message-member__position {
    margin-left: 1.5%;
    width: 20%;
    padding-bottom: 30px;
  }
}
.p-message-member__name {
  text-align: left;
  border-bottom: 1px solid #a9c5de;
  width: 60%;
  padding-left: 18%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-message-member__name {
    width: 80%;
    padding-left: 31%;
    padding-bottom: 30px;
  }
}

/* =========================================================
philosophy 企業理念・方針ページ
========================================================= */
.p-philosophy {
  /*経営理念方針　テーブルのcss---*/
}
.p-philosophy .c-ttl-h2--border-none:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-philosophy .c-ttl-h2--border-none:after {
    content: "";
    background: #efefef;
    height: 2px;
    width: 200px;
    display: inline-block;
    position: absolute;
    top: 15px;
    margin-left: 19px;
  }
}
.p-philosophy__description {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__description {
    margin-top: 25px;
  }
}
.p-philosophy__txt {
  text-align: left;
  line-height: 1.6;
}
.p-philosophy__slogan {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__slogan {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
    text-align: left;
    -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: flex-start;
  }
}
.p-philosophy__slogan-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-philosophy__slogan-group {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
  }
}
.p-philosophy__slogan-group span {
  display: inline-block;
}
.p-philosophy__wrap02 {
  margin-top: 10px;
  display: inline-block;
}
.p-philosophy__box {
  background-color: #eef3fc;
  padding: 15px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__box {
    padding: 25px;
  }
}
.p-philosophy .c-table,
.p-philosophy .c-tr,
.p-philosophy .c-th,
.p-philosophy .c-td {
  border: none;
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  min-height: auto;
}
.p-philosophy .c-tr {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-philosophy .c-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
}
.p-philosophy .c-tr:last-child {
  margin-bottom: 0;
}
.p-philosophy .c-th {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-philosophy .c-th {
    width: auto;
    min-width: 90px;
  }
}
.p-philosophy .c-td {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-philosophy .c-td {
    width: auto;
    width: 91%;
  }
}

/* =========================================================
about
========================================================= */
/* =========================================================
page 企業概要/会社案内
========================================================= */
/*企業概要===========*/
/*パンくずの調整--*/
.p-page-overview__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px dashed #d3d5da;
  align-items: flex-start;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-page-overview__box {
    padding-top: 30px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 1.7;
  }
}
.p-page-overview__box:first-child {
  padding-top: 0;
}
.p-page-overview__ttl {
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-overview__ttl {
    margin-left: 1.5%;
    width: 30%;
    padding-bottom: 30px;
  }
}
.p-page-overview__detail {
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-overview__detail {
    width: 70%;
    padding-bottom: 30px;
  }
}

/*企業概要===========*/
.p-page-information__in {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-information__in {
    padding: 25px;
    min-height: 140px;
  }
}
.p-page-information__ttl {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-information__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-page-information__wrap {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-page-information__wrap {
    margin-top: 12px;
  }
}
.p-page-information-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-page-information-list {
    gap: 35px;
  }
}
.p-page-information-list__item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-information-list__item {
    width: 48%;
    margin-bottom: 0;
  }
}
.p-page-information-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;
  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: 16px;
  font-size: 1rem;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-page-information-box {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 13px;
  }
}
.p-page-information-box__number--tel {
  text-decoration: underline;
  color: #000;
}
.p-page-information-box__number--tel a {
  color: #000;
}
.p-page-information-box__ttl {
  font-weight: 600;
}
.p-page-information-map {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-page-information-map {
    margin-top: 70px;
  }
}
.p-page-information__subttl {
  color: #004098;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-information__subttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.p-page-information-img {
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .p-page-information-img {
    margin-top: 25px;
  }
}
.p-page-information-img__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-information-img__wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
.p-page-information-img__in {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-page-information-img__in {
    min-width: 580px;
    margin-bottom: 0;
  }
}
.p-page-information-img__in:first-child {
  background: #fff;
  border: 2px solid #7094b5;
  padding: 15px;
}
.p-page-information-img__in:last-child {
  background: #fff;
  border: 2px solid #707db5;
  padding: 15px;
}

/*---環境・品質保証取り組み----*/
.p-page-quality__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-page-quality__txt {
    text-align: center;
  }
}
.p-page-quality__box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-quality__box {
    margin-top: 70px;
  }
}
.p-page-quality__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-page-quality__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: flex-start;
  }
}
.p-page-quality__item {
  text-align: center;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-quality__item {
    flex: 0 0 calc(50% - 25px);
    /* gap分を調整 */
  }
}
.p-page-quality__ttl {
  padding: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  background-color: #004098;
}
@media screen and (min-width: 768px) {
  .p-page-quality__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-page-quality__content {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #f3f5f8;
  color: #004098;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-quality__content {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0;
  }
}
.p-page-quality__detail {
  color: #000;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-page-quality__detail {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 3px;
  }
}

/*ご利用条件---*/
.p-page-terms {
  color: #333;
}
.p-page-terms__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 17px;
}
@media screen and (min-width: 768px) {
  .p-page-terms__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 57px 0 37px;
  }
}
.p-page-terms__ttl--first {
  margin-top: 0;
}
.p-page-terms__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-page-terms__subttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 37px 0 10px;
}
@media screen and (min-width: 768px) {
  .p-page-terms__subttl {
    margin: 57px 0 17px;
  }
}
.p-page-terms__box {
  margin-top: 15px;
}
.p-page-terms__list {
  margin-left: 2.8em;
  margin-top: 5px;
}
.p-page-terms__item {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.p-page-terms__item:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/*プライバシーポリシー、クッキーなど--*/
.p-page-others {
  color: #333 !important;
}
.p-page-others p {
  color: #333 !important;
}
.p-page-others__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 30px 0 17px;
}
@media screen and (min-width: 768px) {
  .p-page-others__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 57px 0 35px;
  }
}
.p-page-others__ttl--first {
  margin-top: 0;
}
.p-page-others__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  white-space: nowrap;
  /* テキストを折り返さずに横に並べる */
  overflow-x: auto;
  /* はみ出したら横スクロール */
  -webkit-overflow-scrolling: touch;
  /* スマホでスムーズスクロール */
  padding: 5px;
  white-space: pre-wrap;
  /* 改行とスペースを反映 */
  line-height: 1.6;
  /* 普通の読みやすい行間 */
  margin: 0;
  /* pタグの余白を消す */
}
@media screen and (min-width: 768px) {
  .p-page-others__txt {
    overflow-x: hidden;
    /* はみ出したら横スクロール */
    line-height: 1.8;
  }
}
.p-page-others__txt--dots {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0;
}
.p-page-others__txt--dots::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 2rem;
  color: #000;
  line-height: 1;
}
.p-page-others__txt--sm {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.p-page-others__txt--mb {
  margin-bottom: 15px;
}
.p-page-others__txt--bold {
  font-weight: bold;
  margin-bottom: 0;
}
.p-page-others__txt a {
  color: #004098;
  text-decoration: none;
}
.p-page-others__txt a:hover {
  text-decoration: underline;
}
.p-page-others__txt a:after {
  content: "";
  display: inline-block;
  background-image: url(./images/icon/icon_copy.png);
  background-size: cover;
  width: 15px;
  height: 16px;
  margin-left: 7px;
}
.p-page-others__subttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 37px 0 15px;
}
@media screen and (min-width: 768px) {
  .p-page-others__subttl {
    margin: 57px 0 20px;
  }
}
.p-page-others__box {
  margin-top: 15px;
}
.p-page-others__list {
  margin-left: 2.8em;
  margin-top: 5px;
}
.p-page-others__item {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-top: 10px;
}
.p-page-others__item:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-page-others__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

strong {
  font-weight: bold;
}

/*サイトマップ----*/
.p-page-sitemap {
  color: #004098;
}
.p-page-sitemap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-page-sitemap__item {
    width: 16%;
    margin-right: 10%;
    min-width: 185px;
  }
}
.p-page-sitemap-content__mainlink {
  color: #004098;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin: 37px 0 10px;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap-content__mainlink {
    margin: 57px 0 17px;
  }
}
.p-page-sitemap-content__mainlink:hover {
  text-decoration: underline;
}
.p-page-sitemap-content__mainlink--nolink:hover {
  text-decoration: none;
}
.p-page-sitemap-content__sublink {
  color: #004098;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-decoration: none;
}
.p-page-sitemap-content__sublink:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 1px;
}
.p-page-sitemap-content__sublink:hover {
  text-decoration: underline;
}
.p-page-sitemap-content--last .p-page-sitemap-content__mainlink {
  margin-top: 0;
}
.p-page-sitemap-content--last .p-page-sitemap-content__mainlink:first-child {
  margin: 37px 0 10px;
}
@media screen and (min-width: 768px) {
  .p-page-sitemap-content--last .p-page-sitemap-content__mainlink:first-child {
    margin: 57px 0 17px;
  }
}

.p-technology-document {
  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-technology-document__in {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-technology-document__in {
    padding: 0 4%;
  }
}
.p-technology-document__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-technology-document__wrap {
    align-items: flex-start;
    margin-top: 0;
  }
}
.p-technology-document__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: 768px) {
  .p-technology-document__item {
    padding: 25px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-technology-document__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-technology-document__meta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.p-technology-document__date {
  margin-right: 1em;
  margin-bottom: 0;
}
.p-technology-document__cate {
  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;
  min-width: 6em;
  margin-right: 0.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.05em 0.6em;
}
@media screen and (min-width: 992px) {
  .p-technology-document__cate {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.1em 0.8em;
  }
}
.p-technology-document-ttl {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 1em;
  color: #004098;
}
@media screen and (min-width: 992px) {
  .p-technology-document-ttl__in {
    width: auto;
    margin-top: 0;
  }
}
.p-technology-document__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 70px;
  border-radius: 10px;
  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 #c90000;
  color: #c90000;
  letter-spacing: -0.05em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-technology-document__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
  }
}
.p-technology-document .p-technology-document__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 999 !important;
}

/*採用情報プルダウン-----------------*/
.p-technology-document-filter__selectarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-technology-document-filter__label {
  margin-right: 10px;
  color: #004098;
  font-weight: 600;
}
.p-technology-document-filter__select select {
  font-size: 15px;
  padding: 10px;
  width: 208px;
}
@media screen and (min-width: 768px) {
  .p-technology-document-filter__select select {
    width: 211px;
  }
}
.p-technology-document-filter-content {
  background: #fff;
  padding: 0 13px 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-technology-document-filter-content {
    margin-top: 30px;
    padding: 25px 30px 50px;
  }
}

#document {
  cursor: pointer;
  /* セレクトボックス本体 */
}

/*pcのタブ切り替え----------------*/
.p-technology-document-filter__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 576px) {
  .p-technology-document-filter__tabs {
    gap: 15px;
    justify-content: center;
  }
}
.p-technology-document-filter__tabs .tab-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  padding: 7px 14px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  line-height: 1.3;
  width: 25%;
}
@media screen and (min-width: 576px) {
  .p-technology-document-filter__tabs .tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 20px;
    width: 20%;
    min-width: 182px;
    height: auto;
  }
}
.p-technology-document-filter__tabs .tab-btn.active {
  background-color: #004098;
  color: #fff;
}

.p-technology-document-archive {
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .p-technology-document-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-technology-document-archive:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-technology-document-archive__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-technology-document-archive__meta {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.p-technology-document-archive__link {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.p-technology-document-archive__link a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-technology-document-archive__link:hover ~ .p-entry__img {
  opacity: .7;
}
.p-technology-document-archive__link:hover ~ .p-entry__in {
  opacity: .7;
}
.p-technology-document-archive__btn {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #004098;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-technology-document-archive__btn {
    margin-left: 10px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-technology-document-archive__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-technology-document-archive__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-technology-document-archive__pdf {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #b44949;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-technology-document-archive__pdf {
    margin-bottom: 0px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-technology-document-archive__pdf span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-technology-document-archive__pdf span:before {
  content: "";
  position: absolute;
  background-image: url(./images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 23px;
  left: 10px;
}
.p-technology-document-archive__pdf a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.p-technology-document-archive__pdf a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-technology-document-archive__links {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-technology-document-archive__links {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.page-template-page-technology-document .c-archive__meta {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-template-page-technology-document .c-archive__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-archive__cate {
  margin: 0 7px 0 0px;
}
@media screen and (min-width: 768px) {
  .c-archive__cate {
    margin: 0 7px 0 5px;
  }
}

/* =========================================================
contact
========================================================= */
/*お問い合わせ-----*/
.p-contact {
  /*技術のお問い合わせ-----*/
}
@media screen and (min-width: 768px) {
  .p-contact__wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
.p-contact__box {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    height: 160px;
    width: 50%;
  }
}
.p-contact__box:before {
  content: "";
  border: 2px solid #bfd2e9;
  /* 通常の枠 */
  position: absolute;
  top: 17px;
  /* 上線の位置に合わせる */
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
}
.p-contact__box:after {
  content: "";
  position: absolute;
  top: 17px;
  /* 上線の位置に合わせる */
  width: 64%;
  height: 2px;
  border-top: 2px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-contact__box:after {
    width: 50%;
  }
}
.p-contact-btn {
  background: #004098;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: none;
  border-radius: 50px;
  padding: 18px 0;
  min-width: 250px;
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-contact-btn {
    padding: 20px 0;
    width: 58%;
    min-width: 300px;
    padding: 20px 0;
  }
}
.p-contact-btn:hover {
  opacity: 0.8;
}
.p-contact-btn__in {
  font-weight: 400;
  margin-left: -15px;
}
.p-contact-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-contact-btn:after {
  content: "";
  background-image: url(./images/icon/icon_link.svg);
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .p-contact-btn:after {
    width: 18px;
    height: 18px;
    right: 7%;
  }
}
.p-contact-btn--02 {
  background-color: #4576b1;
}
.p-contact__description {
  text-align: left;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-contact__description {
    text-align: center;
    padding: 0;
  }
}
.p-contact .p-contact-tech {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech {
    margin-top: 50px;
  }
}
.p-contact .p-contact-tech__description {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__description {
    text-align: center;
  }
}
.p-contact .p-contact-tech__in {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__in {
    margin-top: 20px;
  }
}
.p-contact .p-contact-tech__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__list {
    gap: 35px;
  }
}
.p-contact .p-contact-tech__item {
  width: 100%;
  margin-bottom: 20px;
  background-color: #e8eff7;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__item {
    padding: 20px 0;
    width: 48%;
    margin-bottom: 0;
    min-height: 130px !important;
  }
}
.p-contact .p-contact-tech__item--mail {
  background: #f1f1f1;
}
.p-contact .p-contact-tech__item--mail .p-contact-tech-box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__item--mail .p-contact-tech-box {
    margin-top: 30px;
  }
}
.p-contact .p-contact-tech__ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-contact .p-contact-tech__wrap {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech__wrap {
    margin-top: 10px;
  }
}
.p-contact .p-contact-tech-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;
  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: 16px;
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech-box {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 7px;
  }
}
.p-contact .p-contact-tech-box__ttl {
  font-weight: 600;
}
.p-contact .p-contact-tech-box__number {
  color: #000;
  text-decoration: none;
}
.p-contact .p-contact-tech-box__number--tel {
  text-decoration: underline;
  color: #000;
}
.p-contact .p-contact-tech-box__number--tel a {
  color: #000;
}
.p-contact .p-contact-tech-mail {
  margin-top: 30px;
}
.p-contact .p-contact-tech-mail__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-contact .p-contact-tech-mail__ttl {
  margin-right: 15px;
}
.p-contact .p-contact-tech-mail__address {
  position: relative;
  color: #004098;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech-mail__address {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-contact .p-contact-tech-mail__address a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-contact .p-contact-tech-mail__address a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-contact .p-contact-tech-dl {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech-dl {
    margin-top: 80px;
  }
}
.p-contact .p-contact-tech-dl__ttl {
  text-align: center;
}
.p-contact .p-contact-tech-dl-btn {
  position: relative;
  background: #004098;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 18px 0;
  min-width: 250px;
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech-dl-btn {
    padding: 20px 0;
    width: 35%;
    min-width: 300px;
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
  }
}
.p-contact .p-contact-tech-dl-btn:hover {
  opacity: 0.8;
}
.p-contact .p-contact-tech-dl-btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* aタグを下げる */
}
.p-contact .p-contact-tech-dl-btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-contact .p-contact-tech-dl-btn:after {
  content: "";
  background-image: url(./images/icon/icon_download.svg);
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 8%;
  z-index: 2;
  /* アイコンも前に出す */
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact-tech-dl-btn:after {
    width: 20px;
    height: 18px;
    right: 7%;
  }
}

/* =========================================================
採用情報　recruit
========================================================= */
.p-recruit {
  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-recruit__in {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-recruit__in {
    padding: 0 4%;
  }
}
.p-recruit__box {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-recruit__box.active {
  display: block;
  opacity: 1;
}
.p-recruit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__wrap {
    align-items: flex-start;
  }
}
.p-recruit__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: 768px) {
  .p-recruit__item {
    padding: 25px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-recruit__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-recruit__meta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.p-recruit__date {
  margin-right: 1em;
  margin-bottom: 0;
}
.p-recruit__cate {
  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;
  min-width: 6em;
  margin-right: 0.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.05em 0.6em;
}
@media screen and (min-width: 992px) {
  .p-recruit__cate {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.1em 0.8em;
  }
}
.p-recruit-ttl {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 1em;
  color: #004098;
}
@media screen and (min-width: 992px) {
  .p-recruit-ttl__in {
    width: auto;
    margin-top: 0;
  }
}
.p-recruit__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 70px;
  border-radius: 10px;
  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 #c90000;
  color: #c90000;
  letter-spacing: -0.05em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-recruit__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
  }
}
.p-recruit .p-recruit__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 999 !important;
}

/*採用情報プルダウン-----------------*/
#recruit {
  cursor: pointer;
  /* セレクトボックス本体 */
}

/*pcのタブ切り替え----------------*/
.p-recruit-filter__selectarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-recruit-filter
.p-recruit-filter__label {
  margin-right: 10px;
  color: #004098;
  font-weight: 600;
}
.p-recruit-filter__select select {
  font-size: 15px;
  padding: 10px;
  width: 208px;
}
@media screen and (min-width: 768px) {
  .p-recruit-filter__select select {
    width: 211px;
  }
}
.p-recruit-filter-content {
  background: #fff;
  padding: 0 13px 30px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-filter-content {
    margin-top: 30px;
    padding: 25px 30px;
  }
}
.p-recruit-filter__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 576px) {
  .p-recruit-filter__tabs {
    gap: 15px;
    justify-content: center;
  }
}
.p-recruit-filter__tabs .tab-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  padding: 7px 14px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .p-recruit-filter__tabs .tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 20px;
    width: 20%;
    min-width: 182px;
    height: auto;
  }
}
.p-recruit-filter__tabs .tab-btn.active {
  background-color: #004098;
  color: #fff;
}

.p-recruit-archive {
  border-top: 1px solid #dddddd;
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .p-recruit-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-recruit-archive:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-recruit-archive__link {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit-archive__link a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-recruit-archive__link:hover ~ .p-entry__img {
  opacity: .7;
}
.p-recruit-archive__link:hover ~ .p-entry__in {
  opacity: .7;
}
.p-recruit-archive__btn {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #004098;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-archive__btn {
    margin-left: 10px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-recruit-archive__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit-archive__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-recruit-archive__pdf {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #b44949;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-archive__pdf {
    margin-bottom: 0px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-recruit-archive__pdf span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-recruit-archive__pdf span:before {
  content: "";
  position: absolute;
  background-image: url(./images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 23px;
  left: 10px;
}
.p-recruit-archive__pdf a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.p-recruit-archive__pdf a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-recruit-archive__links {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit-archive__links {
    margin-top: 0;
    justify-content: flex-end;
  }
}

/* =========================================================
news room
========================================================= */
.p-newsroom-document {
  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-newsroom-document__in {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document__in {
    padding: 0 4%;
    margin-top: 50px;
  }
}
.p-newsroom-document__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document__wrap {
    align-items: flex-start;
  }
}
.p-newsroom-document__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: 768px) {
  .p-newsroom-document__item {
    padding: 25px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-newsroom-document__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document__meta {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.p-newsroom-document__date {
  margin-right: 1em;
  margin-bottom: 0;
}
.p-newsroom-document__cate {
  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;
  min-width: 6em;
  margin-right: 0.4em;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.05em 0.6em;
}
@media screen and (min-width: 992px) {
  .p-newsroom-document__cate {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.1em 0.8em;
  }
}
.p-newsroom-document__cate--document {
  background-color: #609bce;
  color: #fff;
}
.p-newsroom-document__cate--document_search {
  background-color: #2f4767;
  color: #fff;
}
.p-newsroom-document__cate--document_exam {
  background-color: #7c838c;
  color: #fff;
}
.p-newsroom-document__cate--document_analysis {
  background-color: #3da2be;
  color: #fff;
}
.p-newsroom-document-ttl {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 1em;
  color: #004098;
}
@media screen and (min-width: 992px) {
  .p-newsroom-document-ttl__in {
    width: auto;
    margin-top: 0;
  }
}
.p-newsroom-document__new {
  font-size: 8px;
  font-size: 0.5rem;
  height: 19px;
  width: 70px;
  border-radius: 10px;
  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 #c90000;
  color: #c90000;
  letter-spacing: -0.05em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background-color: #c90000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-newsroom-document__new {
    font-size: 10px;
    font-size: 0.625rem;
    height: 20px;
    width: 73px;
    border-radius: 20px;
  }
}
.p-newsroom-document .p-newsroom-document__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 999 !important;
}

/*ニュースルームプルダウン-----------------*/
.p-newsroom-document-filter__selectarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-newsroom-document-filter__label {
  margin-right: 10px;
  color: #004098;
  font-weight: 600;
}
.p-newsroom-document-filter__select select {
  font-size: 15px;
  padding: 10px;
  width: 208px;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document-filter__select select {
    width: 211px;
  }
}
.p-newsroom-document-filter-content {
  background: #fff;
  padding: 0 13px 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document-filter-content {
    margin-top: 30px;
    padding: 25px 30px;
  }
}

#recruit {
  cursor: pointer;
  /* セレクトボックス本体 */
}

/*pcのタブ切り替え----------------*/
.p-newsroom-document-filter__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 576px) {
  .p-newsroom-document-filter__tabs {
    gap: 15px;
    justify-content: center;
  }
}
.p-newsroom-document-filter__tabs .tab-btn {
  width: 25%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  padding: 7px 14px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .p-newsroom-document-filter__tabs .tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 20px;
    width: 20%;
    min-width: 182px;
    height: auto;
  }
}
.p-newsroom-document-filter__tabs .tab-btn.active {
  background-color: #004098;
  color: #fff;
}

.p-newsroom-document-archive {
  border-top: 1px solid #dddddd;
  padding: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .p-newsroom-document-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-newsroom-document-archive:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-newsroom-document-archive__link {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsroom-document-archive__link a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-newsroom-document-archive__link:hover ~ .p-entry__img {
  opacity: .7;
}
.p-newsroom-document-archive__link:hover ~ .p-entry__in {
  opacity: .7;
}
.p-newsroom-document-archive__btn {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #004098;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document-archive__btn {
    margin-left: 10px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-newsroom-document-archive__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsroom-document-archive__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-newsroom-document-archive__pdf {
  position: relative;
  width: 50%;
  padding: 10px 0;
  background: #b44949;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document-archive__pdf {
    margin-bottom: 0px;
    width: 150px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-newsroom-document-archive__pdf span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-newsroom-document-archive__pdf span:before {
  content: "";
  position: absolute;
  background-image: url(./images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 23px;
  left: 10px;
}
.p-newsroom-document-archive__pdf a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.p-newsroom-document-archive__pdf a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-newsroom-document-archive__links {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-newsroom-document-archive__links {
    margin-top: 0;
    justify-content: flex-end;
    width: 25%;
  }
}

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

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

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

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

.u-fc-bk {
  color: #333 !important;
}

.u-fc-grey {
  color: #666 !important;
}

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

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

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

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

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

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left;
  }

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

  .u-ta-lg-r {
    text-align: right;
  }
}
.u-line-yellow {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fefe75 30%);
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-7 {
  margin: 3.5rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mr-5 {
  margin-right: 2.5rem !important;
}

.u-pr-5 {
  padding-right: 2.5rem !important;
}

.u-mr-6 {
  margin-right: 3rem !important;
}

.u-pr-6 {
  padding-right: 3rem !important;
}

.u-mr-7 {
  margin-right: 3.5rem !important;
}

.u-pr-7 {
  padding-right: 3.5rem !important;
}

.u-mr-8 {
  margin-right: 4rem !important;
}

.u-pr-8 {
  padding-right: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-ml-5 {
  margin-left: 2.5rem !important;
}

.u-pl-5 {
  padding-left: 2.5rem !important;
}

.u-ml-6 {
  margin-left: 3rem !important;
}

.u-pl-6 {
  padding-left: 3rem !important;
}

.u-ml-7 {
  margin-left: 3.5rem !important;
}

.u-pl-7 {
  padding-left: 3.5rem !important;
}

.u-ml-8 {
  margin-left: 4rem !important;
}

.u-pl-8 {
  padding-left: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.u-px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.u-px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.u-mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

@media screen and (min-width: 350px) {
  .u-m-sem-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-sem-7 {
    margin: 3.5rem !important;
  }

  .u-p-sem-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-sem-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sem-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sem-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sem-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sem-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sem-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sem-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sem-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-sem-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sem-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sem-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sem-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sem-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sem-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sem-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sem-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-sem-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sem-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sem-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sem-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sem-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sem-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sem-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sem-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-sem-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sem-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sem-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sem-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sem-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sem-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sem-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sem-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-sem-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-sem-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-sem-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sem-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sem-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sem-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sem-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sem-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sem-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sem-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sem-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sem-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sem-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sem-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sem-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sem-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sem-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sem-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-sem-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-sem-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-sem-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-sem-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sem-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sem-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sem-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sem-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sem-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sem-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sem-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sem-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sem-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sem-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sem-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sem-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sem-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sem-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sem-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sem-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-sm-7 {
    margin: 3.5rem !important;
  }

  .u-p-sm-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sm-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sm-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-sm-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sm-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sm-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sm-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sm-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sm-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sm-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-sm-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sm-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sm-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sm-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sm-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sm-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sm-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-md-7 {
    margin: 3.5rem !important;
  }

  .u-p-md-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-md-6 {
    margin-top: 3rem !important;
  }

  .u-pt-md-6 {
    padding-top: 3rem !important;
  }

  .u-mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-md-8 {
    margin-top: 4rem !important;
  }

  .u-pt-md-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-md-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-md-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-md-6 {
    margin-right: 3rem !important;
  }

  .u-pr-md-6 {
    padding-right: 3rem !important;
  }

  .u-mr-md-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-md-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-md-8 {
    margin-right: 4rem !important;
  }

  .u-pr-md-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-md-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-md-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-md-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-md-6 {
    margin-left: 3rem !important;
  }

  .u-pl-md-6 {
    padding-left: 3rem !important;
  }

  .u-ml-md-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-md-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-md-8 {
    margin-left: 4rem !important;
  }

  .u-pl-md-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-lg-7 {
    margin: 3.5rem !important;
  }

  .u-p-lg-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .u-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .u-mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-lg-8 {
    margin-top: 4rem !important;
  }

  .u-pt-lg-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-lg-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-lg-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .u-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .u-mr-lg-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-lg-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-lg-8 {
    margin-right: 4rem !important;
  }

  .u-pr-lg-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-lg-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-lg-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-lg-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .u-pl-lg-6 {
    padding-left: 3rem !important;
  }

  .u-ml-lg-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-lg-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-lg-8 {
    margin-left: 4rem !important;
  }

  .u-pl-lg-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-lg-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-lg-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-lg-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-lg-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-xl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xl-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xl-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-xl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xl-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-xl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xl-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-xxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxl-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-xxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxl-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-xxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxl-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-xxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxl-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-m-xxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-m-xxxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxxl-7 {
    padding: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-xxxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxxl-8 {
    padding-top: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-xxxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxxl-8 {
    padding-right: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-mb-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxxl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-ml-xxxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxxl-8 {
    padding-left: 4rem !important;
  }

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

  .u-mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xxxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.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 !important;
  }
}

.pc-show--md {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show--md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show--md {
    display: none !important;
  }
}

.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-bg-white {
  background: #ffffff;
}
.u-bg-gray {
  background: #f6f6f6;
}
.u-bg-red {
  background: #D82115;
}
.u-bg-blue {
  background: #4488e0;
}
.u-bg-lightblue {
  background: #eef4f9;
}

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

.u-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;
  }
}
/* =========================================================
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: 576px) {
  .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 screen and (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: 992px) {
  .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: 1200px) {
  .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;
  }
}
