@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:600");
@import url("https://p.typekit.net/p.css?s=1&k=ncu5yil&ht=tk&f=11905&a=5942813&app=typekit&e=css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* base */
a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  a:focus {
    outline: none; }
  @media screen and (min-width: 768px) {
    a:hover {
      opacity: 0.5; } }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin: 0;
  /*letter-spacing: 0.1em;*/ }

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* header */
.l-header {
  width: 100%;
  padding: 24px 28px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 241, 0, 0.86);
  position: fixed;
  z-index: 1; }
  .l-header .inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative; }
  .l-header_logo {
    width: 104px;
    margin: 0; }
  .l-header_logo_image {
    margin: 0 auto;
    width: 100%; }
  .l-header_logoLink {
    display: block; }
  .l-header_menu {
    /*bottom: 0;*/
    margin: auto;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    top: 22px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: block; }
  .l-header_menuLink {
    display: block;
    height: 100%; }
  .l-header_contents {
    position: relative; }
  .l-header_inner {
    display: block;
    position: relative;
    padding: 10px 7px;
    width: 26px;
    height: 20px; }
  .l-header_line {
    background-color: #000;
    display: block;
    height: 2px;
    text-indent: -9999px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%; }
    .l-header_line + .l-header_line {
      margin-top: 6px; }
    .l-header_line:nth-child(2) {
      width: 82%; }
  .l-header_nav {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    padding: 0 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 100px 0 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block;
    z-index: 3; }
    .l-header_nav .c-list, .l-header_nav .c-list-disc, .l-header_nav .c-list-line, .l-header_nav .c-list-local-nav {
      font-size: 2.0rem;
      margin: 0 0 30px; }
      .l-header_nav .c-list_item {
        line-height: 3.0; }
        .home .l-header_nav .c-list_item.home a,
        .schedule .l-header_nav .c-list_item.schedule a,
        .record .l-header_nav .c-list_item.record a,
        .menu .l-header_nav .c-list_item.menu a,
        .access .l-header_nav .c-list_item.access a,
        .about .l-header_nav .c-list_item.about a {
          color: #fff100;
          text-decoration: underline; }
      .l-header_nav .c-list_text, .l-header_nav .c-list_link {
        color: #fff;
        font-family: "Poppins", sans-serif;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
        .l-header_nav .c-list_text.active, .l-header_nav .c-list_link.active {
          color: #fff100;
          text-decoration: underline; }
  .l-header_title {
    font-size: 24px;
    font-weight: bold;
    margin: 22.8px 0 -7.2px; }
  .l-header.is-active .l-header_menuLink {
    border-color: #fff;
    /*&::after {
				content: "Close";
				color: color(font);
			}*/ }
  .l-header.is-active .l-header_line {
    background-color: #fff; }
    .l-header.is-active .l-header_line:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(-315deg);
      -ms-transform: translateY(8px) rotate(-315deg);
      transform: translateY(8px) rotate(-315deg); }
    .l-header.is-active .l-header_line:nth-child(2) {
      opacity: 0; }
    .l-header.is-active .l-header_line:nth-child(3) {
      -webkit-transform: translateY(-8px) rotate(315deg);
      -ms-transform: translateY(-8px) rotate(315deg);
      transform: translateY(-8px) rotate(315deg); }
  .l-header.is-active .l-header_nav {
    opacity: 1;
    /*transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .l-header.is-active .l-header_contents::before {
    border-color: #fff; }
  @media screen and (min-width: 1200px) {
    .l-header {
      padding: 54px 70px 30px;
      *zoom: 1; }
      .l-header:before, .l-header:after {
        content: '';
        display: table; }
      .l-header:after {
        clear: both; }
      .l-header_logo {
        margin: 0;
        width: 162px; }
      .l-header_title {
        margin-top: 52.8px; }
      .l-header_nav {
        position: absolute;
        top: 0;
        right: -20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        height: auto;
        opacity: 1;
        background-color: transparent;
        padding: 0;
        overflow: visible; }
        .l-header_nav .c-list, .l-header_nav .c-list-disc, .l-header_nav .c-list-line, .l-header_nav .c-list-local-nav {
          font-size: 1.4rem;
          margin: 0; }
          .l-header_nav .c-list_item {
            line-height: 1;
            float: left;
            /*margin-right: 20px;*/ }
            .l-header_nav .c-list_item:last-child {
              margin-right: 0; }
            .home .l-header_nav .c-list_item.home a,
            .schedule .l-header_nav .c-list_item.schedule a,
            .record .l-header_nav .c-list_item.record a,
            .menu .l-header_nav .c-list_item.menu a,
            .access .l-header_nav .c-list_item.access a,
            .about .l-header_nav .c-list_item.about a {
              color: #000;
              background-image: url("../images/symbol_nav_active.png");
              background-repeat: no-repeat;
              background-position: left center; }
          .l-header_nav .c-list_text, .l-header_nav .c-list_link {
            color: #000;
            text-align: left;
            text-decoration: none;
            padding: 20px; }
            .l-header_nav .c-list_text.active, .l-header_nav .c-list_text:hover, .l-header_nav .c-list_link.active, .l-header_nav .c-list_link:hover {
              opacity: 1;
              color: #000;
              text-decoration: underline;
              background-image: url("../images/symbol_nav_active.png");
              background-repeat: no-repeat;
              background-position: left center; }
      .l-header_menu {
        display: none; } }

