f@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=gloss_wave&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=glass&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=gloss_wave&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=gloss_wave&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  /*text-decoration: none*/
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
  background-color: none;
}

.ui-button.ui-spinner-down .ui-icon {
  background-image: url(../img/icon_spinner_arrow_down.svg);
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  /*border: 1px solid #77d5f7*/
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #2191c0 url("images/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold;
}

.ui-widget-header a {
  color: #eaf5f7;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #77d5f7;
  font-weight: normal;
  color: #fff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #fff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  /*border: 1px solid #448dae;*/
  /*background: #79c9ec url("images/ui-bg_glass_75_79c9ec_1x400.png") 50% 50% repeat-x;*/
  /*font-weight: normal;*/
  /*color: #026890*/
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  /*color: #026890;*/
  /*text-decoration: none*/
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /*border: 1px solid #acdd4a;
	background: #6eac2c url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #fff*/
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #acdd4a;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd113;
  background: #f8da4e url("images/ui-bg_glass_55_f8da4e_1x400.png") 50% 50% repeat-x;
  color: #915608;
}

.ui-state-checked {
  border: 1px solid #fcd113;
  background: #f8da4e;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #915608;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #e14f1c url("images/ui-bg_gloss-wave_45_e14f1c_500x100.png") 50% top repeat-x;
  color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_0078ae_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_d8e7f3_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  /*background-image: url("images/ui-icons_056b93_256x240.png")*/
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  /*background-image: url("images/ui-icons_f5e175_256x240.png")*/
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_f7a50d_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_fcd113_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../img/icon_spinner_arrow.svg");
  background-position: center;
  background-size: contain;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 5px 5px 0 #999;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-x: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/******************* EXTERNAL SCROLLBAR *******************/
.external-scroll_x,
.external-scroll_y {
  border: solid 1px #9999fc;
  cursor: pointer;
  /*display: none;*/
  position: absolute;
}

.external-scroll_x {
  display: block;
  height: 16px;
  right: 18px;
  top: 0;
  max-width: 800px;
  width: 70%;
  border: 1px solid #ababab;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 18px;
  right: 18px;
  top: 0;
  max-width: 800px;
  width: 70%;
  border: 1px solid #ababab;
}

.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 200px;
  left: 610px;
  top: 0;
  width: 10px;
}

.external-scroll_x div,
.external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background: #004098;
  z-index: 12;
  height: 14px;
  box-sizing: border-box;
  top: 1px;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}

.external-scroll_y .scroll-bar {
  height: 100px;
}

