@charset "UTF-8";
/*
 * 参考URL
 * https://qiita.com/tmiame/items/8816d970eacaf450911f
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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: 0.2em 0.25em 0.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  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: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-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-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-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-border {
  padding: 0.2em 0.25em 0.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 {
  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; }

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

/* 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: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-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-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: ""; }

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

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  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; }

/* footer-menu */
ul#menu-footer-navi {display: flex;justify-content: center;padding-left:10px;}
    ul#menu-footer-navi li a {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
      ul#menu-footer-navi li a span {
        color: #ffffff;
        display: flex;
        font-size: 14px;
        padding-right:10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; 
      }
  footer[role=contentinfo] .outer .inner {
          padding: 44px 0 24px 0px }
 .bg-white{
   background-color: #ffffff;
   padding: 5rem;
   margin: auto 5rem;
   box-sizing: border-box;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * 参考URL
 * https://qiita.com/tmiame/items/8816d970eacaf450911f
 */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 999;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev:before {
  width: 20px;
  height: 20px;
  border: 3px  solid;
  border-color: #242424 #242424 transparent transparent;
  transform: rotate(-135deg);
  content: '';
  display: block; }

.slick-next:before {
  width: 20px;
  height: 20px;
  border: 3px  solid;
  border-color: #242424 #242424 transparent transparent;
  transform: rotate(45deg);
  content: '';
  display: block; }

/* Dots */
.slick-dots {
  list-style: none;
  margin: 0 auto;
  zoom: 1; }
  .slick-dots:after {
    content: "";
    display: block;
    clear: both; }
  .slick-dots li {
    position: relative;
    z-index: 0;
    overflow: hidden;
    float: left;
    padding: 0;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .slick-dots li .slick-dots-photos {
      display: flex;
      justify-content: center;
      align-items: center; }
      .slick-dots li .slick-dots-photos:before {
        position: absolute;
        content: '';
        background: inherit;
        -webkit-filter: blur(7px);
        -moz-filter: blur(7px);
        -o-filter: blur(7px);
        -ms-filter: blur(7px);
        filter: blur(7px);
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: 0; }
      .slick-dots li .slick-dots-photos:after {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.2);
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 0; }
      .slick-dots li .slick-dots-photos img {
        z-index: 10;
        max-width: 100%;
        max-height: 100%; }

.jquery-slick-contents {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 0.35;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .jquery-slick-contents:focus {
    outline: none; }
  .jquery-slick-contents:before {
    position: absolute;
    content: '';
    background: inherit;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1; }
  .jquery-slick-contents:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1; }
  .jquery-slick-contents img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }

.slick-current {
  opacity: 1.0; }

.slick-current img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }



@media screen and (max-width: 640px) {
  .jquery-slick-schedule {
    margin: 0 24px; }
  .jquery-slick-contents {
    margin: 0;
    height: 360px; }
    .jquery-slick-contents img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .slick-prev,
  .slick-next {
    top: 180px;
    height: 48px;
    width: 48px; }
  .slick-prev {
    left: -48px; }
    .slick-prev:before {
      position: relative;
      left: 20px; }
  .slick-next {
    right: -48px; }
    .slick-next:before {
      position: relative;
      left: 5px; }
  .slick-dots {
    width: 100%;
    padding: 6px 0 48px 0; }
    .slick-dots li {
      width: 25%; }
      .slick-dots li:nth-child(4n+1) {
        clear: both; } }

@media screen and (min-width: 641px) {
  .jquery-slick-contents {
    margin: 0 6px;
    width: 440px;
    height: 360px; }
    .jquery-slick-contents img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .slick-prev,
  .slick-next {
    top: 180px;
    height: 24px;
    width: 24px; }
  .slick-prev {
    left: 150px; }
  .slick-next {
    right: 150px; }
  .slick-dots {
    display: table;
    padding: 12px 0 48px 0; }
    .slick-dots li {
      width: 62px;
      margin-left: 8px; }
      .slick-dots li:first-child {
        margin-left: 0; } }

* {
  margin: 0;
  padding: 0;
  list-style: none; }

html,
body,
.wrapper {
  height: 100%; }

body {
  background-image: url("../img/bg/bg_beige.png");
  background-repeat: repeat;
  word-break: break-word; }

  .bg_black_img_repeat {
    background-image: url("../img/bg/bg_black.png");
    background-repeat: repeat;
    color: white; }
  .bg_black_img_repeat h2 {
    color: white; }

  .bg_white {
    background-color: white; }


h1, h2, h3, h4, h5, h6, strong {
  color: #333333; }

p {
  margin: 24px 0px; }

.text_red {
  color: red; }

.text_orange {
  color: #E85819; }

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

img.vmid {
  vertical-align: middle; }

img.thumbnail {
  margin: 0 0 24px 24px !important; }

.schedule_img_common {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center; }

.schedule_img_common:before {
  position: absolute;
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1; }

.schedule_img_common:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.14);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1; }

.schedule_img_common img {
  max-width: 140px;
  max-height: 100%;
  width: auto;
  height: auto; }