/* main-visual */
.l-mainVisual {
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.3;
  position: relative;
  text-align: center;
  background-image: url(../images/bg_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 40px 0 0;
  padding: 20px 0 60px; }
  .l-mainVisual_image {
    width: 100%;
    height: auto;
    max-width: 272px;
    margin: 0 auto 20px; }
  .l-mainVisual_catch {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 2.0rem; }
  .l-mainVisual_text {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0.5em 0; }
    .l-mainVisual_text::before, .l-mainVisual_text::after {
      content: "●";
      font-size: 1.0rem;
      vertical-align: middle;
      margin: 0 4px;
      line-height: 1; }
  @media screen and (min-width: 768px) {
    .l-mainVisual {
      margin-top: 0;
      padding-top: 120px;
      padding-bottom: 120px; }
      .l-mainVisual_image {
        max-width: 544px;
        margin-bottom: 40px; }
      .l-mainVisual_catch {
        font-size: 3.6rem; }
      .l-mainVisual_text {
        font-size: 2.0rem; } }

/* container */
.l-container, .l-container-col_1, .l-container-col_2 {
  padding: 74px 0 0;
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .l-container-col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  @media screen and (min-width: 768px) {
    .l-container-col_2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      max-width: 1200px; } }
  @media screen and (min-width: 1200px) {
    .l-container, .l-container-col_1, .l-container-col_2 {
      padding: 143px 0 0; } }

/* contents */
.l-contents, .l-contents-sm, .l-contents-md, .l-contents-section {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .l-contents-sm {
    max-width: 900px; }
  .l-contents-md {
    padding: 0 28px;
    max-width: 1260px; }
  .l-contents-variable, .l-contents-fixed {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    /*margin-bottom: 40px;*/ }
  .l-contents-section {
    padding: 40px 28px;
    border-top: 1px solid #e7e7e7; }
  .l-contents-page-header {
    max-width: 1260px;
    padding: 28px; }
  @media screen and (min-width: 768px) {
    .l-contents, .l-contents-sm, .l-contents-md, .l-contents-section {
      padding: 0 60px; }
      .l-contents-variable {
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0; }
      .l-contents-fixed {
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
        max-width: 240px;
        position: relative;
        padding-right: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .l-contents-section {
        margin: 0 auto;
        padding: 40px 46px; }
      .l-contents-page-header {
        margin: 0 auto;
        padding: 50px 0; } }
  @media screen and (min-width: 1200px) {
    .l-contents, .l-contents-sm, .l-contents-md, .l-contents-section {
      padding: 40px 100px; }
      .l-contents-fixed {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
        max-width: 320px;
        padding-right: 160px; }
      .l-contents-section {
        max-width: 1420px;
        padding: 80px;
        margin: 0 auto; }
      .l-contents-sm {
        max-width: 900px; }
      .l-contents-md {
        max-width: 1260px; } }

.l-wrapper {
  height: 100%; }

/* grid */
[class*='l-grid'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  [class*='l-grid'][class*='left'] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  [class*='l-grid'][class*='center'] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  [class*='l-grid'][class*='right'] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  [class*='l-grid'][class*='spaceBetween'] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  [class*='l-grid'][class*='spaceAround'] {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  [class*='l-grid'][class*='stretch'] {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  [class*='l-grid'][class*='top'] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  [class*='l-grid'][class*='middle'] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  [class*='l-grid'][class*='bottom'] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  [class*='l-grid'][class*='baseline'] {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  [class*='l-grid'][class*='line'] > [class*='l-column'] + [class*='l-column'] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 30px; }
  [class*='l-grid'][class*='smGutter'] {
    margin-left: -10px;
    margin-right: -10px; }
    [class*='l-grid'][class*='smGutter'] > [class*='l-column'] {
      padding: 0 10px; }
  [class*='l-grid'][class*='xsGutter'] {
    margin-left: -4px;
    margin-right: -4px; }
    [class*='l-grid'][class*='xsGutter'] > [class*='l-column'] {
      padding: 0 4px;
      margin-top: 8px; }
  @media screen and (min-width: 768px) {
    [class*='l-grid'] {
      margin-left: -10px;
      margin-right: -10px; }
      [class*='l-grid'][class*='line'] {
        margin: 0 -30px; }
        [class*='l-grid'][class*='line'] > [class*='l-column'] {
          padding: 0 30px; }
          [class*='l-grid'][class*='line'] > [class*='l-column'] + [class*='l-column'] {
            border: none;
            border-left: 1px solid rgba(255, 255, 255, 0.12);
            padding-top: 0; }
      [class*='l-grid'][class*='noGutter'] {
        margin: 0; }
        [class*='l-grid'][class*='noGutter'] > [class*='l-column'] {
          padding: 0; }
      [class*='l-grid'][class*='xsGutter'] {
        margin-left: -4px;
        margin-right: -4px; }
        [class*='l-grid'][class*='xsGutter'] > [class*='l-column'] {
          padding: 0 4px; }
        [class*='l-grid'][class*='xsGutter'][class*='line'] {
          margin: 0 -8px; }
          [class*='l-grid'][class*='xsGutter'][class*='line'] > [class*='l-column'] {
            padding: 0 8px; }
      [class*='l-grid'][class*='smGutter'] > [class*='l-column'] {
        padding: 0 10px; }
      [class*='l-grid'][class*='smGutter'][class*='line'] {
        margin: 0 -20px; }
        [class*='l-grid'][class*='smGutter'][class*='line'] > [class*='l-column'] {
          padding: 0 20px; }
      [class*='l-grid'][class*='lgGutter'] {
        margin-left: -30px;
        margin-right: -30px; }
        [class*='l-grid'][class*='lgGutter'] > [class*='l-column'] {
          padding: 0 30px; }
        [class*='l-grid'][class*='lgGutter'][class*='line'] {
          margin: 0 -60px; }
          [class*='l-grid'][class*='lgGutter'][class*='line'] > [class*='l-column'] {
            padding: 0 60px; } }
  @media screen and (min-width: 0px) {
    [class*='l-grid'][class*='xs1'] > [class*='l-column'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    [class*='l-grid'] > [class*='xs1'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'][class*='xs2'] > [class*='l-column'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'] > [class*='xs2'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'][class*='xs3'] > [class*='l-column'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'] > [class*='xs3'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'][class*='xs4'] > [class*='l-column'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'] > [class*='xs4'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'][class*='xs5'] > [class*='l-column'] {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    [class*='l-grid'] > [class*='xs5'] {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    [class*='l-grid'][class*='xs6'] > [class*='l-column'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'] > [class*='xs6'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'][class*='xs7'] > [class*='l-column'] {
      -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
      max-width: 14.28571%; }
    [class*='l-grid'] > [class*='xs7'] {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    [class*='l-grid'][class*='xs8'] > [class*='l-column'] {
      -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    [class*='l-grid'] > [class*='xs8'] {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    [class*='l-grid'][class*='xs9'] > [class*='l-column'] {
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%; }
    [class*='l-grid'] > [class*='xs9'] {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    [class*='l-grid'][class*='xs10'] > [class*='l-column'] {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    [class*='l-grid'] > [class*='xs10'] {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    [class*='l-grid'][class*='xs11'] > [class*='l-column'] {
      -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
      max-width: 9.09091%; }
    [class*='l-grid'] > [class*='xs11'] {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    [class*='l-grid'][class*='xs12'] > [class*='l-column'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'] > [class*='xs12'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 500px) {
    [class*='l-grid'][class*='sm1'] > [class*='l-column'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    [class*='l-grid'] > [class*='sm1'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'][class*='sm2'] > [class*='l-column'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'] > [class*='sm2'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'][class*='sm3'] > [class*='l-column'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'] > [class*='sm3'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'][class*='sm4'] > [class*='l-column'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'] > [class*='sm4'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'][class*='sm5'] > [class*='l-column'] {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    [class*='l-grid'] > [class*='sm5'] {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    [class*='l-grid'][class*='sm6'] > [class*='l-column'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'] > [class*='sm6'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'][class*='sm7'] > [class*='l-column'] {
      -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
      max-width: 14.28571%; }
    [class*='l-grid'] > [class*='sm7'] {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    [class*='l-grid'][class*='sm8'] > [class*='l-column'] {
      -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    [class*='l-grid'] > [class*='sm8'] {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    [class*='l-grid'][class*='sm9'] > [class*='l-column'] {
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%; }
    [class*='l-grid'] > [class*='sm9'] {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    [class*='l-grid'][class*='sm10'] > [class*='l-column'] {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    [class*='l-grid'] > [class*='sm10'] {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    [class*='l-grid'][class*='sm11'] > [class*='l-column'] {
      -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
      max-width: 9.09091%; }
    [class*='l-grid'] > [class*='sm11'] {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    [class*='l-grid'][class*='sm12'] > [class*='l-column'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'] > [class*='sm12'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    [class*='l-grid'][class*='md1'] > [class*='l-column'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    [class*='l-grid'] > [class*='md1'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'][class*='md2'] > [class*='l-column'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'] > [class*='md2'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'][class*='md3'] > [class*='l-column'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'] > [class*='md3'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'][class*='md4'] > [class*='l-column'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'] > [class*='md4'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'][class*='md5'] > [class*='l-column'] {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    [class*='l-grid'] > [class*='md5'] {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    [class*='l-grid'][class*='md6'] > [class*='l-column'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'] > [class*='md6'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'][class*='md7'] > [class*='l-column'] {
      -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
      max-width: 14.28571%; }
    [class*='l-grid'] > [class*='md7'] {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    [class*='l-grid'][class*='md8'] > [class*='l-column'] {
      -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    [class*='l-grid'] > [class*='md8'] {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    [class*='l-grid'][class*='md9'] > [class*='l-column'] {
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%; }
    [class*='l-grid'] > [class*='md9'] {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    [class*='l-grid'][class*='md10'] > [class*='l-column'] {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    [class*='l-grid'] > [class*='md10'] {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    [class*='l-grid'][class*='md11'] > [class*='l-column'] {
      -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
      max-width: 9.09091%; }
    [class*='l-grid'] > [class*='md11'] {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    [class*='l-grid'][class*='md12'] > [class*='l-column'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'] > [class*='md12'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    [class*='l-grid'][class*='lg1'] > [class*='l-column'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    [class*='l-grid'] > [class*='lg1'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'][class*='lg2'] > [class*='l-column'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'] > [class*='lg2'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'][class*='lg3'] > [class*='l-column'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'] > [class*='lg3'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'][class*='lg4'] > [class*='l-column'] {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    [class*='l-grid'] > [class*='lg4'] {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    [class*='l-grid'][class*='lg5'] > [class*='l-column'] {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    [class*='l-grid'] > [class*='lg5'] {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    [class*='l-grid'][class*='lg6'] > [class*='l-column'] {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    [class*='l-grid'] > [class*='lg6'] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    [class*='l-grid'][class*='lg7'] > [class*='l-column'] {
      -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
      max-width: 14.28571%; }
    [class*='l-grid'] > [class*='lg7'] {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    [class*='l-grid'][class*='lg8'] > [class*='l-column'] {
      -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; }
    [class*='l-grid'] > [class*='lg8'] {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    [class*='l-grid'][class*='lg9'] > [class*='l-column'] {
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%; }
    [class*='l-grid'] > [class*='lg9'] {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    [class*='l-grid'][class*='lg10'] > [class*='l-column'] {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    [class*='l-grid'] > [class*='lg10'] {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    [class*='l-grid'][class*='lg11'] > [class*='l-column'] {
      -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
      max-width: 9.09091%; }
    [class*='l-grid'] > [class*='lg11'] {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    [class*='l-grid'][class*='lg12'] > [class*='l-column'] {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    [class*='l-grid'] > [class*='lg12'] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

/* column */
[class*='l-column'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px; }
  [class*='l-column'].gutter_sm {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    [class*='l-column'] {
      padding: 0 15px; }
      [class*='l-column'].gutter_sm {
        padding: 0 10px; } }

/* footer */
.l-footer {
  background-color: #fff;
  padding: 15px;
  text-align: left; }
  .l-footer .inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .l-footer .c-text-xs {
    line-height: 2.3;
    margin: 20.9px 0 -9.1px; }
  .l-footer .c-button:first-child, .l-footer .c-button-more:first-child, .l-footer .c-button-arrow:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px; }
    .l-footer .c-button:first-child .c-button_link, .l-footer .c-button-more:first-child .c-button_link, .l-footer .c-button-arrow:first-child .c-button_link {
      margin: 0 10px; }
  .l-footer .c-list_link {
    text-decoration: none;
    font-size: 15px; }
  .l-footer .c-list-disc {
    text-decoration: underline; }
  .l-footer .c-tag {
    max-width: 100%;
    text-align: left; }
    .l-footer .c-tag_link {
      border-color: rgba(255, 255, 255, 0.18);
      margin: 5px 5px 0 0; }
      .l-footer .c-tag_link:last-child {
        margin-right: 0; }
  .l-footer_title {
    font-size: 18px;
    font-weight: bold;
    margin: -5.4px 0; }
  .l-footer_image {
    margin: 0 auto;
    padding: 5.4px 0; }
  .l-footer_copyright {
    font-size: 1.0rem;
    text-align: center; }
  .l-footer_small {
    font-size: 100%; }
  @media screen and (min-width: 768px) {
    .l-footer {
      padding: 30px 0; } }
  @media screen and (min-width: 1200px) {
    .l-footer {
      padding: 20px; }
      .l-footer_copyright {
        display: none; } }

/* sidebar */
#secondary .p-page-title_main {
  display: none; }
  @media screen and (min-width: 768px) {
    #secondary .p-page-title_main {
      display: block;
      height: auto;
      margin-top: -30px; } }

.l-sidebar.is-fixed {
  position: fixed;
  top: 0; }

.l-sidebar.is-fixed-bottom {
  position: absolute;
  bottom: 0; }

.l-sidebar_nav .c-list, .l-sidebar_nav .c-list-disc, .l-sidebar_nav .c-list-line, .l-sidebar_nav .c-list-local-nav {
  margin-bottom: 40px; }
  .l-sidebar_nav .c-list_item {
    border-bottom: 1px solid #ddd; }
    .l-sidebar_nav .c-list_item:first-child {
      border-top: 1px solid #ddd; }
    .l-sidebar_nav .c-list_item .c-list, .l-sidebar_nav .c-list_item .c-list-disc, .l-sidebar_nav .c-list_item .c-list-line, .l-sidebar_nav .c-list_item .c-list-local-nav {
      display: none; }
  .l-sidebar_nav .c-list_link {
    padding: 4px 0; }

.l-sidebar .c-text-xs {
  margin-bottom: 20px;
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  .l-sidebar {
    width: 160px; }
    .l-sidebar_nav .c-list_item {
      border: 0; }
      .l-sidebar_nav .c-list_item:first-child {
        border: 0; }
      .keiko .l-sidebar_nav .c-list_item.keiko .c-list, .keiko .l-sidebar_nav .c-list_item.keiko .c-list-disc, .keiko .l-sidebar_nav .c-list_item.keiko .c-list-line, .keiko .l-sidebar_nav .c-list_item.keiko .c-list-local-nav,
      .info .l-sidebar_nav .c-list_item.info .c-list,
      .info .l-sidebar_nav .c-list_item.info .c-list-disc,
      .info .l-sidebar_nav .c-list_item.info .c-list-line,
      .info .l-sidebar_nav .c-list_item.info .c-list-local-nav,
      .instructor .l-sidebar_nav .c-list_item.instructor .c-list,
      .instructor .l-sidebar_nav .c-list_item.instructor .c-list-disc,
      .instructor .l-sidebar_nav .c-list_item.instructor .c-list-line,
      .instructor .l-sidebar_nav .c-list_item.instructor .c-list-local-nav,
      .qa .l-sidebar_nav .c-list_item.qa .c-list,
      .qa .l-sidebar_nav .c-list_item.qa .c-list-disc,
      .qa .l-sidebar_nav .c-list_item.qa .c-list-line,
      .qa .l-sidebar_nav .c-list_item.qa .c-list-local-nav {
        display: block; }
      .l-sidebar_nav .c-list_item .c-list, .l-sidebar_nav .c-list_item .c-list-disc, .l-sidebar_nav .c-list_item .c-list-line, .l-sidebar_nav .c-list_item .c-list-local-nav {
        /*display: block;*/
        margin-left: 1.0em; }
        .l-sidebar_nav .c-list_item .c-list .c-list_link, .l-sidebar_nav .c-list_item .c-list-disc .c-list_link, .l-sidebar_nav .c-list_item .c-list-line .c-list_link, .l-sidebar_nav .c-list_item .c-list-local-nav .c-list_link {
          line-height: 1.7;
          font-size: 1.3rem; }
          .l-sidebar_nav .c-list_item .c-list .c-list_link::before, .l-sidebar_nav .c-list_item .c-list-disc .c-list_link::before, .l-sidebar_nav .c-list_item .c-list-line .c-list_link::before, .l-sidebar_nav .c-list_item .c-list-local-nav .c-list_link::before {
            content: "・"; } }

/* banner */
.c-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid;
  background-color: #fff;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c-banner_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .c-banner_image {
    max-width: 100%; }
  .l-header .c-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-header .c-banner .c-banner_link {
      width: 100%;
      padding: 0; }
      .l-header .c-banner .c-banner_link .c-banner_image {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
  .l-sidebar .c-banner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-sidebar .c-banner .c-banner_link {
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .l-sidebar .c-banner .c-banner_image {
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; }
  @media screen and (min-width: 768px) {
    .l-header .c-banner {
      width: 300px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .l-header .c-banner .c-banner_link .c-banner_image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; }
    .l-sidebar .c-banner .c-banner_image {
      width: 100%;
      display: block; } }

/* button */
.c-button, .c-button-more, .c-button-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  text-align: center;
  font-family: "Poppins", sans-serif; }
  .c-button-more {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 8px 0; }
  .c-button-arrow {
    position: relative; }
    .c-button-arrow::after {
      content: "";
      vertical-align: middle;
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 14px;
      top: 0;
      bottom: 0;
      margin: auto; }

.js-page-top {
  display: none;
  position: absolute;
  right: 24px;
  bottom: 4px;
  text-decoration: none;
  width: 46px;
  height: 46px;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  background-color: #000;
  text-indent: -9999px;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: visible; }
  .js-page-top::after {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (min-width: 1200px) {
    .js-page-top {
      right: 20px;
      bottom: 20px; } }

/* icon */
/* list */
.c-list, .c-list-disc, .c-list-line, .c-list-local-nav {
  font-size: 1.4rem;
  line-height: 2.1;
  list-style: none;
  margin: 22.3px 0 -7.7px;
  padding: 0; }
  .c-list:first-child, .c-list-disc:first-child, .c-list-line:first-child, .c-list-local-nav:first-child {
    margin-top: 0; }
  .c-list .c-list, .c-list-disc .c-list, .c-list-line .c-list, .c-list-local-nav .c-list, .c-list .c-list-disc, .c-list-disc .c-list-disc, .c-list-line .c-list-disc, .c-list-local-nav .c-list-disc, .c-list .c-list-line, .c-list-disc .c-list-line, .c-list-line .c-list-line, .c-list-local-nav .c-list-line, .c-list .c-list-local-nav, .c-list-disc .c-list-local-nav, .c-list-line .c-list-local-nav, .c-list-local-nav .c-list-local-nav {
    margin: 0; }
  .c-list_text {
    display: block; }
  .c-list_link {
    display: block; }
  .c-list-disc {
    list-style: disc;
    margin-left: 1.5em; }
  .c-list_item-sbs {
    display: inline-block;
    margin: 0 6px; }
  .c-list-sns {
    padding: 0;
    margin: 40px 0; }
    .c-list-sns li {
      display: inline-block;
      padding: 0 2px 10px 2px;
      vertical-align: top;
      line-height: 1;
      position: relative; }
  .c-list-line > .c-list_item {
    border-bottom: 1px solid #ddd; }
    .c-list-line > .c-list_item:first-child {
      border-top: 1px solid #ddd; }
    .c-list-line > .c-list_item .c-list_link {
      padding: 4px 0; }
    .c-list-line > .c-list_item .c-list .list_item, .c-list-line > .c-list_item .c-list-disc .list_item, .c-list-line > .c-list_item .c-list-line .list_item, .c-list-line > .c-list_item .c-list-local-nav .list_item {
      border: 0; }
  .c-list-local-nav {
    text-align: center;
    margin-top: 8px; }
    .c-list-local-nav_item {
      display: inline-block; }
    .c-list-local-nav_link {
      color: inherit;
      display: block;
      margin: 0 4px;
      background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff100)) repeat scroll 0 0;
      background: transparent -webkit-linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
      background: transparent -o-linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
      background: transparent linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
      line-height: 1; }
  @media screen and (min-width: 1200px) {
    .c-list-local-nav {
      font-size: 2.1rem; } }

/* text */
.c-text_strong, .c-text_strong-lg {
  display: block;
  font-weight: bold;
  margin: 9.6px 0 -5.4px; }
  .c-text_strong-lg {
    font-size: 1.8rem; }

.c-text_span_strong {
  font-weight: bold; }

.c-text_link {
  color: inherit;
  display: inline-block;
  text-decoration: underline; }

.c-text-xs {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 11.4px 0 -3.6px;
  overflow: hidden; }

.c-text-sm {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 11.1px 0 -3.9px;
  overflow: hidden; }

.c-text-md {
  font-size: 1.4rem;
  margin: 25.8px 0 -4.2px;
  overflow: hidden; }

.c-text-lg {
  font-size: 1.5rem;
  margin: 25.5px 0 -4.5px; }

.c-text-xl {
  font-size: 1.6rem;
  margin: 25.2px 0 -4.8px;
  overflow: hidden; }

.c-text-date {
  font-size: 1.4rem;
  margin: 20px 0 0;
  padding: 3.8px 8px; }

.c-text-mv {
  display: none; }

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

.c-text-right {
  text-align: right;
  float: right; }

@media screen and (min-width: 1200px) {
  .c-text-md {
    font-size: 1.6rem; } }

/* thumbnail */
.c-thumbnail {
  margin: 30px 0 0;
  position: relative;
  width: 100%; }
  .c-thumbnail:first-child {
    margin: 0; }
  .c-thumbnail_image {
    margin: 0 auto; }
    .c-thumbnail_image-wide {
      width: 100%; }
    .c-thumbnail_image-line {
      border: 1px solid #d1d1d1; }
  .c-thumbnail_right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px; }
  .c-thumbnail_caption {
    font-size: 1.3rem;
    margin: 10.8px auto -4.2px;
    text-align: center;
    line-height: 1.5;
    max-width: 240px; }
  @media screen and (min-width: 768px) {
    .c-thumbnail_image {
      margin: 0; }
    .c-thumbnail_caption {
      text-align: left;
      max-width: 100%; } }

/* title */
.c-title, .c-title-sm, .c-title-md, .c-title-lg, .c-title-line, .c-title-page, .c-title-section {
  font-weight: bold;
  line-height: 1.3; }
  .c-title_left {
    font-size: 1.8rem;
    margin-right: 1em;
    text-decoration: underline;
    vertical-align: middle; }
  .c-title_right {
    display: inline-block;
    font-size: 3.0rem;
    vertical-align: middle; }
  .c-title_inner {
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 4px; }
  .c-title-sm {
    font-size: 2.1rem;
    margin: 26.85px 0 -3.15px;
    text-align: center; }
  .c-title-md {
    font-size: 2.4rem;
    margin: 26.4px 0 -3.6px;
    text-align: center; }
  .c-title-lg {
    font-size: 3.6rem;
    margin: -5.4px 0; }
  .c-title-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 30px 0 0;
    min-width: 160px;
    padding: 26.7px 20px 16.7px;
    position: relative; }
    .c-title-line:first-child {
      margin: 0;
      font-size: 3.6rem;
      font-weight: bold;
      padding: 24.6px 20px 14.6px; }
  .c-title-page {
    font-family: copperplate, serif;
    font-size: 3.0rem;
    text-align: center;
    margin: 0; }
    .c-title-page::before, .c-title-page::after {
      content: "●";
      font-size: 20%;
      vertical-align: middle;
      margin: 0 1em; }
  .c-title-section {
    font-size: 3.0rem;
    text-align: center;
    margin: 25.5px 0 15.5px; }
    .c-title-section:first-child {
      margin-top: 0; }
  .c-title-img {
    text-align: center;
    margin-top: 60px; }
    .c-title-img img {
      display: inline; }
  @media screen and (min-width: 1200px) {
    .c-title, .c-title-sm, .c-title-md, .c-title-lg, .c-title-line, .c-title-page, .c-title-section {
      /*&_left {
			font-size: 2.4rem;
		}
		&_right {
			font-size: 3.6rem;
		}
		&-md {
			font-size: 3.0rem;
			margin: space(30, 30, 1.3) 0 space(0, 30, 1.3);
		}
		&-lg {
			font-size: 4.8rem;
			margin: space(0, 48, 1.3) 0;
		}
		&-line:first-child {
			font-size: 4.8rem;
			padding: space(30, 48, 1.3) 20px space(20, 48, 1.3);
		}
		&-page {
			margin: space(30, 36, 1.3) 0 space(0, 36, 1.3);
		}
		&-section {
			margin-top: space(60, 23, 1.3);
		}
		&-relation {
			margin-top: 60px;
		}*/ }
      .c-title-page {
        font-size: 6.0rem; }
      .c-title-section {
        font-size: 4.2rem;
        margin: 23.7px 0 19.37px; } }

/* table */
.c-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%; }
  .c-table th {
    padding: 8px;
    background-color: #fff100;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff; }
  .c-table td {
    padding: 8px;
    border: 1px solid #ededed;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    color: #4f4f4f; }
  .c-table .bg-gray {
    background-color: #ededed;
    font-weight: bold;
    text-align: left; }
  @media screen and (min-width: 1200px) {
    .c-table th, .c-table td {
      padding: 12px;
      font-size: 1.4rem; } }

/* gmap */
.p-gmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0; }
  .p-gmap iframe, .p-gmap object, .p-gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1200px) {
    .p-gmap {
      padding-bottom: 30%; } }

/* frame */
.p-frame {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  padding: 12px;
  pointer-events: none; }
  .p-frame .inner {
    width: 100%;
    height: 100%;
    max-width: 1420px;
    position: relative;
    margin: 0 auto; }
    .p-frame .inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .p-frame .l-footer_copyright {
    display: none; }
  @media screen and (min-width: 1200px) {
    .p-frame {
      padding: 20px; }
      .p-frame .l-footer_copyright {
        display: block;
        position: absolute;
        top: 50%;
        left: -134px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-family: "Poppins", sans-serif; } }

/* schedule */
.p-schedule-box_item {
  margin: 0 0 20px;
  position: relative; }

.p-schedule-box_link, .p-schedule-box .inner {
  display: block;
  position: relative; }

.p-schedule-box_thumb {
  background-color: #ccc;
  position: relative;
  width: 100%;
  vertical-align: middle;
  padding-top: 100%; }
  .p-schedule-box_thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%; }

.p-schedule-box_date {
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 4px 6px;
  line-height: 1; }
  .p-schedule-box_date span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 2px; }
  .p-schedule-box_date em {
    display: block;
    font-size: 1.0rem;
    font-style: normal; }

.p-schedule-box_text strong, .p-schedule-box_text h1 {
  font-size: 1.4rem;
  color: #000;
  display: block;
  width: 84%;
  position: relative;
  top: -14px;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 6px;
  margin-bottom: -14px;
  word-break: break-word; }
  .p-schedule-box_text strong a, .p-schedule-box_text h1 a {
    color: inherit; }

.p-schedule-box_text p {
  font-size: 1.2rem;
  color: #4d4d4d;
  margin: 0.5em 0 0; }

@media screen and (min-width: 1200px) {
  .p-schedule-box_date {
    padding: 6px 10px; }
    .p-schedule-box_date span {
      font-size: 2.6rem; }
    .p-schedule-box_date em {
      font-size: 1.4rem; }
  .p-schedule-box_text strong {
    font-size: 1.6rem; }
  .p-schedule-box_text p {
    font-size: 1.4rem; } }

/* menu-list */
.menu-list {
  margin: 0 0 40px; }
  .menu-list_title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 14px;
    margin-bottom: 18px; }
  .menu-list_item {
    font-size: 1.4rem;
    line-height: 1.7em;
    margin: 0 0 8px; }
    .menu-list_item .price {
      float: right; }
  @media screen and (min-width: 1200px) {
    .menu-list_title {
      font-size: 1.8rem; }
    .menu-list_item {
      font-size: 1.6rem; } }

.menu h2 {
  text-align: center;
  font-size: 2.7rem;
  margin: 0 0 1em; }

.menu h3 {
  font-family: copperplate, serif;
  font-size: 1.8rem;
  margin: 1em 0; }

.menu .l-column {
  margin-top: 0; }

/* record */
.records p {
  text-align: center;
  color: #333;
  margin-top: 0; }

@media screen and (min-width: 1200px) {
  .records {
    font-size: 1.6rem; } }

.wanted {
  background-color: #fff100;
  padding: 60px 28px;
  /*margin-bottom: 0;*/
  position: relative; }
  .wanted .c-title-section {
    font-size: 4.2rem;
    margin: 0; }
  .wanted h2 {
    margin: 0; }
    .wanted h2 img {
      width: 179px;
      margin: 0 auto; }
  .wanted p {
    margin-bottom: 20px; }
  .wanted .outer {
    position: relative;
    margin: 0 auto; }
    .wanted .outer::before {
      content: "";
      display: block;
      width: 140px;
      height: 140px;
      background-image: url("../images/symbol_wanted_01.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: top left;
      position: absolute;
      top: -82px;
      left: -44px; }
  .wanted .inner {
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #000;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
    background-image: url("../images/bg_wanted.gif");
    background-repeat: repeat;
    background-position: left top; }
    .wanted .inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 2px;
      left: 0; }
  .wanted .wanted_list {
    border-top: 1px solid #dadada;
    padding-top: 20px; }
    .wanted .wanted_list ul {
      list-style: none outside;
      margin: 0;
      padding: 0; }
      .wanted .wanted_list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        margin-bottom: 8px; }
        .wanted .wanted_list ul li strong {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          max-width: 40%;
          margin-right: 8px; }
        .wanted .wanted_list ul li span {
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
          max-width: 60%;
          color: #838383; }
  .wanted .record-images {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 20px 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .wanted .record-images_inner {
      position: relative;
      height: 100%;
      margin: 0 auto; }
    .wanted .record-images img {
      position: absolute; }
      .wanted .record-images img:nth-child(1) {
        width: 180px;
        top: -24px;
        right: -30px; }
      .wanted .record-images img:nth-child(2) {
        width: 120px;
        bottom: -20px;
        right: -17px; }
      .wanted .record-images img:nth-child(3) {
        width: 200px;
        bottom: -41px;
        left: -37px; }
  @media screen and (min-width: 768px) {
    .wanted {
      max-width: none; }
      .wanted .outer {
        max-width: 700px; }
        .wanted .outer::before {
          width: 200px;
          height: 200px;
          top: -82px;
          left: -114px; }
      .wanted .inner {
        padding: 30px; }
      .wanted .wanted_list {
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .wanted .wanted_list ul {
          width: 50%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .wanted .wanted_list ul:nth-child(1) {
            padding-right: 24px;
            border-right: 1px solid #e9e9e9; }
          .wanted .wanted_list ul:nth-child(2) {
            padding-left: 24px; }
      .wanted .record-images_inner {
        max-width: 700px; }
      .wanted .record-images img:nth-child(1) {
        width: 300px;
        top: 0;
        right: -60px; }
      .wanted .record-images img:nth-child(2) {
        width: 200px;
        bottom: -77px;
        right: -41px; }
      .wanted .record-images img:nth-child(3) {
        width: 300px;
        bottom: -67px;
        left: -74px; } }
  @media screen and (min-width: 1200px) {
    .wanted .c-title-section {
      font-size: 8.0rem; }
    .wanted h2 {
      margin-bottom: 20px; }
      .wanted h2 img {
        width: 358px; }
    .wanted p {
      font-size: 1.4rem;
      margin-bottom: 30px; }
    .wanted .outer {
      max-width: 980px; }
    .wanted .record-images_inner {
      max-width: 980px; }
    .wanted .record-images img:nth-child(1) {
      width: 369px;
      top: -42px;
      right: -90px; }
    .wanted .record-images img:nth-child(2) {
      width: 288px;
      bottom: -74px;
      right: -244px; }
    .wanted .record-images img:nth-child(3) {
      width: 390px;
      bottom: -100px;
      left: -214px; } }

/* index */
.p-index, .p-index-kana, .p-index-alphabet {
  margin: 0;
  padding: 0;
  list-style: none outside;
  max-width: 280px;
  margin: 0 auto !important; }
  .p-index_item {
    margin-top: 0; }
  .p-index_link, .p-index_nolink {
    display: block;
    padding: 4px 0;
    text-align: center;
    color: #000;
    font-size: 2.1rem;
    font-weight: bold; }
  .p-index_nolink {
    color: #999; }
  .p-index-kana {
    margin-bottom: 1em !important; }
  @media screen and (min-width: 768px) {
    .p-index, .p-index-kana, .p-index-alphabet {
      max-width: 420px; } }

/* display */
[class*='u-db-'] {
  display: none; }

[class*='u-df-'] {
  display: none; }

@media screen and (min-width: 0px) {
  .u-db-xs {
    display: block !important; }
  .u-df-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-dn-xs {
    display: none !important; } }

[class*='u-db-'] {
  display: none; }

[class*='u-df-'] {
  display: none; }

@media screen and (min-width: 500px) {
  .u-db-sm {
    display: block !important; }
  .u-df-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-dn-sm {
    display: none !important; } }

[class*='u-db-'] {
  display: none; }

[class*='u-df-'] {
  display: none; }

@media screen and (min-width: 768px) {
  .u-db-md {
    display: block !important; }
  .u-df-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-dn-md {
    display: none !important; } }

[class*='u-db-'] {
  display: none; }

[class*='u-df-'] {
  display: none; }

@media screen and (min-width: 1200px) {
  .u-db-lg {
    display: block !important; }
  .u-df-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-dn-lg {
    display: none !important; } }

.home .l-contents-section {
  padding: 20px 28px;
  border: 0; }
  @media screen and (min-width: 768px) {
    .home .l-contents-section {
      padding: 46px;
      /*margin-bottom: 46px;*/ } }
  @media screen and (min-width: 1200px) {
    .home .l-contents-section {
      padding: 40px 80px;
      /*margin-bottom: 80px;*/ } }
  .home .l-contents-section .c-title-section {
    font-family: copperplate, serif; }
  .home .l-contents-section.about {
    position: relative;
    top: -10px;
    padding-top: 0; }
    .home .l-contents-section.about img {
      margin: 0 auto; }
    .home .l-contents-section.about .inner {
      background-color: rgba(255, 241, 0, 0.86);
      width: 94%;
      max-width: 600px;
      margin: 0 auto -20px;
      position: relative;
      top: -20px;
      padding: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .home .l-contents-section.about .c-button-more {
      max-width: 240px;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .home .l-contents-section.about {
        padding-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .home .l-contents-section.about {
        padding-bottom: 40px;
        position: relative; }
        .home .l-contents-section.about .c-title-section {
          text-align: left;
          position: absolute;
          top: -24px; }
        .home .l-contents-section.about strong {
          font-size: 2.5rem; }
        .home .l-contents-section.about img {
          width: 54%;
          max-width: 690px;
          margin: 0; }
        .home .l-contents-section.about .inner {
          width: 46%;
          position: absolute;
          top: auto;
          bottom: 40px;
          right: 80px;
          padding: 28px;
          /*box-sizing: content-box;*/
          margin-bottom: 0; } }
  .home .l-contents-section.schedule .c-button-more {
    max-width: 400px;
    margin: 24px auto 0;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    color: #000; }
  @media screen and (min-width: 1200px) {
    .home .l-contents-section.schedule .l-column {
      padding: 0 10px; }
    .home .l-contents-section.schedule .c-button-more {
      margin: 40px auto 0;
      padding: 12px 0;
      font-size: 2.4rem; } }
  .home .l-contents-section.wanted {
    padding: 60px 28px;
    margin-top: 40px; }
  .home .l-contents-section.access {
    padding: 40px 0; }
    .home .l-contents-section.access p {
      font-size: 1.4rem;
      text-align: center;
      padding: 0 28px; }
    @media screen and (min-width: 1200px) {
      .home .l-contents-section.access {
        padding: 80px 0;
        max-width: none; }
        .home .l-contents-section.access p {
          font-size: 1.6rem; } }
  .home .l-contents-section.contact {
    border-top: 2px solid #e9e9e9;
    padding: 0;
    max-width: none; }
    .home .l-contents-section.contact .inner {
      width: 100%;
      max-width: 1260px;
      margin: 0 auto !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .home .l-contents-section.contact .contact_text {
      background-image: url("../images/bg_contact.gif");
      background-repeat: repeat;
      background-size: 40%;
      background-position: center center;
      text-align: center;
      width: 100%;
      padding: 80px 28px; }
      .home .l-contents-section.contact .contact_text p {
        color: #000; }
        .home .l-contents-section.contact .contact_text p a {
          color: inherit; }
    .home .l-contents-section.contact .tw {
      padding: 0 28px;
      width: 100%; }
    .home .l-contents-section.contact .c-button-more {
      max-width: 400px;
      margin: 24px auto 0;
      background-color: #fff100;
      color: #000; }
    @media screen and (min-width: 768px) {
      .home .l-contents-section.contact .inner {
        padding: 0 28px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .home .l-contents-section.contact .contact_text {
        padding: 100px 80px !important;
        margin-top: 0; }
      .home .l-contents-section.contact .tw {
        padding: 0 28px !important;
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .home .l-contents-section.contact .inner {
        padding: 0; }
      .home .l-contents-section.contact .contact_text {
        padding: 120px 80px !important;
        margin-top: 0 !important; }
        .home .l-contents-section.contact .contact_text p {
          font-size: 1.6rem; }
      .home .l-contents-section.contact .tw {
        padding: 0 80px !important;
        margin-top: 0 !important; }
      .home .l-contents-section.contact .c-button-more {
        margin: 40px auto 0;
        padding: 12px 0;
        font-size: 2.4rem; } }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

.entry-content {
  /*--------------------------------------------------------------
	3.0 Alignments
	--------------------------------------------------------------*/
  /*@include break-point(lg) {
		.alignleft {
			max-width: 30%;
		}
		.alignright {
			max-width: 30%;
		}
	}*/
  /*--------------------------------------------------------------
	5.0 Typography
	--------------------------------------------------------------*/
  /* youtube */
  /*--------------------------------------------------------------
	6.0 Forms
	--------------------------------------------------------------*/
  /* Placeholder text color -- selectors need to be separate to work. */
  /*--------------------------------------------------------------
	7.0 Formatting
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	8.0 Lists
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	9.0 Tables
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	10.0 Links
	--------------------------------------------------------------*/
  /*a:focus {
		outline: thin dotted;
	}*/
  /* フォーム */ }
  .entry-content .alignleft {
    display: block;
    float: none;
    margin: 0 auto 1.5em; }
    .entry-content .alignleft + * {
      padding-top: 0;
      clear: none; }
  .entry-content .alignright {
    display: block;
    float: none;
    margin: 0 auto 1.5em; }
    .entry-content .alignright + * {
      padding-top: 0;
      clear: none; }
  .entry-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 500px) {
    .entry-content .alignleft {
      display: inline;
      float: left;
      margin-right: 1.5em;
      max-width: 35.54%; }
    .entry-content .alignright {
      display: inline;
      float: right;
      margin-left: 1.5em;
      max-width: 50%; } }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    /*clear: both;*/
    line-height: 1.4;
    margin: 0 0 1.5em;
    padding: 1.5em 0 0; }
  .entry-content h1:first-child,
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-content h4:first-child,
  .entry-content h5:first-child,
  .entry-content h6:first-child {
    padding-top: 0; }
  .entry-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -14px 1.5em; }
    .entry-content h1::before {
      border-top: 2px solid;
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 0.5em; }
    .entry-content h1::after {
      border-top: 2px solid;
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 0.25em; }
    @media screen and (min-width: 768px) {
      .entry-content h1 {
        margin: 0 0 1.5em; }
        .entry-content h1::before {
          content: none; } }
  .entry-content h2,
  .entry-content .home.blog .entry-title {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 300; }
  .entry-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300; }
  .entry-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800; }
  .entry-content h5 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .entry-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800; }
  .entry-content strong {
    font-weight: bold; }
  .entry-content p {
    margin: 0 0 2.2em;
    padding: 0; }
    .entry-content p:last-child {
      margin-bottom: 0; }
  .entry-content dfn,
  .entry-content cite,
  .entry-content em,
  .entry-content i {
    font-style: italic; }
  .entry-content blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .entry-content blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em; }
  .entry-content address {
    margin: 0 0 1.5em; }
  .entry-content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .entry-content code,
  .entry-content kbd,
  .entry-content tt,
  .entry-content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem; }
  .entry-content abbr,
  .entry-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .entry-content mark,
  .entry-content ins {
    background: #eee;
    text-decoration: none; }
  .entry-content big {
    font-size: 125%; }
  .entry-content blockquote {
    quotes: "" ""; }
  .entry-content q {
    quotes: "“" "”" "‘" "’"; }
  .entry-content blockquote:before,
  .entry-content blockquote:after {
    content: ""; }
  .entry-content :focus {
    outline: none; }
  .entry-content img {
    margin-bottom: 1.5em; }
  .entry-content figure {
    width: 100% !important;
    margin-bottom: 1.5em;
    margin-right: 0;
    margin-top: 0;
    /*&:first-child {
			margin: 0;
		}*/ }
    .entry-content figure img {
      margin: 0 auto;
      max-width: 100%; }
    .entry-content figure figcaption {
      font-size: 1.3rem;
      margin: 10.8px auto -4.2px;
      text-align: center;
      line-height: 1.5;
      max-width: 240px; }
    @media screen and (min-width: 768px) {
      .entry-content figure img {
        margin: 0; }
      .entry-content figure figcaption {
        text-align: left;
        margin: 10.8px 0 -4.2px; } }
  .entry-content .hide {
    display: none; }
  .entry-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .entry-content .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .entry-content label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em; }
  .entry-content fieldset {
    margin-bottom: 1em; }
  .entry-content input[type="text"],
  .entry-content input[type="email"],
  .entry-content input[type="url"],
  .entry-content input[type="password"],
  .entry-content input[type="search"],
  .entry-content input[type="number"],
  .entry-content input[type="tel"],
  .entry-content input[type="range"],
  .entry-content input[type="date"],
  .entry-content input[type="month"],
  .entry-content input[type="week"],
  .entry-content input[type="time"],
  .entry-content input[type="datetime"],
  .entry-content input[type="datetime-local"],
  .entry-content input[type="color"],
  .entry-content textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%; }
  .entry-content input[type="text"]:focus,
  .entry-content input[type="email"]:focus,
  .entry-content input[type="url"]:focus,
  .entry-content input[type="password"]:focus,
  .entry-content input[type="search"]:focus,
  .entry-content input[type="number"]:focus,
  .entry-content input[type="tel"]:focus,
  .entry-content input[type="range"]:focus,
  .entry-content input[type="date"]:focus,
  .entry-content input[type="month"]:focus,
  .entry-content input[type="week"]:focus,
  .entry-content input[type="time"]:focus,
  .entry-content input[type="datetime"]:focus,
  .entry-content input[type="datetime-local"]:focus,
  .entry-content input[type="color"]:focus,
  .entry-content textarea:focus {
    color: #222;
    border-color: #333; }
  .entry-content select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%; }
  .entry-content input[type="radio"],
  .entry-content input[type="checkbox"] {
    margin-right: 0.5em; }
  .entry-content input[type="radio"] + label,
  .entry-content input[type="checkbox"] + label {
    font-weight: 400; }
  .entry-content button,
  .entry-content input[type="button"],
  .entry-content input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
  .entry-content input + button,
  .entry-content input + input[type="button"],
  .entry-content input + input[type="submit"] {
    padding: 0.75em 2em; }
  .entry-content button.secondary,
  .entry-content input[type="reset"],
  .entry-content input[type="button"].secondary,
  .entry-content input[type="reset"].secondary,
  .entry-content input[type="submit"].secondary {
    background-color: #ddd;
    color: #222; }
  .entry-content button:hover,
  .entry-content button:focus,
  .entry-content input[type="button"]:hover,
  .entry-content input[type="button"]:focus,
  .entry-content input[type="submit"]:hover,
  .entry-content input[type="submit"]:focus {
    background: #767676; }
  .entry-content button.secondary:hover,
  .entry-content button.secondary:focus,
  .entry-content input[type="reset"]:hover,
  .entry-content input[type="reset"]:focus,
  .entry-content input[type="button"].secondary:hover,
  .entry-content input[type="button"].secondary:focus,
  .entry-content input[type="reset"].secondary:hover,
  .entry-content input[type="reset"].secondary:focus,
  .entry-content input[type="submit"].secondary:hover,
  .entry-content input[type="submit"].secondary:focus {
    background: #bbb; }
  .entry-content ::-webkit-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }
  .entry-content :-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }
  .entry-content ::-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */ }
  .entry-content :-ms-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }
  .entry-content hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0; }
  .entry-content ul {
    list-style: disc; }
  .entry-content ol {
    list-style: decimal; }
  .entry-content li > ul,
  .entry-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .entry-content dt {
    font-weight: 700; }
  .entry-content dd {
    margin: 0 1.5em 1.5em; }
  .entry-content table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%; }
  .entry-content thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em; }
  .entry-content th {
    padding: 0.4em;
    text-align: left; }
  .entry-content tr {
    border-bottom: 1px solid #eee; }
  .entry-content td {
    padding: 0.4em; }
  .entry-content th:first-child,
  .entry-content td:first-child {
    padding-left: 0; }
  .entry-content th:last-child,
  .entry-content td:last-child {
    padding-right: 0; }
  .entry-content a {
    color: #222;
    text-decoration: underline; }
  .entry-content a:hover,
  .entry-content a:active {
    color: #000;
    outline: 0; }
  .entry-content .mw_wp_form label {
    display: inline-block;
    font-weight: normal; }
  .entry-content .mw_wp_form .mwform-radio-field {
    margin: 0 6px 0 0; }
  .entry-content .mw_wp_form th:first-child,
  .entry-content .mw_wp_form td:first-child {
    padding-left: 1em; }
  .entry-content .mw_wp_form td:last-child {
    padding-right: 1em; }
  .entry-content .mw_wp_form .mwform-tel-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
