@charset "UTF-8";

:root {
  /* color */
  --color-primary-linkText: #00aaeb;
  --color-therapist: #c567d8;
  --color-white: #fff;

  --background-color-therapist: #c567d8;
  --background-color-therapist-contrast: #fff;

  /* screen size */
  /* --max-width-screen-3xl: 0000px;
  --max-width-screen-2xl: 0000px;
  --max-width-screen-xl: 0000px; */
  --max-width-screen-lg: 1000px;
  /* --max-width-screen-md: 0000px;
  --max-width-screen-sm: 0000px;
  --max-width-screen-xs: 0000px; */
}
/* @media (max-width: 600px) {
  :root {

  }
} */




.co-medical-c-featureCard-tag_therapist {
  background: var(--background-color-therapist);
  color: var(--background-color-therapist-contrast);
}

/* MAG_UNEI-8142------------------------------------ST */
.c-bg-color__main-blue {
  background: #00AAEB;
}
.c-font-color__white {
  color: #FFF;
}
.c-font-color__main-blue {
  color: #00AAEB;
}

/*
 * PC/SP 表示制御
====================================================*/
.pc {
  display: block;
}
.sp {
  display: none;
}


/* MAG_UNEI-8142------------------------------------ED */


 /* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** ================================================

  Responsive Settings

================================================ */
/** ================================================

  Assets Path Settings

================================================ */
/** ================================================

  Color Settings

================================================ */
/** ================================================

  Font Settings

================================================ */
/** ================================================

  Line height

================================================ */
/** ================================================

  Depth

================================================ */
/** ================================================

  Object Size

================================================ */
/** ================================================

  Screen Size

================================================ */
/** ================================================

  Assets Functions

  Example:

    background: #000000 image('btn/btn.png') no-repeat 0 0;

================================================ */
/** ================================================

  Utility

================================================ */
/** ================================================

  Transition Common Mixins

  Example:

    @include transition-common;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: $ease-out-quart;

================================================ */
/** ================================================

  Animation Common Mixins

  Example:

    @include keyframes(some-animation-name) {

    }

    @include set-animation($name: some-animation-name, $duration: 0.75s ,$easing: $ease-in-out-quad);
================================================ */
/** ================================================

  Font

================================================ */
/** ================================================

  Responsive

================================================ */
/* global */
.ik-m-area-links__area--kansai, .ik-m-area-links__area--chugoku .ik-m-area-links__area__items, .ik-m-aside-sns__body, .ik-m-comment__figs, .ik-m-company__figs, .ik-m-form-table-for-detail--renew .cf, .ik-m-home-form__choices__content, .ik-m-news-lists, .ik-m-picture-books__btn, .ik-m-private__txts, .ik-m-reason__boxes__list, .ik-m-tabs, .ik-o-contents, .ik-o-ofr-detail__figs, .ik-o-search__checkboxes-a, .ik-o-search__checkboxes-c {
  *zoom: 1;
}
.ik-m-area-links__area--kansai:before, .ik-m-area-links__area--chugoku .ik-m-area-links__area__items:before, .ik-m-aside-sns__body:before, .ik-m-comment__figs:before, .ik-m-company__figs:before, .ik-m-form-table-for-detail--renew .cf:before, .ik-m-home-form__choices__content:before, .ik-m-news-lists:before, .ik-m-picture-books__btn:before, .ik-m-private__txts:before, .ik-m-reason__boxes__list:before, .ik-m-tabs:before, .ik-o-contents:before, .ik-o-ofr-detail__figs:before, .ik-o-search__checkboxes-a:before, .ik-o-search__checkboxes-c:before, .ik-m-area-links__area--kansai:after, .ik-m-area-links__area--chugoku .ik-m-area-links__area__items:after, .ik-m-aside-sns__body:after, .ik-m-comment__figs:after, .ik-m-company__figs:after, .ik-m-form-table-for-detail--renew .cf:after, .ik-m-home-form__choices__content:after, .ik-m-news-lists:after, .ik-m-picture-books__btn:after, .ik-m-private__txts:after, .ik-m-reason__boxes__list:after, .ik-m-tabs:after, .ik-o-contents:after, .ik-o-ofr-detail__figs:after, .ik-o-search__checkboxes-a:after, .ik-o-search__checkboxes-c:after {
  display: table;
  content: "";
}
.ik-m-area-links__area--kansai:after, .ik-m-area-links__area--chugoku .ik-m-area-links__area__items:after, .ik-m-aside-sns__body:after, .ik-m-comment__figs:after, .ik-m-company__figs:after, .ik-m-form-table-for-detail--renew .cf:after, .ik-m-home-form__choices__content:after, .ik-m-news-lists:after, .ik-m-picture-books__btn:after, .ik-m-private__txts:after, .ik-m-reason__boxes__list:after, .ik-m-tabs:after, .ik-o-contents:after, .ik-o-ofr-detail__figs:after, .ik-o-search__checkboxes-a:after, .ik-o-search__checkboxes-c:after {
  clear: both;
}

/*! lightgallery - v1.3.9 - 2017-03-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

.fa {
  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.2857142857em;
  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-pp:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.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 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ik-base {
  color: #262626;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
}
.ik-base * {
  box-sizing: border-box;
}
.ik-base *:before,
.ik-base *:after {
  box-sizing: border-box;
}
.ik-base img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/* ======================================================
  アイコンフォント
====================================================== */
@font-face {
  font-family: 'ir';
  src: url("/common/font/iryokaigo/ir.eot?#iefix") format("embedded-opentype"), url("/common/font/iryokaigo/ir.woff") format("woff"), url("/common/font/iryokaigo/ir.ttf") format("truetype"), url("/common/font/iryokaigo/ir.svg#ir") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ir-i-angle-right:before, .ir-i-angle-down:before, .ir-i-angle-left:before, .ir-i-angle-up:before, .ir-i-facebook:before, .ir-i-google-plus:before, .ir-i-twitter:before, .ir-i-plus:before, .ir-i-star:before, .ir-i-time:before, .ir-i-close:before, .ir-i-plus-bold:before, .ir-i-search:before, .ir-i-change:before, .ir-i-human:before, .ir-i-star-full:before, .ir-i-blank:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ir-i-angle-right:before {
  content: "";
}

.ir-i-angle-down:before {
  content: "";
}

.ir-i-angle-left:before {
  content: "";
}

.ir-i-angle-up:before {
  content: "";
}

.ir-i-facebook:before {
  content: "";
}

.ir-i-google-plus:before {
  content: "";
}

.ir-i-twitter:before {
  content: "𝕏";
}

.ir-i-plus:before {
  content: "";
}

.ir-i-star:before {
  content: "";
}

.ir-i-time:before {
  content: "";
}

.ir-i-close:before {
  content: "";
}

.ir-i-plus-bold:before {
  content: "";
}

.ir-i-search:before {
  content: "";
}

.ir-i-change:before {
  content: "";
}

.ir-i-human:before {
  content: "";
}

.ir-i-star-full:before {
  content: "";
}

.ir-i-blank:before {
  content: "";
}

.ik-a-btn {
  position: relative;
  background-color: #033f7b;
  background: linear-gradient(to bottom, #0053b9 0%, #033f7b 88%);
  border-radius: 6px;
  box-shadow: 0 5px 0 #002952;
  color: #ffffff;
  cursor: pointer;
}
.ik-a-btn__content {
  position: relative;
  z-index: 2;
}
.ik-a-btn:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #0061d8 0%, #044e99 88%);
  border-radius: 6px;
  opacity: 0;
  content: ' ';
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-a-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.ik-a-btn:hover:after {
  opacity: 1;
}
.ik-a-btn--in-s {
  display: inline-block;
  width: 355px;
  position: relative;
  padding: 20px 40px;
  font-size: 22px;
  text-align: center;
}
.ik-a-btn--in-s .ik-a-btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-a-btn--in-s .ik-a-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1;
}
.ik-a-btn--in-o.ik-a-btn--detail{
  background:#01aaeb;
  border-radius: 100px;
  box-shadow: none;
  padding: 14px 20px;
}
.ik-a-btn.ik-a-btn--detail:after{
  border-radius: 100px;
}
.ik-a-btn--in-o {
  display: inline-block;
  width: 240px;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  background-color: #01aaeb;
  background: linear-gradient(to bottom, #29baf1 0%, #01aaeb 88%);
  box-shadow: 0 4px 0 #008abf;
}
.ik-a-btn--in-o .ik-a-btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-a-btn--in-o .ik-a-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
}
.ik-a-btn--in-o:after {
  background: linear-gradient(to bottom, #46c3f3 0%, #0dbbfe 88%);
}
.ik-a-btn--in-h {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
}
.ik-a-btn--in-h .ik-a-btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-a-btn--in-h .ik-a-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
}

.ik-a-container {
  max-width: 1040px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ik-a-cta-btn {
  position: relative;
  background-color: #fe9100;
  background: linear-gradient(to bottom, #febe00 0%, #fe9100 88%);
  border-radius: 6px;
  box-shadow: 0 5px 0 #c36f00;
  color: #ffffff;
  cursor: pointer;
}
.ik-a-cta-btn__content {
  position: relative;
  z-index: 2;
}
.ik-a-cta-btn:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffcb32 0%, #ffa732 88%);
  border-radius: 6px;
  opacity: 0;
  content: ' ';
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-a-cta-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.ik-a-cta-btn:hover:after {
  opacity: 1;
}
.ik-a-cta-btn--in-c {
  display: inline-block;
  width: 440px;
  padding: 15px 28px;
  font-size: 24px;
  text-align: center;
}
.ik-a-cta-btn--in-c .ik-a-cta-btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-a-cta-btn--in-c .ik-a-cta-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
}
.ik-a-cta-btn--in-a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px 20px;
  font-size: 24px;
  line-height: 1.2;
}
.ik-a-cta-btn--in-a small {
  font-size: 18px;
}
.ik-a-cta-btn--in-a .ik-a-cta-btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-a-cta-btn--in-a .ik-a-cta-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
}
.ik-a-cta-btn--in-f {
  display: inline-block;
  padding: 15px 25px 20px 60px;
  font-size: 24px;
  line-height: 1.2;
}
.ik-a-cta-btn--in-f small {
  font-size: 18px;
}
.ik-a-cta-btn--in-f .ik-a-cta-btn__content {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.ik-a-cta-btn--in-f .ik-a-cta-btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
}
.ik-a-cta-btn__sub {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.ik-a-cta-btn__sub__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.ik-a-cta-btn__sub__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fe9500;
  font-size: 15px;
  line-height: 1.4;
}