.scroll-arrow.scroll-arrow_less,
.scroll-arrow.scroll-arrow_more {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border: 1px solid #ababab;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-arrow.scroll-arrow_less {
  -webkit-transform: translate3d(-19px, -1px, 0);
  transform: translate3d(-19px, -1px, 0);
  background-image: url(../img/icon_triangle_left.svg);
  border-right: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.scroll-arrow.scroll-arrow_more {
  -webkit-transform: translate3d(19px, -1px, 0);
  transform: translate3d(19px, -1px, 0);
  background-image: url(../img/icon_triangle_right.svg);
  border-left: 0;
  left: auto;
  right: 0;
  top: 0;
  position: absolute;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  /*font-family: sans-serif;*/
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background: #fff;
  min-width: 1120px;
  color: #333;
}

@media (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

html,
body {
  font-size: 62.5%;
  font-size: 10px;
  font-weight: 500;
  font-feature-setting: "pkna";
  font-feature-setting-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:active img,
a:hover img,
a:focus img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'ico';
  src: url("fonts/ico.eot?1wtxdo");
  src: url("fonts/ico.eot?1wtxdo#iefix") format("embedded-opentype"), url("fonts/ico.ttf?1wtxdo") format("truetype"), url("fonts/ico.woff?1wtxdo") format("woff"), url("fonts/ico.svg?1wtxdo#ico") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico' !important;
  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;
}

.icon-minus:before {
  content: "\e900";
}

.icon-minus,
.icon-plus {
  background: #FFF;
  border: 1px solid #004098;
}

.icon-plus:before {
  content: "\e902";
}

.icon-x:before {
  content: "\e903";
}

.icon-check {
  color: #81773f;
  padding-right: 4px;
}

.main {
  width: 100%;
  min-width: 1120px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .main {
    padding-top: 50px;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.dis-none {
  display: none;
}

@media (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

.fa-border {
  border: 1px solid #941f24 !important;
  padding: 2px;
}

.supported-txt {
  text-align: center;
  margin-top: 35px;
}

.supported-txt a {
  color: #757575;
  font-size: 13px;
  font-size: 1.3rem;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.footer {
  background: #f5f5f5;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  width: 100%;
  min-width: 1160px;
  padding: 30px 0;
}

.footer__copyright {
  color: #004098;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  letter-spacing: 5px;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.header {
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  min-width: 1120px;
  width: 100%;
  max-height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header__container {
  text-align: center;
  height: 100%;
}

.header__container img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.tab__list {
  padding-bottom: 35px;
}

.tab__list:before,
.tab__list:after {
  display: block;
  content: ' ';
}

.tab__list:after {
  clear: both;
}

@media (max-width: 768px) {
  .tab__list {
    padding: 0 20px 20px;
  }
}

.tab__list__container {
  width: 100%;
  margin-bottom: 40px;
}

.tab__list--detail {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .tab__list--detail {
    overflow: hidden;
  }

  .tab__list--detail:before,
  .tab__list--detail:after {
    display: none;
  }

  .tab__list--detail .tab__item {
    white-space: nowrap;
    padding-right: 5px;
  }

  .tab__list--detail .tab__item:last-child {
    padding-right: 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .tab__list--detail .tab__item {
    padding-right: 0;
    margin-right: 10px;
    padding-bottom: 10px;
  }
}

.tab__list.dis-none {
  display: none;
}

.tab__item {
  box-sizing: border-box;
  width: 31.66667%;
  margin-right: 2.5%;
  float: left;
}

.tab__item:last-child {
  margin-right: 0;
}

.tab__item--area {
  width: calc(((100% - 160px)/8) - (0.95% * 9 / 9));
  margin-right: 0.95%;
}

.tab__item--area.tab__item--other {
  width: 160px;
}

.tab__item--area .tab__label {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 5px;
}

@media (max-width: 768px) {
  .tab__item--area {
    width: auto;
  }

  .tab__item--area .tab__label {
    padding: 10px 15px;
  }
}

.tab__item--area .tab__label {
  padding: 8px 5px;
}

@media (max-width: 768px) {
  .tab__item--area .tab__label {
    padding: 7px 15px;
  }
}

.tab__item--style {
  width: 19.16667%;
  margin-right: 1.04%;
}

.tab__item--style .tab__label {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .tab__item--style {
    width: auto;
  }

  .tab__item--style .tab__label {
    padding: 10px 15px;
  }
}

.tab__item--style .tab__label {
  padding: 8px 0;
}

@media (max-width: 768px) {
  .tab__item--style .tab__label {
    padding: 7px 15px;
  }
}

.tab__item--price {
  width: 24.28333%;
  margin-right: 0.95%;
}

.tab__item--price .tab__label {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .tab__item--price {
    width: auto;
  }

  .tab__item--price .tab__label {
    padding: 10px 15px;
  }
}

.tab__item--price .tab__label {
  padding: 8px 0;
}

@media (max-width: 768px) {
  .tab__item--price .tab__label {
    padding: 7px 15px;
  }
}

.tab__radio {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
}

.tab__radio:checked+.tab__label {
  background: #941f24;
  border-color: #941f24;
  color: #fff;
}

.tab__radio:checked+.tab__label--category {
  position: relative;
}

.tab__radio:checked+.tab__label--category:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #941f25 transparent transparent transparent;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab__label {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  padding: 12.5px 0;
  color: #941f24;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.tab__label:hover {
  border-color: #941f24;
}

@media (max-width: 768px) {
  .tab__label {
    padding: 10px 0;
  }
}

.add-list-message {
  font-size: 15px;
  position: absolute;
  display: inline-block;
  color: #333;
  white-space: nowrap;
  line-height: 1;
  right: 100px;
  top: 50%;
  padding: 15px 24px;
  background: #fff958;
  border-radius: 5px 5px 0 5px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  transition: visibility .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  transition: visibility .5s ease, opacity .5s ease, transform .5s ease;
  transition: visibility .5s ease, opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.add-list-message.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-list-message:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #fff958 transparent;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.add-list-message p {
  margin: 0;
}

.add-list-message p.add-list-name {
  margin-bottom: 5px;
}

.add-list-message span {
  display: inline;
  font-weight: bold;
  color: #333;
}

.block {
  min-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .block {
    min-width: initial;
  }
}

.block--carousel {
  padding-top: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .block--carousel {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.block--select-type {
  min-height: 40px;
  padding-bottom: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: normal;
}

.btn {
  width: 220px;
  border: 1px solid #ababab;
  padding: 5px;
  margin: 13px auto 20px;
  display: block;
  font-size: 13px;
}

.btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-row {
  width: 100%;
  height: 42px;
  line-height: 30px;
  background: #f0f3f8;
  display: block;
  color: #004098;
  font-size: 16px;
  border: none;
  margin: 0;
  cursor: pointer;
}

.btn-row:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-row:hover,
.btn-row:visited {
  color: #004098;
}

.btn-row--close:after {
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}

.btn-sort {
  display: inline-block;
  width: 82px;
  border: 1px solid #ababab;
  font-size: 13px;
  margin: 0;
  line-height: 1;
  text-align: left;
  position: relative;
  letter-spacing: 0;
  padding: 3px 5px;
  vertical-align: bottom;
}

.btn-sort:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  background-image: url(../img/icon_plus_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-sort.close:after {
  background-image: url(../img/icon_minus_blue.svg);
}

.btn-submit {
  color: #fff;
  background: #296cc7;
  margin: 0 auto;
  border: none;
  padding: 10px;
}

.btn-submit:visited,
.btn-submit:hover {
  color: #fff;
}

.btn-disabled {
  color: #fff;
  background: #808080;
  margin: 0 auto;
  border: none;
  padding: 10px;
}

.btn-submit:visited,
.btn-submit:hover {
  color: #fff;
}

.btn-add-list {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff !important;
  background: #296cc7;
  border: none;
  width: auto;
  padding: 0px 8px;
  line-height: 22px;
}

.btn-add-list:link,
.btn-add-list:visited,
.btn-add-list:hover {
  color: #fff !important;
}

.btn-clear-list {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff !important;
  background: #296cc7;
  border: none;
  width: auto;
  padding: 0px 8px;
  line-height: 22px;
}

.btn-clear-list:link,
.btn-clear-list:visited,
.btn-clear-list:hover {
  color: #fff !important;
}

.btn--wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn--wrap .btn {
  width: 130px;
  margin: 0 5px;
}

.btn--wrap .btn-change {
  background: #fcb013;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 1.3;
}

.btn--wrap-large {
  display: block;
  text-align: center;
  padding: 20px;
}

.btn--wrap-large .btn {
  width: 285px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 0;
}

.btn--wrap-large .btn-forward {
  border: none;
  color: #fff;
  background: #004098;
  position: relative;
}

.btn--wrap-large .btn-forward:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  position: absolute;
  background-image: url(../img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-cancel {
  background: #fff;
  padding: 10px;
}

.btn-remove {
  width: auto;
  border: none;
  background: #666666;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.btn-recommend {
  width: auto;
  border: none;
  background: #508adc;
  color: #fff;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 5px;
}

.btn-search {
  color: #fff;
  background: #004098;
  border: none;
  position: relative;
  padding: 8px;
  padding-left: 30px;
  width: 110px !important;
  box-sizing: border-box;
}

.btn-search:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container {
  width: 100%;
  margin: auto 0;
  padding-bottom: 190px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content {
  overflow: hidden;
  padding: 20px 0 20px 20px;
  position: relative;
  min-width: 1120px;
  box-sizing: border-box;
}

.content__header {
  padding: 0 20px 20px;
  overflow: hidden;
  min-width: 1120px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.content__header .left-col {
  width: 544px;
  box-sizing: border-box;
  padding-top: 20px;
}

.content__header .left-col .category-select {
  background: #f0f3f8;
  padding: 10px 20px;
  overflow: hidden;
}

.content__header .left-col .category-select label {
  font-size: 16px;
  float: left;
  width: 127px;
  height: 36px;
  line-height: 36px;
}

.content__header .left-col .select-wrap {
  width: 365px;
  float: left;
  margin-left: 10px;
  position: relative;
  border: 1px solid #004098;
  background: #fff;
  font-size: 14px;
  color: #014099;
}

.content__header .left-col .select-wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(../img/icon_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content__header .left-col .select-wrap select {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px;
}

.content__header .left-col .select-wrap select::-ms-expand {
  display: none;
}

.content__header .right-col {
  width: calc(100% - 587px);
  text-align: right;
  box-sizing: border-box;
  margin-left: 40px;
}

.content__header .right-col a {
  display: inline-block;
  max-width: 582px;
}

.content__header .right-col img {
  width: 100%;
}

.content__header .right-col .contion-txt {
  border: 1px solid #004098;
  width: 650px;
  display: inline-block;
  height: 100%;
  padding: 12px 20px 12px 40px;
  text-align: left;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
}

.content__header .right-col .contion-txt:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_info.png) no-repeat center/contain;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 13px;
}

.content__header--title {
  width: 100%;
  padding: 10px 0 15px 10px;
}

.content__header--title h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.custom-selectbox {
  border: 1px solid #e0e0e0;
  width: 320px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAoklEQVQYlYXOoWpCYRiH8d/5lIET7Yu7DsW2dUGT6IrBtHZuYml3YLGILCwsehEmm9UgGESDykHLNzieDXzqy/N/3iRN0xIq2LtPHbuAN/zg8Y7QwhJPAWOs8B2L/9HBDAOsAy4YYoMvPBSEd3ziFXMI8ZChjwOmUUzwgREaWPyulHOLGXrxjQmOeEYT23w6uOWELmqo4qUoFEt5sY1zrP/hCq6hHwE29soCAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 290px center;
}

@media (max-width: 768px) {
  .custom-selectbox {
    width: 100%;
    background-position: 95% center;
  }
}

.custom-selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
}

.custom-selectbox select:focus {
  border: 0;
  outline: none;
}

.custom-selectbox select::-moz-focus-inner {
  outline: none;
  border: 0;
}

.detail__table {
  overflow-x: auto;
  position: relative;
}

.detail__table+.btn--wrap {
  text-align: right;
  overflow: hidden;
  padding-top: 20px;
  display: block;
}

.detail__table+.btn--wrap .btn {
  width: auto;
  float: right;
  margin: auto;
}

.detail__table table {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.detail__table table tr th,
.detail__table table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
  min-height: 45px;
}

.detail__table table tr th,
.detail__table table tr td.bg-katashiki {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 3px 13px;
  font-size: 12px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
  min-height: 30px;
}

.detail__table table tr th {
  width: 190px;
  text-align: left;
  font-weight: normal;
  /*white-space: nowrap;*/
}

.detail__table table tr th.btn-cell {
  padding: 0;
}

.detail__table table tr th.bg-yellow {
  background: #fffcb8;
}

.detail__table table tr td.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table table tr td.bg-katashiki-head a {
  color: #FFFFFF
}

.detail__table table tr td {
  width: 210px;
  text-align: center;
}

.detail__table table tr td a {
  display: inline-block;
  color: #004098;
}

.detail__table table tr:first-child td a {
  text-decoration: none;
}

.detail__table table tr:first-child td a:hover {
  text-decoration: underline;
}

.detail__table table tr td img {
  vertical-align: middle;
}

.detail__table table tr:nth-of-type(odd) th,
.detail__table table tr:nth-of-type(odd) td {
  background: #f0f3f8;
}

.detail__table table tr:nth-of-type(odd) th.bg-yellow,
.detail__table table tr:nth-of-type(odd) td.bg-yellow {
  background: #fffcb8;
}

.detail__table table tr:nth-of-type(odd) th.bg-gray,
.detail__table table tr:nth-of-type(odd) td.bg-gray {
  background: #dbe5f5;
}

.detail__table table tr:nth-of-type(odd) td.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table table tr:nth-of-type(odd) td.bg-katashiki {
  background: #dddddd;
}

.detail__table table tr:nth-of-type(even) th,
.detail__table table tr:nth-of-type(even) td {
  background: #fff;
}

.detail__table table tr:nth-of-type(even) th.bg-yellow,
.detail__table table tr:nth-of-type(even) td.bg-yellow {
  background: #fffcb8;
}

.detail__table table tr:nth-of-type(even) th.bg-gray,
.detail__table table tr:nth-of-type(even) td.bg-gray {
  background: #dbe5f5;
}

.detail__table table tr:nth-of-type(even) td.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table table tr:nth-of-type(even) td.bg-katashiki {
  background: #dddddd;
}

.detail__table--estimate table {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-collapse: collapse;
  width: 100%;
}

.detail__table--estimate table thead tr th {
  background: #f0f3f8;
  text-align: center;
}

.detail__table--estimate table thead tr th:first-child {
  width: 620px;
}

.detail__table--estimate table thead tr th:nth-of-type(2) {
  width: 125px;
}

.detail__table--estimate table thead tr th:nth-of-type(3) {
  width: 190px;
}

.detail__table--estimate table tr th {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
}

.detail__table--estimate table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
}

.detail__table--estimate table tr th.btn-cell {
  padding: 0;
}

.detail__table--estimate table tr th.bg-yellow {
  background: #fffcb8;
}

.detail__table--estimate table tr th.bg-katashiki {
  background: #dddddd;
}

.detail__table--estimate table tr th .prodact__name {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail__table--estimate table tr td {
  text-align: center;
}

.detail__table--estimate table tr td:nth-of-type(1) {
  text-align: right;
}

.detail__table--estimate table tr td a {
  display: inline-block;
}

.detail__table--estimate-add table {
  /*table-layout: fixed;*/
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-collapse: collapse;
  width: 100%;
}

.detail__table--estimate-add table thead tr th {
  background: #f0f3f8;
  text-align: center;
  box-sizing: border-box;
}

.detail__table--estimate-add table thead tr th:first-child {
  width: 745px;
}

.detail__table--estimate-add table thead tr th:nth-of-type(2) {
  width: 380px;
}

.detail__table--estimate-add table tr th,
.detail__table--estimate-add table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}

.detail__table--estimate-add table tr th.btn-cell {
  padding: 0;
}

.detail__table--estimate-add table tr th.bg-yellow {
  background: #fffcb8;
}

.detail__table--estimate-add table tr th.bg-katashiki {
  background: #dddddd;
}

.detail__table--estimate-add table tr th .large-input {
  width: 100%;
  border: 1px solid #99b3d6;
  padding: 3px 5px;
  box-sizing: border-box;
  height: 28px;
}

.detail__table--estimate-add table tr td {
  text-align: center;
}

.detail__table--estimate-add table tr td .input-text {
  margin: 0 auto;
}

.detail__table--estimate-add table tr td:nth-of-type(1) {
  text-align: right;
}

.detail__table--estimate-add table tr td a {
  display: inline-block;
}

.detail__table.loading {
  position: relative;
  min-height: 600px;
  border: 1px solid #ababab;
}

.detail__table.loading:before {
  content: 'Loading...';
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  color: #999999;
  font-size: 13px;
  -webkit-transform: translate3d(-47%, 30px, 0);
  transform: translate3d(-47%, 30px, 0);
}

.detail__table.loading:after {
  content: '';
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0px;
  top: 0px;
}

.detail__table__head {
  position: relative;
}

.detail__table__head table {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.detail__table__head table tr th,
.detail__table table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
  min-height: 45px;
}

.detail__table__head table tr th,
.detail__table table tr td.bg-katashiki {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 3px 13px;
  font-size: 12px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
  min-height: 30px;
}

.detail__table__head table tr th {
  width: 190px;
  text-align: left;
  font-weight: normal;
  /*white-space: nowrap;*/
}

.detail__table__head table tr th.btn-cell {
  padding: 0;
}

.detail__table__head table tr th.bg-yellow {
  background: #fffcb8;
}

.detail__table__head table tr th.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table__head table tr th.bg-katashiki-head a {
  color: #FFFFFF
}

.detail__table__head table tr td {
  width: 210px;
  text-align: center;
}

.detail__table__head table tr td a {
  display: inline-block;
  color: #004098;
}

.detail__table__head table tr:first-child td a {
  text-decoration: none;
}

.detail__table__head table tr:first-child td a:hover {
  text-decoration: underline;
}

.detail__table__head table tr td img {
  vertical-align: middle;
}

.detail__table__head table tr:nth-of-type(odd) th,
.detail__table table tr:nth-of-type(odd) td {
  background: #f0f3f8;
}

.detail__table__head table tr:nth-of-type(odd) th.bg-yellow,
.detail__table table tr:nth-of-type(odd) td.bg-yellow {
  background: #fffcb8;
}

.detail__table__head table tr:nth-of-type(odd) th.bg-gray,
.detail__table table tr:nth-of-type(odd) td.bg-gray {
  background: #dbe5f5;
}

.detail__table__head table tr:nth-of-type(odd) th.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table__head table tr:nth-of-type(odd) th.bg-katashiki {
  background: #dddddd;
}

.detail__table__head table tr:nth-of-type(even) th,
.detail__table table tr:nth-of-type(even) td {
  background: #fff;
}

.detail__table__head table tr:nth-of-type(even) th.bg-yellow,
.detail__table table tr:nth-of-type(even) td.bg-yellow {
  background: #fffcb8;
}

.detail__table__head table tr:nth-of-type(even) th.bg-gray,
.detail__table table tr:nth-of-type(even) td.bg-gray {
  background: #dbe5f5;
}

.detail__table__head table tr:nth-of-type(even) th.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table__head table tr:nth-of-type(even) th.bg-katashiki {
  background: #dddddd;
}

.detail__table-dummy-th {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 100px;
}

.detail__table-dummy-th ul {
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
}

.detail__table-dummy-th ul li {
  font-size: 13px;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
  background: #fff;
  -js-display: flex;
  display: flex;
  align-items: center;
}

.detail__table-dummy-th ul li.bg-yellow {
  background: #fffcb8;
}

.detail__table-dummy-th ul li.bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

.detail__table-dummy-th ul li.bg-katashiki {
  background: #dddddd;
}

.detail__table-dummy-th ul li:nth-of-type(odd) {
  background: #f0f3f8;
}

.detail__table-dummy-th ul li:nth-of-type(odd).bg-yellow {
  background: #fffcb8;
}

.detail__table-dummy-th ul li:nth-of-type(odd).bg-katashiki {
  background: #dddddd;
}

.detail__table-dummy-th ul li:nth-of-type(odd).bg-katashiki-head {
  color: #FFFFFF;
  background: #004098;
}

input.input-error {
  border-color: red !important;
}

.error-txt {
  color: #f00;
  margin: 5px 0 0;
  white-space: normal;
  text-align: left;
}

.error-txt.taC {
  text-align: center;
}

.header-tab__wrap {
  padding: 0 20px 10px;
}

.header-tab__list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-tab__item {
  width: 170px;
  text-align: center;
  margin-right: 5px;
  box-sizing: border-box;
}

.header-tab__item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #296cc7;
  padding: 5px;
  word-break: break-all;
  box-sizing: border-box;
}

.header-tab__item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.header-tab__item a.active {
  color: #014099;
  background: #fff;
  cursor: default;
  position: relative;
  border-top: 1px solid #014099;
  border-right: 1px solid #014099;
  text-indent: 20px;
  padding-top: 15px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header-tab__item a.active:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-tab__item a.active:before,
.header-tab__item a.active:after {
  position: absolute;
  content: '';
  display: block;
}

.header-tab__item a.active:before {
  width: 20px;
  height: 100%;
  left: 0;
  top: -1px;
  background: #fff;
}

.header-tab__item a.active:after {
  width: 1px;
  height: 107%;
  top: -2px;
  left: 12px;
  background: #014099;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.checkbox-wrap {
  position: relative;
}

.checkbox-wrap input {
  visibility: hidden;
  position: absolute;
  left: -100%;
}

.checkbox-wrap input:checked+label:before {
  background-image: url(../img/icon_check.svg);
}

.checkbox-wrap input:disabled+label {
  color: #dddddd;
}

.checkbox-wrap input:disabled+label:hover {
  background: none;
  cursor: default;
}

.checkbox-wrap input:disabled+label:after {
  background: #dddddd;
  border-color: #dddddd;
}

.checkbox-wrap input:disabled+label:before {
  background-image: none;
}

.checkbox-wrap label {
  display: inline-block;
  padding: 5px;
  padding-left: 25px;
  position: relative;
  line-height: 1.2;
}

.checkbox-wrap label:hover {
  background: #f0f3f8;
  cursor: pointer;
}

.checkbox-wrap label:after,
.checkbox-wrap label:before {
  content: '';
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
}

.checkbox-wrap label:after {
  width: 15px;
  height: 15px;
  border: 1px solid #99b3d6;
  left: 5px;
  top: 5px;
}

.checkbox-wrap label:before {
  height: 10px;
  width: 12px;
  left: 7px;
  top: 8px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.input-text {
  width: 90px;
}

.input-text input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 66px;
  border: 1px solid #99b3d6;
  padding: 3px 5px;
  text-align: right;
  box-sizing: border-box;
  height: 28px;
}

.input-text--wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section--sub .photo-gallery {
  text-align: center;
  overflow: hidden;
  height: 140px;
  width: 730px;
  margin: 80px auto 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .section--sub .photo-gallery {
    width: 94%;
    padding: 0 20px;
    height: 140px;
    margin: 30px auto 0;
  }
}

.section--sub .photo-gallery:hover .photo-gallery__bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section--sub .photo-gallery__bg {
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 0;
  top: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .section--sub .photo-gallery__bg {
    background-size: cover;
    background-position: center bottom;
  }
}

.section--sub .photo-gallery__bg:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section--sub .photo-gallery a {
  position: absolute;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  left: 0;
  top: 0;
}

.section--sub .photo-gallery .icon-photo {
  display: block;
  width: 30px;
  height: 28px;
  margin: 35px auto 0;
  background-image: url(../images/icon_photo.svg);
  background-size: contain;
  background-position: center;
}

.insta__wrap {
  position: relative;
  min-height: 158px;
}

.insta__list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .insta__list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
}

.insta__item {
  width: 158px;
  height: 158px;
  margin-right: 2px;
}

.insta__item:last-child {
  margin-right: 0;
}

.insta__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .insta__item {
    width: 49%;
    height: 49%;
    margin-bottom: 1%;
  }

  .insta__item a {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
}

.insta-modal__box {
  overflow: hidden;
  width: 100%;
  max-width: 935px;
  background: #fff;
  margin: 0 auto;
}

.insta-modal__img {
  width: 65%;
  box-sizing: border-box;
  float: left;
}

@media (max-width: 949px) {
  .insta-modal__img {
    float: none;
    width: 100%;
  }
}

.insta-modal__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.insta-modal__content {
  width: 35%;
  box-sizing: border-box;
  float: right;
  padding: 20px;
}

@media (max-width: 949px) {
  .insta-modal__content {
    float: none;
    width: 100%;
  }
}

.insta-modal__info-box {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.insta-modal__user-name {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

.insta-modal__user-img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  background-color: #e9ebee;
}

.insta-modal__sns-btn {
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #941f24;
  color: #941f24;
  padding: 5px 10px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}

.insta-modal__sns-btn:hover {
  color: #941f24;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.insta-modal__txt {
  max-height: 378px;
  font-size: 13px;
  font-size: 1.3rem;
}

.insta-modal__post-day {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}

.list-view__item {
  overflow: hidden;
  padding: 25px 30px;
  border-bottom: 1px dotted #ababab;
}

.list-view__item:hover {
  /*background: #d5e7ff;*/
}

.list-view__image {
  width: 170px;
  float: left;
  text-align: center;
}

.list-view__image img {
  max-width: 170px;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

.list-view__content {
  width: 840px;
  float: right;
}

.list-view__content dl {
  margin: 0;
}

.list-view__content dl dt {
  margin: 0;
  font-size: 16px;
}

.list-view__content dl dt a:visited,
.list-view__content dl dt a:link {
  color: #004098;
  text-decoration: underline;
}

.list-view__content dl dt a:hover {
  text-decoration: none;
  background: #d5e7ff;
}

.list-view__content dl dd {
  margin: 10px 0;
  font-size: 13px;
  color: #333333;
}

.list-view__content dl dd span {
  display: block;
  margin-top: 10px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

.loader {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid #81773f;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  border-top-width: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.loader:before,
.loader:after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.loader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}

.main-content-tab {
  display: inline-block;
  margin-left: 40px;
}

.main-content-tab__list {
  width: 230px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-content-tab__item {
  width: 110px;
  text-align: center;
}

.main-content-tab__item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  background: #004098;
  padding: 8px;
  box-sizing: border-box;
}

.main-content-tab__item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.main-content-tab__item a.active {
  color: #ababab;
  background: #eeeeee;
  cursor: default;
}

.main-content-tab__item a.active:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-content {
  width: calc(100% - 290px);
  margin: 0 0 0 40px;
  float: left;
  padding-right: 100px;
  box-sizing: border-box;
}

.main-content__title {
  position: relative;
}

.main-content__title h2,
.main-content__title h4 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.main-content__title span {
  font-size: 20px;
}

.main-content__title.title__bg {
  position: relative;
  margin-top: 10px;
}

.main-content__title.title__bg.search__title h3 {
  margin-bottom: 10px;
}

.main-content__title.title__bg h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  padding-left: 25px;
  margin: 0 0 30px;
  background-image: url(../img/icon_title_bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.main-content__title.title__bg .btn-add-list {
  position: absolute;
  width: auto;
  right: 0;
  top: -5px;
  font-size: 12px;
}

.main-content__title.title__bg .btn-clear-list {
  position: absolute;
  width: auto;
  right: 0;
  top: -5px;
  font-size: 12px;
}

.main-content__body {
  position: relative;
}

.main-content__body+.pager {
  margin-top: 20px;
}

.main-content__wrap {
  margin-top: 40px;
}

.main-content__image-box {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ababab;
  margin-bottom: 40px;
}

.main-content__box-item {
  width: 48%;
}

.main-content__box-image img {
  width: 100%;
}

.main-content__option {
  font-size: 14px;
  padding: 0 30px 30px 30px;
}

.main-content__option img {
  max-width: 100%;
}

.main-content__option_image {
  text-align: center;
}

.main-content--col02 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-content--col02 .main-content__title.title__bg h3 {
  margin-bottom: 15px;
}

.main-content--col02 .main-content__body,
.main-content--col02 .recommend {
  width: 50.89286%;
}

.main-content--col02 .recommend {
  width: 45.53571%;
  margin-top: 10px;
}

.main-content--col02 .recommend__list {
  display: block;
}

.main-content--col02 .recommend__item {
  width: 100%;
}

.main-content--col02 .detail__table table {
  width: 100%;
}

.main-content--col02 .detail__table table tr th {
  width: 38.59649%;
}

.main-content--col02 .detail__table table tr td {
  width: 61.40351%;
}

.main-content__inner .resize__table table {
  margin: 10px auto;
  margin-bottom: 40px;
}

.content--view02 .main-content {
  width: 1080px;
  padding: 0;
  margin: 0 auto;
  float: none;
}

body.detail .main-content {
  min-width: calc(1120px - 290px);
}

.main {
  margin-top: 0px;
}

.modal {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1001;
  background: #fff;
  width: 900px;
  display: none;
}

.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.modal__header {
  position: relative;
  border-bottom: 1px dotted #ababab;
  padding: 30px 0;
}

.modal__body {
  padding: 40px 30px 0;
}

.modal__reccomend {
  overflow-y: scroll;
  height: 500px;
}

.modal__footer {
  background: #f0f3f8;
  border-top: 1px solid #ababab;
  padding: 30px;
}

.modal__footer2 {
  background: #256EAC;
  border-top: 1px solid #ababab;
  padding: 30px;
}

.modal__content {
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 560px;
}

.modal__content img {
  width: 100%;
}

.modal__content--detail {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.modal__content-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.modal__title {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 0;
}

.modal__help,
.modal__close {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__help {
  width: 26px;
  height: 26px;
  left: 20px;
  background: url(../img/icon_help.png) no-repeat center;
}

.modal__close {
  width: 20px;
  height: 20px;
  right: 20px;
  background: url(../img/icon_close.png) no-repeat center;
}

#modal_loading {
  width: 640px;
}

.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.modal__header {
  position: relative;
  border-bottom: 1px dotted #ababab;
  padding: 30px 0;
}

.modal__body {
  padding: 40px 30px 0;
}

.modal__reccomend {
  overflow-y: scroll;
  height: 500px;
}

.modal__footer {
  background: #f0f3f8;
  border-top: 1px solid #ababab;
  padding: 30px;
}

.modal__content {
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 560px;
}

.modal__content img {
  width: 100%;
}

.modal__content--detail {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.modal__content-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.modal__title {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 0;
}

.modal__help,
.modal__close {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__help {
  width: 26px;
  height: 26px;
  left: 20px;
  background: url(../img/icon_help.png) no-repeat center;
}

.modal__close {
  width: 20px;
  height: 20px;
  right: 20px;
  background: url(../img/icon_close.png) no-repeat center;
}

#modal_loading {
  width: 640px;
}

.modal__overlay_light {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
}

.modal__body_loading {
  padding: 0px 30px 0;
}

.modal__body_loading .loading {
  padding: 0px 30px 0;
  min-height: 130px;
  position: relative;
}

.modal__body_loading .loading:before {
  content: 'Loading...';
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  color: #999999;
  font-size: 13px;
  -webkit-transform: translate3d(-47%, 30px, 0);
  transform: translate3d(-47%, 30px, 0);
}

.modal__body_loading .loading:after {
  content: '';
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0px;
  top: 0px;
}

.pager {
  overflow: hidden;
  margin-bottom: 20px;
}

.pager__list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 260px;
  padding: 0;
  box-sizing: border-box;
  float: right;
}

.pager__item {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  margin-left: 10px;
}

.pager__item:first-child {
  margin-left: 0;
}

.pager__item a {
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 30px;
  color: #004098;
  font-size: 14px;
}

.pager__item a.active {
  background-color: #d5e7ff;
}

.pager__item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pager__arrow--left,
.pager__arrow--right {
  position: relative;
}

.pager__arrow--left:before,
.pager__arrow--right:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background-image: url(../img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-size: contain;
}

.pager__arrow--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pankuzu {
  padding: 10px 10px 10px 20px;
  font-size: 14px;
}

.pankuzu ul li {
  display: inline-block;
}

.pankuzu ul li a {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}

.pankuzu ul li a:link,
.pankuzu ul li a:visited {
  color: #014099;
}

.pankuzu ul li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pankuzu ul li a:after {
  content: '>';
  position: absolute;
  display: inline-block;
  color: #ababab;
  right: 5px;
  top: 0;
}

.pankuzu ul li span {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}

.pankuzu ul li span:after {
  content: '>';
  position: absolute;
  display: inline-block;
  color: #ababab;
  right: 5px;
  top: 0;
}

.pankuzu+.header-tab__wrap {
  margin-top: 25px;
}

.recommend {
  margin-top: 70px;
}

.recommend__title {
  padding-bottom: 15px;
}

.recommend__title h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  padding-left: 25px;
  margin: 0;
  background-image: url(../img/icon_title_bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.recommend__list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend__list--modal {
  display: block;
  width: 590px;
  margin: 0 auto;
}

.recommend__list--modal .recommend__item {
  width: 100%;
}

.recommend__item {
  border: 1px solid #4673b6;
  width: 49.13127%;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.recommend__item.hasSelected {
  background: #f0f3f8;
  border-color: #99b3d6;
}

.recommend__item.hasSelected a {
  background: #f0f3f8;
}

.recommend__item a,
.recommend__item span {
  padding: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.recommend__item span.recommend__item-txt {
  display: block;
  position: absolute;
  right: 55px;
  bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
}

.recommend__item a:hover {
  background: #d6e8ff;
}

.recommend__item a:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 17px;
  background-image: url(../img/icon_arrow_recommend.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recommend__item dl {
  margin: 0;
  padding-left: 20px;
  width: calc(100% - 160px);
}

.recommend__item dl dt,
.recommend__item dl dd {
  margin: 0;
}

.recommend__item dl dt {
  font-size: 17px;
  color: #004098;
}

.recommend__item dl dd {
  font-size: 15px;
}

.recommend__image {
  width: 100px;
}

.recommend__image img {
  width: 100%;
  vertical-align: middle;
}

.resize__table table {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  margin-bottom: 20px;
}

.resize__table table tr th,
.resize__table table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 15px 13px;
  font-size: 13px;
  box-sizing: border-box;
}

.resize__table table tr th {
  width: 190px;
  text-align: left;
  font-weight: normal;
  /*white-space: nowrap;*/
}

.resize__table table tr th.btn-cell {
  padding: 0;
}

.resize__table table tr td {
  width: 210px;
  text-align: center;
}

.resize__table table tr td a {
  display: inline-block;
}

.resize__table table tr td dl,
.resize__table table tr td dt,
.resize__table table tr td dd {
  margin: 0;
}

.resize__table table tr td dt {
  color: #014099;
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
}

.resize__table table tr td dd {
  text-align: center;
  width: 178px;
  height: 128px;
}

.resize__table table tr td dd img {
  width: 178px;
  height: 128px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.resize__table table tr td span {
  display: inline-block;
  padding: 3px;
  border: 1px dashed #cccccc;
  margin-right: 7px;
  margin-bottom: 2px;
}

.resize__table table tr td span:after {}

.resize__table table tr:nth-of-type(even) th,
.resize__table table tr:nth-of-type(even) td {
  background: #f0f3f8;
}

.resize__table table tr.open_item th,
.resize__table table tr.open_item td {
  background: #D7EEFF;
}

.resize__table table tr:first-child td {
  vertical-align: top;
  padding: 0;
}

.resize__table table tr:first-child td a {
  padding: 15px 13px;
  display: inline-block;
  height: 100%;
}

.resize__table table tr:first-child td a:hover {
  background: #d5e7ff;
}

.resize__table table tr.toggle--target {
  display: none;
}

.resize__table table tr.toggle--target:nth-of-type(odd) th,
.resize__table table tr.toggle--target:nth-of-type(odd) td {
  background: #f0f3f8;
}

.resize__table table tr.toggle--target:nth-of-type(even) th,
.resize__table table tr.toggle--target:nth-of-type(even) td {
  background: #fff;
}

.btn--close {
  margin-bottom: 40px;
}

.btn--open {
  margin-bottom: 40px;
}

.content.loading {
  position: relative;
  min-height: 600px;
  /*border: 1px solid #ababab;*/
}

.content.loading:before {
  content: 'Loading...';
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 13;
  left: 50%;
  top: 200px;
  color: #999999;
  font-size: 13px;
  -webkit-transform: translate3d(-47%, 30px, 0);
  transform: translate3d(-47%, 30px, 0);
}

.content.loading:after {
  content: '';
  z-index: 15;
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center 175px;
  background-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0px;
  top: 0px;
}

.search__table table {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-collapse: collapse;
  width: 100%;
}

.search__table table thead tr th {
  background: #f0f3f8;
  text-align: center;
}

.search__table table thead tr th:first-child {
  width: 297px;
}

.search__table table thead tr th:nth-of-type(2) {
  width: 445px;
}

.search__table table tr th,
.search__table table tr td {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 8px 13px;
  font-size: 13px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle;
}

.search__table table tr th {
  width: 190px;
  text-align: left;
  font-weight: normal;
  white-space: normal;
}

.search__table table tr th.btn-cell {
  padding: 0;
}

.search__table table tr th.bg-yellow {
  background: #fffcb8;
}

.search__table table tr th.bg-katashiki {
  background: #dddddd;
}

.search__table table tr th .prodact__name {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__table table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 13px;
}

.search__table table tr td .tag__label img {
  vertical-align: middle;
}

.search__table table tr td a {
  display: inline-block;
  color: #004098;
}

.search__table table tr td a:link,
.search__table table tr td a:hover,
.search__table table tr td a:visited {
  color: #004098;
}

.search__table table tr td a:hover {
  text-decoration: underline;
}

.search__table table tr td a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.search__table .loading {
  position: relative;
  display: none;
}

.search__table .loading:before {
  content: 'Loading...';
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  color: #999999;
  font-size: 13px;
  -webkit-transform: translate3d(-47%, 30px, 0);
  transform: translate3d(-47%, 30px, 0);
}

.search__table .loading:after {
  content: '';
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0px;
  top: 0px;
}

.search {
  padding-bottom: 40px;
}

.search__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.search__inner .input-text {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #99b3d6;
  padding: 3px 5px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  height: 30px;
}

.search__inner .input-text--wrap {
  width: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__inner .input-radio {
  padding: 0 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 235px;
  box-sizing: border-box;
}

.search__inner .input-radio input {
  visibility: hidden;
  width: 0;
}

.search__inner .input-radio input:checked+label:before {
  background-image: url(../img/icon_radio_checked.svg);
}

.search__inner .input-radio label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}

.search__inner .input-radio label:before {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon_radio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.search-caution {
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
}

.section {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  padding: 60px 0;
}

.section:before,
.section:after {
  display: block;
  content: ' ';
}

.section:after {
  clear: both;
}

.section:last-child {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .section:last-child {
    padding-bottom: 60px;
  }
}

.section__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 100;
  position: relative;
}

.section__title:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #81773f;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .section__title:after {
    bottom: -25px;
  }
}

.section__title-box {
  text-align: center;
  padding: 55px 0;
}

@media (max-width: 768px) {
  .section__title-box {
    padding: 35px 0;
  }
}

.section__btn-wrap {
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
  .section__btn-wrap {
    padding: 0 20px;
  }
}

.section--sub {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.section--sub-voice .slick-list {
  overflow: visible;
}

.section--sub-voice .slick-slide {
  outline: none;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.section--sub-voice .slick-slide.slick-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section--sub+.section--sub {
  border-top: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .section--sub+.section--sub {
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
  }
}

.section--sub__title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0;
}

.section--sub__title:before,
.section--sub__title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background: #81773f;
  top: 50%;
  margin-top: -1px;
}

.section--sub__title:before {
  left: 0;
}

.section--sub__title:after {
  right: 0;
}

.section--sub__title-wrap {
  text-align: center;
  padding-bottom: 50px;
}

.section--sub__link {
  text-align: center;
}

@media (max-width: 768px) {
  .section--sub__link {
    padding-bottom: 40px;
  }
}

.section--sub__link a {
  color: #941f24;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.section--sub__link a:hover {
  color: #81773f;
}

.section--sub__link a .icon-insta {
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #FFF;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.section--sub__link-external {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #757575;
  margin-top: 20px;
}

.section--access {
  width: 100%;
  max-width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
}

.section--access .access {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .section--access .access {
    border-bottom: 0;
  }
}

.section--accordion {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
  max-width: 960px;
}

.section--accordion__titie {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  padding: 35px 0;
}

@media (max-width: 768px) {
  .section--accordion__titie {
    text-align: left;
    padding: 20px;
  }
}

.section--accordion.last {
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .section--accordion {
    padding-top: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
  }
}

.section--reccomend {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .section--reccomend {
    margin-bottom: 80px;
  }
}

.section--reccomend__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section--reccomend__title {
    padding-left: 20px;
  }
}

.section--reccomend__btn-wrap {
  text-align: center;
}

@media (max-width: 768px) {
  .section--reccomend__btn-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section .accordion__content-wrap {
  background: #fcfbf8;
  -webkit-transition: height .3s ease, visibility .1s ease;
  transition: height .3s ease, visibility .1s ease;
  padding: 50px 40px;
  overflow: hidden;
  display: none;
}

@media (max-width: 768px) {
  .section .accordion__content-wrap {
    padding: 30px 20px;
  }
}

.section .accordion__content-wrap.open {
  height: inherit;
  display: block;
}

.section .accordion__content {
  border-top: 1px solid #e0e0e0;
  padding: 40px 0;
}

.section .accordion__content:first-child {
  border-top: none;
  padding-top: 0;
}

.section .accordion__content:last-child {
  padding-bottom: 0;
}

.section .accordion__content-title {
  font-size: 13px;
  font-size: 1.3rem;
  color: #757575;
  position: relative;
  padding-left: 12px;
  margin: 0 0 25px 0;
}

.section .accordion__content-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  height: 12px;
  border-left: 2px solid #81773f;
}

.section .accordion__content-subtitle {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  padding-top: 10px;
  margin-bottom: 15px;
}

.section .accordion__content p,
.section .accordion__content dl,
.section .accordion__content ul {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 30px;
  margin: 0;
}

@media (max-width: 768px) {

  .section .accordion__content p,
  .section .accordion__content dl,
  .section .accordion__content ul {
    padding-left: 1rem;
  }
}

.section .accordion__content p span,
.section .accordion__content dl span,
.section .accordion__content ul span {
  color: #757575;
}

.section .accordion__content ul li {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section .accordion__content ul li:last-child {
    margin-bottom: 0;
  }
}

.section .accordion__content p {
  padding-left: 0;
  max-height: 100%;
}

.section .accordion__content dl {
  margin-bottom: 15px;
  overflow: hidden;
  padding-left: 0;
  width: 100%;
}

.section .accordion__content dl:last-child {
  margin-bottom: 0;
}

.section .accordion__content dl dt {
  color: #757575;
  white-space: nowrap;
  float: left;
}

.section .accordion__content dl dd {
  margin-left: 0;
  color: #000;
  max-height: 100%;
}

.section .accordion__content dl dd ul {
  padding-left: 0;
}

.section .accordion__content dl dd ul li {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section .accordion__content dl dd {
    margin-left: 0;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-all;
  }
}

.section .accordion__content-list:before,
.section .accordion__content-list:after {
  display: block;
  content: ' ';
}

.section .accordion__content-list:after {
  clear: both;
}

.section .accordion__content-list li {
  float: left;
  padding-right: 30px;
}

.section .accordion__content-list li:before {
  content: '\2714';
  display: inline-block;
  color: #81773f;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 100;
}

.section .accordion__content-list--cancel li {
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .section .accordion__content-list--cancel li:last-child {
    margin-bottom: 0 !important;
  }
}

.section .accordion__trigger {
  cursor: pointer;
}

.section .accordion__trigger:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section .accordion__icon {
  text-align: center;
  background: #fff;
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section .accordion__icon.open {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section .accordion__icon.open .icon {
  font-size: 32px;
  font-size: 3.2rem;
}

.section .accordion__icon .icon {
  font-size: 28px;
  font-size: 2.8rem;
  color: #941f24;
}

@media (max-width: 768px) {
  .section .accordion__icon {
    border-bottom: 0;
    top: 16px;
  }
}

.section--search-area {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  margin-top: 120px;
  padding: 140px;
  padding-bottom: 120px;
  background-image: url("../images/top_search_bg.png");
  background-repeat: no-repeat;
  background-position: 150px 90px;
}

@media (max-width: 768px) {
  .section--search-area {
    padding: 60px 0;
    background-position: center 30px;
    background-size: 90%;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
  }
}

.section--search-area .search-area__row {
  padding-bottom: 100px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .section--search-area .search-area__row {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section--search-area .search-area__row [class^=col-md] {
    width: 100%;
  }

  .section--search-area .search-area__row .col-md-7 {
    text-align: center;
  }
}

.section--search-area .search-area__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 16px;
  line-height: 1.6rem;
}

.section--search-area .search-area__title .icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 16px;
  line-height: 1.6rem;
  vertical-align: top;
}

.section--search-area .search-area__title .icon-map {
  width: 15px;
  height: 20px;
  background-image: url(../images/icon_map.svg);
}

.section--search-area .search-area__title .icon-user {
  width: 17px;
  height: 16px;
  background-image: url(../images/icon_user.svg);
}

.section--search-area .search-area__title .icon-yen {
  width: 19px;
  height: 19px;
  background-image: url(../images/icon_yen.svg);
}

.section--search-area .search-area__txt {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "ryo-text-plusn";
  font-weight: 100;
  color: #81773f;
  letter-spacing: 5px;
  line-height: 1.8;
  padding-left: 25px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .section--search-area .search-area__txt {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 60px;
    letter-spacing: 1px;
    padding-left: 0;
    display: inline-block;
  }
}

.section--search-area .search-area__list {
  padding-bottom: 50px;
}

.section--search-area .search-area__list:last-child {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .section--search-area .search-area__list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section--search-area .search-area__item {
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .section--search-area .search-area__item {
    border-right: 0;
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }

  .section--search-area .search-area__item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}

.section--search-area .search-area__item:last-child {
  border-right: 0;
}

.section--search-area .search-area__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.section--search-area .search-area__item a:link,
.section--search-area .search-area__item a:visited {
  color: #941f24;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {

  .section--search-area .search-area__item a:link,
  .section--search-area .search-area__item a:visited {
    display: block;
    padding: 20px 0;
    text-align: left;
  }
}

.section--search-area .search-area__item a:hover {
  color: #81773f;
}

.section--search-area .btn--search {
  background: #941f24;
  color: #fff;
}

.section--search-area .btn--search.disable {
  background: #ddd;
  cursor: default;
}

.side-nav {
  width: 250px;
  float: left;
}

.side-nav__header {
  position: relative;
}

.side-nav__header h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  display: inline-block;
}

.side-nav__header-opt {
  margin-top: 20px;
}

.side-nav__header .btn {
  position: absolute;
  top: 1px;
  right: 0;
}

.side-nav__header .modal__help {
  position: absolute;
  right: 0;
  top: 35%;
  left: auto;
}

.side-nav__inner {
  border: 1px solid #99b3d6;
  padding: 1px;
  overflow: hidden;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
}

.side-nav__inner.loading {
  position: relative;
}

.side-nav__inner.loading:before {
  content: 'Loading...';
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 200px;
  color: #999999;
  font-size: 13px;
  -webkit-transform: translate3d(-47%, 30px, 0);
  transform: translate3d(-47%, 30px, 0);
}

.side-nav__inner.loading:after {
  content: '';
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center 175px;
  background-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 1px;
  top: 1px;
}

.side-nav__title {
  cursor: pointer;
  color: #fff;
  background: #004098;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0;
  line-height: 2.2;
}

.side-nav .input__list {
  padding: 5px 0;
}

.side-nav .input__list .input__item {
  padding: 0 12px;
}

.side-nav .input__list--grid {
  overflow: hidden;
  padding: 8px 2px;
}

.side-nav .input__list--grid .input__item {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0px 10px;
}

.side-nav .input__list--grid--long {
  overflow: hidden;
  padding: 8px 2px;
}

.side-nav .input__list--grid--long .input__item {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0px 10px;
}

.side-nav--right {
  position: absolute;
  right: 0;
  top: 0;
}

.side-nav--right-item {
  margin-bottom: 10px;
}

.side-nav--right .right-nav.active {
  right: 0;
  top: 0;
}

.side-nav--right .pdf-list,
.side-nav--right .estimate-list {
  display: block;
  width: 80px;
  height: 80px;
  background: #296cc7;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  box-sizing: border-box;
  padding-top: 55px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}

.side-nav--right .pdf-list-wrap,
.side-nav--right .estimate-list-wrap {
  position: relative;
}

.side-nav--right .pdf-list:before,
.side-nav--right .estimate-list:before {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 30px;
  background-image: url(../img/icon_list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
}

.side-nav--right .pdf-list .number,
.side-nav--right .estimate-list .number {
  font-size: 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  background: #ff0700;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
  top: 13px;
  right: 13px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
}

.side-nav--right .pdf-list {
  line-height: 1;
  padding-top: 50px;
  background: #6ca5f5;
}

.side-nav--right .pdf-list.disable {
  background: #a9bdd6;
  cursor: default;
}

.side-nav--right .pdf-list.disable:before {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.side-nav--right .pdf-list:before {
  width: 28px;
  height: 28px;
  -webkit-transform: translate3d(-55%, -25px, 0);
  transform: translate3d(-55%, -25px, 0);
  background-image: url(../img/icon_pdf.png);
}

.side-cont {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.side-cont__title {
  background: #f0f3f8;
  color: #004098;
  font-size: 15px;
  padding: 8px 32px 8px 12px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.side-cont__title.open {
  background: #d5e7ff;
}

.side-cont__title .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-cont__title .modal__help {
  position: static;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

.side-cont__content {
  font-size: 13px;
  margin: 0;
}

.slick__wrap {
  position: relative;
  min-height: 100px;
}

.slick__wrap .voice {
  margin: 0;
}

.slick__wrap .voice__info {
  position: relative;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.slick__wrap .voice__info:before,
.slick__wrap .voice__info:after {
  display: block;
  content: ' ';
}

.slick__wrap .voice__info:after {
  clear: both;
}

.slick__wrap .voice__info-logo {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}

.slick__wrap .voice__info-data {
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 15px;
  line-height: 1.8;
  display: inline-block;
  margin-top: -3px;
}

.slick__wrap .voice__info-hotel-name {
  position: absolute;
  font-size: 13px;
  font-size: 1.3rem;
  color: #81773f;
  top: 10px;
  right: 0;
}

@media (max-width: 768px) {
  .slick__wrap .voice__info-hotel-name {
    position: relative;
    display: block;
  }
}

.slick__wrap .voice__content {
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .slick__wrap .voice__content {
    padding-bottom: 0;
  }
}

.slick__wrap .voice__content p {
  margin: 0;
  line-height: 1.8;
  color: #757575;
  /* config */
  height: 80px;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.slick__wrap .voice__content p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

@media (max-width: 768px) {
  .slick__wrap .voice__content p:before {
    content: '';
  }
}

.slick__wrap .voice__content p:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .slick__wrap .voice__content p {
    color: #757575;
    padding-right: 0;
    padding-bottom: 0;
    height: 45px;
  }
}

.slick__wrap .voice__title {
  margin: 0;
  padding: 30px 0 10px;
  font-weight: normal;
}

.slick__list--top,
.slick__list--banner {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 768px) {

  .slick__list--top,
  .slick__list--banner {
    padding: 50px 0 30px;
  }
}

.slick__list--top {
  padding: 30px 0;
  max-width: 910px;
}

@media (max-width: 768px) {
  .slick__list--top {
    padding: 30px 0;
  }
}

.slick__item {
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 730px;
  box-sizing: border-box;
  margin: 0 12.5px;
}

@media (max-width: 768px) {
  .slick__item {
    margin: 0 7px;
  }
}

.slick__item>a,
.slick__item .voice__wrap {
  padding: 50px;
  padding-bottom: 40px;
  display: block;
}

@media (max-width: 768px) {

  .slick__item>a,
  .slick__item .voice__wrap {
    padding: 25px 15px;
  }
}

.slick__item--top {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .slick__item--top {
    margin: 0 5px;
  }
}

.slick__item--banner {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .slick__item--banner {
    margin: 0 5px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: right;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .slick-dots {
    text-align: center;
    bottom: -90px;
    left: auto;
    right: auto;
    margin: 0;
  }
}

.slick-dots li {
  width: 40px;
}

.slick-dots li button {
  width: 40px;
}

.slick-dots li button:before {
  content: '';
  width: 40px;
  background: #e0e0e0;
  height: 2px;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.slick-dots li.slick-active button:before {
  background: #b7575b;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next,
.slick-left,
.slick-right {
  z-index: 2;
  font-size: 22px;
  background: rgba(148, 31, 36, 0.7);
  color: #fff;
  border-radius: 2px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-prev .fa,
.slick-next .fa,
.slick-left .fa,
.slick-right .fa {
  line-height: 30px;
  height: 30px;
}

.slick-prev .fa:before,
.slick-next .fa:before,
.slick-left .fa:before,
.slick-right .fa:before {
  line-height: 29px;
  vertical-align: top;
}

.slick-prev:before,
.slick-next:before,
.slick-left:before,
.slick-right:before {
  content: '';
}

.slick-prev:hover,
.slick-next:hover,
.slick-left:hover,
.slick-right:hover {
  background: #941f24;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus,
.slick-left:active,
.slick-left:focus,
.slick-right:active,
.slick-right:focus {
  background: #941f24;
  color: #fff;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-left {
  left: 50%;
  margin-left: -380px;
}

.slick-arrow.slick-next,
.slick-arrow.slick-right {
  right: 50%;
  margin-right: -380px;
}

.slick-arrow--top.slick-prev,
.slick-arrow--top.slick-left {
  margin-left: -535px;
}

.slick-arrow--top.slick-next,
.slick-arrow--top.slick-right {
  margin-right: -535px;
}

.slick-arrow--detail.slick-prev,
.slick-arrow--detail.slick-left {
  margin-left: -395px;
}

.slick-arrow--detail.slick-next,
.slick-arrow--detail.slick-right {
  margin-right: -395px;
}

.slick__nav {
  background: #ececec;
  width: 240px;
  height: 2px;
  margin: 0 auto;
  position: relative;
}

.slick__nav-marker {
  display: block;
  background: #81773f;
  position: absolute;
  min-width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  -webkit-transition: left .2s ease-in;
  transition: left .2s ease-in;
}

.slick-prev,
.slick-left {
  left: 10px;
}

.slick-prev .fa,
.slick-left .fa {
  padding-right: 3px;
}

.slick-next,
.slick-right {
  right: 10px;
}

.slick-next .fa,
.slick-right .fa {
  padding-left: 3px;
}

.slider {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider__input {
  width: 135px;
  height: 40px;
}

.slider__input .ui-widget.ui-widget-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  display: inline-block;
  box-sizing: border-box;
}

.slider__input .ui-widget.ui-widget-content input {
  border: 1px solid #a7bddb;
  padding: 8px 10px;
  width: calc(100% - 26px);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.slider__input .ui-spinner a.ui-spinner-button {
  border-radius: 0;
  border: none;
  margin-bottom: 2px;
  width: 18px;
  height: 18px;
}

.slider__input .ui-spinner a.ui-spinner-button:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}

.slider__input .ui-spinner a.ui-spinner-button.ui-spinner-down {
  margin-bottom: 0;
}

.slider__input .ui-spinner a.ui-spinner-button .ui-icon {
  width: 100%;
  height: 100%;
}

.slider__box {
  width: 480px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.slider__bar {
  width: 410px;
  background: #f0f3f8;
  border: none;
  height: 14px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50px;
}

.slider__bar .ui-slider-handle {
  background: #004098;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}

.slider__bar-fill {
  background: #004098;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}

.slider__bar-fill.full {
  border-radius: 50px;
}

@media (max-width: 768px) {
  .tab__wrap {
    max-width: 100vw;
    overflow-y: hidden;
  }
}

.option-tag__list:before,
.option-tag__list:after {
  display: block;
  content: ' ';
}

.option-tag__list:after {
  clear: both;
}

.option-tag__item {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #F9F8F2;
  color: #81773f;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.detail .content {
  min-width: 1220px;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.list_view .main-content.wide {
  width: auto;
  padding-right: 100px;
}

.list_view .resize__table table {
  margin: 10px 0 40px;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.spec_list .detail__table {
  max-width: 945px;
  margin: 0 auto;
}

.spec_list .detail__table+.btn--wrap {
  max-width: 945px;
  margin: 0 auto;
}

.spec_list .recommend {
  max-width: 945px;
  margin: 0 auto;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes topTxt {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes mainVisual {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.top.main {
  min-width: 1160px;
  padding-top: 0;
}

@media (max-width: 768px) {
  .top.main {
    min-width: initial;
  }
}

.top .main__visual {
  height: 100vh;
  width: 100%;
  min-height: 850px;
  min-width: 1160px;
  z-index: 0;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-animation: 3s mainVisual cubic-bezier(0.4, 0.23, 0.13, 0.73);
  animation: 3s mainVisual cubic-bezier(0.4, 0.23, 0.13, 0.73);
}

@media (max-width: 768px) {
  .top .main__visual {
    min-width: initial;
    background-size: cover;
    background-position: center bottom;
    min-height: inherit;
    height: 100vh;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .top .main__visual {
    min-height: 120vw;
  }
}

.top .main__visual-hotel {
  width: 100%;
  min-width: 1160px;
  position: absolute;
  left: 0;
  top: 35%;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .top .main__visual-hotel {
    min-width: inherit;
    padding-top: 30px;
    top: 24%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .top .main__visual-hotel {
    top: 45%;
  }
}

.top .main__visual-hotel-list {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.top .main__visual-hotel-item {
  width: 16.66667%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

.top .main__visual-hotel-item a {
  display: inline-block;
}

.top .main__visual-hotel-item a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.top .main__visual-hotel-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .top .main__visual-hotel-item {
    width: 90%;
    margin: 0 auto;
  }
}

.top .main__visual-txt {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 20%;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  min-width: 1160px;
}

.top .main__visual-txt img {
  -webkit-animation: 2s topTxt;
  animation: 2s topTxt;
  height: auto;
  width: 220px;
}

@media (max-width: 768px) {
  .top .main__visual-txt {
    min-width: inherit;
    width: 37.33333%;
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top .main__visual-txt img {
    width: 100%;
    height: auto;
    -webkit-animation: 2s topTxt;
    animation: 2s topTxt;
  }
}

.top .main__visual-scroll {
  display: none;
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  min-width: 1160px;
}

.top .main__visual-scroll .fa {
  font-size: 27px;
  -webkit-animation: 2s infinite upDown;
  animation: 2s infinite upDown;
}

@media (max-width: 768px) {
  .top .main__visual-scroll {
    min-width: inherit;
    bottom: 0;
  }
}

.top .main__visual-link {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  padding: 0 20px;
  box-sizing: border-box;
}

.top .main__visual-link-btn {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.top .main__visual-link-btn:link,
.top .main__visual-link-btn:focus,
.top .main__visual-link-btn:active {
  color: #fff;
}

.top .main__visual-link-icon {
  width: 5.8309%;
  min-width: 20px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 5.8309%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/resort/assets/images/top_mainvisual_arrow_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.top .container {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 135px;
}

@media (max-width: 768px) {
  .top .container {
    padding: 0;
    width: 100%;
  }
}

.top .section {
  max-width: 1120px;
}

@media (max-width: 768px) {
  .top .section {
    padding: 60px 0 0;
  }

  .top .section:last-child {
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .top .section--accordion {
    padding-top: 0;
  }
}

.top .section--top {
  padding: 60px 0 0;
}

.top .section__box {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .top .section__box {
    float: none;
    width: 100%;
  }
}

.top .section__box--title {
  display: table;
}

.top .section__box--info {
  float: right;
  padding-left: 35px;
}

@media (max-width: 768px) {
  .top .section__box--info {
    float: none;
    padding: 0 20px;
  }
}

.top .section__title {
  border-bottom: 0;
  margin-top: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .top .section__title {
    padding-bottom: 40px;
  }
}

.top .section__title:after {
  display: none;
}

.top .section__title--news {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0;
}

.top .section__title--carousel {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 auto;
  max-width: 910px;
}

@media (max-width: 768px) {
  .top .section__title--carousel {
    padding: 0 20px;
  }
}

.top .section--sub__title-wrap.last {
  padding-bottom: 10px;
}

.top .section__bg {
  max-width: 1120px;
  z-index: 1;
}

.top .section__bg div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

@media (max-width: 768px) {
  .top .section__bg {
    width: 100%;
    right: 0;
    left: initial;
    background-position: 20px center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: static;
    padding-top: 70%;
    clear: both;
  }
}

.top .section__bg--right {
  right: 0;
  left: initial;
  width: calc(100% - 500px);
}

@media (max-width: 768px) {
  .top .section__bg--right {
    width: 100%;
    left: 0;
    right: initial;
    position: static;
    padding-top: 50%;
    background-position: left;
  }
}

@media (max-width: 768px) {
  .top .section--sub__btn__wrap {
    padding-top: 0;
  }
}

.top .section--container {
  position: relative;
  max-width: initial;
  padding-bottom: 0;
  padding-top: 60px;
}

.top .section--container01 {
  padding-top: 180px;
}

@media (max-width: 768px) {
  .top .section--container01 {
    padding-top: 60px;
  }
}

.top .section--container .section--sub__btn-wrap {
  clear: both;
}

.top .section--container+.btn__sub-wrap {
  padding-top: 0;
}

.top .section--container__title {
  margin: 0;
  display: inline-block;
  border-top: 1px solid #81773f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 12px 10px;
}

@media (max-width: 768px) {
  .top .section--container__title {
    margin-left: 20px;
  }
}

.top .section--container__lead {
  font-size: 38px;
  font-size: 3.8rem;
  padding: 0;
  margin: 0 0 -15px;
  color: #81773f;
  font-weight: normal;
  font-family: "ryo-text-plusn";
  padding: 20px 0 0;
  line-height: 1.8;
}

.top .section--container__lead .text-indent {
  text-indent: -20px;
  display: block;
}

@media (max-width: 768px) {
  .top .section--container__lead {
    padding: 20px 20px 40px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.6;
    text-indent: -5px;
    letter-spacing: 6px;
  }
}

.top .section--container--right .section--container__title {
  float: right;
}

.top .section--container--right .section--container__title,
.top .section--container--right .section--container__lead {
  text-align: right;
}

.top .section--container--right .section--container__lead {
  clear: both;
}

@media (max-width: 768px) {
  .top .section--container--right .section--container__title {
    float: none;
  }

  .top .section--container--right .section--container__title,
  .top .section--container--right .section--container__lead {
    text-align: left;
  }
}

.top .section--carousel {
  padding-bottom: 0;
}

.top .section--carousel .block--carousel {
  padding-top: 0;
  padding-bottom: 0;
}

.top .section--news {
  max-width: 1120px;
  width: 100%;
  padding-left: 105px;
  padding-right: 105px;
  border-bottom: 1px solid #e0e0e0;
}

.top .section--news:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .top .section--news {
    padding: 60px 0;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.top .section--news .news__item {
  font-size: 13.5px;
  font-size: 1.35rem;
  text-align: left;
  margin-bottom: 32px;
}

.top .section--news .news__item a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.top .section--news .news__item a:link,
.top .section--news .news__item a:visited {
  color: 000;
}

.top .section--news .news__item a:hover {
  color: #941f24;
}

.top .section--news .news__day {
  float: left;
  width: 115px;
  color: #757575;
}

.top .section--news .news__content {
  margin-left: 115px;
}

.top .section--news .news__content a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.top .section--news .news__content a:link,
.top .section--news .news__content a:visited {
  color: 000;
}

.top .section--news .news__content a:hover {
  color: #941f24;
}

@media (max-width: 768px) {
  .top .section--news .news__day {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }

  .top .section--news .news__content {
    margin-left: 0;
  }
}

.top .section--news .news__moreread {
  text-align: center;
}

.top .section--news .news__moreread-trigger {
  color: #941f24;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin: 26.5px auto 0;
}

.top .section--news .news__moreread .news__item {
  display: none;
}

.top .section__row {
  max-width: 1120px;
  margin: 0 auto;
}

.top .section__row .col__slide,
.top .section__row .col__txt {
  box-sizing: border-box;
}

.top .section__row .col__txt {
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
}

@media (max-width: 768px) {
  .top .section__row .col__txt {
    padding: 30px 40px 20px;
  }
}

.top .section__row .col__txt p {
  width: 420px;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 25px 0 60px;
  box-sizing: border-box;
  position: absolute;
  line-height: 2;
}

@media (max-width: 768px) {
  .top .section__row .col__txt p {
    padding: 0 20px;
    width: 100%;
    position: static;
  }
}

.top .section__row--pt1,
.top .section__row--pt2 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: initial;
}

.top .section__row--pt1 .col__bg,
.top .section__row--pt2 .col__bg {
  height: 620px;
}

.top .section__row--pt1 .col__bg div,
.top .section__row--pt2 .col__bg div {
  background-size: cover;
  background-position: center;
}

.top .section__row--pt1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 1000px;
}

@media (max-width: 768px) {
  .top .section__row--pt1 {
    height: auto;
  }
}

.top .section__row--pt1 .col__txt {
  width: 420px;
  position: relative;
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
}

@media (max-width: 768px) {
  .top .section__row--pt1 .col__txt {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.top .section__row--pt1 .col__txt p {
  bottom: 0;
  padding-right: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: opacity 2s ease, transform 1s ease;
  transition: opacity 2s ease, transform 1s ease, -webkit-transform 1s ease;
}

.top .section__row--pt1 .col__txt p.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top .section__row--pt1 .section--container__lead--vertical {
  width: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  padding: 0 30px 0 0;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: normal;
  display: block;
  height: 620px;
  box-sizing: border-box;
  line-height: 1.9;
  letter-spacing: 10px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease, -webkit-transform 1s ease;
}

.top .section__row--pt1 .section--container__lead--vertical img {
  max-width: 180px;
}

.top .section__row--pt1 .section--container__lead--vertical .text-indent {
  text-indent: -20px;
  display: block;
}

.top .section__row--pt1 .section--container__lead--vertical+.section__bg+p {
  display: block;
  clear: both;
  float: right;
  width: 100%;
  position: static;
}

.top .section__row--pt1 .section--container__lead--vertical.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-align: right;
}

@media (max-width: 768px) {
  .top .section__row--pt1 .section--container__lead--vertical.active {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top .section__row--pt1 .section--container__lead--vertical {
    font-size: 2.5rem;
    height: auto;
    text-indent: 0;
    position: static;
  }

  .top .section__row--pt1 .section--container__lead--vertical .text-indent {
    text-indent: -12px;
  }

  .top .section__row--pt1 .section--container__lead--vertical img {
    width: 32%;
    height: initial;
  }
}

.top .section__row--pt1 .col__bg {
  width: calc((100% - ((100% - 1120px) / 2)) - 420px);
  position: relative;
}

.top .section__row--pt1 .col__bg div {
  width: 100%;
  height: 620px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 5s ease, -webkit-transform 2s ease;
  transition: opacity 5s ease, -webkit-transform 2s ease;
  transition: opacity 5s ease, transform 2s ease;
  transition: opacity 5s ease, transform 2s ease, -webkit-transform 2s ease;
}

@media (max-width: 768px) {
  .top .section__row--pt1 .col__bg div {
    position: static;
  }
}

.top .section__row--pt1 .col__bg div img {
  width: 100%;
}

.top .section__row--pt1 .col__bg div.fadeOut {
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (max-width: 768px) {
  .top .section__row--pt1 .col__bg div.fadeOut {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.top .section__row--pt1 .bg__start {
  position: absolute;
  top: 10%;
}

.top .section__row--pt1 .txt__start {
  position: absolute;
  top: 35%;
}

.top .section__row--pt1 .txt__start02 {
  position: absolute;
  top: 40%;
}

@media (max-width: 1279px) {
  .top .section__row--pt1 .col__bg {
    margin-right: 30px;
  }

  .top .section__row--pt1 .section--container__lead--vertical {
    padding-left: 0;
    margin: 0 auto;
  }

  .top .section__row--pt1 .section--container__lead--vertical+.section__bg+p {
    padding: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top .section__row--pt1 .col__txt {
    width: 100%;
    padding: 0;
  }

  .top .section__row--pt1 .col__bg {
    width: 100%;
  }

  .top .section__row--pt1 .section--container__lead--vertical {
    margin: 0 auto 30px auto;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-align: center;
    width: initial;
  }

  .top .section__row--pt1 .section--container__lead--vertical img {
    margin: 0 auto;
  }

  .top .section__row--pt1 .section--container__lead--vertical+.section__bg+p {
    padding: 20px;
  }
}

.top .section__row--pt2 {
  height: 1000px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .top .section__row--pt2 {
    height: auto;
  }
}

.top .section__row--pt2 .col__txt {
  width: 440px;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

@media (max-width: 768px) {
  .top .section__row--pt2 .col__txt {
    min-width: initial;
    max-width: initial;
    width: 100%;
    padding-right: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.top .section__row--pt2 .col__txt p {
  bottom: 350px;
  padding: 80px 40px 0 0;
  width: 100%;
  position: absolute;
}

@media (max-width: 1279px) {
  .top .section__row--pt2 .col__txt p {
    padding: 120px 20px 0;
  }
}

.top .section__row--pt2 .col__txt .section--container__lead {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
  width: 100%;
  padding: 0 60px 0 0;
  box-sizing: border-box;
}

.top .section__row--pt2 .col__txt .section--container__lead img {
  width: 100%;
}

@media (max-width: 768px) {
  .top .section__row--pt2 .col__txt .section--container__lead {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0 30px 40px 20px;
    max-width: 470px;
  }
}

.top .section__row--pt2 .col__txt .section--container__lead.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top .section__row--pt2 .col__bg {
  width: calc((100% - ((100% - 1120px) / 2)) - 440px);
  position: relative;
}

.top .section__row--pt2 .col__bg div {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: 0;
  top: 10%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  transform: translate3d(0, 0, 0);
}

.top .section__row--pt2 .col__bg div.fadeOut {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

@media (max-width: 768px) {
  .top .section__row--pt2 .col__bg div {
    position: static;
  }
}

.top .section__row--pt2 .col__bg div img {
  width: 100%;
}

.top .section__row--pt2 .col__bg #bg02 {
  position: absolute;
  top: 10%;
}

.top .section__row--pt2 .bg2__start {
  position: absolute;
  top: 50%;
}

.top .section__row--pt2 .txt2__start {
  position: absolute;
  top: 35%;
}

.top .section__row--pt2 .txt2__start02 {
  position: absolute;
  top: 40%;
}

@media (max-width: 768px) {
  .top .section__row--pt2 .section__bg {
    background-size: 100% auto;
    background-position: -20px center;
  }
}

@media (max-width: 1279px) {
  .top .section__row--pt2 .section--container__lead {
    padding-left: 0;
    margin: 0 auto;
    padding: 0 20px;
  }

  .top .section__row--pt2 .section--container__lead.active {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .top .section__row--pt2 .col__txt {
    width: 100%;
    padding: 0;
  }

  .top .section__row--pt2 .col__txt .section--container__lead {
    margin: 0;
  }

  .top .section__row--pt2 .col__txt .section--container__lead+.section__bg+p {
    padding: 20px;
    position: static;
  }

  .top .section__row--pt2 .col__bg {
    width: 100%;
  }
}

.top .section--sub-voice {
  border-top: 0;
  margin-top: 0;
  padding-top: 90px;
  max-width: initial;
  min-width: 1120px;
}

@media (max-width: 768px) {
  .top .section--sub-voice {
    padding-bottom: 60px;
    min-width: initial;
  }

  .top .section--sub-voice .section--sub__title {
    padding: 0 35px;
  }
}

.top .section--sub-voice .slick__item {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

@media (max-width: 768px) {
  .top .section--sub-voice .slick__item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.top .section--sub-voice .slick__item .voice__wrap {
  cursor: default;
  width: 100%;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}

.top .section--sub-voice .slick__item.slick-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top .section--sub-voice .slick__item.slick-active a {
  cursor: pointer;
}

@media (max-width: 768px) {
  .top .section--sub-voice .section--sub__btn-wrap {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.top__name {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.top__name+span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}

.top__explain {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.top__info {
  font-size: 13px;
  font-size: 1.3rem;
}

.top__info dt {
  float: left;
  width: 115px;
}

.top__info dt span {
  color: #81773f;
}

.top__info dd {
  margin-left: 130px;
}

.top__info dd .btn {
  margin-left: 10px;
  border: 1px solid #ebebeb;
  font-size: 11px;
  font-size: 1.1rem;
  color: #941f24;
  padding: 3px 5px;
  width: auto;
}

.top__info dd .btn .fa {
  color: #757575;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .top__info dt {
    float: none;
  }

  .top__info dd {
    margin-left: 1.3rem;
  }

  .top__info dd .btn {
    display: block;
    width: 70px;
    margin: 0;
  }

  .top__info dd.detail__info-telnum {
    color: #941f24;
  }
}

.top__map {
  height: 400px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .top__map {
    margin-bottom: 20px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .top .access {
    padding: 0 20px 40px;
  }

  .top .access__address {
    display: block;
  }

  .top .access__telnum {
    color: #941f24;
  }
}

.top .access__title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}

.top .access__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 12px;
  border-left: 2px solid #81773f;
}

.top .access p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .top .access p {
    line-height: 1.5;
  }
}

.top .access__item dl {
  font-size: 13px;
  font-size: 1.3rem;
}

.top .access__item dl:before,
.top .access__item dl:after {
  display: block;
  content: ' ';
}

.top .access__item dl:after {
  clear: both;
}

.top .access__item dl dt {
  color: #757575;
  width: 170px;
  float: left;
  position: relative;
  padding-left: 18px;
}

.top .access__item dl dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #81773f;
  left: 2px;
  top: 7px;
}

.top .access__item dl dd {
  margin-left: 170px;
}

@media (max-width: 768px) {
  .top .access__item dl dt {
    float: none;
  }

  .top .access__item dl dd {
    margin-left: 1.8rem;
  }
}

@media (max-width: 768px) {
  .top .hotels__info {
    padding: 0 20px;
  }
}

.top .hotels__box {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .top .hotels__box {
    margin-bottom: 40px;
  }
}

.top .slick-slide img {
  max-height: 168px;
}

.top .no-news__txt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #757575;
}

.top .section--search-area .btn--search.disable {
  background: #ddd;
  cursor: default;
}

.top .slick-dots {
  height: 2px;
  bottom: 0;
  text-align: center;
}

.top .slick-dots li {
  margin: 0;
  height: 2px;
  background: #ececec;
  vertical-align: top;
}

.top .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}

.top .slick-dots li button:before {
  display: none;
}

@media (max-width: 768px) {
  .top .slick__wrap .voice__content p {
    height: 45px;
  }
}

@media (max-width: 768px) {
  .top .voice__content {
    padding-bottom: 0;
  }
}

.top .other-hotel {
  width: 1080px;
  margin: 10px auto 0;
  padding: 0 5px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-sizing: border-box;
}

.top .other-hotel__title {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.top .other-hotel__list {
  width: 710px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .other-hotel__item {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.top .other-hotel__item a:link,
.top .other-hotel__item a:visited {
  color: #fff;
}

.sns__list {
  padding-top: 40px;
}

.sns__list .section--sub-link {
  padding-bottom: 20px;
}

.sns__list .section--sub-link .fa {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: inherit;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  box-sizing: border-box;
}

.share__area {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 20px 0;
  margin-top: 40px;
}

.share__area__title {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 5px;
  color: #757575;
}

.share__area__list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share__area__item {
  padding-left: 5px;
}

.search-vacancy__box {
  background: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.search-vacancy__box a {
  color: #fff;
}

@media (max-width: 768px) {
  .voice__title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .voice__title+p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.3rem;
  }
}

body {
  line-height: 1.6;
}

h1 {
  margin: 0;
  padding: 0;
}

#contents {
  margin-top: 100px;
  overflow-x: auto;
}

.back-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: block;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
  visibility: hidden;
  -webkit-transition: visibility 1s ease-in, opacity 0.5s ease;
  transition: visibility 1s ease-in, opacity 0.5s ease;
}

.back-top.fadeIn {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.back-top.fadeOut {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


html {
  overflow-y: scroll;
  overflow-x: scroll;
}

#globalnav li a {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */

.accordion-section .accordion-icon {
  cursor: pointer;
  width: 12px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 14px;
}

.accordion-section .ui-accordion-content {
  padding: 0;
}

.accordion-section .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius: 0;
}

.accordion-section .ui-accordion .ui-accordion-header {
  margin: 0;
}

.accordion-section {
  font-family: inherit;
  font-size: inherit;
}

.accordion-section .side-nav__title {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.accordion-section:not(:first-child) .side-nav__title {
  border-top: 1px #ddd solid;
}

.accordion-section .ui-icon {
  display: none;
}

.accordion-section .ui-widget-content {
  background: none;
  border: none;
}

.accordion-section .ui-widget {
  font-family: inherit;
}

.accordion-section .ui-helper-reset {
  line-height: initial;
}

.accordion-section .ui-widget-content a {
  color: #000;
}

.search_product_count {
  text-align: center;
  background-color: rgba(255, 238, 201, 0.5);
  padding: 20px 15px;
  position: fixed;
  z-index: 50;
  left: 20px;
  bottom: 40px;
  width: 250px;
}

.search_count_inner {
  cursor: pointer;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fcb013;
  padding: 10px 0;
}

.search_count_number {
  font-size: 22px;
  margin: 0 5px;
}

.filter-range input[type="text"] {
  width: 45px;
  padding: 3px 5px;
  border: 1px #99b3d6 solid;
}

.filter-range input[type="text"]:focus {
  border-color: #004098;
  outline: none;
}

.filter-range .input__item {
  padding: 0 5px 0 17px !important;
}

.filter-range.input__list {
  padding: 12px 0 0 0;
}

.filter-range .filter-button {
  padding: 3px 9px;
  border: none;
  vertical-align: 1px;
  margin-left: 5px;
  background-color: #004098;
  color: #fff;
}

.filter-range .filter-button-clear {
  padding: 3px 9px;
  border: none;
  vertical-align: 1px;
  margin-left: 5px;
  background-color: #666666;
  color: #fff;
}

.side-nav__option-box .side-nav__title {
  background: #009376;
  line-height: 1.3em;
}

.side-nav__option-box .side-cont__title {
  color: #009376;
}

.side-nav__option-box .side-cont__title.open {
  background: #e8f9f6;
}

.side-nav__option-box.side-nav__inner {
  border: 1px solid #c9e8e3;
}

.filter-range .input__item .range-alert {
  color: red;
  font-size: 82%;
  background: #F8E0E6;
  padding: 4px;
}

.js-modal__select {
  min-width: 290px;
}

.download_text a {
  text-decoration: underline;
  color: #4297d7;
}