blockquote {
  position: relative;
  background: #FAFAFA;
  padding: 12px;
  margin-bottom: 24px;
  border-left: 5px solid #EEEEEE; }
  blockquote p {
    margin: 24px 0 0 0; }
    blockquote p:first-child {
      margin: 0; }
  blockquote:before {
    position: absolute;
    top: -24px;
    left: 0;
    content: "“ ";
    font-size: 48px;
    color: #0C3479; }
  blockquote::after {
    position: absolute;
    top: -24px;
    right: 0;
    content: " ”";
    font-size: 48px;
    color: #0C3479;
    float: right; }

.btn_main {
  -webkit-appearance: none;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #393939;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%; }
  .btn_main:hover {
    border: 1px solid #ef8252; }

.btn_orange {
  -webkit-appearance: none;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #eb6023;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%; }
  .btn_orange:hover {
    color: #ffffff;
    border: 1px solid #242424; }

.btn_gray {
  -webkit-appearance: none;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
  color: #242424;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn_gray:hover {
    background-color: white;
    color: #242424; }

.btn_red {
  -webkit-appearance: none;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #ef2222;
  border: 1px solid #ef2222;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn_red:hover {
    background-color: #f25252;
    color: #ffffff; }

.btn_green {
  -webkit-appearance: none;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #3FB13F;
  border: 1px solid #3FB13F;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn_green:hover {
    background-color: #5dc65d;
    color: #ffffff; }

  .btn_area {
    display: flex;
    justify-content: space-around;
    margin-bottom: 84px; }
    .btn_area input.btn_gray {
      margin-right: 12px;
      margin-left: auto; }
    .btn_area input.btn_gray + input.btn_main {
      margin-right: auto;
      margin-left: 12px; }
  .btn_txt_area.btn_area {
    text-align: center;
    display: block;
    margin-right: 3%;
    margin-left: 3%;
  }
  .btn_txt_area.btn_area input {
    display: inline-block;
  }
  .btn_txt_area.btn_area input.btn_gray {
    margin-left: 0; }
  .btn_txt_area.btn_area input.btn_gray + input.btn_main {
    margin-right: 0; }
  
  .btn_main:disabled {
  color: white;
  background: #ccc;
  border: none;
  cursor: not-allowed; }
  .btn_main:disabled:hover {
    background: #ccc;
    color: white;
    border: none; }

.btn_big {
  font-size: 22px; }

ul.btn_list {
  margin: 0; }
  ul.btn_list li {
    list-style: none;
    margin-bottom: 24px; }

ul.btn_list_index li {
  margin-bottom: 12px; }
  ul.btn_list_index li:nth-child(1) {
    float: left;
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px); }
  ul.btn_list_index li:nth-child(2) {
    float: right;
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px); }

ul.tags {
  margin: 36px 0; }
  ul.tags li {
    font-size: 14px;
    display: inline-block;
    margin: 0 12px 12px 12px; }
    ul.tags li:before {
      content: none; }
    ul.tags li a {
      position: relative;
      display: inline-block;
      height: 20px;
      color: #fff;
      padding: 0 6px;
      background-color: #cccccc;
      text-decoration: none;
      white-space: nowrap; }
      ul.tags li a:before {
        position: absolute;
        top: 0;
        left: -10px;
        content: '';
        border-width: 10px 10px 10px 0;
        border-style: solid;
        border-color: transparent #cccccc transparent transparent; }
      ul.tags li a:after {
        position: absolute;
        top: calc(50% - 2px);
        left: -4px;
        width: 4px;
        height: 4px;
        content: '';
        border-radius: 50%;
        background: #fff; }
      ul.tags li a:hover {
        background-color: #eb6023; }
        ul.tags li a:hover:before {
          border-color: transparent #eb6023 transparent transparent; }

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  font-size: 18px; }

a {
  text-decoration: none;
  color: #242424; }
  a:hover {
    text-decoration: none;
    color: #ef8252; }
  a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  a.win:after{
    content: '\f35d';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
  }

table.mainstyle {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px; }
  table.mainstyle tr th {
    text-align: left;
    font-weight: normal;
    padding: 6px;
    vertical-align: top;
    background-color: #EBEADD; }
  table.mainstyle tr td {
    text-align: left;
    font-weight: normal;
    padding: 12px;
    background-color: #FFFFFF; }
  table.mainstyle tr th table, table.mainstyle tr td table {
    margin-bottom: 0 !important; }
  table.mainstyle tr .nowrap {
    white-space: nowrap; }

table.formstyle {
  width: 100%;
  border-collapse: collapse; }
  table.formstyle tr th {
    text-align: left;
    font-weight: normal;
    vertical-align: top; }
  table.formstyle tr td {
    text-align: left;
    font-weight: normal; }
  table.formstyle tr th table, table.formstyle tr td table {
    margin-bottom: 0 !important; }
  table.formstyle tr .nowrap {
    white-space: nowrap; }

html, body, #wrapper {
  height: 100%; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #242424;
  line-height: 1.6; }

#wrapper {
  width: 100%; }

.sidebar_open header[role=banner] .outer .inner .fixed_menu {
  position: relative; }

.sidebar_open .menu-trigger-wraper {
  position: fixed;
  top: 24px;
  right: 24px; }
  .sidebar_open .menu-trigger-wraper:after {
    color: white; }

.sidebar_open .menu-trigger span {
  background-color: white; }

.sidebar_open .menu-trigger-wraper.active:after {
  color: white; }

.sidebar_open .menu-trigger-wraper.active .menu-trigger span {
  background-color: white; }

.menu-trigger-wraper {
  position: fixed;
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 9999; }
  .menu-trigger-wraper:after {
    display: block;
    content: 'Menu';
    text-align: center;
    color: #242424;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 30px;
  height: 20px; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #242424;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

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

.menu-trigger span:nth-of-type(2) {
  top: 8px; }

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

.menu-trigger-wraper.active:after {
  content: 'Close';
  color: #242424;
  margin-top: 7px; }

.menu-trigger-wraper.active .menu-trigger span {
  background-color: #242424; }

.menu-trigger-wraper.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

.menu-trigger-wraper.active .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.menu-trigger-wraper.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.logo {
  width: 170px;
  height: 38px; }

header[role=banner] {
  width: 100%;
  background-color: white; }
  header[role=banner] .outer {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header[role=banner] .outer .inner {
      padding: 24px 24px; }
      header[role=banner] .outer .inner .logo {
        font-size: 18px;
        font-weight: bold; }
      header[role=banner] .outer .inner .logo_text {
        font-size: 18px;
        font-weight: bold; }
        header[role=banner] .outer .inner .logo_text a {
          display: block;
          padding: 24px; }

.fixed_menu {
  width: 50px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  display: none; }

.breadcrumb {
  font-size: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  padding: 12px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }
  .breadcrumb::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }
  .breadcrumb dl {
    font-size: 14px;
    margin: 0 auto;
    max-width: 1600px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1; }
    .breadcrumb dl dt {
      display: inline-block; }
      .breadcrumb dl dt a {
        font-size: 0;
        padding: 0px 6px 0px 0px;
        color: #242424; }
        .breadcrumb dl dt a:hover {
          color: #ef8252; }
        .breadcrumb dl dt a:before {
          content: '\f015';
          font-family: 'FontAwesome';
          font-size: 14px; }
    .breadcrumb dl dd {
      padding: 0px 6px 0px 0px;
      display: inline-block; }
      .breadcrumb dl dd:before {
        content: '\f105';
        font-family: 'FontAwesome';
        padding-right: 6px; }
      .breadcrumb dl dd a {
        color: #242424; }
        .breadcrumb dl dd a:hover {
          color: #ef8252; }
    .breadcrumb dl:after {
      content: "";
      display: block;
      clear: both; }

.countainer {
  clear: both;
  width: 100%;
  text-align: left; }
  .countainer .outer {
    width: 100%; }
    .countainer .outer .inner {
      max-width: 1600px;
      background-color: transparent;
      margin-right: auto;
      margin-left: auto;
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .countainer .outer .inner h1 {
        text-align: center;
        font-size: 58px;
      }
      .countainer .outer .inner h1.news_tit {
        color: #333333;
        font-size: 2rem;
        text-align: left; }
        .countainer .outer .inner h1 span {
          display: block;
          font-size: 12px; }
      .countainer .outer .inner div.mainstyle h2 {
        color: #333333;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 24px; }
      .countainer .outer .inner div.mainstyle h1 + h2 {
        margin-top: 0; }
      .countainer .outer .inner div.mainstyle h3 {
        font-size: 21px;
        margin-bottom: 24px; }
      .countainer .outer .inner div.mainstyle h4 {
        color: #333333;
        font-size: 20px;
        margin: 0 0 24px 0; }
      .countainer .outer .inner div.mainstyle h5 {
        color: #333333;
        font-size: 19px;
        margin-bottom: 8px; }
      .countainer .outer .inner div.mainstyle h6 {
        color: #333333;
        font-size: 18px;
        margin-bottom: 6px; }
      .countainer .outer .inner div.mainstyle ul {
        position: relative;
        margin: 0 0 24px 0; }
        .countainer .outer .inner div.mainstyle ul li {
          position: relative;
          padding-left: 24px; }
          .countainer .outer .inner div.mainstyle ul li:before {
            position: absolute;
            top: 7px;
            left: 2px;
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #E85819;
            -o-border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px; }
          .countainer .outer .inner div.mainstyle ul li ul {
            margin: 0; }
      .countainer .outer .inner div.mainstyle ol {
        position: relative;
        margin: 0 0 24px 0;
        counter-reset: item; }
        .countainer .outer .inner div.mainstyle ol li {
          position: relative;
          padding-left: 36px; }
          .countainer .outer .inner div.mainstyle ol li:before {
            position: absolute;
            top: 2px;
            left: 2px;
            counter-increment: item;
            content: counter(item);
            display: inline-block;
            width: 20px;
            height: 20px;
            text-align: center;
            color: white;
            line-height: 21px;
            font-size: 14px;
            background-color: #E85819;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -o-border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px; }
          .countainer .outer .inner div.mainstyle ol li ol {
            margin: 0; }
      .countainer .outer .inner div.mainstyle .timestamps {
        margin: 0 0 30px 0px; }
          .countainer .outer .inner div.mainstyle .timestamps .timestamp .timestamp_title {
            padding: 2px 10px;
            font-size: 10px;
            box-sizing: border-box;
            border-radius: 5px;
            background-color: #efefef; }
          .countainer .outer .inner div.mainstyle .timestamps .timestamp .timestamp_cont {
            margin: 5px;
            font-size: 2rem;
            margin-right: 2rem;
            color: #918a8a;
            font-weight: 900; }
        .countainer .outer .inner div.mainstyle .timestamps .timestamp_modified .timestamp_title {
          background-color: #eb6023;
          color: white; }
        .countainer .outer .inner div.mainstyle .timestamps .timestamp_modified .timestamp_cont {
          color: #eb6023; }
          .cont_wrapper img.wp-post-image {
            width: 100%;
            height: auto;
            max-width: 366px;
        }

#pageTopFixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 999; }
  #pageTopFixed a {
    position: absolute;
    bottom: 12px;
    right: 42px;
    display: block;
    width: 30px;
    height: 30px;
    border: 3px  solid;
    border-color: #242424 #242424 transparent transparent;
    transform: rotate(-45deg); }

footer[role=contentinfo] {
  clear: both;
  width: 100%;
  text-align: left;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/bg/bg_black.png");
  background-repeat: repeat; }
  footer[role=contentinfo] .outer .copyright {
    width: 100%;
    text-align: center;
    color: white;
    padding: 5px 24px 42px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    footer[role=contentinfo] .outer .copyright a {
      color: #333333; }

.kn-loader-bg {
  position: fixed;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  z-index: 99998;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.kn-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  color: blue;
  z-index: 99999; }

.kn-loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(231, 58, 23, 0.4);
  border-top-color: rgba(231, 58, 23, 0.9);
  border-radius: 50%;
  animation: spin 1.2s linear 0s infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
label {
	font-size: round($fontSize*0.9);
	color: #999999;
}
*/
input + span.error,
textarea + span.error,
select + span.error {
  display: block;
  margin-top: 6px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #bbb5ad;
  font-size: 16px;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #bbb5ad;
  font-size: 16px;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #bbb5ad; }

.mw_wp_form_confirm .select_wraper {
  border: none;
  margin: 0 !important;
  padding: 0 !important; }
  .mw_wp_form_confirm .select_wraper:after {
    content: none; }

.mw_wp_form_confirm table.formstyle tr {
  border-bottom: 1px solid #bbb5ad; }
  .mw_wp_form_confirm table.formstyle tr:first-child {
    border-top: 1px solid #bbb5ad; }

.select_wraper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white; }
  .select_wraper:after {
    position: absolute;
    z-index: 1;
    top: 21px;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    display: block;
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding: 0 12px;
    color: #bbb5ad; }
  .select_wraper select {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #bbb5ad;
    padding: 0 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.search_input {
  position: relative;
  width: 100%; }
  .search_input input[type="text"] {
    position: relative;
    max-height: 40px;
    height: 40px;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    padding: 0 12px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    box-shadow: none;
    -webkit-appearance: none;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border-top: 1px solid #bbb5ad;
    border-right: none;
    border-bottom: 1px solid #bbb5ad;
    border-left: 1px solid #bbb5ad; }
  .search_input input[type="submit"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    font-family: 'FontAwesome';
    background-color: #eb6023;
    color: white;
    border: none;
    font-size: 16px;
    line-height: 16px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #bbb5ad;
    border-right: 1px solid #bbb5ad;
    border-bottom: 1px solid #bbb5ad; }
    .search_input input[type="submit"]:hover {
      cursor: pointer;
      background-color: #ef8252; }

.search_select {
  overflow: hidden;
  width: 100%;
  max-height: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border: 1px solid #bbb5ad;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search_select:before {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 14px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none; }
  .search_select:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    background-color: #eb6023;
    content: ''; }

.search_select select {
  position: relative;
  z-index: 3;
  width: 100%;
  cursor: pointer;
  max-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 40px 0 12px;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  background-color: transparent; }

.search_select select::-ms-expand {
  display: none; }

.th_flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*
.require {
	position: relative;
	top: -2px;
	background-color: $red;
	padding: 2px 5px;
	margin: 0 6px;
	color: #ffffff;
	font-size: 10px;
	white-space: nowrap;
}
*/
.require {
  color: #E85819;
  margin-left: 12px; }

div.formwrap div.formparts .cp_ipselect {
  position: relative;
  width: 100%;
  margin-top: 48px; }

div.formwrap div.formparts .cp_sl {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 30px 10px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

div.formwrap div.formparts .cp_sl:focus {
  border-bottom: 1px solid transparent; }

div.formwrap div.formparts .cp_ipselect .cp_sl {
  appearance: none;
  -webkit-appearance: none; }

div.formwrap div.formparts .cp_ipselect select::-ms-expand {
  display: none; }

div.formwrap div.formparts .cp_ipselect:after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  pointer-events: none; }

div.formwrap div.formparts .cp_sl_selectlabel {
  position: absolute;
  color: #999999;
  left: 0;
  top: -24px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  pointer-events: none; }

div.formwrap div.formparts .cp_sl:focus ~ .cp_sl_selectlabel, div.formwrap div.formparts .cp_sl:valid ~ .cp_sl_selectlabel {
  color: #999999; }

div.formwrap div.formparts .cp_sl_selectbar {
  position: relative;
  display: block;
  width: 100%; }

div.formwrap div.formparts .cp_sl_selectbar:before, div.formwrap div.formparts .cp_sl_selectbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #E85819; }

div.formwrap div.formparts .cp_sl_selectbar:before {
  left: 50%; }

div.formwrap div.formparts .cp_sl_selectbar:after {
  right: 50%; }

div.formwrap div.formparts .cp_sl:focus ~ .cp_sl_selectbar:before, div.formwrap div.formparts .cp_sl:focus ~ .cp_sl_selectbar:after {
  width: 50%; }

div.formwrap div.formparts .cp_sl_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

div.formwrap div.formparts .cp_ipcheck {
  width: 100%;
  text-align: left; }

div.formwrap div.formparts .cp_ipcheck_border {
  padding: 24px;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.formwrap div.formparts .cp_ipcheck ul {
  margin: 0 !important;
  list-style: none !important; }

div.formwrap div.formparts .cp_ipcheck_float ul {
  zoom: 1; }
  div.formwrap div.formparts .cp_ipcheck_float ul:after {
    content: "";
    display: block;
    clear: both; }

div.formwrap div.formparts .cp_ipcheck_float ul li {
  float: left; }

div.formwrap div.formparts .cp_ipcheck .list_item {
  list-style: none !important;
  margin-left: 24px !important;
  padding: 0 !important; }

div.formwrap div.formparts .cp_ipcheck label {
  position: relative;
  cursor: pointer;
  display: block;
  min-width: 80px; }

div.formwrap div.formparts .cp_ipcheck .option-input {
  position: absolute;
  margin: 0 1rem 0 0;
  cursor: pointer;
  left: -24px;
  top: 2px; }

div.formwrap div.formparts .cp_ipcheck .option-input:before {
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  border: 2px solid #E85819;
  border-top-style: none;
  border-right-style: none; }

div.formwrap div.formparts .cp_ipcheck .option-input:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

div.formwrap div.formparts .cp_ipcheck .option-input:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: '';
  cursor: pointer;
  border: 2px solid #CCCCCC;
  background: #ffffff; }

div.formwrap div.formparts label.radio {
  position: relative !important;
  color: #E85819; }

div.formwrap div.formparts .cp_ipradio_float {
  zoom: 1; }
  div.formwrap div.formparts .cp_ipradio_float:after {
    content: "";
    display: block;
    clear: both; }

div.formwrap div.formparts .cp_ipradio_float label {
  float: left; }

div.formwrap div.formparts .cp_ipradio {
  width: 100%;
  text-align: left; }

div.formwrap div.formparts .cp_ipradio label {
  position: relative !important;
  color: #242424;
  margin: 0 24px 0 0;
  display: block;
  min-width: 80px; }

div.formwrap div.formparts .cp_ipradio_border {
  padding: 24px;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.formwrap div.formparts .cp_ipradio .option-input {
  position: relative;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: #CCCCCC;
  -webkit-appearance: none;
  appearance: none; }

div.formwrap div.formparts .cp_ipradio .option-input:hover {
  background: #f19b76; }

div.formwrap div.formparts .cp_ipradio .option-input:checked {
  background: #E85819; }

div.formwrap div.formparts .cp_ipradio .option-input:checked::before {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '\f00c';
  font-family: 'FontAwesome';
  color: white;
  text-align: center; }

div.formwrap div.formparts .cp_ipradio .option-input:checked::after {
  position: relative;
  display: block;
  content: '';
  background: #E85819; }

div.formwrap div.formparts .cp_ipradio .option-input.radio {
  border-radius: 50%; }

div.formwrap div.formparts .cp_ipradio .option-input.radio::after {
  border-radius: 50%; }

div.formwrap div.formparts .cp_ipradio label {
  line-height: 40px;
  display: block; }

div.formwrap div.formparts .cp_ipradio .option-input:disabled {
  cursor: not-allowed;
  background: #999999; }

div.formwrap div.formparts .cp_ipradio .option-input:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '\f00d';
  font-family: 'FontAwesome';
  text-align: center; }

div.formwrap div.formparts .cp_ipradio .disabled {
  color: #999999; }

input:-internal-autofill-selected {
  background-color: white; }

.hero {
  position: relative;
  overflow: hidden;
  height: 95%;
  /*
	&:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.30);
		background-size: 2px 2px;
	}
*/ }
  .hero .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 95%;
    background-color: white;
    border-bottom-right-radius: 100% 500px;
    border-bottom-left-radius: 100% 500px;
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .hero .inner .opening {
      display: inline-block;
      padding: 24px; }
      .hero .inner .opening .logo {
        margin-right: auto;
        margin-bottom: 24px;
        margin-left: auto; }
      .hero .inner .opening .description {
        margin-right: auto;
        margin-left: auto; }
        .hero .inner .opening .description .description_inner {
          text-align: center; }

.search_result {
  overflow: hidden; }
  .search_result ul {
    margin: 0 -12px; }
    .search_result ul li {
      float: left;
      width: 33.33333%;
      padding: 0 6px 12px 6px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .search_result ul li a .search_cont {
        display: none; }

.call_to_action {
  background-color: #FAFAFA;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 36px;
  margin: 48px 0 0 0; }
  .call_to_action .call_to_action_cont .cta_title {
    color: #eb6023;
    font-size: 23px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 24px; }
  .call_to_action .call_to_action_cont .cta_sub_title {
    margin-bottom: 24px; }
  .call_to_action .call_to_action_cont .cta_description {
    margin-bottom: 24px; }
  .call_to_action .call_to_action_cont .tel a {
    max-width: 240px; }
  .call_to_action .call_to_action_cont .contact a {
    max-width: 240px; }
  .call_to_action .cta_img {
    margin-top: 24px; }
    .call_to_action .cta_img img {
      display: block;
      margin: 0 auto; }

.holder {
  padding: 48px 0 0 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .holder a {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #242424;
    border: 1px solid #242424;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-left: 6px;
    -webkit-transition: border 300ms, background 300ms;
    transition: border 300ms, background 300ms; }
    .holder a:hover {
      background: #eb6023;
      border: 1px solid #eb6023;
      color: white; }
  .holder span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: white;
    border: 1px solid #242424;
    background: #242424;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-left: 6px; }
  .holder a.jp-current, .holder a.jp-current:hover, .holder span.jp-current, .holder span.jp-current:hover {
    background: #eb6023;
    color: white; }
  .holder a.jp-disabled {
    display: none; }

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default; }

.sns_icons {
  display: flex;
  justify-content: center;
  align-items: center; }


.equipment_dl_list {
  max-width: 640px;
  margin-right: auto !important;
  margin-left: auto !important; }
  .equipment_dl_list li {
    border-bottom: 1px solid #242424; }
    .equipment_dl_list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      padding: 24px; }

.equipment_dl_list_1 {
  margin-bottom: 60px; }

.dl_list {
  max-width: 640px;
  margin-right: auto !important;
  margin-left: auto !important; }
  .dl_list:before {
    content: 'DOWNLOAD';
    display: block;
    text-align: right; }
  .dl_list li {
    border-bottom: 1px solid #242424;
    padding: 0 !important;
    list-style: none; }
    .dl_list li:first-child {
      border-top: 1px solid #242424; }
    .dl_list li:before {
      content: none !important;
      display: none !important; }
    .dl_list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      padding: 24px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /*
			&:after {
				content: '';
				display: inline-block;
				min-width: 20px;
				min-height: 20px;
				background-image: url( '../img/download.svg' );
				background-image: url( '../img/pen.svg' );
				background-repeat: no-repeat;
				background-position: right center;
				background-size: 20px 20px;
// 				font-family: url( '../img/pen.svg' );
// 				font-family: 'FontAwesome';
				padding: 0 0 0 round($mainMargin/2);
				color: $fontColor;
			}
*/ }
      .dl_list li a span.dl_icon {
        display: flex;
        justify-content: space-between; }
        .dl_list li a span.dl_icon i.fa {
          margin-left: 6px;
          font-size: 30px; }
      .dl_list li a:hover:after {
        color: #ef8252; }

.cont_wrapper {
  padding: 36px 24px;
  margin-bottom: 44px;
  margin-top: 40px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .cont_wrapper .wide_max {
    margin-right: -24px;
    margin-left: -24px; }

.cont_wrapper_2_top {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .cont_wrapper_2_top .current {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px; }

.cont_wrapper_2 {
  margin-bottom: 42px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cont_wrapper + .holder,
.cont_wrapper_2 + .holder {
  margin-bottom: 42px;
  padding: 0; }

.no_shedules {
  padding: 48px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.schedule_list {
  position: relative;
  margin-bottom: 84px; }
  .schedule_list li {
    position: relative;
    border-bottom: 3px solid #242424; }
    .schedule_list li:hover {
      position: relative;
      z-index: 999;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3); }
    .schedule_list li a {
      display: block; }
      .schedule_list li a:hover {
        color: #242424; }
      .schedule_list li a .schedule_date_and_title {
        display: flex; }
        .schedule_list li a .schedule_date_and_title .schedule_date_wrapper {
          max-width: 75px;
          min-width: 75px;
          font-weight: bold; }
          .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date {
            padding: 24px 12px 0 12px;
            text-align: center;
            line-height: 34px;
            white-space: nowrap; }
            .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_m {
              font-size: 18px; }
            .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_d {
              font-size: 21px; }
          .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date_w {
            font-size: 12px;
            text-align: center; }
      .schedule_list li a .schedule_event_title_and_sub_wrapper {
        padding: 24px 12px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .schedule_list li a .schedule_event_title_and_sub {
        clear: both; }
        .schedule_list li a .schedule_event_title_and_sub .schedule_event_title_sub_before {
          font-size: 16px; }
        .schedule_list li a .schedule_event_title_and_sub .schedule_event_title {
          font-size: 17px;
          font-weight: bold; }
        .schedule_list li a .schedule_event_title_and_sub .schedule_event_title_sub {
          font-size: 16px; }
        .schedule_list li a .schedule_event_title_and_sub .open_and_start {
          font-size: 14px; }
        .schedule_list li a .schedule_event_title_and_sub .open_min, .schedule_list li a .schedule_event_title_and_sub .start_min {
          margin-right: 24px; }
        .schedule_list li a .schedule_event_title_and_sub .maeuri_and_toujitsu {
          font-size: 14px; }
        .schedule_list li a .schedule_event_title_and_sub .maeuri {
          margin-right: 24px; }
        .schedule_list li a .schedule_event_title_and_sub .toujitsu {
          margin-right: 24px; }
        .schedule_list li a .schedule_event_title_and_sub .maeuri + .schedule_price_bikou,
        .schedule_list li a .schedule_event_title_and_sub .toujitsu + .schedule_price_bikou {
          margin-top: 24px; }
        .schedule_list li a .schedule_event_title_and_sub .schedule_appearance {
          font-size: 14px; }
        .schedule_list li a .schedule_event_title_and_sub .schedule_price_bikou {
          font-size: 14px; }
      .schedule_list li a .schedule_img_main_sp {
        margin: 24px 0 0 0;
        height: auto; }
      .schedule_list li a .schedule_img_main_sp.horizontal_img {
        width: 200px; }
      .schedule_list li a .schedule_img_main_sp.vertical_img {
        width: 120px; }
  .schedule_list .sat a .schedule_date_and_title .schedule_date_wrapper {
    color: #E85819; }
  .schedule_list .sun a .schedule_date_and_title .schedule_date_wrapper {
    color: #E85819; }

.schedule_post .schedule_date_and_title {
  display: flex;
  margin-bottom: 6px; }
  .schedule_post .schedule_date_and_title .schedule_date_wrapper {
    font-weight: bold;
    white-space: nowrap; }
    .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date {
      margin-right: 24px;
      text-align: center;
      line-height: 34px; }
      .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_m {
        font-size: 18px; }
      .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_d {
        font-size: 21px; }
    .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date_w {
      font-size: 12px;
      margin-right: 24px;
      text-align: center; }
  .schedule_post .schedule_date_and_title .sns_icons_wrapper {
    margin-left: 6px; }
    .schedule_post .schedule_date_and_title .sns_icons_wrapper .sns_icons {
      justify-content: flex-end; }
      .schedule_post .schedule_date_and_title .sns_icons_wrapper .sns_icons .sns_icon {
        margin: 0 5px; }

.schedule_post .schedule_event_title_and_sub {
  width: 100%; }

.schedule_post .schedule_event_title_sub_before {
  font-size: 18px; }

.schedule_post .schedule_event_title {
  font-size: 21px;
  font-weight: bold; }

.schedule_post .schedule_event_title_sub {
  font-size: 18px; }

.schedule_post .schedule_img_main {
  margin: 0 0 36px 0; }

.schedule_post .schedule_title {
  background-color: #393939;
  color: white;
  padding: 6px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 19px; }

.schedule_post .schedule_body {
  padding: 12px 0 12px 24px; }

.schedule_post .html_area a {
  color: #eb6023;
  text-decoration: underline; }
  .schedule_post .html_area a:hover {
    color: #ef8252;
    text-decoration: none; }

.schedule_post .html_area iframe {
  max-width: 100% !important; }

.schedule_post .open_min, .schedule_post .start_min {
  margin-right: 24px; }

.schedule_post .maeuri {
  margin-right: 24px; }

.schedule_post .toujitsu {
  margin-right: 24px; }

.schedule_post .maeuri + .schedule_price_bikou,
.schedule_post .toujitsu + .schedule_price_bikou {
  margin-top: 24px; }

.schedule_post .schedule_ticket_area .schedule_body {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.schedule_post .schedule_ticket_area .schedule_ticket_btn {
  margin: 24px; }
  .schedule_post .schedule_ticket_area .schedule_ticket_btn .ticket_zan {
    text-align: center;
    color: #E85819;
    margin: 6px 0; }

.schedule_post ul.schedule_img_group {
  zoom: 1;
  margin-top: 85px; }
  .schedule_post ul.schedule_img_group:after {
    content: "";
    display: block;
    clear: both; }
  .schedule_post ul.schedule_img_group li {
    float: left;
    width: 25%;
    padding: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .schedule_post ul.schedule_img_group li:nth-child(4n+1) {
      clear: both; }
    .schedule_post ul.schedule_img_group li img {
      max-width: 100%;
      max-height: 100%; }

.common_sec_1 {padding: 48px 24px 84px 24px; }
  .common_sec_1 h1, .common_sec_1 h2{
    text-align: center;
    font-size: 29px;
    margin-bottom: 36px; }
    .common_sec_1 h1 span, .common_sec_1 h2 span {
      display: block;
      font-size: 12px; }
.common_sec_2{padding: 45px 24px 90px 24px; }


.notice_desc .post_loop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}


.notice_desc .post_loop li {
  border: 2px solid #393939;
  width: 48%;
  display: flex;
  margin-right: 0.2%;
  position: relative;
  margin-bottom: 2%;
}


.notice_desc .post_loop .news_img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition-duration: 0.3s;
  }
.notice_desc .post_loop .news_img {
  height: 150px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: #f0f0f1;
}
.notice_desc .post_loop .news_img img:hover {
  transform: scale(1.3);
  transition-duration: 0.3s;
}

/* .notice_desc .post_loop .news_img:after {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.14);
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: -1;
  }
  
.notice_desc .post_loop .news_img:before {
      position: absolute;
      content: '';
      background: inherit;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      z-index: -1;
  } */

ul.post_loop li .date {
  white-space: nowrap; 
  font-weight: 600;
  color: #918a8a;
  letter-spacing: 1px;
}

.news_datetitle {
  padding: 1.0rem;
  width: 45%;
  font-size: 0.8rem;
}
  ul.post_loop li .cat {
    position: absolute;
    right: -10px;
    top: -5px;
}

ul.post_loop li .cat a {
  padding: 2px 12px;
  white-space: nowrap;
  text-align: center;
  width: auto;
  color: #ffffff;
  background-color: #242424;
  border-radius: 0px;
 }
 ul.post_loop li .cat a:hover {
  text-decoration: none;
}

ul.post_loop li a {
  text-decoration: none; }

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

ul.post_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding-left: 4%;
  box-sizing: border-box;
}
ul.post_list li{
  width: 47%;
  display: flex;
  margin-right: 2%;
  position: relative;
  border: 2px solid #393939;
  box-sizing: border-box;
  margin-bottom: 2%;
  height: 150px;
}
ul.post_list li .text {
    padding: 1rem;
    width: 38vw;
    box-sizing: border-box;
    position: relative;
    font-size: 0.9rem;
}
ul.post_list li .date_cate {
    display: flex;
    align-items: baseline;
}
.post_list li a.title {
  font-weight: 600;
  display: block;
}
.post_list li a img.attachment-thumbnail {
  width: 100%;
  height: 100%;
  max-width: 300px;
}
/*-notice-*/
.notice ul.post_loop li .cat {
  font-size: 44%;
}

.notice ul.post_loop li .img {
  z-index: 0;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-width: 120px;
  background-color: #f0f0f1;
}

.notice ul.post_loop li .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition-duration: 0.3s;
}

.notice ul.post_loop li .img img:hover {
  transform: scale(1.3);
  transition-duration: 0.3s;
}

img.thumb_img {
  width: 200px;
  height: auto;
  margin-bottom: 24px;
}
/*-contact-*/

.contact .contact_desc {
  display: flex;
  justify-content: space-around;
  margin-bottom: 18px;
  padding-right: 24px;
  padding-left: 24px; }

.contact .contact_desc h3 {
  font-size: 16px; }

.contact .contact_desc .zip_and_address .zip {
  display: block; }

.contact .contact_desc .tel_and_fax .tel {
  margin-right: 24px; }

.contact_intro {
  margin-bottom: 36px;
  text-align: center; }

.search_condition_wrapper {
  background-color: #393939;
  margin-bottom: 0px; }

.search_condition form .search_input input[type="text"] {
  color: white;
  background-color: transparent;
  border-top: 1px solid white;
  border-right: none;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; }

.search_condition form .search_input input[type="submit"] {
  background-color: transparent;
  color: white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; }
  .search_condition form .search_input input[type="submit"]:hover {
    cursor: pointer;
    background-color: transparent; }

.search_condition form .search_select {
  position: relative;
  border: 1px solid white;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .search_condition form .search_select:before {
    z-index: 10;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white; }
  .search_condition form .search_select:after {
    background-color: #393939; }
  .search_condition form .search_select select {
    color: white;
    background-color: #393939; }

figure.wp-block-table table {
  border-spacing: 0;
  border-top: 2px solid #242424;
  border-left: 2px solid #242424; }
  figure.wp-block-table table thead tr th {
    border-right: 2px solid #242424;
    border-bottom: 3px solid #242424;
    padding: 12px; }
  figure.wp-block-table table thead tr td {
    border-right: 2px solid #242424;
    border-bottom: 2px solid #242424;
    padding: 12px; }
  figure.wp-block-table table tbody tr th {
    border-right: 2px solid #242424;
    border-bottom: 3px solid #242424;
    padding: 12px; }
  figure.wp-block-table table tbody tr td {
    border-right: 2px solid #242424;
    border-bottom: 2px solid #242424;
    padding: 12px; }

.angle_rink {
  display: flex;
  justify-content: center;
  align-self: center; }
  .angle_rink a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 6px; }
  .angle_rink a:after {
    content: '\f104';
    font-family: 'FontAwesome';
    padding: 0 6px; }

.dl_btn_rink {
  display: flex;
  align-items: center;
  justify-content: center; }
  .dl_btn_rink a {
    display: inline-block;
    border: 1px solid #242424;
    padding: 24px 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
    .dl_btn_rink a .dbr_small {
      font-size: 13px; }
    .dl_btn_rink a .dbr_big {
      font-size: 19px;
      font-weight: bold; }
    .dl_btn_rink a:hover {
      border: 1px solid #ef8252; }

@media screen and (max-width: 640px) {
  .spnoDisplay {
    display: none; }
  input[type="text"], input[type="email"], input[type="password"], input[type="radio"], select, textarea {
    font-size: 16px; }
  table.typeNomalTable {
    width: 100%; }
    table.typeNomalTable tbody tr {
      display: block; }
      table.typeNomalTable tbody tr th, table.typeNomalTable tbody tr td {
        display: block; }
  table.formstyle tr th {
    padding: 6px 12px 3px 12px; }
  table.formstyle tr td {
    padding: 3px 12px 6px 12px; }
  table.formstyle tr th input, table.formstyle tr td input {
    margin: 0 0 12px 0; }
  table.formstyle tr th .select_wraper, table.formstyle tr td .select_wraper {
    margin: 0 0 12px 0; }
  table.formstyle tr th textarea, table.formstyle tr td textarea {
    margin: 0 0 12px 0; } }

@media screen and (min-width: 641px) {
  table.mainstyle tr th {
    padding: 24px 12px;
    border-bottom: 1px solid #FFFFFF; }
  table.mainstyle tr td {
    border-bottom: 1px solid #EBEADD; }
  table.mainstyle tr:first-child td {
    border-top: 1px solid #EBEADD; }
  table.formstyle tr th {
    padding: 24px 12px 24px 0; }
  table.formstyle tr th input, table.formstyle tr td input {
    margin: 12px 0; }
  table.formstyle tr th .select_wraper, table.formstyle tr td .select_wraper {
    margin: 12px 0; }
  table.formstyle tr th textarea, table.formstyle tr td textarea {
    margin: 12px 0; }
  .btn_area {
    margin-bottom: 84px; }
  .search_result ul li {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search_result ul li a {
      position: relative;
      display: block; }
      .search_result ul li a .search_img {
        z-index: 1; }
      .search_result ul li a .search_cont {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 12px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        opacity: 0.0;
        transition-property: all;
        transition-duration: 0.1s;
        transition-timing-function: ease-in;
        transition-delay: 0.0s; }
        .search_result ul li a .search_cont .search_title {
          color: white; }
        .search_result ul li a .search_cont:hover {
          opacity: 1.0; }
  .call_to_action {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto; }
    .call_to_action .call_to_action_cont .cta_title {
      font-size: 27px; }
    .call_to_action .cta_img {
      margin: 0;
      min-width: 242px; } }

@media screen and (max-width: 768px) {
  .hero .inner {
    flex-direction: column; }
    .hero .inner .opening .logo {
      width: 300px;
      height: 68px; } 
    .notice_desc .post_loop li{
      width: 44%;
      margin: 0.5rem auto;
    } 
    
    }

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; }
  .btn_main {
    max-width: 580px; }
  .hero .inner .opening {
    padding: 48px; }
    .hero .inner .opening .logo {
      width: 340px;
      height: 76px; } }

@media screen and (max-width: 991px) {
  header[role=banner] .outer .inner .description {
    display: none; }
  .fixed_menu {
    display: block; }
  nav[role=navigation] .outer .inner ul li a {
    font-size: 27px; }
  nav[role=navigation] {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: -120vh;
    z-index: 9998;
    display: block;
    color: #393939;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0.0s; }
    nav[role=navigation] .outer {
      height: 100%;
      overflow: hidden;
      background-color: #393939; }
      nav[role=navigation] .outer .inner {
        width: 100%;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
        margin: 80px 0 0 0;
        padding-right: 20px;
        padding-left: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        zoom: 1;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; }
        nav[role=navigation] .outer .inner:after {
          content: "";
          display: block;
          clear: both; }
        nav[role=navigation] .outer .inner ul {
          margin-right: auto;
          margin-left: auto; }
          nav[role=navigation] .outer .inner ul li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            nav[role=navigation] .outer .inner ul li a {
              display: block;
              color: white;
              text-decoration: none; }
              nav[role=navigation] .outer .inner ul li a:hover {
                color: #ef8252; }
            nav[role=navigation] .outer .inner ul li ul {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              margin: 0; }
  nav[role=navigation].open {
    margin-top: 0; }
    nav[role=navigation].open .outer .inner .sns_icons {
      font-size: 0; }
      nav[role=navigation].open .outer .inner .sns_icons .sns_icon a {
        display: block;
        padding: 12px;
        margin: 12px 6px;
        border: 1px solid white; }
        nav[role=navigation].open .outer .inner .sns_icons .sns_icon a svg path {
          fill: white; }
        nav[role=navigation].open .outer .inner .sns_icons .sns_icon a:hover {
          border: 1px solid #ef8252; }
          nav[role=navigation].open .outer .inner .sns_icons .sns_icon a:hover svg path {
            fill: #ef8252; }
  .equipment_dl_list_1 {
    margin-bottom: 120px; }
  ul#menu-global-menu {
    position: relative; }
    ul#menu-global-menu li {
      position: relative;
      margin-bottom: 12px; }
      ul#menu-global-menu li a {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse; }
        ul#menu-global-menu li a span {
          position: relative;
          z-index: 999999;
          left: 0; }
        ul#menu-global-menu li a span.menu-global-menu-title {
          text-align: left;
          background-color: #393939;
          font-size: 12px;
          padding-left: 24px;
          width: 50%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        ul#menu-global-menu li a span.menu-global-menu-attrtitle {
          padding-right: 48px;
          background-color: #393939;
          font-size: 20px;
          width: 40%;
          white-space: nowrap;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        ul#menu-global-menu li a:after {
          position: absolute;
          z-index: 999998;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          content: '';
          display: inline-block;
          height: 1px;
          width: -webkit-calc(100% - 48px);
          width: calc(100% - 48px);
          border-top: 1px solid white; }
          footer[role=contentinfo] .outer .inner {
    padding: 24px 0; }




  .index_post_wrapper .index_post ul li {
    padding: 12px; }
    .index_post_wrapper .index_post ul li a {
      position: relative;
      display: block;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); }
      .index_post_wrapper .index_post ul li a:after {
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        content: '\f054';
        font-family: 'FontAwesome';
        text-align: center;
        color: #666666;
        width: 30px; }
      .index_post_wrapper .index_post ul li a .index_post_date {
        font-size: 11px; }
  .index_post_wrapper .index_post_more {
    margin-top: 12px;
    text-align: center; }
  .search_condition_wrapper {
    padding: 24px 12px; }
  .search_condition form .search_select {
    margin-top: 24px; }
  ul.post_loop {
    position: relative; }
 

  ul.post_loop li .cat a {
    font-size: 11px;
    display: block;
    border: 0px;
  }
  .schedule_list li a .schedule_img_main {
    display: none;
    position: absolute; } }

@media screen and (min-width: 375px) and (max-width: 991px) {
  .logo {
    width: 250px;
    height: 56px; } }

@media screen and (min-width: 992px) {

  .logo {
    min-width: 170px;
    width: 170px;
    height: 38px; }
  .description {
    display: block;
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    font-size: 0;
    background-image: url("../img/description.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 305px 17px;
    background-size: 305px 17px;
    min-width: 305px;
    width: 305px;
    height: 17px; }
  header[role=banner] .outer .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding: 48px 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header[role=banner] .outer .inner .logo {
      margin-right: 36px; }
    header[role=banner] .outer .inner .description {
      margin-right: 36px; }
  .breadcrumb {
    padding: 24px; }
  nav[role=navigation] {
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    nav[role=navigation] .outer .inner {
      padding: 0; }
      nav[role=navigation] .outer .inner .sns_icons {
        display: none; }
  nav[role=navigation].absolute_nav {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 72px; }
  ul#menu-global-menu li {
    float: left; }
    ul#menu-global-menu li a {
      color: #242424;
      font-size: 21px;
      margin-left: 24px; }
      ul#menu-global-menu li a span.menu-global-menu-title {
        display: none; }
      ul#menu-global-menu li a:hover {
        color: #ef8252; }
    .countainer .outer .inner h1 span {
      font-size: 20px; }
  .countainer .outer .inner div.mainstyle h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 24px; }
  .countainer .outer .inner div.mainstyle h3 {
    font-size: 22px;
    margin-bottom: 24px; }
  .countainer .outer .inner div.mainstyle h4 {
    font-size: 21px;
    margin-bottom: 24px;
    margin-bottom: 12px; }
  .countainer .outer .inner div.mainstyle h5 {
    font-size: 20px;
    margin-bottom: 8px; }
  .countainer .outer .inner div.mainstyle h6 {
    font-size: 18px;
    margin-bottom: 6px; }
  .search_result ul li {
    float: left;
    width: 16.66667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  footer[role=contentinfo] .outer .copyright {
    font-size: 18px;
    padding: 24px 84px 84px 84px; }
  .index_post_wrapper .index_post ul li a {
    display: flex;
    justify-content: space-between;
    padding: 12px; }
    .index_post_wrapper .index_post ul li a .index_post_date {
      width: 200px; }
    .index_post_wrapper .index_post ul li a .index_post_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    .index_post_wrapper .index_post ul li a:after {
      content: '\f054';
      font-family: 'FontAwesome';
      padding-left: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #666666;
      width: 30px; }
    .index_post_wrapper .index_post ul li a:hover {
      background-color: #f4f4fa; }
      .index_post_wrapper .index_post ul li a:hover .index_post_title {
        color: #ef8252; }
      .index_post_wrapper .index_post ul li a:hover:after {
        color: #ef8252; }
  .index_post_wrapper .index_post_more {
    margin-top: 6px;
    text-align: right; }
  .search_condition_wrapper {
    padding: 48px 48px;
    margin: 30px 0; }
  .search_condition {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto; }
    .search_condition form {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .search_condition form .search_input {
        max-width: -webkit-calc(50% - 48px);
        max-width: calc(50% - 48px); }
      .search_condition form .search_select {
        max-width: -webkit-calc(50% - 48px);
        max-width: calc(50% - 48px); }
  blockquote {
    padding: 24px; }
  .cont_wrapper {
    padding: 72px 84px;
    margin-bottom: 44px;
    max-width: 990px; }
    .cont_wrapper .wide_max {
      margin-right: -84px;
      margin-left: -84px; }
  .cont_wrapper_2_top {
    max-width: 990px; }
    .cont_wrapper_2_top .current {
      margin-bottom: 40px;
      font-size: 26px; }
  .cont_wrapper_2 {
    margin-bottom: 84px;
    max-width: 990px; }
  .cont_wrapper + .holder,
  .cont_wrapper_2 + .holder {
    margin-bottom: 84px;
    padding: 0; }
  .schedule_list li:hover {
    position: relative;
    z-index: 999;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3); }
  .schedule_list li a .schedule_date_and_title {
    display: flex;
    align-items: center; }
    .schedule_list li a .schedule_date_and_title .schedule_date_wrapper {
      min-width: 180px;
      max-width: 180px; }
      .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date {
        padding: 24px 48px 0 48px;
        line-height: 30px; }
        .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_m {
          font-size: 30px; }
        .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_d {
          font-size: 39px; }
      .schedule_list li a .schedule_date_and_title .schedule_date_wrapper .schedule_date_w {
        padding: 0 48px 24px 48px;
        font-size: 20px; }
  .schedule_list li a .schedule_img_main {
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
    padding: 0; }
  .schedule_list li a .schedule_event_title_and_sub_wrapper {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
    padding: 24px 48px; }
  .schedule_list li a .schedule_event_title_and_sub .schedule_event_title {
    font-size: 19px; }
  .schedule_list li a .schedule_event_title_and_sub .schedule_event_title_sub {
    font-size: 15px; }
  .schedule_list li a .schedule_event_title_and_sub .open_and_start {
    font-size: 15px; }
  .schedule_list li a .schedule_event_title_and_sub .open_min, .schedule_list li a .schedule_event_title_and_sub .start_min {
    margin-right: 48px; }
  .schedule_list li a .schedule_event_title_and_sub .maeuri_and_toujitsu {
    font-size: 15px; }
  .schedule_list li a .schedule_event_title_and_sub .maeuri {
    margin-right: 48px; }
  .schedule_list li a .schedule_event_title_and_sub .toujitsu {
    margin-right: 48px; }
  .schedule_list li a .schedule_event_title_and_sub .schedule_appearance {
    font-size: 13px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap; }
  .schedule_list li a .schedule_event_title_and_sub .schedule_price_bikou {
    font-size: 13px; }
  .schedule_list li a .schedule_img_main_sp {
    display: none; }
  .schedule_post .schedule_date_and_title {
    margin: 0 0 24px 0; }
    .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date {
      margin-right: 48px;
      line-height: 30px; }
      .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_m {
        font-size: 30px; }
      .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date .schedule_date_d {
        font-size: 39px; }
    .schedule_post .schedule_date_and_title .schedule_date_wrapper .schedule_date_w {
      margin-right: 48px;
      font-size: 20px; }
    .schedule_post .schedule_date_and_title .sns_icons_wrapper {
      margin-left: 12px; }
  .schedule_post .schedule_event_title_sub_before {
    font-size: 20px; }
  .schedule_post .schedule_event_title {
    font-size: 23px; }
  .schedule_post .schedule_event_title_sub {
    font-size: 20px; }
  .schedule_post .schedule_img_main {
    margin: 0 0 72px 0; }
  .schedule_post .schedule_img_main.horizontal_img {
    max-width: 450px; }
  .schedule_post .schedule_img_main.vertical_img {
    width: 275px; }
  .schedule_post .schedule_title {
    font-size: 19px; }
  .schedule_post .schedule_body {
    padding: 24px 0 24px 48px; }
  .schedule_post .open_min, .schedule_post .start_min {
    margin-right: 48px; }
  .schedule_post .maeuri {
    margin-right: 48px; }
  .schedule_post .toujitsu {
    margin-right: 48px; }
  .schedule_post .schedule_ticket_area {
    display: flex; }
    .schedule_post .schedule_ticket_area .schedule_ticket_btn {
      margin: 24px 24px 24px 24px;
      width: -webkit-calc(100% - 500px);
      width: calc(100% - 500px); }
      .schedule_post .schedule_ticket_area .schedule_ticket_btn .btn_ticket {
        max-width: 100%; }
  .schedule_post ul.schedule_img_group {
    zoom: 1;
    margin-top: 170px; }
    .schedule_post ul.schedule_img_group:after {
      content: "";
      display: block;
      clear: both; }
    .schedule_post ul.schedule_img_group li {
      float: left;
      width: 25%;
      padding: 1px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .schedule_post ul.schedule_img_group li:nth-child(4n+1) {
        clear: both; }
  .common_sec_1 {
    padding: 96px 48px; }
    .common_sec_1 h1, .common_sec_1 h2 {
      font-size: 58px;
      margin-bottom: 72px; }
      .common_sec_1 h1 span, .common_sec_1 h2 span {
        font-size: 20px; }
  ul.post_loop li .date {
    display: block;
    margin-right: 24px; }
  ul.post_loop li .cat a {
    display: inline;
    padding: 6px 12px;
    box-sizing: border-box;
    border: 0px;
  }
  .contact .contact_desc {
    margin-bottom: 36px;
    padding-right: 60px;
    padding-left: 60px; }
  .contact .contact_desc h3 {
    font-size: 31px; }
  .contact .contact_desc .zip_and_address .zip {
    margin-right: 24px; }
  .contact .contact_desc .tel_and_fax .tel {
    margin-right: 24px; }
  .contact_intro {
    margin-bottom: 48px; }
  .schedule_img_common {
    height: 180px; }
  .schedule_img_common img {
    max-width: 180px;
    max-height: 100%;
    width: auto;
    height: auto; }
  .dl_btn_rink a .dbr_small {
    font-size: 14px; }
  .dl_btn_rink a .dbr_big {
    font-size: 21px; } }

@media screen and (min-width: 1024px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea {
    padding: 12px; }
  div.formwrap div.formparts label {
    font-size: 16px; }
  div.formwrap div.formparts .cp_sl {
    font-size: 18px; }
  div.formwrap div.formparts .cp_sl:focus ~ .cp_sl_selectlabel, div.formwrap div.formparts .cp_sl:valid ~ .cp_sl_selectlabel {
    font-size: 14px;
    top: -28px; }
  div.formwrap div.formparts .pc_cp_ipcheck_float ul {
    zoom: 1; }
    div.formwrap div.formparts .pc_cp_ipcheck_float ul:after {
      content: "";
      display: block;
      clear: both; }
  div.formwrap div.formparts .pc_cp_ipcheck_float ul li {
    float: left; }
  div.formwrap div.formparts label.radio {
    font-size: 14px; }
  div.formwrap div.formparts .pc_cp_ipradio_float {
    zoom: 1; }
    div.formwrap div.formparts .pc_cp_ipradio_float:after {
      content: "";
      display: block;
      clear: both; }
  div.formwrap div.formparts .pc_cp_ipradio_float label {
    float: left; } }

/*
WPユーザーとしてログインした場合のadminbarの高さ調整
*/
body.admin-bar #wrapper {
  top: 32px !important; }

body.admin-bar nav[role=navigation] {
  top: 32px; }

body.admin-bar .menu-trigger-wraper {
  top: 56px; }

body.admin-bar .sidebar_open .fixed_menu {
  top: 0; }

body.admin-bar .sidebar_open .menu-trigger-wraper {
  top: 56px; }

@media screen and (max-width: 782px) {
  ul#menu-footer-navi{display: block;padding-left: 30px;}
  body.admin-bar #wrapper {
    top: 46px !important; }
  body.admin-bar nav[role=navigation] {
    top: 46px; }
  body.admin-bar .menu-trigger-wraper {
    top: 70px; }
  body.admin-bar .sidebar_open .fixed_menu {
    top: 0; }
  body.admin-bar .sidebar_open .menu-trigger-wraper {
    top: 70px; }

    .notice_desc .post_loop .news_img {
      height: 100px;
      width: 100px;
    }
    ul.post_list{display: block;padding-left: 0px;}
    ul.post_list li{width: 100%;height:auto;margin-right: 0px;margin-bottom: 1rem;}
    .notice ul.post_loop li .img{width: 100px;height: auto;}
    ul.post_list li .text {
      height: auto;
      padding: 0.7rem;
      width: 100%;
      font-size: 0.8rem;
  }
  .countainer .outer .inner div.mainstyle .timestamps{
    display: block;
    text-align: left;
  }
  .countainer .outer .inner div.mainstyle .timestamps .timestamp{
    justify-content:start;
  }
  .countainer .outer .inner div.mainstyle .timestamps .timestamp .timestamp_cont{font-size: 1rem;}
  .countainer .outer .inner h1.news_tit{font-size: 1.4rem;}
  .countainer .outer .inner h1{font-size: 29px;}
  .about_reject {
    text-align: left;
  }
  .about_reject br.pc_only {
    display: none;
  }

  }
  @media screen and (max-width: 640px) {
    .notice_desc .post_loop li{width: 100%;}

  }

  .attention_area {
    padding: 0 24px 30px;
  }
  .attention_area br.pc_only {
    display: none;
  }
  @media screen and (min-width: 992px) {
    .attention_area {
      max-width: 990px;
      margin: 0 auto;
      padding: 0 0 30px;
      text-align: center;
    }
    .attention_area br.pc_only {
      display: inline-block;
    }
  }