.ik-a-frame-btn {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #00aaeb;
  border-radius: 4px;
  background-color: #ffffff;
  color: #262626;
  font-size: 13px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-a-frame-btn:hover {
  color: #00aaeb;
  background-color: #d9f2fc;
}
.ik-a-frame-btn > span {
  display: inline-block;
  position: relative;
}
.ik-a-frame-btn--small {
  padding: 0px 6px;
}
.ik-a-frame-btn.is-active {
  background-color: #d9f2fc;
}
.ik-a-save--btn{
  width: 90px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: #e5e5e5;
  border-radius: 50px;
  text-align: center;
  line-height: 0.8;
  margin-left: 8px;
}
.ik-a-save--btn span {
  font-size:10px;
}
.ik-a-save--btn span.del {
  color:#00aaeb;
}
.ik-a-save--btn a{
  text-decoration:none;
  color:#ababab;
  display: block;
  padding: 8px;
}
.ik-a-save--btn a.is-active2{
  padding: 8px 20px;
}

.ik-a-save--btn .is-active {
}
.star-dashes {
  opacity: 0;
  -webkit-transform-origin: center;
  -webkit-transform: scale(.5);
}
.active .star-dashes {
  -webkit-animation: dashes 1s forwards;
}
.active .favorite-star {
  fill: #F3C40A;
  -webkit-transform: rotate(360deg);
}
@-webkit-keyframes dashes {
  50% {
    opacity: 1;
    stroke: #F3C40A;
    -webkit-transform: rotate(360deg);
  }
}

.ik-m-recommend-specialbanner--container .category__other{
  margin-bottom: 20px;
}

.ik-t-home__category .category__other,
.ik-m-recommend-specialbanner--container .category__other{
    font-size: 11px;
    text-align: right;
    margin-top: 8px;
}
.ik-t-home__category .other.icon,
.ik-m-recommend-specialbanner--container .other.icon{
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #aed7e5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.ik-t-home__category .other.icon::before,
.ik-m-recommend-specialbanner--container .category__other .other.icon::before {
    left: 0;
    right: 0;
    top: calc(50% - 3px);
    margin: 0 auto;
    height: 0;
    width: 0;
    border-top: solid 3px transparent;
    border-left: solid 5px #fff;
    border-bottom: solid 3px transparent;
}
.ik-t-home__category .icon::before,
.ik-t-home__category .icon::after,
.ik-m-recommend-specialbanner--container .category__other .icon::before,
.ik-m-recommend-specialbanner--container .category__other .icon::after
{
    content: '';
    position: absolute;
    display: block;
}

/* recommend recently include css  20200420*/
.ik-m-recommend-offer{
  margin: 16px auto;
  display: block;
}
.ik-m-recommend-offer--container {
  padding: 16px 0;
}
.recently .ik-m-icn-header{
  position: relative;
}
.recently .ik-m-icn-header__link {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
.recently .ik-m-icn-header__link a{
  color: #333;
}
a.ik-m-recommend-offer--link{
  padding: 16px;
  display: block;
  opacity: 1.0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a.ik-m-recommend-offer--link:hover{
  opacity: 0.7;
}
.detail-recommend-offer .swiper-wrapper{
  display: inline-block;
}
.swiper-slide.ik-m-recommend-offer--box {
  display: inline-block;
  border:1px rgb(229, 229, 229) solid;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 8px 0px rgba(182, 182, 182, 0.35);
  width: 32.66666%;
  width: -webkit-calc(98% / 3);
  width: calc(98% / 3);
  margin-right: 1%;
  box-sizing: border-box;
}
.detail-recommend-offer .swiper-slide.ik-m-recommend-offer--box {
  margin-right: 2px;
}
.detail-recommend-offer .swiper-slide.ik-m-recommend-offer--box:nth-child(3n){
  margin-right: 0;
}
.detail-recommend-offer .swiper-slide.ik-m-recommend-offer--box{
    margin-bottom:1%;
}
.ik-m-recommend-offer--ttl{
  display: inline-block;
  vertical-align: top;
  width: 110px;
  padding-left: 4px;
}
.ik-m-recommend-offer--img{
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
}
.ik-m-recommend-offer--img img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.ik-m-recommend-offer--ttl h3{
  font-size: 12px;
  font-weight: normal;
  height: 4.3em;
}
.ik-m-recommend-offer--ttl .tag{
  font-weight: bold;
  color: #2283de;
}
.ik-m-recommend-offer--container .detail{
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.ik-m-recommend-offer--container .detail i{
  font-size: 16px;
  padding-right: 4px;
}

.ik-m-recommend-offer--container .detail span{
  color: #00aaeb;
}
.ik-m-recommend-offer--container .detail .access,
.ik-m-recommend-offer--container .detail .salary,
.ik-m-recommend-offer--ttl h3,
.ik-m-recommend-offer--ttl .tag{
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin:auto;
}
.ik-m-recommend-offer--container .detail .access,
.ik-m-recommend-offer--container .detail .salary,
.ik-m-recommend-offer--ttl .tag{
  height: 1.5em;
  }
.ik-m-recommend-offer--container .detail .access,
.ik-m-recommend-offer--container .detail .salary{
  height: 1.5em;
  margin-top: 4px;
}
.ik-m-recommend-offer--container .detail .access::before,
.ik-m-recommend-offer--container .detail .salary::before,
.ik-m-recommend-offer--ttl h3::before,
.ik-m-recommend-offer--ttl .tag::before,
.ik-m-recommend-offer--container .detail .access::after,
.ik-m-recommend-offer--container .detail .salary::after,
.ik-m-recommend-offer--ttl h3::after,
.ik-m-recommend-offer--ttl .tag::after {
  content: '...';
  line-height: 1;
  position: absolute;
  right: 0;
  top: 3em;
  -ms-wrap-flow: start;
}
.ik-m-recommend-offer--container .detail .access::after,
.ik-m-recommend-offer--container .detail .salary::after,
.ik-m-recommend-offer--ttl h3::after,
.ik-m-recommend-offer--ttl .tag::after{
  background: currentColor;
  color: white;
  top: auto;
}
  @supports (-webkit-line-clamp: 1) {
    .ik-m-recommend-offer--container .detail .access,
    .ik-m-recommend-offer--container .detail .salary,
    .ik-m-recommend-offer--ttl .tag
     {
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 1;
    }
    .ik-m-recommend-offer--container .detail .access::before,
    .ik-m-recommend-offer--container .detail .salary::before,
    .ik-m-recommend-offer--ttl h3::before,
    .ik-m-recommend-offer--ttl .tag::before,
    .ik-m-recommend-offer--container .detail .access::after,
    .ik-m-recommend-offer--container .detail .salary::after,
    .ik-m-recommend-offer--ttl h3::after,
    .ik-m-recommend-offer--ttl .tag::after, {
      content: normal;
    }
  }
  @supports (-webkit-line-clamp: 4) {
      .ik-m-recommend-offer--ttl h3{
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      height: 5.2em;
    }
    .ik-m-recommend-offer--container .detail .access::before,
    .ik-m-recommend-offer--container .detail .salary::before,
    .ik-m-recommend-offer--ttl h3::before,
    .ik-m-recommend-offer--container .detail .access::after,
    .ik-m-recommend-offer--container .detail .salary::after,
    .ik-m-recommend-offer--ttl h3::after {
      content: normal;
    }
  }

.ik-m-recommend-offer--container .ik-a-save--btn{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 9px;
  display: block;
  border-radius: 5px;
}
.ik-m-recommend-offer--container svg{
  vertical-align: middle;
}
.ik-m-recommend-offer--container .ik-a-save--btn span{
  font-size: 14px;
}
.ik-m-recommend-offer--container .ik-m-ofr-meta__info__save{
  width: 100%;
}
.ik-m-recommend-offer--container .ik-a-save--btn a,
.ik-m-recommend-offer--container .ik-a-save--btn a.is-active2{
  padding: 14px 0;
}
.ik-m-recommend-offer--container .swiper-button-next,
.ik-m-recommend-offer--container .swiper-button-prev{
  border-radius: 8px;
  background-color: rgb(0, 170, 235);
  opacity: 0.722;
  box-shadow: 0px 8px 17px 0px rgba(182, 182, 182, 0.35);
  height: 90px;
  top: calc(50% - 45px);
  width: 36px;
  background-image: none;
  margin-top: 0;
}
.detail-recommend-offer .ik-m-recommend-offer--container .swiper-button-next,
.detail-recommend-offer .ik-m-recommend-offer--container .swiper-button-prev{
  display: none;
}

.ik-m-recommend-offer--container .swiper-button-prev{
  left: 0;
}
.ik-m-recommend-offer--container .swiper-button-next{
  right: 0;
}
.ik-m-recommend-offer--container .swiper-button-next::after,
.ik-m-recommend-offer--container .swiper-button-prev::before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.ik-m-recommend-offer--container .swiper-button-prev::before{
  transform: rotate(180deg);
}
.ik-m-recommend-offer--container .swiper-button-prev.swiper-button-disabled,.ik-m-recommend-offer--container .swiper-button-next.swiper-button-disabled {
  pointer-events: painted;
}
/* recommend recently include css  20200420*/

/* ranking include css  20200420*/
.ik-t-home__region-ranking{
  background: url(../../images/bg-ranking.png);
  background-repeat: no-repeat;
  padding: 6% 4% 3% 4%;
  margin-top:24px;
  background-size: 100%;
}
.ik-t-home__region-ranking .sub-copy{
	text-align: center;
	letter-spacing: 16px;
	font-weight: bold;
	color: #4a97c7;
	margin-bottom: 8px;
}
.ik-t-home__region-ranking h3{
	color: #c2b971;
	font-size: 36px;
	font-weight:bold;
	text-align:center;
	position: relative;
	letter-spacing: 4px;
	margin-top: -12px;
}
.ik-t-home__region-ranking h3::before{
	position: absolute;
	content: "";
	background-image: url("../../images/icon-crown.png");
	right: 0;
	left: 0;
	bottom: 80px;
	margin: 0 auto;
	width: 24px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.ik-t-home__region-ranking h3 span{
	font-size: 24px;
	background-color: #4a97c7;
	border-radius: 8px;
	color: #fff;
	padding: 12px;
	letter-spacing: 0;
	vertical-align: middle;
}
.ik-t-home__region-ranking--lead{
	text-align: center;
	margin: 0 auto 20px;
	color: #727272;
	width: 440px;
	font-size: 12px;
}
/* ranking include css  20200420*/
.ik-a-frame-btn--watch > span {
  padding-left: 16px;
}
.ik-a-frame-btn--watch > span:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 1;
}
.ik-a-frame-btn--condition > span {
  padding-left: 16px;
}
.ik-a-frame-btn--condition > span:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 1;
}
.ik-a-frame-btn--change {
  background-color: #00aaeb;
}
.ik-a-frame-btn--change > span {
  color: #ffffff;
  padding-left: 18px;
}
.ik-a-frame-btn--change > span:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  line-height: 1;
}
.ik-a-frame-btn--change:hover {
  color: #ffffff;
  background-color: #39c8ff;
}

.ik-a-icn-circle {
  padding: 0.25em 0.3em;
  background-color: #555555;
  border-radius: 100%;
  color: #ffffff;
  font-size: 11px;
}

.ik-a-label {
  display: inline-block;
  /* background-color: #f5f5f5; */
  padding: 1px 10px;
  border-radius: 4px;
}
.ik-a-label--colored {
  color: #ffffff;
}
.ik-a-label--pt {
  background-color: #0074e1;
}
.ik-a-label--ot {
  background-color: #ec71a4;
}
.ik-a-label--st {
  background-color: #58c7ab;
}
.ik-a-label--mengineer {
  background-color: #a184f4;
}

.ik-a-label--me { background-color: #ff7f00; }
.ik-a-label--mt { background-color: #0099cc; }
.ik-a-label--rt { background-color: #00cc33; }

.ik-a-label--kaigo {
  background-color: #eac533;
}
.ik-a-label--other {
  background-color: #5b636e;
}
.ik-a-label--eq {
  background-color: #00aaeb;
}
.ik-a-label--fe {
  /* color: #686868; */
  color: #00AAEB;
  padding: 1px 4px;
  border: 1px solid #00AAEB;
  /* background: #ededed; */
}
.status-ended{
  background: #999;
}

.ik-a-link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.ik-a-link:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #d3d3d3;
  font-size: 10px;
  line-height: 1;
}

.ik-a-region-h {
  position: relative;
  padding-left: 15px;
}
.ik-a-region-h:before {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  content: ' ';
}
.ik-a-region-h--pt:before {
  border-color: #0074e1;
}
.ik-a-region-h--ot:before {
  border-color: #ec71a4;
}
.ik-a-region-h--st:before {
  border-color: #58c7ab;
}

.ik-a-region-h--mengineer:before { border-color: #a184f4; }
.ik-a-region-h--mt:before { border-color: #ff7f00; }
.ik-a-region-h--me:before { border-color: #0099cc; }
.ik-a-region-h--rt:before { border-color: #00cc33; }
.ik-a-region-h--nrd:before { border-color: #eac533; }
.ik-a-region-h--kaigo:before {
  border-color: #e87f17;
}
.ik-a-region-h--other:before {
  border-color: #5b636e;
}

.ik-a-s-link {
  color: #00aaeb;
  text-decoration: underline;
  cursor: pointer;
}

.ik-a-select {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 36px;
  padding: 0.4em 1em;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ik-a-select__current {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ik-a-select--middle {
  width: 150px;
}
.ik-a-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.ik-a-select:after {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  background: transparent url(/common/img/ik/icn/icn-select-arrows.png) no-repeat 0 0;
  content: ' ';
  pointer-events: none;
}
.ik-a-select--block {
  display: block;
}
.ik-a-select.is-error {
  background-color: #ffe5e5;
}

.ik-a-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 13px;
}
.ik-a-table th, .ik-a-table td {
  padding: 10px;
  vertical-align: top;
}
.ik-a-table th {
  min-width: 110px;
  background-color: #f9f9f9;
}
.ik-a-table tr + tr th, .ik-a-table tr + tr td {
  border-top: 1px solid #e0e0e0;
}
.ik-a-table--detail th {
  width: 150px;
}

.ik-m-application-intro {
  padding: 15px 0;
  border: 1px solid #00aaeb;
  border-radius: 4px;
}
.ik-m-application-intro__content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ik-m-application-intro__content > * {
  display: table-cell;
  padding: 0 15px;
}
.ik-m-application-intro__content > * + * {
  border-left: 1px solid #e9e9e9;
}
.ik-m-application-intro__h {
  font-size: 15px;
}
.ik-m-application-intro__label {
  border-radius: 25px;
  padding: 6px 5px 6px 15px;
  margin-right: 5px;
  background-color: #00aaeb;
  color: #ffffff;
  font-weight: 400;
}
.ik-m-application-intro__body {
  margin-top: 10px;
  font-size: 13px;
}

.ik-m-area-link {
  position: relative;
  border: 1px solid #00aaeb;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #ffffff;
}
.ik-m-area-link__h {
  padding: 0;
  margin: 0;
  color: #00aaeb;
  font-size: 13px;
}
.ik-m-area-link__body {
  padding-top: 5px;
  border-top: 1px solid #00aaeb;
}
.ik-m-area-link__list {
  display: table;
  width: 100%;
}
.ik-m-area-link__item {
  display: table-row;
  font-size: 12px;
}
.ik-m-area-link__box {
  display: table-cell;
}
.ik-m-area-link__box input[type="checkbox"] {
  vertical-align: middle;
}
.ik-m-area-link:before {
  display: block;
  position: absolute;
  content: ' ';
}
.ik-m-area-link--hokkaido .ik-m-area-link__list {
  width: 126px;
}
.ik-m-area-link--hokkaido:before {
  width: 55px;
  height: 19px;
  top: 59px;
  left: -55px;
  background: transparent url(/common/img/ik/icn/icn-pin--hokkaido.png) no-repeat top center;
}
.ik-m-area-link--kanto {
  margin-top: 20px;
}
.ik-m-area-link--kanto .ik-m-area-link__list {
  width: 126px;
}
.ik-m-area-link--kanto:before {
  width: 55px;
  height: 19px;
  top: 42px;
  left: -55px;
  background: transparent url(/common/img/ik/icn/icn-pin--kanto.png) no-repeat top center;
}
.ik-m-area-link--kansai .ik-m-area-link__list {
  width: 138px;
}
.ik-m-area-link--kansai:before {
  width: 15px;
  height: 99px;
  top: -99px;
  right: 22px;
  background: transparent url(/common/img/ik/icn/icn-pin--kansai.png) no-repeat top center;
}
.ik-m-area-link--tokai .ik-m-area-link__list {
  width: 126px;
}
.ik-m-area-link--tokai:before {
  width: 15px;
  height: 71px;
  top: -71px;
  left: 10px;
  background: transparent url(/common/img/ik/icn/icn-pin--tokai.png) no-repeat top center;
}
.ik-m-area-link--chugoku .ik-m-area-link__list {
  width: 201px;
}
.ik-m-area-link--chugoku:before {
  width: 62px;
  height: 97px;
  bottom: -98px;
  right: -42px;
  background: transparent url(/common/img/ik/icn/icn-pin--chugoku.png) no-repeat top center;
}
.ik-m-area-link--shinetsu .ik-m-area-link__list {
  width: 126px;
}
.ik-m-area-link--shinetsu:before {
  width: 15px;
  height: 41px;
  bottom: -41px;
  right: 4px;
  background: transparent url(/common/img/ik/icn/icn-pin--shinetsu.png) no-repeat top center;
}
.ik-m-area-link--kyushu:before {
  width: 109px;
  height: 19px;
  top: 78px;
  right: -109px;
  background: transparent url(/common/img/ik/icn/icn-pin--kyushu.png) no-repeat top center;
}

.ik-m-area-links__area {
  position: absolute;
}
.ik-m-area-links__area--hokkaido {
  top: 37px;
  right: 0;
}
.ik-m-area-links__area--kansai {
  bottom: 0;
  left: 190px;
}
.ik-m-area-links__area--kansai .ik-m-area-links__area__item {
  float: left;
}
.ik-m-area-links__area--kansai .ik-m-area-links__area__item + .ik-m-area-links__area__item {
  margin-left: 20px;
}
.ik-m-area-links__area--chugoku {
  top: 35px;
  left: 0;
}
.ik-m-area-links__area--chugoku .ik-m-area-links__area__items + .ik-m-area-links__area__items {
  margin-top: 20px;
}
.ik-m-area-links__area--chugoku .ik-m-area-links__area__item {
  float: left;
}
.ik-m-area-links__area--chugoku .ik-m-area-links__area__item + .ik-m-area-links__area__item {
  margin-left: 20px;
}

.ik-m-aside-news__item {
  border-bottom: 1px solid #e0e0e0;
}
.ik-m-aside-news__btn {
  display: block;
  padding: 10px 0;
}
.ik-m-aside-news__time {
  color: #848484;
}

.ik-m-aside-sns__h {
  font-size: 14px;
  text-align: center;
}
.ik-m-aside-sns__h > span {
  display: inline-block;
  position: relative;
}
.ik-m-aside-sns__h > span:before, .ik-m-aside-sns__h > span:after {
  display: inline-block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #333333;
  content: ' ';
}
.ik-m-aside-sns__h > span:before {
  left: -16px;
}
.ik-m-aside-sns__h > span:after {
  right: -16px;
}
.ik-m-aside-sns__body {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
.ik-m-aside-sns__btn {
  border-radius: 25px;
  display: block;
  /*width: 32.9166666667%;*/
  width: 33%;
  float: left;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-aside-sns__btn + .ik-m-aside-sns__btn + .ik-m-aside-sns__btn {
  float: right;
}
.ik-m-aside-sns__btn + .ik-m-aside-sns__btn,.ik-m-aside-sns__btn + .ik-m-aside-sns__btn + .ik-m-aside-sns__btn {
  margin-left: 0.4166666667%;
}
.ik-m-aside-sns__btn:hover {
  color: #ffffff;
}
.ik-m-aside-sns__btn--facebook {
  background-color: #305097;
}
.ik-m-aside-sns__btn--facebook:hover {
  background-color: #3c65be;
}
.ik-m-aside-sns__btn--twitter {
  background-color: #000;
}
.ik-m-aside-sns__btn--twitter:hover {
  background-color: #000;
  opacity: 0.8;
}
.ik-m-aside-sns__btn--line {
  background-color: #00b900;
}
.ik-m-aside-sns__btn--line:hover {
  background-color: #80e580;
}
.ik-m-aside-sns__btn--line img {
  margin-top: 8px;
}
.ik-m-aside-sns__btn--google-plus {
  background-color: #db4a39;
  font-size: 24px;
}
.ik-m-aside-sns__btn--google-plus:hover {
  background-color: #e37164;
}

.ik-m-bar-header__h {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
.ik-m-bar-header__h:before {
  display: block;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #333333;
  content: ' ';
}

.ik-m-border-header {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #f9f9f9;
  padding: 8px 0;
}
.ik-m-border-header__h {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.ik-m-breadcrumbs {
  padding: 10px 0;
}
.ik-m-breadcrumbs li {
  display: inline-block;
  font-size: 12px;
}
.ik-m-breadcrumbs li + li:before {
  content: ' ＞ ';
}



.ik-m-case-part {
  display: block;
  padding: 20px 35px 20px 15px;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-top: solid 4px #00AAEB;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.ik-m-case-part::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #E0E0E0 #E0E0E0 transparent transparent;
  top: 50%;
  right: 18px;
  transform: rotate(45deg) translateY(-50%);
}
.ik-m-case-part__content {
  min-height: 86px;
  padding-left: 70px;
}


.ik-m-case-part__h {
  font-size: 11px;
  margin-bottom: 8px;
}
.ik-m-case-part__h > span {
  position: relative;
  text-align: center;
}
.ik-m-case-part:hover{
  text-decoration: none;
}

.ik-m-case-part__h > .ik-m-case-part__category {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05vw;
  text-align: center;
  color: #FFF;
  background: #DDD;
  margin-right: 8px;
  padding: 2px 0px 1px 6px;
  border-radius: 2px;
}
.ik-m-case-part__h > .ik-m-case-part__category.pt{
  background: #4D96F6;
}
.ik-m-case-part__h > .ik-m-case-part__category.ot{
  background: #FF7A95;
}
.ik-m-case-part__h > .ik-m-case-part__category.st{
  background: #1FCCBB;
}
.ik-m-case-part__h > .ik-m-case-part__info {
  display: initial;
}
.ik-m-case-part__h > .ik-m-case-part__info span:first-child{
  margin-right: 12px;
  position: relative;
}
.ik-m-case-part__h > .ik-m-case-part__info span:first-child::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #E0E0E0;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0px;
  right: -9px;
}
.ik-m-case-part__body {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ik-m-case-part:hover .ik-m-case-part__body{
  text-decoration: underline;
}

.ik-m-case-part--woman .ik-m-case-part__content {
  background: transparent url(/common/img/ik/icn/icn-case-woman.png) no-repeat left center;
  background-size: 60px;
}

.ik-m-case-part--man .ik-m-case-part__content {
  background: transparent url(/common/img/ik/icn/icn-case-man.png) no-repeat left center;
  background-size: 60px;
}

.ik-m-columns-wrap__item + .ik-m-columns-wrap__item {
  margin-top: 12px;
}

.ik-m-columns--oh {
  overflow: hidden;
}
.ik-m-columns--two .ik-m-columns__list {
  width: 101.6666666667%;
  margin-top: -1.6393442623%;
  margin-left: -1.6393442623%;
  *zoom: 1;
}
.ik-m-columns--two .ik-m-columns__list:before, .ik-m-columns--two .ik-m-columns__list:after {
  display: table;
  content: "";
}
.ik-m-columns--two .ik-m-columns__list:after {
  clear: both;
}
.ik-m-columns--two .ik-m-columns__list .ik-m-columns__item {
  width: 48.3606557377%;
  float: left;
  margin-top: 1.6393442623%;
  margin-left: 1.6393442623%;
}
@media screen and (max-width: 600px) {
  .ik-m-columns--two .ik-m-columns__list {
    width: 100%;
    margin-top: -1.6666666667%;
    margin-left: -1.6666666667%;
  }
  .ik-m-columns--two .ik-m-columns__list .ik-m-columns__item {
    width: 100%;
    float: left;
    margin-top: 1.6666666667%;
    margin-left: 1.6666666667%;
  }
}
.ik-m-columns--three .ik-m-columns__list {
  width: 103.3333333333%;
  margin-top: -1.6129032258%;
  margin-left: -1.6129032258%;
  *zoom: 1;
}
.ik-m-columns--three .ik-m-columns__list:before, .ik-m-columns--three .ik-m-columns__list:after {
  display: table;
  content: "";
}
.ik-m-columns--three .ik-m-columns__list:after {
  clear: both;
}
.ik-m-columns--three .ik-m-columns__list .ik-m-columns__item {
  width: 31.1827956989%;
  float: left;
  margin-top: 1.6129032258%;
  margin-left: 1.6129032258%;
}
.ik-m-columns--three .ik-m-columns__list .ik-m-columns__item.on {
  width: 47.6%;
}
@media screen and (max-width: 600px) {
  .ik-m-columns--three .ik-m-columns__list {
    width: 100%;
    margin-top: -1.6666666667%;
    margin-left: -1.6666666667%;
  }
  .ik-m-columns--three .ik-m-columns__list .ik-m-columns__item {
    width: 100%;
    float: left;
    margin-top: 1.6666666667%;
    margin-left: 1.6666666667%;
  }
}
.ik-m-columns--three-in .ik-m-columns__list {
  width: 103.6363636364%;
  margin-top: -1.7543859649%;
  margin-left: -1.7543859649%;
  *zoom: 1;
}
.ik-m-columns--three-in .ik-m-columns__list:before, .ik-m-columns--three-in .ik-m-columns__list:after {
  display: table;
  content: "";
}
.ik-m-columns--three-in .ik-m-columns__list:after {
  clear: both;
}
.ik-m-columns--three-in .ik-m-columns__list .ik-m-columns__item {
  width: 30.9941520468%;
  float: left;
  margin-top: 1.7543859649%;
  margin-left: 1.7543859649%;
}

.ik-m-columns .support_link{
  text-align: right;
  margin-top: 10px;
}
.ik-m-columns .support_link a{
  padding-right: 15px;
  position: relative;
}
.ik-m-columns .support_link a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .ik-m-columns--three-in .ik-m-columns__list {
    width: 100%;
    margin-top: -1.8181818182%;
    margin-left: -1.8181818182%;
  }
  .ik-m-columns--three-in .ik-m-columns__list .ik-m-columns__item {
    width: 100%;
    float: left;
    margin-top: 1.8181818182%;
    margin-left: 1.8181818182%;
  }
}

.ik-m-comment {
  padding: 15px 20px 20px;
  background-color: #eef5f8;
  border-radius: 4px;
}
.ik-m-comment__h {
  padding-bottom: 3px;
  border-bottom: 1px solid #c6dbe4;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
.ik-m-comment__body {
  margin-top: 15px;
}
.ik-m-comment__figs {
  margin: 0;
  padding: 0;
}
.ik-m-comment__fig {
  width: 62px;
  float: left;
  border: 1px solid #d2d2d2;
}
.ik-m-comment__caption {
  width: 604px;
  float: right;
  font-size: 13px;
}

.ik-m-common-contents {
  background-color: #f9f9f9;
  padding: 30px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.ik-m-common-contents__sec__body {
  margin-top: 10px;
}
.ik-m-common-contents__sec + .ik-m-common-contents__sec {
  margin-top: 20px;
}

.ik-m-company__figs {
  margin: 0;
  padding: 0;
}
.ik-m-company__name {
  font-size: 20px;
  line-height: 1.4;
}
.ik-m-company__office {
  margin-top: 10px;
  font-size: 14px;
}
.ik-m-company__info {
  margin-top: 20px;
}

.ik-m-conditions-set {
  display: table;
  width: 100%;
}
.ik-m-conditions-set > * {
  display: table-cell;
  vertical-align: top;
}
.ik-m-conditions-set__btn {
  text-align: right;
  width: 30px;
}
.ik-m-conditions-set__btn a {
  color: #00aaeb;
  text-decoration: underline;
  cursor: pointer;
}

.ik-m-contact-tel__body {
  padding: 30px;
  border: 1px solid #00aaeb;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ik-m-contact-tel__nums {
  display: table;
  width: 100%;
}
.ik-m-contact-tel__nums > * {
  display: table-cell;
  vertical-align: middle;
}
.ik-m-contact-tel__num {
  color: #00aaeb;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.ik-m-contact-tel__sales {
  font-size: 14px;
  line-height: 1.4;
}
.ik-m-contact-tel__guide {
  margin-top: 25px;
}
.ik-m-contact-tel__guide__h {
  padding: 6px 12px;
  background-color: #eef5f8;
  border-radius: 4px;
  color: #00aaeb;
  font-size: 16px;
}
.ik-m-contact-tel__guide__table {
  width: 100%;
  color: #00aaeb;
}
.ik-m-contact-tel__guide__table th {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #00aaeb;
}
.ik-m-contact-tel__guide__table td {
  padding: 10px 0;
  border-bottom: 1px solid #00aaeb;
  font-size: 16px;
}
.ik-m-contact-tel__guide__table td strong {
  font-size: 22px;
}
.ik-m-contact-tel__example {
  margin-top: 15px;
}
.ik-m-contact-tel__example__h {
  font-size: 14px;
}
.ik-m-contact-tel__example__body {
  font-size: 13px;
}

.ik-m-cta-sec {
  background-color: #f9fdff;
  border: 1px solid #d1edf6;
  border-radius: 6px;
  padding: 22px 20px 45px 20px;
}
.ik-m-cta-sec__h {
  color: #00aaeb;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.ik-m-cta-sec__btn {
  margin-top: 30px;
  text-align: center;
}

.ik-m-detail-btn {
  display: block;
  border: 1px solid #00aaeb;
  border-radius: 4px;
  padding: 6px 15px;
  color: #00aaeb;
  text-align: center;
  box-shadow: 0 4px #0096cf;
  transition-property: background-color, color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-detail-btn:hover {
  color: #00aaeb;
}
.ik-m-detail-btn > span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ik-m-detail-btn > span:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-detail-btn:hover {
  color: #00aaeb;
  background-color: #ebf9ff;
}
.ik-m-detail-btn:hover > span:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.ik-m-detail-btn--tel {
  border-color: #fe9400;
  color: #fe9400;
  box-shadow: 0 4px #db8000;
}
.ik-m-detail-btn--tel:hover {
  color: #fe9400;
  background-color: #fffaf4;
}
.ik-m-detail-btn--web {
  border-color: #fe9400;
  background-color: #fe9400;
  color: #ffffff;
  box-shadow: 0 4px #c36f00;
}
.ik-m-detail-btn--web:hover {
  color: #ffffff;
  background-color: #ffa932;
}

.ik-m-feature {
  display: block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.ik-m-feature__content {
  padding: 0;
  margin: 0;
}
.ik-m-feature__fig img {
  width: 100%;
  height: auto;
}
.ik-m-feature__caption {
  position: relative;
  padding: 10px 10px 35px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.ik-m-feature__caption:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  width: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00aaeb;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 25px;
}

.ik-m-for-customer {
  display: block;
  padding-top: 128px;
  border: 1px solid #00aaeb;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff url(/common/img/ik/img/img-banner-for-customer.jpg) no-repeat top center;
}
.ik-m-for-customer__content {
  padding: 9px;
}
.ik-m-for-customer__lead {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.ik-m-for-customer__btn {
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid #d2d2d2;
  color: #00aaeb;
  font-size: 12px;
  font-weight: 700;
}
.ik-m-for-customer__btn > span {
  display: block;
  position: relative;
  padding-right: 15px;
}
.ik-m-for-customer__btn > span:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 10px;
  line-height: 1;
}

.ik-m-form-address__other {
  margin-top: 15px;
}

.ik-m-form-email__confirm__main {
  display: block;
  min-height: 60px;
  padding-top: 20px;
  color: #215caa;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.ik-m-form-email__confirm__note {
  font-size: 11px;
}

.ik-m-form-table-for-detail--renew #info_table > table {
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 13px;
}
.ik-m-form-table-for-detail--renew #info_table > table > tbody > tr > th, .ik-m-form-table-for-detail--renew #info_table > table > tbody > tr > td {
  padding: 20px;
}
.ik-m-form-table-for-detail--renew #info_table > table > tbody > tr > td:first-child {
  width: 215px;
  background-color: #f9f9f9;
}
.ik-m-form-table-for-detail--renew #info_table > table > tbody > tr > td table {
  width: 100%;
}
.ik-m-form-table-for-detail--renew #info_table > table > tbody > tr > td.need:after {
  display: inline-block;
  margin-left: 3px;
  background-color: #f29927;
  padding: 0 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  content: '必須';
}
.ik-m-form-table-for-detail--renew #info_table > table > tbody > tr + tr > th, .ik-m-form-table-for-detail--renew #info_table > table > tbody > tr + tr > td {
  border-top: 1px solid #e0e0e0;
}
.ik-m-form-table-for-detail--renew #info_table > table input[type="text"],
.ik-m-form-table-for-detail--renew #info_table > table input[type="tel"],
.ik-m-form-table-for-detail--renew #info_table > table input[type="email"] {
  width: 100%;
  height: 36px;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 100%;
  line-height: 36px\9;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ik-m-form-table-for-detail--renew #info_table > table input[type="text"]:focus,
.ik-m-form-table-for-detail--renew #info_table > table input[type="tel"]:focus,
.ik-m-form-table-for-detail--renew #info_table > table input[type="email"]:focus {
  outline: none;
  background-color: #f9f9f9;
}
.ik-m-form-table-for-detail--renew #info_table > table input[type="text"].is-medium,
.ik-m-form-table-for-detail--renew #info_table > table input[type="tel"].is-medium,
.ik-m-form-table-for-detail--renew #info_table > table input[type="email"].is-medium {
  width: 400px;
}
.ik-m-form-table-for-detail--renew #info_table > table input[type="text"].is-large,
.ik-m-form-table-for-detail--renew #info_table > table input[type="tel"].is-large,
.ik-m-form-table-for-detail--renew #info_table > table input[type="email"].is-large {
  width: 462px;
}
.ik-m-form-table-for-detail--renew #info_table > table textarea {
  width: 100%;
  height: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1em;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  resize: vertical;
}
.ik-m-form-table-for-detail--renew #info_table > table textarea:focus {
  outline: none;
  background-color: #f9f9f9;
}
.ik-m-form-table-for-detail--renew .select01 {
  float: left;
}
.ik-m-form-table-for-detail--renew .select01 + .select01 {
  margin-left: 10px;
}
.ik-m-form-table-for-detail--renew #form_address {
  margin-top: 15px;
}
.ik-m-form-table-for-detail--renew .chk_width01 {
  font-size: 12px;
}
.ik-m-form-table-for-detail--renew .alert {
  color: #e63b3b;
  font-size: 11px;
}
.ik-m-form-table-for-detail--renew .padding04 {
  margin-top: 25px;
  text-align: center;
}
.ik-m-form-table-for-detail--renew .padding04 > a + a {
  margin-left: 50px;
}
.ik-m-form-table-for-detail--renew .form_submit {
  margin-top: 25px;
  text-align: center;
}

.ik-m-form-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.ik-m-form-table > tbody > tr > th, .ik-m-form-table > tbody > tr > td {
  padding: 30px;
  vertical-align: top;
}
.ik-m-form-table > tbody > tr > th.is-middle, .ik-m-form-table > tbody > tr > td.is-middle {
  vertical-align: middle;
}
.ik-m-form-table > tbody > tr > th {
  width: 265px;
  padding-top: 35px;
  background-color: #f9f9f9;
}
.ik-m-form-table > tbody > tr > td.is-error {
  background-color: #ffe5e5;
}
.ik-m-form-table > tbody > tr > td.is-error .ik-m-form-table__error {
  display: block;
}
.ik-m-form-table > tbody > tr + tr > th, .ik-m-form-table > tbody > tr + tr > td {
  border-top: 1px solid #e0e0e0;
}
.ik-m-form-table__required {
  margin-left: 5px;
  background-color: #fe9400;
  padding: 3px 4px 4px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
}
.ik-m-form-table__set > * {
  display: inline-block;
  vertical-align: middle;
}
.ik-m-form-table__set > * + * {
  margin-left: 10px;
}
.ik-m-form-table__set > * + *.is-mmin {
  margin-left: 5px;
}
.ik-m-form-table__checkboxes {
  width: 100%;
  table-layout: fixed;
}
.ik-m-form-table__checkboxes tr + tr > td {
  padding-top: 12px;
}
.ik-m-form-table__hint {
  font-size: 11px;
}
.ik-m-form-table__hint .ik-a-icn-circle {
  margin-right: 0.5em;
}
.ik-m-form-table__note {
  margin-top: 10px;
  font-size: 11px;
}
.ik-m-form-table input[type="text"],
.ik-m-form-table input[type="tel"],
.ik-m-form-table input[type="email"] {
  width: 300px;
  height: 36px;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 100%;
  line-height: 36px\9;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ik-m-form-table input[type="text"]:focus,
.ik-m-form-table input[type="tel"]:focus,
.ik-m-form-table input[type="email"]:focus {
  outline: none;
  background-color: #f9f9f9;
}
.ik-m-form-table input[type="text"].is-medium,
.ik-m-form-table input[type="tel"].is-medium,
.ik-m-form-table input[type="email"].is-medium {
  width: 400px;
}
.ik-m-form-table input[type="text"].is-large,
.ik-m-form-table input[type="tel"].is-large,
.ik-m-form-table input[type="email"].is-large {
  width: 462px;
}
.ik-m-form-table input[type="text"].is-error,
.ik-m-form-table input[type="tel"].is-error,
.ik-m-form-table input[type="email"].is-error {
  background-color: #ffe5e5;
}
.ik-m-form-table textarea {
  width: 640px;
  height: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1em;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  resize: vertical;
}
.ik-m-form-table textarea:focus {
  outline: none;
  background-color: #f9f9f9;
}
.ik-m-form-table__error {
  display: none;
  margin-top: 5px;
  color: #e63b3b;
  font-size: 11px;
}
.ik-m-form-table__valid-wrap.is-error .ik-m-form-table__error {
  display: block;
}

.ik-m-guid-btn {
  display: block;
  height: 90px;
  padding: 15px;
  position: relative;
}
.ik-m-guid-btn__content {
  height: 100%;
}
.ik-m-guid-btn__wrap {
  display: table;
  width: 100%;
  height: 60px;
}
.ik-m-guid-btn__inner {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
}
.ik-m-guid-btn__inner:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  line-height: 1;
}
.ik-m-guid-btn--feature {
  background-image: url("/common/img/ik/img/img-banner-guid--feature.jpg");
}
.ik-m-guid-btn--advisor {
  background-image: url("/common/img/ik/img/img-banner-guid--advisor.jpg");
}
.ik-m-guid-btn--faq {
  background-image: url("/common/img/ik/img/img-banner-guid--faq.jpg");
}
.ik-m-guid-btn--bnr {
  padding: 0;
  height: 95px;
}
.ik-m-guid-btn--bnr img {
  width: 100%;
  height: auto;
}
.ik-m-guid-btn:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  display: none\9;
}
.ik-m-guid-btn:hover {
  text-decoration: none;
}
.ik-m-guid-btn:hover:after {
  opacity: 0.25;
}

/* .ik-m-home-form {
  width: 455px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 17px 23px;
} */
.ik-m-home-form__header {
  display: table;
  width: 100%;
}
/* .ik-m-home-form__header > * {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 8px;
}
.ik-m-home-form__h {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.ik-m-home-form__h:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/icon-open-magnifying-glass.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ik-m-home-form__num {
  font-size: 15px;
  text-align: right;
}
.ik-m-home-form__num strong {
  color: #00aaeb;
  font-size: 26px;
}
.ik-m-home-form__choices {
  position: relative;
}
.ik-m-home-form__choices:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  color: #d3d3d3;
  font-size: 22px;
  line-height: 1;
}
.ik-m-home-form__choice-wrap {
  display: block;
  width: 189px;
}
.ik-m-home-form__choice-wrap--job {
  float: left;
}
.ik-m-home-form__choice-wrap--area {
  float: right;
}
.ik-m-home-form__choice {
  display: block;
  position: relative;
  padding: 12px 12px;
  border: 2px solid #00A0E8;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.ik-m-home-form__choice__inputs {
  display: none;
}
.ik-m-home-form__choice__def {
  display: block;
  overflow: hidden;
  line-height: 1.5;
  color: #737373;
}
.ik-m-home-form__choice__selected {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.5;
}
.ik-m-home-form__choice__content {
  display: block;
  position: relative;
  transition-property: opacity;
}
.ik-m-home-form__choice__content:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    border: 6px solid transparent;
    border-top: 7px solid #333;
}
.ik-m-home-form__choice__content.is-selected .ik-m-home-form__choice__def {
  display: none;
}
.ik-m-home-form__choice__content.is-selected .ik-m-home-form__choice__selected {
  display: block;
}
.ik-m-home-form__choice:hover {
  text-decoration: none;
}
.ik-m-home-form__choice:hover > span {
  opacity: 0.75;
}
.ik-m-home-form__body {
  padding-top: 12px;
}
.ik-m-home-form__btn {
  margin-top: 20px;
} */

.ik-m-icn-header {
  position: relative;
  border-radius: 6px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
  background-color: #eef5f8;
  overflow: hidden;
  color: #00aaeb;
}
.ik-m-icn-header__h {
  font-size: 20px;
  font-weight: 400;
}
#fullcolor {
  border-radius: 6px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 52px;
  background-color: #00aaeb;
  overflow: hidden;
  color: white;
}
#fullcolor > h2 {
  font-size: 18px;
  text-align: left;
}
.ik-m-icn-header:before {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00aaeb;
  background-repeat: no-repeat;
  background-position: center center;
  content: ' ';
}
.ik-m-icn-header--new-ofr:before {
  background-image: url("/common/img/ik/icn/icn-new-ofr.png");
}
.ik-m-icn-header--feature:before {
  background-image: url("/common/img/ik/icn/icn-feature.png");
}
.ik-m-icn-header--case:before {
  background-image: url("/common/img/ik/icn/icn-case.png");
}
.ik-m-icn-header--spacial:before {
  background-image: url("/common/img/ik/icn/icn-special.png");
}

.ik-m-input-keyword {
  position: relative;
  padding-right: 32px;
}
.ik-m-input-keyword input {
  display: inline-block;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #d0d0d0;
}
.ik-m-input-keyword input:focus {
  outline: none;
}
.ik-m-input-keyword__submit {
  display: block;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #00aaeb;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
}
.ik-m-input-keyword__submit i {
  font-size: 18px;
}

.ik-m-input-label {
  display: table;
}
.ik-m-input-label__input, .ik-m-input-label__label {
  display: table-cell;
}
.ik-m-input-label__label {
  padding-left: 4px;
  line-height: 14px;
}

.ik-m-job-select__h {
  font-weight: 700;
}
.ik-m-job-select__body {
  margin-top: 6px;
}
.ik-m-job-select__body + .ik-m-job-select__h {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.ik-m-labels {
  overflow: hidden;
}

.detTop_atd .ik-m-labels {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.detTop_atd .ik-m-labels .labels__bubble {
  font-size: 12px;
  max-width: 87px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #00aaeb;
  border-radius: 4px;
  position: relative;
}

.detTop_atd .ik-m-labels .labels__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 8px solid #00aaeb;
}

/* .detTop_atd .ik-m-labels {
  position: relative;
  display: flex;
  gap: 12px;
}

.detTop_atd .ik-m-labels::before {
  content: "ここに注目！";
  font-size: 12px;
  max-width: 90px;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00aaeb;
  color: #FFF;
}

.detTop_atd .ik-m-labels::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #00aaeb;
} */

.ik-m-labels__list {
  margin-top: -5px;
  margin-left: -2px;
}
.ik-m-labels__item {
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}

.ik-m-link-list__item + .ik-m-link-list__item {
  margin-top: 2px;
}
.ik-m-link-list__btn {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.ik-m-link-list__btn:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  color: #00aaeb;
  font-size: 10px;
  line-height: 1;
}

.ik-m-memory-btns__item + .ik-m-memory-btns__item {
  margin-top: 10px;
}
.ik-m-memory-btns__btn {
  display: block;
  position: relative;
  border: 1px solid #bad2dc;
  border-radius: 6px;
  padding: 8px;
  background-color: #ffffff;
  color: #00aaeb;
  font-size: 14px;
  text-align: center;
  transition-property: color, background-color, border-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-memory-btns__btn:visit {
  color: #00aaeb;
}
.ik-m-memory-btns__btn:before {
  position: absolute;
  top: 50%;
  left: 10px;
  line-height: 1;
}
.ik-m-memory-btns__btn--save:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  margin-top: -10px;
}
.ik-m-memory-btns__btn--watch:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  margin-top: -10px;
}
.ik-m-memory-btns__btn--condition:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  margin-top: -8px;
}
.ik-m-memory-btns__btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00aaeb;
  border-color: #00aaeb;
}

.ik-m-mini-search {
  background-color: #eef5f8;
  padding: 10px;
  border-radius: 4px;
}
.ik-m-mini-search__header {
  display: table;
  width: 100%;
}
.ik-m-mini-search__header > * {
  display: table-cell;
  vertical-align: middle;
}
.ik-m-mini-search__header__h {
  font-size: 15px;
}
.ik-m-mini-search__header__btns {
  text-align: right;
}
.ik-m-mini-search__header__btns > * + * {
  margin-left: 4px;
}
.ik-m-mini-search__save {
  display: inline-block;
}
.ik-m-mini-search__contents {
  position: relative;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 20px;
  overflow: hidden;
}
.ik-m-mini-search__contents__inner {
  position: relative;
}
.ik-m-mini-search__content {
  padding: 15px 0;
  position: relative;
}
.ik-m-mini-search__content + .ik-m-mini-search__content {
  border-top: 1px solid #e0e0e0;
}
.ik-m-mini-search__content-in {
  position: relative;
}
.ik-m-mini-search__content-h {
  font-size: 13px;
}
.ik-m-mini-search__current {
  width: 100%;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-mini-search__current dl {
  padding: 15px 0;
}
.ik-m-mini-search__current dl dt, .ik-m-mini-search__current dl dd {
  display: inline;
}
.ik-m-mini-search__current dl dt {
  font-weight: 700;
}
.ik-m-mini-search__current dl dt:before {
  color: #c6c6c6;
  content: '／';
}
.ik-m-mini-search__current dl dt:first-child:before {
  display: none;
}
.ik-m-mini-search__current dl dd {
  color: #00aaeb;
}
.ik-m-mini-search__current.is-hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ik-m-mini-search__form {
  width: 100%;
  position: absolute;
  top: 0;
  left: -10000%;
  background-color: #ffffff;
}
.ik-m-mini-search__form.is-show {
  position: relative;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-mini-search__form.is-hide {
  position: absolute;
  opacity: 0;
}
.ik-m-mini-search__cset {
  display: table;
  width: 100%;
}
.ik-m-mini-search__cset__h {
  display: table-cell;
  width: 26.5151515152%;
  vertical-align: middle;
}
.ik-m-mini-search__cset__body {
  display: table-cell;
  vertical-align: middle;
}
.ik-m-mini-search__inputs {
  position: absolute;
  left: -100000%;
  opacity: 0;
}

.ik-m-news-list {
  border: 1px solid #e0e0e0;
}
.ik-m-news-list__h {
  background-color: #f1f1f1;
  padding: 10px;
}
.ik-m-news-list__item + .ik-m-news-list__item {
  border-top: 1px solid #e0e0e0;
}
.ik-m-news-list__btn {
  display: block;
  padding: 10px 30px 10px 10px;
}
.ik-m-news-list__btn > span {
  display: block;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px;
}
.ik-m-news-list__btn > span:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  color: #d5d5d5;
  font-size: 10px;
  line-height: 1;
}

.ik-m-news-lists__item + .ik-m-news-lists__item .ik-m-news-list {
  border-top: none;
}
.ik-m-news-lists + .ik-m-news-lists .ik-m-news-list {
  border-top: none;
}

.ik-m-ofr-meta {
  display: table;
  width: 100%;
}
.ik-m-ofr-meta > * {
  display: table-cell;
}
.ik-m-ofr-meta__info {
  text-align: right;
  white-space: nowrap;
}
.ik-m-ofr-meta__info__ofr-num {
  display: inline-block;
}
.ik-m-ofr-meta__info__save {
  display: inline-block;
  text-align: center;
}

.ik-m-ofr-overview__lead {
  font-size: 14px;
}
.ik-m-ofr-overview__body {
  margin-top: 15px;
}
.ik-m-ofr-overview__map {
  margin-left: 15px;
  vertical-align: top;
}

.ik-m-ofr {
  padding: 20px;
  border: 1px solid #00aaeb;
  border-radius: 4px;
}
.ik-m-ofrs__item.is-pick .ik-m-ofr {
  border: 1px solid #ffcc53;
}
.ik-m-ofr__header {
  margin-top: 8px;
}
.ik-m-ofr__h {
  font-size: 14px;
  font-weight: 400;
}
.ik-m-ofr__ht {
  font-size: 22px;
}
.ik-m-ofrs__item.is-pick .ik-m-ofr__h {
  position: relative;
  padding: 0 0 0 70px;
}
.ik-m-ofrs__item.is-pick .ik-m-ofr__h:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -21px;
  z-index: 9;
  width: 86px;
  height: 28px;
  background: url(/search/img/icn_src_list_pickup.png) no-repeat 0 0;
}
.ik-m-ofr__h, .ik-m-ofr__h > a {
  color: #00aaeb;
}
.ik-m-ofr__body {
  margin-top: 15px;
}
.ik-m-ofr__figs {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ik-m-ofr__fig, .ik-m-ofr__info {
  display: table-cell;
  vertical-align: top;
}
.ik-m-ofr__fig {
  width: 220px;
  padding-right: 20px;
}
.ik-m-ofr__fig__labels {
  margin-top: 10px;
}
.ik-m-ofr__footer {
  margin: 20px auto 0;
  text-align: center;
}

.ik-m-ofrs__h {
  border-radius: 4px;
  padding: 8px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.ik-m-ofrs__h--pt {
  background-color: #0074e1;
}
.ik-m-ofrs__h--ot {
  background-color: #ec71a4;
}
.ik-m-ofrs__h--st {
  background-color: #58c7ab;
}

.ik-m-ofrs__h--mengineer { background-color: #a184f4; }
.ik-m-ofrs__h--me { background-color: #ff7f00; }
.ik-m-ofrs__h--mt { background-color: #0099cc; }
.ik-m-ofrs__h--rt { background-color: #00cc33; }

.ik-m-ofrs__h--kaigo {
  background-color: #eac533;
}
.ik-m-ofrs__h--other {
  background-color: #5b636e;
}
.ik-m-ofrs__advisor {
  margin-top: 15px;
}
.ik-m-ofrs__advisor__body {
  margin-top: 5px;
}
.ik-m-ofrs__search {
  margin-top: 25px;
}
.ik-m-ofrs__list {
  margin-top: 15px;
}
.ik-m-ofrs__item + .ik-m-ofrs__item {
  margin-top: 20px;
}
.ik-m-ofrs__nums {
  margin-top: 30px;
  border-bottom: 2px solid #00aaeb;
  font-size: 14px;
  font-weight: 700;
}
.ik-m-ofrs__nums strong {
  color: #00aaeb;
  font-size: 25px;
}
.ik-m-ofrs__nums small {
  margin-left: 15px;
  font-weight: 400;
}
.ik-m-ofrs__head-pages {
  margin-top: 15px;
}
.ik-m-ofrs__foot-pages {
  margin-top: 30px;
}

.ik-m-old-aside--region-ofrs {
  margin-top: 20px;
}
.ik-m-old-aside--region-ofrs:first-child {
  margin-top: 0;
}
.ik-m-old-aside--stepbox {
  margin-top: 20px;
}
.ik-m-old-aside .t3wkbx {
  margin: 0 0 20px 0;
  background: #eeeeee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.ik-m-old-aside .t3wkbx ul li {
  border-bottom: 2px solid #ffffff;
  line-height: 1;
}
.ik-m-old-aside .t3wkbx ul li:last-child {
  border-bottom: 0;
}
.ik-m-old-aside .t3wkbx ul li a {
  display: block;
  padding: 16px 10px 16px 10px;
  font-size: 108%;
}
.ik-m-old-aside .t3wkbx ul li a:hover {
  text-decoration: none;
}
.ik-m-old-aside .t3wkbx ul li .t3wkin .icn span {
  padding: 2px 3px;
  background: #76d4fa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.ik-m-old-aside .t3wkbx ul li a:hover .icn {
  text-decoration: none;
}
.ik-m-old-aside .t3wkbx ul li .t3wkin .tx {
  line-height: 1.4;
  padding: 0 4px 0 4px;
  background: url(../../images/re/dec_arw_gry.png) no-repeat right 50%;
  display: table-cell;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}
.ik-m-old-aside .t3wkbx ul li a:hover .tx {
  text-decoration: underline;
}
.ik-m-old-aside .t3wkbx ul li .t3wkin .icn {
  display: table-cell;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}
.ik-m-old-aside .t3wkbx ul li .t3wkin {
  display: table;
  letter-spacing: -.40em;
  width: 100%;
}
.ik-m-old-aside .stepbox {
  position: relative;
  margin: 0 0 20px 0;
}
.ik-m-old-aside .stepbox .app_btn {
  position: absolute;
  top: 545px;
  left: 9px;
}
.ik-m-old-aside .stepbox .app_btn a {
  width: 223px;
  height: 94px;
  background: url(../../images/re/side_btn_app_off.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ik-m-old-aside .stepbox .app_btn a:hover {
  background: url(../../images/re/side_btn_app_on.png) no-repeat 0 0;
}
.ik-m-old-aside .stepbox .gud_btn {
  position: absolute;
  top: 646px;
  left: 9px;
}
.ik-m-old-aside .stepbox .gud_btn a {
  width: 220px;
  height: 30px;
  background: url(../../images/re/side_btn_guide_off.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ik-m-old-aside .stepbox .gud_btn a:hover {
  background: url(../../images/re/side_btn_guide_on.png) no-repeat 0 0;
}

.ik-m-paginate {
  font-size: 14px;
  text-align: center;
}
.ik-m-paginate__pages {
  display: inline-block;
}
.ik-m-paginate__page {
  display: inline-block;
}
.ik-m-paginate__page + .ik-m-paginate__page {
  margin-left: 10px;
}
.ik-m-paginate__page > a, .ik-m-paginate__prev > a, .ik-m-paginate__next > a {
  color: #00aaeb;
}
.ik-m-paginate__page.is-no-active > a, .ik-m-paginate__prev.is-no-active > a, .ik-m-paginate__next.is-no-active > a {
  color: #9f9f9f;
}
.ik-m-paginate__prev, .ik-m-paginate__next {
  display: inline-block;
  position: relative;
}
.ik-m-paginate__prev > a:after, .ik-m-paginate__next > a:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.ik-m-paginate__prev {
  margin-right: 30px;
}
.ik-m-paginate__prev > a {
  padding-left: 15px;
}
.ik-m-paginate__prev > a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 0;
  font-size: 10px;
  line-height: 1;
}
.ik-m-paginate__next {
  margin-left: 30px;
}
.ik-m-paginate__next > a {
  padding-right: 15px;
}
.ik-m-paginate__next > a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  right: 0;
  font-size: 10px;
  line-height: 1;
}

.ik-m-picture-books__item {
  border-bottom: 1px solid #e0e0e0;
}
.ik-m-picture-books__btn {
  display: block;
  padding: 10px 0;
}
.ik-m-picture-books__btn:hover .ik-m-picture-books__fig {
  opacity: 0.75;
}
.ik-m-picture-books__fig {
  float: left;
  width: 31.25%;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-picture-books__fig img {
  width: 100%;
  height: auto;
}
.ik-m-picture-books__txt {
  width: 64.5833333333%;
  float: right;
  font-size: 13px;
}
.ik-m-picture-books__more {
  margin-top: 5px;
  text-align: right;
}
.ik-m-picture-books__more a {
  position: relative;
  padding-right: 15px;
}
.ik-m-picture-books__more a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 10px;
  line-height: 1;
}

.ik-m-private {
  border: 1px solid #1f9dd7;
  border-radius: 4px;
  padding: 30px;
}
.ik-m-private__h {
  color: #00aaeb;
  font-size: 20px;
  font-weight: 400;
}
.ik-m-private__h strong {
  font-size: 30px;
}
.ik-m-private__h__label {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 10px;
  background-color: #e7f7fe;
  color: #00aaeb;
  font-size: 15px;
}
.ik-m-private__body {
  border-top: 1px solid #1f9dd7;
  padding-top: 25px;
}
.ik-m-private__txt {
  float: left;
  width: 350px;
  line-height: 2;
}
.ik-m-private__txt__link a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #00aaeb;
  font-size: 16px;
}
.ik-m-private__txt__link a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
}
.ik-m-private__fig {
  float: right;
  width: 280px;
}

.ik-m-ranking__item {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.ik-m-ranking__item__content {
  display: block;
}
.ik-m-ranking__item__num {
  position: absolute;
  top: 10px;
  left: 0;
  color: #00aaeb;
  font-size: 25px;
  font-style: italic;
  line-height: 1;
}


.ik-m-reason {
  position: relative;
}
.ik-m-reason__content {
  background-color: #d1f2ff;
  border-radius: 22px 22px 6px 6px;
  /* margin: 45px 0; */
  margin: 30px 0;
}
.ik-m-reason__h {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.ik-m-reason__h__txt {
  position: relative;
}
.ik-m-reason__h__txt:after {
  display: inline-block;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: -2em;
  color: #666666;
  line-height: 1;
  content: "(※)";
}
.ik-m-reason__h > span {
  display: inline-block;
  position: relative;
  padding: 10px 28px;
  background-color: #ffffff;
  border: 1px solid #00aaeb;
  border-radius: 6px;
  color: #00aaeb;
  font-size: 18px;
  font-weight: 400;
}
.ik-m-reason__h > span:before,
.ik-m-reason__h > span:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  content: " ";
}
.ik-m-reason__h > span:before {
  bottom: -8px;
  margin-left: -8px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #00aaeb transparent transparent transparent;
}
.ik-m-reason__h > span:after {
  bottom: -7px;
  margin-left: -7px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.ik-m-reason__h2 {
  font-size: 21px;
  text-align: center;
  background: #00aaeb;
  height: 117px;
  border-radius: 21px 21px 0 0;
}
.ik-m-reason__h2 > img {
  position: absolute;
  display: block;
  width: 700px;
  top: -4px;
}
h2.ik-m-reason__h2::after {
  position: absolute;
  content: "";
  top: 116px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-top: 12px solid #00aaeb;
  left: 353px;
}
h2.ik-m-reason__h2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
  color: #fff;
  padding-top: 26px;
  letter-spacing: 1.5px;
  position: relative;
}
.ik-m-reason__h2 strong {
  color: #ffff00;
  font-size: 21px;
}
.ik-m-reason__h2 span {
  border-bottom: solid 1px #ffff00;
}
.ik-m-reason__boxes {
  position: relative;
}
.ik-m-reason__boxes > p {
  margin: 20px;
}
.ik-m-reason__content .ik-m-reason__boxes > p:nth-of-type(2) {
  margin-bottom: 20px;
  margin-top: 6px;
}
.ik-m-reason__box {
  width: 30.303030303%;
  float: left;
  position: relative;
}
.ik-m-reason__box__num {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
  display: block;
  width: 40px;
  position: absolute;
  top: -15px;
  left: 80px;
  background-color: #00aaeb;
  border-radius: 100%;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.ik-m-reason__box__content {
  padding: 35px 0 20px 0;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4;
  height: 296px;
  border-radius: 11px;
}
.ik-m-reason__box p {
  text-align: center;
}
.ik-m-reason__box p small,
.ik-m-reason__box p sup {
  font-size: 10px;
}
.ik-m-reason__box__content span {
  color: #fe9100;
  font-weight: 600;
}
.ik-m-reason__box p strong {
  display: inline-block;
  margin-top: 4px;
  color: #00aaeb;
  font-size: 19px;
  line-height: 1.45;
}
.ik-m-reason__box + .ik-m-reason__box {
  margin-left: 4.5454545455%;
}
.ik-m-reason__box + .ik-m-reason__box:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  color: #2196f3;
  font-size: 20px;
  line-height: 1em;
}
.ik-m-reason__boxes__list {
  margin: 29px 20px 0 20px;
}
.ik-m-reason__cta {
  text-align: center;
  padding: 0 5% 3%;
}

.ik-m-reason-cta-sec {
  margin-bottom: 0;
  width: 528px;
  margin: 0 auto;
}

.ik-m-reason-cta-sec .ik-m-reason-cta-btn {
  line-height: 67px;
  font-size: 20px;
  font-size: 1.55rem;
  font-weight: bold;
}

.ik-m-reason-cta-btn {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
  width: 100%;
  border: none;
  background: #fe9100;
  background: linear-gradient(to bottom, #f7a060 0%, #fe9100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a060', endColorstr='#FE9100',GradientType=0);
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 1%;
}
.ik-m-reason-cta-btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.ik-m-reason-cta-btn__sub {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  background: #fff;
  color: #ff8f00;
  line-height: 1.5;
  padding: 2px 8px 0px 12px;
  border-radius: 50px;
  margin-right: 12px;
  margin-left: -26px;
  min-width: 85px;
  font-size: 1.2rem;
}
.ik-m-reason-cta-btn::after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  right: 29px;
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ik-m-reason__more {
  margin-top: 20px;
  text-align: center;
}
.ik-m-reason__more a {
  color: #00aaeb;
  font-size: 20px;
}
.ik-m-reason__more a > span {
  position: relative;
  padding-bottom: 4px;
  padding-right: 20px;
  border-bottom: 2px solid #00aaeb;
}
.ik-m-reason__more a > span:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1;
}
.ik-m-reason__more a:hover {
  text-decoration: none;
}
.ik-m-reason__note {
  margin-top: 5px;
  color: #666666;
  font-size: 11px;
}

.ik-m-recommended {
  background-color: #003468;
  background: linear-gradient(to bottom, #003468 0%, #b9d4dd 88%);
  padding: 15px  10px 10px;
  border-radius: 6px;
}
.ik-m-recommended__h {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.ik-m-recommended__body {
  margin-top: 15px;
}
.ik-m-recommended__list__item + .ik-m-recommended__list__item {
  margin-top: 10px;
}
.ik-m-recommended__list__item img {
  width: 100%;
  height: auto;
}

.ik-m-region-btns {
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 10px;
}
.ik-m-region-btns__content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ik-m-region-btns__row {
  display: table-row;
}
.ik-m-region-btns__row + .ik-m-region-btns__row .ik-m-region-btns__btn {
  border-top: 2px solid #f2f2f2;
}
.ik-m-region-btns__btn {
  display: table-cell;
  padding: 20px 3px 20px 3px;
  background-color: #ffffff;
  font-size: 12px;
}
.ik-m-region-btns__btn + .ik-m-region-btns__btn {
  border-left: 2px solid #f2f2f2;
}
.ik-m-region-btns__btn .ik-a-region-h {
  display: block;
}
.ik-m-region-btns__btn__outside {
  display: inline-block;
  width: 100%;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.4s;
  background: url(/images/re/icn_outside_mk.png) no-repeat right center;
}
.ik-m-region-btns__btn:hover .ik-m-region-btns__btn__outside {
  opacity: 0.6;
}
.ik-m-region-btns__btn__content {
  display: inline-block;
  width: 100%;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-region-btns__btn__content:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-m-region-btns__btn:hover .ik-m-region-btns__btn__content {
  opacity: 0.6;
}
.ik-m-region-btns__btn:hover .ik-m-region-btns__btn__content:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.ik-m-region-links__h {
  background-color: #333333;
  padding: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.ik-m-region-links__item {
  border-bottom: 1px solid #e0e0e0;
}
.ik-m-region-links__btn__outside {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(/images/re/icn_outside_mk_s.png) no-repeat right 5px center;
}
.ik-m-region-links__btn {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ik-m-region-links__btn:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  color: #d2d2d2;
  font-size: 10px;
  line-height: 1;
}

.ik-m-related-links {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 4px;
}
.ik-m-related-links__h {
  color: #2274a9;
  font-size: 14px;
  text-align: center;
}
.ik-m-related-links__body {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e0e0e0;
}
.ik-m-related-links__btn {
  position: relative;
}
.ik-m-related-links__btn:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: transparent url(/common/img/ik/icn/icn-blank.png) no-repeat 0 0;
  content: ' ';
}

.ik-m-same-ofr__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  font-size: 13px;
}
.ik-m-same-ofr__item dl dt {
  font-weight: 700;
}
.ik-m-same-ofr__item dl dd a {
  color: #00aaeb;
  text-decoration: underline;
}

.ik-m-search-area {
  height: 440px;
}
.ik-m-search-area .ik-o-search__content-h {
  position: absolute;
  top: 0;
  left: 0;
}
.ik-m-search-area__map {
  text-align: center;
}
.ik-m-search-area__map img {
  position: relative;
  left: -14px;
}
.ik-m-search-area__links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ik-m-sec__body {
  margin-top: 20px;
}
.ik-m-sec__body--v-small {
  margin-top: 15px;
}

.ik-m-sentence > * + * {
  margin-top: 1em;
}

.ik-m-seo-content {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 15px 20px;
}
.ik-m-seo-content__h {
  font-size: 13px;
}
.ik-m-seo-content__body {
  font-size: 13px;
}
.ik-m-seo-content + .ik-m-seo-content {
  margin-top: 5px;
}
.ik-m-seo-content--bg {
  border: none;
  background-color: #eef5f8;
}

.ik-m-seo-search {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px 30px 30px;
}
.ik-m-seo-search__h, .ik-m-seo-search__body {
  border-bottom: 1px solid #e3e3e3;
}
.ik-m-seo-search__h {
  padding-bottom: 2px;
  color: #00aaeb;
  font-weight: 700;
}
.ik-m-seo-search__body + .ik-m-seo-search__h {
  margin-top: 25px;
}
.ik-m-seo-search__table {
  width: 100%;
}
.ik-m-seo-search__table__h {
  width: 120px;
  font-weight: 400;
}
.ik-m-seo-search__table__h, .ik-m-seo-search__table__body {
  padding: 10px 0;
  font-size: 13px;
}
.ik-m-seo-search__table tr + tr .ik-m-seo-search__table__h,
.ik-m-seo-search__table tr + tr .ik-m-seo-search__table__body {
  border-top: 1px solid #e3e3e3;
}

.ik-m-simple-header {
  padding: 8px 15px;
  color: #ffffff;
  font-size: 18px;
  background-color: #00aaeb;
}
.ik-m-simple-header__h {
  font-weight: 400;
}
.ik-m-simple-header--br-b-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ik-m-simple-sec__header {
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
}
.ik-m-simple-sec__h {
  position: relative;
  font-size: 18px;
}
.ik-m-simple-sec__body {
  margin-top: 12px;
}

.ik-m-sort-checks__h {
  background-color: #eaeaea;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 15px;
}
.ik-m-sort-checks__body + .ik-m-sort-checks__h {
  margin-top: 20px;
}
.ik-m-sort-checks__body {
  margin-top: 10px;
}
.ik-m-sort-checks__list {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
.ik-m-sort-checks__list td {
  padding-top: 10px;
}

.ik-m-tab-content__body {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.ik-m-tabs__btn {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  padding: 10px;
  border-top: 1px solid transparent;
  cursor: pointer;
}
.ik-m-tabs__btn:hover {
  text-decoration: none;
}
.ik-m-tabs__item {
  position: relative;
  float: left;
}
.ik-m-tabs__item .ik-m-tabs__btn:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e0e0e0;
  content: ' ';
}
.ik-m-tabs__item:first-child .ik-m-tabs__btn {
  border-top-left-radius: 4px;
}
.ik-m-tabs__item:last-child .ik-m-tabs__btn {
  border-top-right-radius: 4px;
}
.ik-m-tabs__item.is-current .ik-m-tabs__btn {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.ik-m-tabs__item.is-current .ik-m-tabs__btn {
  color: #00aaeb;
}
.ik-m-tabs__item.is-current .ik-m-tabs__btn:after {
  height: 3px;
  background-color: #00aaeb;
}
.ik-m-tabs--two .ik-m-tabs__item {
  width: 50%;
}
.ik-m-tabs--two .ik-m-tabs__item + .ik-m-tabs__item {
  padding-left: 2px;
}

.ik-m-text-link-list__item {
  display: inline;
}
.ik-m-text-link-list__item + .ik-m-text-link-list__item:before {
  content: ' | ';
}

.ik-m-therp__header {
  border-top: 2px solid #ee872e;
  border-bottom: 1px solid #ee872e;
  background-color: #fef9f4;
}
.ik-m-therp__h {
  padding: 5px 12px 13px;
  font-weight: 400;
}
.ik-m-therp__h img {
  vertical-align: middle;
}
.ik-m-therp__h__txt {
  position: relative;
  top: 4px;
  margin-left: 15px;
}
.ik-m-therp__item {
  border-bottom: 1px solid #e3e3e3;
}
.ik-m-therp__btn {
  display: block;
  padding: 12px 0;
}
.ik-m-therp__btn__content {
  display: table;
  width: 100%;
}
.ik-m-therp__btn__img, .ik-m-therp__btn__txt {
  display: table-cell;
  vertical-align: top;
}
.ik-m-therp__btn__img {
  padding-right: 10px;
  width:115px;
}
.ik-m-therp__btn.is-new .ik-m-therp__btn__txt:before {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #ee872e;
  content: 'NEW';
  margin: 0 5px 0 0;
}
.ik-m-therp__more {
  margin-top: 10px;
  text-align: right;
}
.ik-m-therp__more a {
  position: relative;
  padding-right: 15px;
}
.ik-m-therp__more a:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 10px;
  line-height: 1;
}

.ik-m-thumb {
  display: inline-block;
  position: relative;
}
.ik-m-thumb:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  display: none\9;
}
.ik-m-thumb:hover {
  text-decoration: none;
}
.ik-m-thumb:hover:after {
  opacity: 0.25;
}

.ik-o-contents {
  padding-top: 30px;
  background-color: #ffffff;
}
.ik-o-contents--pd-none {
  padding-top: 0;
}
.ik-o-contents__main {
  width: 72%;
  float: left;
  padding-bottom: 90px;
}
.ik-o-contents__aside {
  width: 24%;
  float: right;
}
.ik-o-contents__aside__recommended {
  margin-top: -60px;
}
* + .ik-o-contents__aside__memory-btns {
  margin-top: 20px;
}
.ik-o-contents__aside__cta {
  margin-top: 20px;
}
* + .ik-o-contents__aside__sec {
  margin-top: 40px;
}
.ik-o-contents__aside__for-customer {
  margin-top: 40px;
}
* + .ik-o-contents__aside__region-links {
  margin-top: 40px;
}
.ik-o-contents__aside__other-searchs {
  margin-top: 40px;
}
.ik-o-contents__aside__other-searchs .src_detbox.tp {
  margin-bottom: 0;
}
.ik-o-contents__aside__other-searchs .search_result_include_side {
  background: #F1F1F1;
  padding-bottom: 5px;
  border-radius: 5px 5px 5px 5px;
}
.ik-o-contents__aside__other-searchs .search_result_include_side_item {
  padding: 10px 0 10px 15px;
  margin: 0 6px;
  border-bottom: 1px dashed #ccc;
  background: url(../../images/re/dec_arw_gry.png) no-repeat 0 50%;
  line-height: 1.4;
}
.ik-o-contents__aside__other-search + .ik-o-contents__aside__other-search {
  margin-top: 20px;
}
.ik-o-contents__aside__related-links {
  margin-top: 40px;
}
.ik-o-contents__aside__sns {
  margin-top: 25px;
}

.ik-o-hero__content {
  max-width: 1040px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.ik-o-hero__form {
  height: 100%;
  position: absolute;
  top: 0;
  right: 35px;
}
.ik-o-hero__form__content {
  display: table;
  height: 100%;
}
.ik-o-hero__form__inner {
  display: table-cell;
  vertical-align: middle;
}
.ik-o-hero__form__h {
    font-size: 17px;
    letter-spacing: 0.03rem;
}
.ik-o-hero__form__inner .p-page-heading {
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.ik-o-hero__form__h strong {
  color: #00aaeb;
  font-weight: 400;
}
.ik-o-hero__form__main {
  margin-top: 6px;
}

.ik-o-modal {
  color: #262626;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -10000%;
  background-color: transparent;
  z-index: 2000;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ik-o-modal * {
  box-sizing: border-box;
}
.ik-o-modal *:before,
.ik-o-modal *:after {
  box-sizing: border-box;
}
.ik-o-modal img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
.ik-o-modal__content {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.ik-o-modal.is-show {
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.ik-o-modal.is-show .ik-o-modal__content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ik-o-ofr-detail__header {
  margin-top: 20px;
  border-top: 1px solid #d2d2d2;
  padding: 15px 0;
}
.ik-o-ofr-detail__h {
  color: #00aaeb;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.ik-o-ofr-detail__lead {
  margin-top: 2px;
}
.ik-o-ofr-detail__figs {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.ik-o-ofr-detail__figs__fig {
  width: 200px;
  float: right;
}
.ik-o-ofr-detail__figs__caption {
  width: 495px;
  float: left;
}
.ik-o-ofr-detail__labels {
  margin-top: 15px;
}
.ik-o-ofr-detail__overview {
  margin-top: 5px;
}
.ik-o-ofr-detail__comment {
  margin-top: 20px;
}
.ik-o-ofr-detail__foot-nav {
  margin-top: 20px;
}
.ik-o-ofr-detail__company {
  margin-top: 60px;
}
.ik-o-ofr-detail__entry {
  margin-top: 60px;
}
.ik-o-ofr-detail__entry--before-renew {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: initial;
}
.ik-o-ofr-detail__entry--before-renew * {
  box-sizing: initial;
}
.ik-o-ofr-detail__tel {
  margin-top: 60px;
}
.ik-o-ofr-detail__tel--before-renew {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: initial;
}
.ik-o-ofr-detail__tel--before-renew * {
  box-sizing: initial;
}
.ik-o-search__header {
  background-color: #00aaeb;
  padding: 10px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 20px;
}
.ik-o-search__h {
  position: relative;
  padding-left: 32px;
}
.ik-o-search__h:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  font-size: 22px;
  line-height: 1;
}
.ik-o-search__body {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ik-o-search__content {
  padding: 25px 0;
  position: relative;
}
.ik-o-search__content + .ik-o-search__content {
  border-top: 1px solid #e0e0e0;
}
.ik-o-search__content-in {
  position: relative;
}
.ik-o-search__content-h {
  font-size: 14px;
}
.ik-o-search__cset {
  display: table;
  width: 100%;
}
.ik-o-search__cset__h {
  display: table-cell;
  width: 22%;
  vertical-align: top;
}
.ik-o-search__cset__body {
  display: table-cell;
  vertical-align: top;
}
.ik-o-search__cset.is-middle .ik-o-search__cset__h,
.ik-o-search__cset.is-middle .ik-o-search__cset__body {
  vertical-align: middle;
}
.ik-o-search__checkboxes-a input[type="radio"],
.ik-o-search__checkboxes-a input[type="checkbox"], .ik-o-search__checkboxes-b input[type="radio"],
.ik-o-search__checkboxes-b input[type="checkbox"], .ik-o-search__checkboxes-c input[type="radio"],
.ik-o-search__checkboxes-c input[type="checkbox"] {
  vertical-align: middle;
}
.ik-o-search__checkboxes-a li {
  width: 25%;
  float: left;
}
.ik-o-search__checkboxes-b {
  display: table;
  width: 100%;
}
.ik-o-search__checkboxes-b li {
  display: table-cell;
}
.ik-o-search__checkboxes-c li {
  width: 33.3333333333%;
  float: left;
}
.ik-o-search__input-keyword {
  width: 100%;
  height: 32px;
  padding: 0 15px;
}
.ik-o-search__input-keyword:focus {
  outline: none;
}
.ik-o-search__footer {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
}
.ik-o-search__footer__btn {
  text-align: center;
}
.ik-o-search__footer .ik-o-search__counts {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5em;
}
.ik-o-search__counts {
  line-height: 1.2;
}
.ik-o-search__counts__h {
  margin: 0;
  font-size: 17px;
}
.ik-o-search__counts__num {
  font-size: 17px;
}
.ik-o-search__counts__num strong {
  color: #00aaeb;
  font-size: 25px;
}
.ik-o-search__clear {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.ik-o-search__clear__main {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
}
.ik-o-search__in-area-tabs {
  margin-top: 30px;
}
.ik-o-search__labels-wrap {
  display: table;
  width: 100%;
}
.ik-o-search__labels {
  display: table-cell;
  vertical-align: top;
}
.ik-o-search__labels-select {
  display: table-cell;
  min-width: 85px;
  vertical-align: top;
  text-align: right;
}
.ik-o-search__inputs {
  position: absolute;
  left: -100000%;
  opacity: 0;
}

.ik-o-single-contents {
  padding-bottom: 90px;
}

.ik-o-sort-selector {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.ik-o-sort-selector__header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #00aaeb;
  padding: 15px 30px;
}
.ik-o-sort-selector__h {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.ik-o-sort-selector__body {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ik-o-sort-selector__body__content {
  position: relative;
}
.ik-o-sort-selector__body__content .ik-m-search-area .ik-o-search__content-h {
  display: none;
}
.ik-o-sort-selector__body--vt-none {
  padding-top: 0;
}
.ik-o-sort-selector__form {
  border: 1px solid #e0e0e0;
}
.ik-o-sort-selector__selected-wrap {
  padding: 15px 30px;
}
.ik-o-sort-selector__selected {
  display: table;
}
.ik-o-sort-selector__selected > * {
  display: table-cell;
}
.ik-o-sort-selector__lists {
  border-top: 1px solid #e0e0e0;
  padding: 30px;
}
.ik-o-sort-selector__footer {
  position: relative;
  margin-top: 25px;
}
.ik-o-sort-selector__footer__btn {
  text-align: center;
}
.ik-o-sort-selector__footer .ik-o-sort-selector__counts {
  position: absolute;
  top: 0;
  left: 0;
}
.ik-o-sort-selector__footer .ik-o-sort-selector__clear {
  position: absolute;
  top: 0;
  right: 0;
}
.ik-o-sort-selector__footer-wrap {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.ik-o-sort-selector__footer-wrap--vt-none {
  margin-top: 0;
}
.ik-o-sort-selector__counts {
  line-height: 1.2;
}
.ik-o-sort-selector__counts__h {
  margin: 0;
  font-size: 17px;
}
.ik-o-sort-selector__counts__num {
  font-size: 17px;
}
.ik-o-sort-selector__counts__num strong {
  color: #00aaeb;
  font-size: 25px;
}
.ik-o-sort-selector__clear {
  display: inline-block;
  background-color: #e4e4e4;
  padding: 14px 25px;
  border-bottom: solid 4px #cccccc;
  border-radius: 6px;
}
.ik-o-sort-selector__clear input{
  display: none;
}
.ik-o-sort-selector__clear:active{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.ik-o-sort-selector--small {
  width: 720px;
}

.ik-t-application__form {
  margin-top: 30px;
}
.ik-t-application__links {
  margin-top: 35px;
  text-align: center;
}
.ik-t-application__links .ik-a-link + .ik-a-link {
  margin-left: 45px;
}
.ik-t-application__submit {
  margin-top: 35px;
  text-align: center;
}

.ik-t-home__search {
  margin-top: 30px;
}
.ik-t-home__sec, .ik-t-home__cta, .ik-t-home__common-contents, .ik-t-home__therp {
  margin-top: 60px;
}
.ik-t-home__seo {
  margin-top: 50px;
}
.ik-t-home__seo-search {
  margin-top: 50px;
}

.ik-o-contents__reasong {
  margin-top: 50px;
}
.ik-t-region__breadcrumbs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ik-t-region__about {
  margin-top: 50px;
}
* + .ik-t-region__sec {
  margin-top: 50px;
}
.ik-t-region__common-contents {
  margin-top: 50px;
}
.ik-t-region__seo-contents {
  margin-top: 60px;
}

.ik-t-search-home .ik-o-contents {
  padding-top: 0;
}
* + .ik-t-search-home__sec {
  margin-top: 50px;
}
.ik-t-search-home__cta-sec, .ik-t-search-home__private {
  margin-top: 60px;
}

/* No files to import found in object/98-modules/* */
/* No files to import found in object/04-pages/* */

.ik-m-aside-reco {
    margin: 0 0 20px 0;
}
.ik-m-aside-reco-title {
    margin: 0 0 13px 0;
    background: #effaff;
    border-left: 4px solid #00a0e8;
}
.ik-m-aside-reco-ttl {
    padding: 10px;
    line-height: 1;
    color: #1299cf;
    font-size: 16px;
    font-weight: normal;
}
.ik-m-aside-reco-bnr {
    margin: 0 0 10px 0;
}
.ik-m-aside-reco-bnr:last-child {
    margin: 0 0 0 0;
}
.ik-m-aside-reco-bnr img:hover {
    opacity: 0.75;
}
/*口コミ*/
.kuchikomi_wrap {
    margin: 40px 0 0 0;
    background: #f3f3f3;
    padding: 24px 0;
    font-family: Helvetica,Arial,'游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.kuchikomi_ttl {
    padding: 3px 0 0 113px;
    margin: 0 55px 20px 27px;
    background: url(/search/img/kuchikomi_img_ttl.png) no-repeat 0 0;
    min-height: 98px;
}
.kuchikomi-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}
.kuchikomi-ttl span {
    color: #f5790b;
}
.kuchikomi_in {
    background: url(/search/img/img_kuchikomi_bg.png) no-repeat center;
    padding: 145px 0;
    text-align: center;
}
.kuchikomi_in a{
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  padding: 0 0 68px 0;
  transition: all 0.3s ease 0s;
}
.kuchikomi_in a:hover{
  opacity: 0.7;
}

.ik-m-aside-reco-bnr .btn {
  border: 2px solid #00AAEB;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.ik-m-aside-reco-bnr .first-step:before {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  content: ' ';
  background-image: url(/common/img/ik/icn/icn-first-time.png);
  background-size: 12px 16px;
}


.ik-m-aside-reco-bnr .btn a {
  padding: 15px 20px 15px 30px;
  display: block;
  color: #00AAEB;
}

/*口コミ*/
/*検索*/
.srcCur-txt {
    padding: 15px 0 0 0;
}
.srcCur-txt:last-child {
    padding: 15px 0 15px 0;
}
.srcCur-txt p {
    /* overflow: hidden; */
    white-space: nowrap;
    width: 100%;
    line-height: 1;
    color: #00aaeb;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.srcCur-txt p span {
    color: #000;
    font-weight: 700;
}
/*landmark*/
.lm_wrap {
    margin: 60px 0 60px 0;
}
.lm_wrap p{
  text-align: left;
}
.lm_ttl {
    position: relative;
    border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #1f9dd7;
    padding: 18px 0 18px 0;
}
.lm_ttl:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin: 0 0 0 -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #1f9dd7 transparent transparent transparent;
}
.lm-ttl {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.lm-ttl span {
    font-weight: bold;
}
.lm-ttl .is-ss {
    font-size: 14px;
}
.lm-ttl .is-sl {
    font-size: 25px;
}
.lm-ttl .is-sp {
    display: none;
}
.lm_in {
    border-bottom: 1px solid #1f9dd7;
    border-left: 1px solid #1f9dd7;
    border-right: 1px solid #1f9dd7;
    border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 24px 20px 24px 20px;
}
.lmMokuji_wrap {
    background: #eeeeee;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 0 0 25px 0;
}
.lmMokuji-ttl {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px 0;
    color: #1f9dd7;
}
.lmMokuji-tls {
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}
.lmMokuji-tls:last-child {
    margin: 0 0 0 0;
}
.lmMokuji-tls a {
    text-decoration: underline;
}
.lmMokuji-tls a:hover {
    text-decoration: none;
}
.lmMokuji-lnk {
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 10px;
}
.lmMokuji-lnk:last-child {
    margin: 0 0 0 0;
}
.lmMokuji-lnk a {
    text-decoration: underline;
}
.lmMokuji-lnk a:hover {
    text-decoration: none;
}
.lm-txt {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 25px 0;
}
.lm-txt span {
    color: #1f9dd7;
}
.lmDet_wrap {
    margin: 0 10px 35px 10px;
}
.lmDet_wrap:last-child {
    margin: 0 10px 0 10px;
}
.lmDet-ttl {
    font-size: 15px;
    line-height: 1;
    color: #1f9dd7;
    font-weight: 600;
    background: url(../../images/re/dec_arw_bl.png) no-repeat left top 3px;
    margin: 0 0 10px 0;
}
.lmDet-ttl .is-ul {
    padding: 0 0 4px 10px;
    border-bottom: 2px solid #1f9dd7;
}
.lmDet-ttl .is-sp {
    display: none;
}
.lmDet-txt {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 20px 0;
    word-break: break-all;
}
.lmDet-txt:last-child {
    margin: 0 0 0 0;
}
.lmDet-txt a {
    text-decoration: underline;
}
.lmDet-txt a:hover {
    text-decoration: none;
}
.lmDet_wrap dl dt {
    font-size: 13px;
    line-height: 1;
    color: #1f9dd7;
    margin: 0 0 20px 0;
}
.lmDet_wrap dl dt.is-txt {
    color: #000;
    font-weight: bold;
}
.lmDet_wrap dl dd {
    font-size: 13px;
    line-height: 2;
}
.lmDet_tbl {
    margin: 0 0 25px 0;
}
.lmDet_tbl table {
    width: 100%;
    border-top: 1px solid #1f9dd7;
    border-left: 1px solid #1f9dd7;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lmDet_tbl table tr th {
    width: 33.333333%;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 0;
    font-weight: bold;
    background: #1f9dd7;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.lmDet_tbl table tr th.is-thwi {
    width: auto;
}
.lmDet_tbl table.is-dw tr th {
    width: 50%;
    padding: 7px 10px;
    text-align: left;
}
.lmDet_tbl table.is-ver1 tr.tp th:first-child {
    width: 25%;
}
.lmDet_tbl table.is-ver1 tr.tp th:nth-child(2) {
    width: 10%;
}
.lmDet_tbl table.is-ver1 tr.tp th:nth-child(3) {
    width: 65%;
}
.lmDet_tbl table.is-ver2 tr.tp th:first-child {
    width: 10%;
}
.lmDet_tbl table.is-ver2 tr.tp th:nth-child(2) {
    width: 39%;
}
.lmDet_tbl table.is-ver2 tr.tp th:nth-child(3) {
    width: 51%;
}
.lmDet_tbl table.is-ver3 tr.tp th {
    width: 25%;
}
.lmDet_tbl table.is-ver4 tr.tp th {
    width: 50%;
}
.lmDet_tbl table.is-ver5 tr.tp th {
    width: 20%;
}
.lmDet_tbl table tr.tp th:last-child {
    border-right: 1px solid #1f9dd7;
}
.lmDet_tbl table tr:last-child th {
    border-right: 1px solid #1f9dd7;
}
.lmDet_tbl table tr td {
    border-right: 1px solid #1f9dd7;
    border-bottom: 1px solid #1f9dd7;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
}
.lmDet_tbl table tr .is-tal {
    text-align: left;
    padding: 7px 10px;
}
.lmDet_tbl table.is-dw tr td {
    width: 50%;
    padding: 7px 10px;
    text-align: left;
    vertical-align: top;
}
.lmDet_tbl table.is-ver4 tr td {
    width: 50%;
}
.lmDet-tx {
    padding: 10px 0 0 0;
    font-size: 12px;
    word-break: break-all;
}
.lmDet-tx a {
    text-decoration: underline;
}
.lmDet-tx a:hover {
    text-decoration: none;
}
.lmDetList_wrap {
    padding: 10px;
    border: 1px solid #1f9dd7;
    margin: 0 0 25px 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.lmDetList_wrap li {
    font-weight: bold;
}
.lmDetList_wrap.is-ver2 li {
    float: left;
    margin: 0 15px 0 0;
}
.lm_wrap .is-clr {
    color: #1f9dd7;
}
.lm_wrap .is-clr-r {
    color: #ff0000;
    font-weight: bold;
}
.lm_wrap .is-bdr {
    text-decoration: underline;
}
.lm_wrap .is-bld {
    font-weight: bold;
}
.lmDetList_wrap.is-debdr {
    border: none;
    padding: 0;
}
.lmDet_wrap ul.is-listbot {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}
.lmDet_wrap ul.is-listbot li {
    margin-bottom: 10px;
}
.lmDet_wrap ul.is-listbot li:last-child {
    margin: 0;
}
.lmDet_tbl table tr.is-ttl th {
    background-color: #fff2cc;
    border: 1px solid #000;
    color: #000;
}
.lmDet_tbl table tr.is-ttl td {
    border: 1px solid #000;
}
.lmDet_tbl table tr.is-bg th {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
}
.lmDet_tbl table tr.is-bg td {
    border: 1px solid #000;
}
.lmDet_wrap dl.is-bld2 {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
}
.is-dttl {
    background-color: #fff;
}

/*-----------top-info-------------------*/
.kakikyuka.ik-m-seo-content {
  padding: 6px 18px;
}
.kakikyuka .ik-m-seo-content__body {
  width: 1000px;
  margin: 0 auto;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-check{
  display: none;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-label{
  display: block;
  margin-bottom: 1px;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-label .fa{
 color: #eb0000;
 margin: 0 10px;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-label img{
  width: 20%;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  font-size: 14px;
  margin-top: 0;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  line-height: normal;
}
.kakikyuka .ik-m-seo-content__body .ik-m-sentence .acd-content .mypagelogin_txt{
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: solid 2px #bad2db;
}

/*-----------faq-------------------*/
.ik-t-home__faq {
  margin-top: 50px;
}
.ik-t-home__faq .accbox {
    margin: 2em 0;
    padding: 0;
}
.ik-t-home__faq h3{
  display: inline-block;
}
.ik-t-home__faq .accbox label {
    display: block;
    margin: 5.5px 0;
    padding: 13px 12px;
    color: #262626;
    font-weight: bold;
    background: #eef5f8;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 8px;
}
.ik-t-home__faq .accbox label h3:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
.ik-t-home__faq .accbox input {
    display: none;
}
.ik-t-home__faq .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 4px;
    background: #ffffff;
    opacity: 1;
    border-radius: 4px;
}
.ik-t-home__faq .accbox .accshow p {
    margin: 15px 10px}
.cssacc:checked + label h3:before {
    content: '\f078';
}

/* interview 1014追加　*/
.interview_detail a {
  text-decoration : none;
}
.sec_interview .interview_detail {
  font-size: 14px;
  background: #f3f3f3;
  padding: 19px 33px 33px;
  margin-top: 15px;
  border-radius: 11px;
  line-height: 1.6;
}
.interview_header {
  font-size: 1.1pc;
  font-weight: 600;
  font-style: italic;
  color: #00a6e6;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #a1a1a1;
}
.p_btn  {
  float: right;
  display: inline-block;
  margin: 7px 10px 10px 0;
}
span.interview_btn  {
  position: relative;
  line-height: 25px;
  padding: 10px 20px;
  background: #00abeb;
  border-radius: 3px;
  color: #fff;
}
span.interview_btn:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin: 0;
  margin-left: 6px;
}
.ttl_comment {
  display: inline;
  font-size: 1pc;
}
/* interview 1014追加　*/

/* ▽special banner 21/01/14追加　*/

.ik-m-recommend-specialbanner {
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.recently .ik-m-icn-header {
  position: relative;
}
.recently .ik-m-icn-header__link {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
.recently .ik-m-icn-header__link a {
  color: #333;
}
a.ik-m-recommend-specialbanner--link {
  padding: 16px;
  display: block;
  opacity: 1;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a.ik-m-recommend-specialbanner--link:hover {
  opacity: 0.7;
}
.detail-recommend-specialbanner .swiper-wrapper {
  display: inline-block;
  max-width: 100%;
}

.ik-m-recommend-specialbanner--container .swiper-wrapper .swiper-slide-active {
  box-sizing: border-box;
}

.swiper-slide.ik-m-recommend-specialbanner--box {
  display: inline-block;
  border: 1px rgb(229, 229, 229) solid;
  border-radius: 8px;
  background-color: white;
  box-shadow: -5px 0px 8px 0px rgba(182, 182, 182, 0.35);
  width: 32.66666%;
  width: -webkit-calc(98% / 3);
  width: calc(100% / 4);
  margin-right: 2%;
  box-sizing: border-box;
}

.swiper-slide.ik-m-recommend-specialbanner--box:hover {
  opacity: 0.8;
}

.detail-recommend-specialbanner
  .swiper-slide.ik-m-recommend-specialbanner--box {
  margin-right: 2px;
}
.detail-recommend-specialbanner
  .swiper-slide.ik-m-recommend-specialbanner--box:nth-child(3n) {
  margin-right: 0;
}
.detail-recommend-specialbanner
  .swiper-slide.ik-m-recommend-specialbanner--box {
  margin-bottom: 1%;
}
.ik-m-recommend-specialbanner--ttl {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 3% 6%;
  font-size: 12px;
  color: #0e0e28;
  height: 76px;
}
.ik-m-recommend-specialbanner--img {
  display: inline-block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.ik-m-recommend-specialbanner--img img {
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.ik-m-recommend-specialbanner--img .tag {
  color: white;
  position: absolute;
  left: 7px;
  top: 140px;
  padding: 0.5% 4% 0;
  border-radius: 5px;
  border: 2px solid white;
}
/* 理学療法士 */
.ik-m-recommend-specialbanner--img .pt {
  background: #0072df;
}
/* 作業療法士 */
.ik-m-recommend-specialbanner--img .ot {
  background: #db1b6a;
}
/* 言語聴覚士 */
.ik-m-recommend-specialbanner--img .st {
  background: #05ac9e;
}
/* 臨床検査技師 */
.ik-m-recommend-specialbanner--img .mt {
  background: #ff8b00;
}
/* 臨床工学技士 */
.ik-m-recommend-specialbanner--img .me {
  background: #0083af;
}
/* 診療放射線技師 */
.ik-m-recommend-specialbanner--img .rt {
  background: #008c23;
}
/* 管理栄養士/栄養士 */
.ik-m-recommend-specialbanner--img .nrd {
  background: #e2ad09;
}

.ik-m-recommend-specialbanner--ttl h3 {
  font-size: 12px;
  font-weight: normal;
  height: 4.3em;
}
.ik-m-recommend-specialbanner--container .swiper-wrapper{
  padding: 30px 0 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.ik-m-recommend-specialbanner--container .swiper-wrapper .swiper-slide {
  border: 1px rgb(229, 229, 229) solid;
  border-radius: 8px;
  width: 32.66666%;
  width: -webkit-calc(98% / 3);
  width: calc(100% / 4);
  box-sizing: border-box;
}


.ik-m-recommend-specialbanner--container .detail {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.ik-m-recommend-specialbanner--container .detail i {
  font-size: 16px;
  padding-right: 4px;
}

.ik-m-recommend-specialbanner--container .detail span {
  color: #00aaeb;
}
.ik-m-recommend-specialbanner--container .detail .access,
.ik-m-recommend-specialbanner--container .detail .salary,
.ik-m-recommend-specialbanner--ttl h3,
.ik-m-recommend-specialbanner--ttl .tag {
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: auto;
}
.ik-m-recommend-specialbanner--container .detail .access,
.ik-m-recommend-specialbanner--container .detail .salary,
.ik-m-recommend-specialbanner--ttl .tag {
  height: 1.5em;
}
.ik-m-recommend-specialbanner--container .detail .access,
.ik-m-recommend-specialbanner--container .detail .salary {
  height: 1.5em;
  margin-top: 4px;
}
.ik-m-recommend-specialbanner--container .detail .access::before,
.ik-m-recommend-specialbanner--container .detail .salary::before,
.ik-m-recommend-specialbanner--ttl h3::before,
.ik-m-recommend-specialbanner--ttl .tag::before,
.ik-m-recommend-specialbanner--container .detail .access::after,
.ik-m-recommend-specialbanner--container .detail .salary::after,
.ik-m-recommend-specialbanner--ttl h3::after,
.ik-m-recommend-specialbanner--ttl .tag::after {
  content: "...";
  line-height: 1;
  position: absolute;
  right: 0;
  top: 3em;
  -ms-wrap-flow: start;
}
.ik-m-recommend-specialbanner--container .detail .access::after,
.ik-m-recommend-specialbanner--container .detail .salary::after,
.ik-m-recommend-specialbanner--ttl h3::after,
.ik-m-recommend-specialbanner--ttl .tag::after {
  background: currentColor;
  color: white;
  top: auto;
}
@supports (-webkit-line-clamp: 1) {
  .ik-m-recommend-specialbanner--container .detail .access,
  .ik-m-recommend-specialbanner--container .detail .salary,
  .ik-m-recommend-specialbanner--ttl .tag {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
  .ik-m-recommend-specialbanner--container .detail .access::before,
  .ik-m-recommend-specialbanner--container .detail .salary::before,
  .ik-m-recommend-specialbanner--ttl h3::before,
  .ik-m-recommend-specialbanner--ttl .tag::before,
  .ik-m-recommend-specialbanner--container .detail .access::after,
  .ik-m-recommend-specialbanner--container .detail .salary::after,
  .ik-m-recommend-specialbanner--ttl h3::after,
  .ik-m-recommend-specialbanner--ttl .tag::after {
    content: normal;
  }
}
@supports (-webkit-line-clamp: 4) {
  .ik-m-recommend-specialbanner--ttl h3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 5.2em;
  }
  .ik-m-recommend-specialbanner--container .detail .access::before,
  .ik-m-recommend-specialbanner--container .detail .salary::before,
  .ik-m-recommend-specialbanner--ttl h3::before,
  .ik-m-recommend-specialbanner--container .detail .access::after,
  .ik-m-recommend-specialbanner--container .detail .salary::after,
  .ik-m-recommend-specialbanner--ttl h3::after {
    content: normal;
  }
}

.ik-m-recommend-specialbanner--container .ik-a-save--btn {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 9px;
  display: block;
  border-radius: 8px;
}
.ik-m-recommend-specialbanner--container svg {
  vertical-align: middle;
}
.ik-m-recommend-specialbanner--container .ik-a-save--btn span {
  font-size: 14px;
}
.ik-m-recommend-specialbanner--container .ik-m-ofr-meta__info__save {
  width: 100%;
}
.ik-m-recommend-specialbanner--container .ik-a-save--btn a,
.ik-m-recommend-specialbanner--container .ik-a-save--btn a.is-active2 {
  padding: 16px 0;
}
.ik-m-sec__header .swiper-button-next,
.ik-m-sec__header .swiper-button-prev {
  border-radius: 5px;
  background-color: #909090ad;
  height: 73px;
  top: calc(55% - 45px);
  width: 22px;
  background-image: none;
  margin-top: 0;
}

.ik-m-recommend-specialbanner .ik-m-sec__header .swiper-button-prev {
  left: 0;
}
.ik-m-recommend-specialbanner .ik-m-sec__header .swiper-button-next {
  right: 0;
}
.ik-m-recommend-specialbanner .ik-m-sec__header .swiper-button-next:hover, .ik-m-recommend-specialbanner .ik-m-sec__header .swiper-button-prev:hover {
  opacity: 0.8;
}

.ik-m-recommend-specialslide .swiper-button-next::after,
.ik-m-recommend-specialslide .swiper-button-prev::before,
.ik-m-sec__header .swiper-button-next::after,
.ik-m-sec__header .swiper-button-prev::before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.ik-m-recommend-specialslide .swiper-button-next::after,
.ik-m-recommend-specialslide .swiper-button-prev::before {
  color: #a7adb2;
}

.ik-m-recommend-specialslide .swiper-button-prev::before,
.ik-m-sec__header .swiper-button-prev::before {
  transform: rotate(180deg);
}
.ik-m-sec__header .swiper-button-prev.swiper-button-disabled,
.ik-m-sec__header .swiper-button-next.swiper-button-disabled {
  pointer-events: painted;
}

.ik-m-recommend-specialbanner--pagination {
  width: 100%;
  padding: 0 0 2.5%;
  display: block;
  position: relative;
}

.ik-m-recommend-specialbanner--pagination span.swiper-pagination-bullet,
.ik-m-recommend-specialslide--pagination span.swiper-pagination-bullet  {
  margin: 3px;
}

.ik-m-recommend-specialslide {
  position: relative;
}

.ik-m-recommend-specialslide--box {
  width: 720px;
  display: flex;
  justify-content: center;
}
.ik-m-recommend-specialslide--img {
  object-fit: cover;
  width: 698px;
  padding: 0 5%;
  border-radius: 1.2vw;
  overflow: hidden;
}

.ik-m-recommend-specialslide--img img {
  width: 100%;
}

.ik-m-recommend-specialslide--pagination {
  width: 100%;
  position: static;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  margin: 2% 0;
}

.ik-m-recommend-specialslide .swiper-button-next, .ik-m-recommend-specialslide .swiper-button-prev {
  background-image: none;
  height: 113px;
  top: calc(40% - 45px);
  width: 29px;
  margin-top: 0;
}

*:focus { outline:none; }
/* recommend recently include css  20200420*/

/*spacialbanner 20210913kipply*/
.ik-m-icn-header__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 9;
    margin: -17px 0 0 0;
}
.ik-m-icn-header__btn a {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #91D8F3;
    display: block;
    text-decoration: none;
    color: #00aaeb;
}
.ik-m-icn-header__btn a:hover {
    background-color: #00aaeb;
    color: #fff;
}
.ik-m-icn-header__btn .is-arw {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    line-height: 1;
}
.ik-m-icn-header__btn .is-arw:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    color: #00aaeb;
    margin: -7px 0 0 0;
}
.ik-m-icn-header__btn a:hover .is-arw:after {
    color: #fff;
}
/*spacialbanner 20210913kipply*/

/*企業の求人一覧ページ*/
.ik-m-company__caption__description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ik-m-company__info__description {
  margin: 0 0 25px 0px;
  position: relative;
}
.ik-m-company__info__description:after {
  content: "続きを読む";
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  width: 108px;
  height: 30px;
  margin: 0 0 0 -54px;
  box-sizing: border-box;
  border: 1px solid #8AC9E4;
  background: #ffffff;
  border-radius: 21px;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  pointer-events: painted;
  text-align: center;
  cursor: pointer;
  display: block;
}
.ik-m-company__info__description.is-on {
  height: auto;
  padding: 0 0 40px 0;
}
.ik-m-company__info__description.is-on:after {
  content: "閉じる";
}
.ik-m-company__info__description {
  font-size: 12px;
  position: relative;
  height: 73px;
  overflow: hidden;
}
.ik-m-company__info__description.is-on .ik-m-sec__body__description {
  height: auto;
}
.ik-m-company__info__description:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 22px;
  background: url(/sp/common/images/flat_bg.png) repeat-x center bottom;
  background-size: 177px auto;
}
.ik-m-company__info__description.is-on .ik-m-sec__body__description:before {
  display: none;
}
.ik-o-ofr-company__description td {
  word-break:break-all;
}


/* MAG_UNEI-7786------------------------------------ST */
/* 条件を探すボタン */
.c-conditionSearch-button {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #0050AF;
  border-radius: 50px;
  border: solid 1px #0050AF;
  outline: none;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-conditionSearch-button:hover {
  border-color: #0050AF;
  text-decoration: none;
  opacity: .8;
}
.c-conditionSearch-button span {
	position: relative;
	z-index: 2;
	display: block;
  padding: 8px 40px;
	background: #0050AF;
	border-radius: 50px;
	color: #FFF;
  transition: all 0.3s ease;
}
.pushdown:before {
  content:"";
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #002047;
}
.pushdown:hover span {
  background-color: #0050AF;
  color: #fff;
  transform: translateY(4px);
}
.c-conditionSearch-button span:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1;
}

.c-conditionSearch-button-top {
  margin-top: 20px;
}
.c-conditionSearch-button-footer {
  width: 60%;
}
.c-conditionSearch-button-footer span {
  padding: 11px 40px;
}
.l-conditionSearch-footer {
  border-top: 1px solid #E0E0E0;
  padding: 25px 0 40px;
  text-align: center;
}
/* トップページ 仕事別 */
.l-conditionSearch-job_region {
  padding: 25px 0 40px;
  text-align: center;
}
.l-conditionSearch-job_region span:after {
  right: 18px;
}
.l-conditionSearch-job_region .c-conditionSearch-button {
  font-weight: normal;
}
.l-conditionSearch-job_region .c-conditionSearch-button span {
  padding: 11px 30px;
}
.l-conditionSearch-job_region .c-conditionSearch-button-footer {
  width: 70%;
}

/* 検索ページ */
.l-searchPage-conditionSearch {
  border-top: 1px solid #E0E0E0;
  padding: 25px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
}
.l-searchPage-conditionSearch .ik-o-search__counts {
  order: 1;
}
.l-searchPage-conditionSearch .c-conditionSearch-button {
  width: 50%;
  order: 2;
}
.l-searchPage-conditionSearch .ik-o-search__clear {
  order: 3;
  position: static;
  margin-top: 0;
}

/* 【仕事別】 トップ */
.l-jobRegionPage-conditionSearch {
  border-top: 1px solid #E0E0E0;
  padding: 25px 0 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
  gap: 0 50px;
}

.p-section-header {
  position: relative;
  border-radius: 6px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 0;
  background-color: #00aaeb;
  overflow: hidden;
}

.p-section-header .p-section-header__heading {
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
}

.p-section-header .p-section-header__heading span {
  font-weight: bold;
}

.p-section-header .p-section-header__heading .p-section-header__update {
  font-size: 16px;
  color: #FFEB64;
  padding-left: 18px;
}


/* トップ */
/* 今週のピックアップ求人 */

.p-recommend-offer-section .swiper-wrapper {
  height: 310px;
}
.p-recommend-offer-section .sp {
  display: none;
}

/* トップ・職種トップ用の求人カセット高さ調整用 */
.p-recommend-offer-section .c-recommend-top-offer .swiper-wrapper {
  height: 360px;
}

/* タグ */
.p-recommend-offer-section .swiper-ttl .tag {
  display: flex;
  gap: 4px 6px;
  flex-wrap: wrap;
}
/* キャッチコピー */
.p-recommend-offer-section .swiper-ttl h3 {
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  font-size: 15px;
  margin-top: 14px;
  color: #333;
  line-height: 1.3;
}

/* 共通 アクセス・最寄り */
.p-recommend-offer-section .detail {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  line-height: 2.5;
  margin-top: 10px;
}

.p-recommend-offer-section .c-recommend-top-offer .detail {
  margin-top: 13px;
}

.p-recommend-offer-section .detail .access .access-map:before,
.p-recommend-offer-section .detail .station .station-info:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 18px;
  background-size: contain;
  vertical-align: sub;
  background-repeat: no-repeat;
  padding-right: 27px;
}

.p-recommend-offer-section .detail .access .access-map span,
.p-recommend-offer-section .detail .station .station-info span,
.p-recommend-offer-section .detail .salary .salary-info .salary-info-text {
  color: #333;
  font-weight: normal;
  font-size: 13px;
}

.p-recommend-offer-section a.ik-m-recommend-offer--link {
  padding: 12px 12px 0;
  height: 380px;
}


/* アクセス */
.p-recommend-offer-section .detail .access .access-map {
  padding-left: 1px;
}
.p-recommend-offer-section .detail .access .access-map:before {
  background-image: url("/images/area.svg");
  padding-right: 25px;
}

/* 最寄り駅 */
.p-recommend-offer-section .detail .station .station-info:before {
  background-image: url("/images/train.svg");
}
.p-recommend-offer-section .detail .station .station-info {
  display: flex;
  align-items: flex-start;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.p-recommend-offer-section .detail .station .station-info span {
  line-height: 1.3;
}


/* モデル年収 */
.p-recommend-offer-section .detail .salary {
  overflow: visible;
}
/* .p-recommend-offer-section .detail .salary .salary-info:before {
  background-image: url("/images/money.svg");
} */
.p-recommend-offer-section .detail .salary .salary-info {
  display: flex;
}
.p-recommend-offer-section .detail .salary .salary-info-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}


/* 下部 ボタン */
.c-save-button__top {
  position: absolute;
  bottom: 5px;
  margin: auto;
  right: 0;
  left: 0;
}
/* 保存前 */
.c-save-button__top .is-active2 {
  background: #F5FCFF;
  border: 2px solid #C5E4F2;
  border-radius: 5px;
}
/* 保存後 */
.c-save-button__top .is-active {
  background: #FFF7D9;
  border: 2px solid #FFDF60;
  border-radius: 5px;
}
.c-save-button__top a {
  cursor: pointer;
  color: #7a7a7a;
  font-size: 13px;
}
.c-save-button__top .is-active .del {
  color: #F3C40A;
}

/* swiper */
.p-recommend-offer-section .swiper-button-prev,
.p-recommend-offer-section .swiper-button-next {
  border-radius: 5px;
  background-color: #909090ad;
  height: 73px;
  top: calc(50% - 45px);
  width: 22px;
  background-image: none;
  margin-top: 0;
}

/* 最近見た求人 */
.ik-m-recommend-offer.recently .p-section-secondary-header__heading {
  color: #00AAEB;
}

.p-recommend-offer-section .p-history-nothing__wrapper {
  color: #333;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  margin: 16px 0;
}
.p-recommend-offer-section .p-history-nothing__wrapper p {
  font-size: 15px;
}
.p-recommend-offer-section .p-history-nothing__wrapper > p {
  margin-top: 19px;
}

.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-button {
  text-align: center;
}
.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-button .c-conditionSearch-button-top {
  margin-top: 17px;
}
.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-button .c-conditionSearch-button {
  width: 40%;
}
.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-button .c-conditionSearch-button span {
  font-size: 16px;
  padding: 12px 40px;
}

.p-recommend-offer-section .p-history-nothing__wrapper p {
  text-align: center;
}

.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-textarea {
  text-align: center;
  font-size: 13px;
  background: #EBF9FF;
  width: 70%;
  margin: auto;
  padding: 10px 0;
  margin-top: 25px;
  margin-bottom: 21px;
  border-radius: 5px;
}
.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-textarea p {
  font-size: 12px;
}
.p-recommend-offer-section .p-history-nothing__wrapper .p-history-nothing-textarea p:after {
  content: '';
  display: inline-block;
  background-image: url("/images/files.svg");
  width: 41px;
  height: 39px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

/* 閲覧履歴からおすすめ */
.p-recommend-offer-browsingHistory-section .tag {
  display: flex;
  gap: 4px 6px;
  flex-wrap: wrap;
  font-weight: normal;
}
.p-recommend-offer-browsingHistory-section .ik-m-recommend-offer--ttl {
  padding-left: 0;
}
.p-recommend-offer-browsingHistory-section .tag::after {
  display: none;
}
.p-recommend-offer-browsingHistory-section .tag .job_tag {
  background: #0074e1;
  padding: 1px 5px;
  border-radius: 4px;
  color: #FFF;
}
.p-recommend-offer-browsingHistory-section .swiper-slide .ik-m-recommend-offer--ttl {
  width: 100%;
}
.p-recommend-offer-browsingHistory-section .swiper-ttl h3 {
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  font-size: 16px;
  margin-top: 14px;
  color: #333;
  height: auto;
  font-weight: bold;
}

.p-recommend-offer-browsingHistory-section .detail {
  font-weight: normal;
  color: #333;
  font-size: 15px;
}

.p-recommend-offer-browsingHistory-section .swiper-wrapper {
  /* height: 330px; */
  height: 300px;
}

/* 各種トップ アコーディオン対応 */
.advisor_warp {
  border-radius: 5px;
  position: relative;
  color: #848484;
  margin-top: 35px;
}
.advisor_ttl {
  margin-bottom: 5px;
}
.advisor_ttl .ttl {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.advisor_txt {
  height: 110px;
  overflow: hidden;
  transition: opacity 0.4s ease-out,all 0.4s ease-out;
}
.advisor_txt .txt {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
.advisor_btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.advisor_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(245, 245, 245, 0) 0%, #ffffff 100%);
}
.advisor_btn a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  background: url(/search/img/re/advisor_down_icn.svg) no-repeat center;
  background-size: 20px auto;
}
.advisor_txt.on .txt {
  padding-bottom: 30px;
}
.advisor_txt.on .advisor_btn a {
  background: transparent;
}
.advisor_txt.on .advisor_btn a:before {
  background: url(/search/img/re/advisor_up_icn.svg) no-repeat center;
  background-size: 20px auto;
}

.p-region-btns__offerlist .ik-a-region-h {
  padding-left: 22px;
}
.p-region-btns__offerlist .ik-m-region-btns__btn {
  padding: 20px 7px;
}

/* MAG_UNEI-7786------------------------------------ED */
/* MAG_UNEI-8142------------------------------------ST */
.p-section-secondary-header {
  position: relative;
  border-bottom: 1px solid #00AAEB;
  padding-bottom: 8px;
  padding-left: 0px;
  /* padding-bottom: 10px;
  padding-left: 16px; */
  margin-top: 30px;
}

.p-section-header__btn,
.p-section-secondary-header__btn {
  position: absolute;
}

.p-section-header__btn {
  top: 18%;
  right: 20px;
}

.p-section-secondary-header__btn {
  top: -3px;
  right: 20px;
}

.p-section-header__btn a,
.p-section-secondary-header__btn a {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #91D8F3;
  display: block;
  text-decoration: none;
  color: #00aaeb;
}

.p-section-header__btn a {
  padding: 5px 40px;
}

.p-section-secondary-header__btn a {
  padding: 3px 40px;
}

.c-right-arrow__main-blue {
  position: relative;
}

.c-right-arrow__main-blue::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #00AAEB;
  border-right: 1px solid #00AAEB;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 7px;
  right: 15px;
  border-radius: 1px;
  bottom: 0;
  margin: auto;
}

.p-section-secondary-header .p-section-secondary-header__heading {
  font-size: 18px;
}

/* 求人詳細 保存ボタン */
.c-save-button__search-detail {

}
/* 保存前 */
.c-save-button__search-detail .is-active2 {
  background: #F5FCFF;
  border: 2px solid #C5E4F2;
  border-radius: 5px;
}
/* 保存後 */
.c-save-button__search-detail .is-active {
  background: #fff7d9;
  border: 2px solid #FFDF60;
  border-radius: 5px;
}
.c-save-button__search-detail a.is-active span.del{
  color: #F3C40A;
}
.c-save-button__search-detail a {
  cursor: pointer;
  color: #7a7a7a;
}
.c-save-button__search-detail .is-active .del {
  color: #7a7a7a;
}

/* 求人カセット ミドル版 */
.p-joboffer-cassette__middle .detail {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  line-height: 2.5;
  margin-top: 10px;
}

/* タグ */
.p-joboffer-cassette__middle .swiper-ttl .jb-tag__wrapper {
  display: flex;
  gap: 4px 6px;
  flex-wrap: wrap;
}
.p-joboffer-cassette__middle .swiper-ttl .jb-tag__wrapper .jb-tag {
  background: #0074e1;
  padding: 1px 5px;
  border-radius: 4px;
  color: #FFF;
}


/* キャッチコピー */
.p-joboffer-cassette__middle .swiper-ttl h3 {
  font-size: 15px;
  margin-top: 14px;
  color: #333;
  line-height: 1.3;
  height: auto;
  font-weight: bold;
}

.p-joboffer-cassette__middle .ik-m-recommend-offer--ttl {
  width: 100%;
  padding-left: 0;
}

.p-joboffer-cassette__middle .detail .access .access-map:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 18px;
  background-size: contain;
  vertical-align: text-top;
  background-repeat: no-repeat;
  padding-right: 27px;
}

.p-joboffer-cassette__middle .detail .access .access-map span,
.p-joboffer-cassette__middle .detail .salary .salary-info .salary-info-text {
  color: #333;
  font-weight: normal;
  font-size: 13px;
}

/* アクセス */
.p-joboffer-cassette__middle .detail .access .access-map {
  padding-left: 1px;
}
.p-joboffer-cassette__middle .detail .access .access-map:before {
  background-image: url("/images/area.svg");
  padding-right: 25px;
}

/* 年収 */
.p-joboffer-cassette__middle .detail .salary {
  overflow: visible;
}

.p-joboffer-cassette__middle .detail .salary .salary-info {
  display: flex;
}

.p-joboffer-cassette__middle .detail .salary .salary-info-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-joboffer-cassette__middle a.ik-m-recommend-offer--link {
  height: 290px;
}

/* --- 求人一覧 最寄り駅調整 --- */
.p-offer-cassette__offer-list .detail .station .station-info:before {
  padding-right: 20px;
}

/* 求人詳細 求人カセットの高さ調整 */
.detail-recommend-offer .p-joboffer-cassette__middle .swiper-wrapper .ik-m-recommend-offer--box {
  height: 360px;
}

/* MAG_UNEI-8142------------------------------------ED */
/* MAG_UNEI-8251------------------------------------ST */
.top-page__banner {
  text-align: center;
  margin-top: 35px;
}
/* MAG_UNEI-8251------------------------------------ED */

/* 公開求人 */
.openJob-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  background-color: #EEF5F8;
  padding: 16px 0;
}
.openJob-container {
  max-width: 1040px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
.openJob-wrapper .openJob-number-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.openJob-wrapper .openJob-number-wrapper .openJob-label {
  font-size: 12px;
  color: #fff;
  background-color: #0074E1;
  border-radius: 3px;
  width: 77px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.openJob-wrapper .openJob-number-wrapper .site-leadText {
  font-size: 16px;
  font-weight: bold;
}
.openJob-wrapper .openJob-number-wrapper .openJob-number {
  font-size: 30px;
  font-weight: bold;
  color: #0074E1;
  line-height: 1.2;
}
.openJob-wrapper .openJob-number-wrapper .openJob-number .openJob-number-text {
  font-size: 14px;
  color: #333;
}
.openJob-wrapper .siteTop-linkList {
  margin-top: 15px;
}
.openJob-wrapper .siteTop-linkList ul:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.openJob-wrapper .siteTop-linkList ul:first-child li a {
  width: 328px;
  height: 47px;
}

.openJob-wrapper .siteTop-linkList ul:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 9px;
}
.openJob-wrapper .siteTop-linkList ul:last-child li a {
  width: 196px;
  height: 43px;
}
.openJob-wrapper .siteTop-linkList ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #FFF;
  font-size: 15px;
}
.openJob-wrapper .siteTop-linkList ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.openJob-wrapper .siteTop-linkList .link-pt {
  color: #0074E1;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.openJob-wrapper .siteTop-linkList .link-pt::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 24px;
  background-image: url(/common/img/icon-pt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.openJob-wrapper .siteTop-linkList .link-ot {
  color: #EC71A4;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.openJob-wrapper .siteTop-linkList .link-ot::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url(/common/img/icon-ot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.openJob-wrapper .siteTop-linkList .link-st {
  color: #58C7AB;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.openJob-wrapper .siteTop-linkList .link-st::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 21px;
  background-image: url(/common/img/icon-st.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.openJob-wrapper .siteTop-linkList .link-mt {
  color: #FF7F00;
}
.openJob-wrapper .siteTop-linkList .link-me {
  color: #0099CC;
}
.openJob-wrapper .siteTop-linkList .link-rt {
  color: #00CC33;
}
.openJob-wrapper .siteTop-linkList .link-nrd {
  color: #EAC533;
}
.openJob-wrapper .siteTop-linkList .link-dental {
  color: #1562AD;
}

.openJob-wrapper .link-other {
  text-align: right;
  margin-top: 12px;
}

.openJob-wrapper .link-other a {
    color: #0971B9;
    font-size: 14px;
    padding-right: 14px;
    position: relative;
}

.openJob-wrapper .link-other a::after {
    content: '';
    background: url(/common/img/support-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 25%;
    width: 7px;
    height: 14px;
}

/* footer fix navi */
.footer-fixedNavi {
  position: fixed;
  opacity: 1;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #CFD0D0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: .4s;
}
.footer-fixedNavi.is-hidden {
  opacity: 0;
  transform: translateY(100%);
}

.footer-fixedNavi a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* cv button */
.footer-fixedNavi .footerNavi-cvButton {
  background: #FF912c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 466px;
  height: 60px;
  gap: 10px;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.footer-fixedNavi .footerNavi-cvButton::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 24px;
  border-radius: 1px;
}
.footer-fixedNavi .footerNavi-cvButton .button-label {
  font-size: 14px;
  background: #FFF;
  color: #FF912c;
  border-radius: 50px;
  padding: 3px 8px;
}
.footer-fixedNavi .footerNavi-cvButton .button-text {
  font-size: 18px;
  color: #FFF;
}
/* firsttime button */
.footer-fixedNavi .footerNavi-firstTimeButton {
  border: 1px solid #0074E1;
  background: #FFF;
  border-radius: 50px;
  width: 362px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.footer-fixedNavi .footerNavi-firstTimeButton::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #0074E1;
  border-right: 3px solid #0074E1;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 24px;
  border-radius: 1px;
}
.footer-fixedNavi .footerNavi-firstTimeButton .button-text {
  color: #0074e1;
  font-size: 18px;
  padding-left: 28px;
  position: relative;
}
.footer-fixedNavi .footerNavi-firstTimeButton .button-text:before {
  content: "";
  position: absolute;
  background: url(/common/img/firest-time-icon.svg);
  width: 24px;
  height: 24px;
  top: 8%;
  left: 0;
}

/*MAG-UNEI 12716 style button clear & search*/
.c-conditionClear-btn {
  background: #dddddd;
  color: #444444;
  border: solid 1px #dddddd;
}

.c-conditionClear-btn span {
  background: #dddddd;
  color: #444444;
}

.c-conditionClear-btn:hover {
  border-color: #dddddd;
  text-decoration: none;
  opacity: .8;
}

.c-conditionClear-btn.pushdown:hover span {
  background: #dddddd;
  color: #444444;
}

.c-conditionClear-btn span:after {
  display: none;
}

.l-jobRegionPage-conditionSearchCustom {
  gap: 0 20px;
}

.l-jobRegionPage-conditionSearchCustom .ik-o-search__counts {
  width: 25%;
}

.l-conditionSearch-footer-type2 {
  display: flex;
  gap: 20px;
}

.ik-m-recommend-specialbanner--container .swiper-wrapper {
  height: auto;
}

.l-searchPage-conditionSearch.search-footer .c-conditionSearch-button {
  width: 40%;
  order: 2;
}
