@charset "UTF-8";
/* bootstrap */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4abfe6;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 600px) {
  .container {
    width: 94%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 904px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-1-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  col-sm-1-5 {
    width: 40%;
    float: left;
  }
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-1-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-1-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* common */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #4a4b4e;
  font-size: 14px;
  font-size: 1.4em;
  min-height: 100vh;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-break: break-all;
}

/* icon size */
.icon-ll {
  font-size: 40px;
  line-height: 1;
}

/* link */
.link-black {
  color: #4a4b4e;
}

.link-green {
  color: #60df52;
}

.link-border, .link-hover-border:hover {
  text-decoration: underline;
}

.link-separator {
  color: #b3b3b4;
  margin: 0 5px;
}

/* button */
.button-green {
  display: inline-block;
  background: #60df52;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  border: none;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #60ce52;
}

.button-green:hover {
  background: #8fea86;
  border-bottom: 1px solid #9add92;
}

.button-blue {
  display: inline-block;
  background: #4abfe6;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  border: none;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #42a9cc;
}

.button-blue:hover {
  background: #76cce8;
  border-bottom: 1px solid #89c7dc;
}

.button-whiteblue {
  display: inline-block;
  background: #fff;
  color: #4a4b4e;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  border: none;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #4abfe6;
  color: #4abfe6;
}

.button-whiteblue:hover {
  background: #f6f6f6;
}

.button-gray {
  display: inline-block;
  background: #a0a0a0;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  border: none;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #909090;
}

.button-gray:hover {
  background: #d0d1cf;
  border-bottom: 1px solid #c8c8c8;
}

.button-disabled {
  display: inline-block;
  background: #eee;
  color: #999;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  line-height: 1;
  cursor: default;
}

.button-disabled:hover {
  background: #eee;
  border-color: #e1e1e1;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.of-h {
  overflow: hidden;
}

/* display */
.db {
  display: block;
}

.dib {
  display: inline-block;
}

.di {
  display: inline;
}

.dn {
  display: none;
}

.bd-n {
  border: none !important;
}

.bg-n {
  background-image: none !important;
}

.fz16 {
  font-size: 16px;
}

/* margin, padding */
.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mla {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml150 {
  margin-left: 150px;
}

.ml165 {
  margin-left: 165px;
}

.ml170 {
  margin-left: 170px;
}

.ml250 {
  margin-left: 250px;
}

.mra {
  margin-right: auto;
}

.mr2pa {
  margin-right: 2%;
}

.mr4pa {
  margin-right: 4%;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr150 {
  margin-right: 150px;
}

.mr250 {
  margin-right: 250px;
}

.ma {
  margin: auto;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt13 {
  padding-top: 13px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb13 {
  padding-bottom: 13px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl5 {
  padding-left: 5px;
}

.pl8 {
  padding-left: 8px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pr5 {
  padding-right: 5px;
}

.pr8 {
  padding-right: 8px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

/* width */
.w100per {
  width: 100%;
}

.w100pa {
  width: 100%;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w35 {
  width: 35px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w145 {
  width: 145px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w880 {
  width: 880px;
}

.w900 {
  width: 900px;
}

/* height */
.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h110 {
  height: 110px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h170 {
  height: 170px;
}

.h180 {
  height: 180px;
}

.h190 {
  height: 190px;
}

.h200 {
  height: 200px;
}

.h210 {
  height: 210px;
}

.h220 {
  height: 220px;
}

.h230 {
  height: 230px;
}

.h240 {
  height: 240px;
}

.h250 {
  height: 250px;
}

.h260 {
  height: 260px;
}

.h270 {
  height: 270px;
}

.h280 {
  height: 280px;
}

.h290 {
  height: 290px;
}

.h300 {
  height: 300px;
}

/* text-align */
.ta-c {
  text-align: center;
}

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

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

/* position */
.pr {
  position: relative;
}

.pa {
  position: relative;
}

@font-face {
  font-family: 'fonts';
  src: url("//cdn.spacemarket.net/assets/fonts-eb8b206267e8463deb22fa4fed369f13.eot?hwpigf");
  src: url("//cdn.spacemarket.net/assets/fonts-eb8b206267e8463deb22fa4fed369f13.eot#iefix") format("embedded-opentype"), url("//cdn.spacemarket.net/assets/fonts-0804b1ba9f7cf4f776f8acbf65e21e39.ttf?hwpigf") format("truetype"), url("//cdn.spacemarket.net/assets/fonts-91f25b136eb9d64a9378240b1b717d3e.woff") format("woff"), url("//cdn.spacemarket.net/assets/fonts-58a1b3d471a13f42f01585369116f819.svg#fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-spm-"], [class*=" icon-spm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fonts' !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-spm-accessibility:before {
  content: "\e900";
}

.icon-spm-air_conditioner:before {
  content: "\e901";
}

.icon-spm-bar:before {
  content: "\e902";
}

.icon-spm-bathtub:before {
  content: "\e903";
}

.icon-spm-catering_services:before {
  content: "\e904";
}

.icon-spm-chairs:before {
  content: "\e905";
}

.icon-spm-changing_room:before {
  content: "\e906";
}

.icon-spm-child:before {
  content: "\e907";
}

.icon-spm-day:before {
  content: "\e908";
}

.icon-spm-drinking:before {
  content: "\e909";
}

.icon-spm-dryer:before {
  content: "\e90a";
}

.icon-spm-film_equipment:before {
  content: "\e90b";
}

.icon-spm-hairdryer:before {
  content: "\e90c";
}

.icon-spm-iron:before {
  content: "\e90d";
}

.icon-spm-kitchen_equipment:before {
  content: "\e90e";
}

.icon-spm-kitchen_facilities:before {
  content: "\e90f";
}

.icon-spm-lighting_equipment:before {
  content: "\e910";
}

.icon-spm-line:before {
  content: "\e911";
}

.icon-spm-lockers:before {
  content: "\e912";
}

.icon-spm-market:before {
  content: "\e913";
}

.icon-spm-mirrors:before {
  content: "\e914";
}

.icon-spm-parking:before {
  content: "\e915";
}

.icon-spm-pet:before {
  content: "\e916";
}

.icon-spm-photography_equipment:before {
  content: "\e917";
}

.icon-spm-power_equipment:before {
  content: "\e918";
}

.icon-spm-printer:before {
  content: "\e919";
}

.icon-spm-projector:before {
  content: "\e91a";
}

.icon-spm-public_transportation:before {
  content: "\e91b";
}

.icon-spm-refrigerator:before {
  content: "\e91c";
}

.icon-spm-restaurant:before {
  content: "\e91d";
}

.icon-spm-shampoo:before {
  content: "\e91e";
}

.icon-spm-showers:before {
  content: "\e91f";
}

.icon-spm-smoking:before {
  content: "\e920";
}

.icon-spm-soap:before {
  content: "\e921";
}

.icon-spm-sound_system:before {
  content: "\e922";
}

.icon-spm-stay:before {
  content: "\e923";
}

.icon-spm-tables:before {
  content: "\e924";
}

.icon-spm-time:before {
  content: "\e925";
}

.icon-spm-toilet:before {
  content: "\e926";
}

.icon-spm-toothbrush:before {
  content: "\e927";
}

.icon-spm-towel:before {
  content: "\e928";
}

.icon-spm-tv:before {
  content: "\e929";
}

.icon-spm-washing_machine:before {
  content: "\e92a";
}

.icon-spm-whiteboard:before {
  content: "\e92b";
}

.icon-spm-wifi:before {
  content: "\e92c";
}

.icon-spm-calendar:before {
  content: "\e92d";
}

.icon-spm-add_acount:before {
  content: "\e92e";
}

.icon-spm-config:before {
  content: "\e92f";
}

.icon-spm-invite:before {
  content: "\e930";
}

.icon-spm-login:before {
  content: "\e931";
}

.icon-spm-share:before {
  content: "\e932";
}

.icon-spm-discount:before {
  content: "\e933";
}

.icon-spm-map_pin:before {
  content: "\e934";
}

.icon-spm-logo:before {
  content: "\e935";
}

.icon-spm-checkin:before {
  content: "\e936";
}

.icon-spm-checkout:before {
  content: "\e937";
}

.icon-spm-top_host:before {
  content: "\e938";
}

.icon-spm-point:before {
  content: "\e939";
}

.icon-spm-download:before {
  content: "\e93a";
}

.icon-spm-list:before {
  content: "\e93b";
}

.icon-spm-map:before {
  content: "\e93c";
}

.icon-spm-user:before {
  content: "\e93d";
}

/* for service */
@media screen and (max-width: 991px) {
  .sm-hide {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .xs-hide {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .md-hide {
    display: none;
  }
}

.pc-hide__sm-show {
  display: none;
}

@media screen and (max-width: 991px) {
  .pc-hide__sm-show {
    display: block;
  }
}

.pc-hide__xs-show {
  display: none;
}

@media screen and (max-width: 599px) {
  .pc-hide__xs-show {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .sm-hide__guteter {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (max-width: 991px) {
  .sm-w100 {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .xs-w100 {
    width: 100%;
  }
}

.base__padding {
  padding: 32px 0;
}

@media screen and (max-width: 991px) {
  .base__padding {
    padding: 20px 0 10px;
  }
}

.icon-direct {
  margin-left: 4px;
  padding: 0 2px;
  color: #f2d42b;
}

.icon-discount {
  margin-left: 4px;
  color: #e95175;
}

.page__odd {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.page__even {
  background: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
}

.page__padding {
  padding: 32px 0;
}

@media screen and (max-width: 991px) {
  .page__padding {
    padding: 24px 0 16px;
  }
}

.page__padding-mb0 {
  padding: 32px 0;
}

@media screen and (max-width: 991px) {
  .page__padding-mb0 {
    padding: 24px 0 0px;
  }
}

.page__padding-mt0 {
  padding: 32px 0;
}

@media screen and (max-width: 991px) {
  .page__padding-mt0 {
    padding: 0 0 24px;
  }
}

.page__stripes {
  background: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
}

.page__stripes:nth-child(even) {
  background: #fff;
}

.page__col1 {
  width: 810px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .page__col1 {
    width: 94%;
  }
}

.page-xs12-head {
  padding-top: 24px;
  text-align: center;
}

.page-xs12-terms {
  line-height: 1.7;
  font-size: 15px;
}

.page-title {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 22px;
  }
}

.page-description {
  font-size: 14px;
  margin-bottom: 52px;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .page-description {
    text-align: left;
    margin-bottom: 32px;
    font-size: 13px;
  }
}

.page-subtitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.page-thirdtitle {
  font-weight: bold;
  font-size: 14px;
  margin: 32px 0 0;
  line-height: 1.4;
}

.page-lineheight {
  line-height: 1.5;
}

.link__subcolor a {
  color: #000;
}

.link__subcolor a:visited {
  color: #000;
}

.link__subcolor a:hover {
  text-decoration: underline;
}

.a__underline:hover {
  text-decoration: underline;
}

.is-hover:hover {
  opacity: 0.8;
}

.js-datepicker {
  padding: 6px 5px 5px;
}

.service-select {
  position: relative;
  line-height: 0;
}

.service-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

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

.service-select:before {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  color: #4abfe6;
  content: "\f0dd";
  z-index: 1;
}

.service-select select {
  padding: 8px;
  height: 32px;
  line-height: 12px;
  background-color: transparent;
}

.service-select:before {
  margin-top: 14px;
}

.service-select__sort {
  width: 150px;
  font-size: 12px;
}

.service-select__purpose {
  font-size: 12px;
}

.material-select select {
  border: none;
  line-height: 14px;
  padding: 4px 0 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: auto;
}

.material-select select:focus {
  outline: none;
  border-bottom: 2px solid #4abfe6;
  margin-bottom: -1px;
}

.material-select:before {
  right: 8px;
  margin-top: 8px;
}

.material-form__head {
  color: #4a4b4e;
  margin: 30px 0 -5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.material-form__head-content {
  color: #4a4b4e;
  margin: 15px 0 -5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}

.material-form__title {
  color: #4a4b4e;
  margin: 30px 0 -15px;
  font-size: 13px;
}

.material-form__unit {
  margin-top: 4px;
  display: inline-block;
}

.material-form__notes {
  color: #b3b3b4;
  font-size: 10px;
  margin-left: 5px;
}

.material-form__sample {
  color: #b3b3b4;
  font-size: 10px;
  margin: 2px 0 6px;
}

.material-form__description {
  color: #b3b3b4;
  font-size: 11px;
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: -15px;
}

.material-form__required {
  color: #e95175;
  font-size: 10px;
  margin-left: 5px;
}

.form-checkbox__s:before {
  margin-top: -6px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #4abfe6;
  border-bottom: 2px solid #4abfe6;
}

.service-radio,
.service-checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.service-radio:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border: 1px solid #b3b3b4;
  border-radius: 100%;
  content: '';
  background: #FFF;
}

.service-radio:before {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 100%;
  background: #4abfe6;
  content: '';
  opacity: 0;
  top: 50%;
}

.service-radio,
.service-checkbox {
  margin: 0 20px 3px 0;
  padding-left: 30px;
}

.service-radio:after {
  left: 0;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  top: 0%;
}

.service-radio:before {
  left: 4px;
  margin-top: 5px;
  width: 12px;
  height: 12px;
  top: 0%;
}

input[type=radio]:checked + .service-radio:before {
  opacity: 1;
}

.service-checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b4;
  border-radius: 3px;
  content: '';
  background: #FFF;
}

.service-checkbox:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  content: '';
  opacity: 0;
  transform: rotate(45deg);
}

.service-checkbox:after {
  left: 0;
  margin-top: 0px;
  width: 18px;
  height: 18px;
  top: 0%;
}

.service-checkbox:before {
  left: 6px;
  margin-top: 2px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #4abfe6;
  border-bottom: 3px solid #4abfe6;
  box-sizing: content-box;
  top: 0%;
}

input[type=checkbox]:checked + .service-checkbox:before {
  opacity: 1;
}

.service-select__sort {
  width: 150px;
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  .service-select__sort {
    width: 105px;
    font-size: 11px;
  }
}

.service-select__purpose {
  font-size: 12px;
}

.service-select__bg {
  background: #fff;
  display: block;
}

.service-input-icn:before {
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  color: #4abfe6;
  content: "\f0dd";
  z-index: 1;
}

.site-service .dashboard-container {
  clear: both;
  height: 100%;
  z-index: 13;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 1199px) {
  .site-service .dashboard-container {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .site-service .dashboard-container {
    width: 100%;
    top: 0;
    z-index: 11;
  }
}

@media screen and (max-width: 991px) {
  .site-service .site-header {
    display: block;
    height: 58px;
  }
}

@media screen and (max-width: 991px) {
  .site-service .site-header__smp {
    display: block;
  }
}

.site-service .site-header__logo {
  width: 180px;
  margin: 6px;
  height: 34px;
  background-size: 178px 29px;
  background-position: 4px 4px;
}

@media screen and (max-width: 1199px) {
  .site-service .site-header__logo {
    margin: 6px;
    width: 34px;
    background-size: 178px 29px;
    background-position: 4px 4px;
  }
}

@media screen and (max-width: 991px) {
  .site-service .site-header__logo {
    margin: 10px 6px;
    width: 34px;
    background-size: 178px 29px;
    background-position: 4px 4px;
  }
}

.site-service .site-header__search {
  display: block;
  margin-left: 212px;
  margin-right: 0;
  position: relative;
  height: 48px;
  padding: 0 0 0 0;
  width: 480px;
  border: none;
  font-size: 13px;
  line-height: 1.5;
}

.site-service .site-header__search:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .site-service .site-header__search {
    margin-left: 48px;
  }
}

@media screen and (max-width: 991px) {
  .site-service .site-header__search {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .site-service .site-header__nav {
    margin-top: 0;
  }
}

.site-service .site-header__nav-message {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__search-menu-btn {
    display: block;
  }
}

.site-service .site-header__campaign {
  background: #4abfe6;
  color: #FFF;
  font-weight: bold;
  padding: 0 20px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__campaign {
    padding: 0 5px;
  }
}

.site-service .site-header__campaign-date-box {
  display: table-cell;
  width: 115px;
  height: 60px;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__campaign-date-box {
    width: 70px;
  }
}

.site-service .site-header__campaign-date-box-inner {
  height: 60px;
  overflow: hidden;
}

.site-service .site-header__campaign-date {
  background: rgba(255, 255, 255, 0.3);
  line-height: 1.3;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-top: -20px;
  border-radius: 50%;
  padding-top: 27px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__campaign-date {
    font-size: 11px;
    font-weight: normal;
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding-top: 11px;
  }
}

.site-service .site-header__campaign-title {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__campaign-title {
    font-size: 13px;
  }
}

.site-service .site-header__campaign-button-box {
  display: table-cell;
  width: 171px;
  vertical-align: middle;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .site-service .site-header__campaign-button-box {
    display: none;
  }
}

.site-service .site-header__campaign-button {
  padding: 8px 15px;
  color: #4abfe6;
}

.site-service .site-header__campaign-button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .site-header__drawer-menu-btn {
    top: 16px;
  }
}

.site-header__search-sm {
  display: none;
}

@media screen and (max-width: 991px) {
  .site-header__search-sm {
    display: block;
  }
}

.site-header__search__login {
  margin-right: 400px;
}

@media screen and (max-width: 991px) {
  .site-header__search__login {
    margin-right: 0;
  }
}

.site-header__search-menu-btn a {
  position: absolute;
  display: block;
  top: 10px;
  right: 95px;
  display: block;
  font-size: 24px;
  cursor: pointer;
  color: #b3b3b4;
}

.site-header__search-menu-btn__login a {
  right: 50px;
}

.site-header__search-input-wrapper {
  overflow: hidden;
}

.site-header__search-input {
  border: none;
  color: #4a4b4e;
  outline: none;
  width: 97%;
}

.site-header__search-input:placeholder-shown {
  color: #cfcfcf;
}

.site-header__search-input::-webkit-input-placeholder {
  color: #cfcfcf;
}

.site-header__search-input::-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.site-header__search-input:-ms-input-placeholder {
  color: #cfcfcf;
}

@media screen and (max-width: 991px) {
  .site-header__search-input {
    width: 90%;
    font-size: 14px;
    height: 48px;
  }
  .site-header__search-input:placeholder-shown {
    position: relative;
    left: 10px;
  }
}

.site-header__search-highlighter {
  float: left;
  border: 1px solid #77cce8;
  background-color: #c0e3ef;
  color: #19627a;
  margin-right: 8px;
  border-radius: 3px;
  margin-top: 3px;
  padding: 2px 5px;
  font-size: 12px;
}

.site-header__search-highlighter:hover {
  color: #4abfe6;
}

@media screen and (max-width: 991px) {
  .site-header__search-highlighter {
    margin-right: 0;
    margin-top: 14px;
    font-size: 11px;
  }
}

.site-header__search-highlighter-name {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}

@media screen and (max-width: 991px) {
  .site-header__search-highlighter-name {
    max-width: 50px;
  }
}

.site-header__search-close {
  margin: 0 4px;
}

.site-header__search-submit {
  font-family: FontAwesome;
  border: none;
  background-color: #f0f0f0;
  color: #949494;
  padding: 0 10px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}

.site-header__search-submit:hover {
  background: #d6d6d6;
  color: #4a4b4e;
}

.site-header__search-menu {
  min-width: 250px;
}

.site-header__search-menu-item {
  float: left;
  position: relative;
  padding: 0 0;
  min-width: 80px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .site-header__search-menu-item {
    min-width: 15.8%;
  }
}

.site-header__search-menu-item .site-header__search-menu-button {
  display: block;
  position: relative;
  padding: 13px 8px;
  font-size: 14px;
  color: #4a4b4e;
}

.site-header__search-menu-item .site-header__search-menu-button:hover {
  border-bottom: 2px solid #4abfe6;
}

.site-header__search-menu-item .site-header__search-menu-button.is-current {
  font-weight: bold;
  border-bottom: 2px solid #4abfe6;
}

.site-header__search-menu-item-others .site-header__search-menu-button {
  width: 100%;
  padding: 13px 18px 13px 12px;
  display: block;
}

.site-header__search-menu-item-others .site-header__search-menu-button:before {
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 11px;
  color: #4abfe6;
  content: "\f0dd";
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .site-header__search-menu-item-others:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .sm__site-header__search {
    margin-left: 80px;
    width: 63%;
    position: relative;
  }
}

.sm__site-header__search:before {
  font-family: FontAwesome;
  content: "\f002";
  left: -18px;
  top: 18px;
  font-size: 20px;
  position: absolute;
  color: #CCC;
}

@media screen and (max-width: 991px) {
  .sm__site-header__search-bd {
    height: 58px;
  }
  .sm__site-header__search-bd:after {
    position: absolute;
    content: '';
    border-left: 1px solid #eaeaea;
    height: 100%;
    top: 0;
    left: -33px;
  }
}

@media screen and (max-width: 991px) {
  .site-header__nav-bagde {
    margin-left: -19px;
    background-color: rgba(233, 81, 117, 0.7);
    font-weight: normal;
  }
}

.site-header__autocomplete,
.autocomplete {
  position: relative;
}

.autocomplete-layout {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 480px;
}

.autocomplete-layout a:nth-child(1) div {
  border-top: none;
}

@media screen and (max-width: 991px) {
  .autocomplete-layout {
    width: 100%;
  }
}

.autocomplete-history,
.autocomplete-suggest {
  color: #666;
  display: block;
}

.autocomplete-history .fa,
.autocomplete-suggest .fa {
  color: #ccc;
}

.autocomplete-history:hover,
.autocomplete-suggest:hover {
  background: #4abfe6;
  color: #fff;
}

.autocomplete-history:hover .fa,
.autocomplete-suggest:hover .fa {
  color: #fff;
}

.autocomplete-history {
  background: #eee;
}

.autocomplete-suggest {
  background: #fff;
}

.autocomplete-history__only {
  padding: 6px 12px;
  background: #eee;
  font-size: 12px;
  color: #d0d0d0;
}

.autocomplete-list {
  border-top: 1px solid #dfdfdf;
  padding: 10px 12px;
}

.autocomplete-history__map .fa-building {
  margin-right: 5px;
}

.autocomplete-history__map .fa-map-marker {
  margin-left: 1px;
  margin-right: 7px;
}

.autocomplete-history__map + .autocomplete-history__keyword:before {
  content: "/";
  color: #ccc;
  padding-right: 4px;
}

.site-header__autocomplete-box {
  left: -2px;
  top: 1px;
}

@media screen and (max-width: 991px) {
  .site-header__autocomplete-box {
    width: 100%;
    left: 0;
  }
}

.datetime-layout {
  position: relative;
}

.datetime-layout__inner {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 700px;
  padding: 16px 10px;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner {
    width: 100%;
    padding: 10px;
  }
}

.datetime-layout__inner-title {
  color: #4a4b4e;
  margin: 0 auto 8px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-title {
    font-size: 12px;
  }
}

.datetime-layout__inner-day {
  float: left;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-day {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .datetime-layout__inner-day {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-day .ui-datepicker {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.datetime-layout__inner-day-end {
  float: right;
}

@media screen and (max-width: 599px) {
  .datetime-layout__inner-day-end {
    display: none;
  }
}

.datetime-layout__inner-time {
  float: left;
  width: 125px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-time {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.datetime-layout__inner-time-list {
  height: 280px;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-time-list {
    height: auto;
    overflow-y: visible;
  }
}

.datetime-layout__inner-time-list li {
  width: 100px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
}

.datetime-layout__inner-time-list li ~ li {
  border-top: none;
}

@media screen and (max-width: 991px) {
  .datetime-layout__inner-time-list li ~ li {
    border-top: 1px solid #ddd;
  }
}

.datetime-layout__inner-time-list li a {
  padding: 7px 0;
  display: block;
  color: #4a4b4e;
}

.datetime-layout__inner-time-list li a:hover {
  background: #60df52;
  color: #fff;
}

.datetime-layout__inner-time-list li.is-disabled {
  background: #f3f3f3;
}

.datetime-layout__inner-time-list li.is-disabled a {
  color: #b3b3b4;
}

.datetime-layout__inner-time-list li.is-disabled a:hover {
  color: #b3b3b4;
  background: #f3f3f3;
}

.datetime-layout__inner-time-list li.is-select {
  background: #4a4b4e;
}

.datetime-layout__inner-time-list li.is-select a {
  color: #fff;
}

.sp__datetime-layout__inner-time-list select {
  width: 100%;
  font-size: 12px;
}

.search-slider-layout {
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
}

.search-slider-layout__inner {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 500px;
  padding: 16px;
}

@media screen and (max-width: 991px) {
  .search-slider-layout__inner {
    width: 100%;
    padding: 10px;
  }
}

.search-slider-layout .search-change__main-title {
  margin-top: 0;
  margin-bottom: 24px;
}

.search-slider-layout .search-slider__pricebox {
  margin-top: 24px;
}

.date-select-layout {
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .date-select-layout {
    width: 100%;
  }
}

.date-select-layout__inner {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 600px;
  padding: 16px 16px 16px;
}

@media screen and (max-width: 991px) {
  .date-select-layout__inner {
    width: 100%;
    padding: 10px;
  }
}

.date-select-layout__calendar {
  padding: 10px;
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background-color: #b3b3b4;
}

.date-select-layout .search-change__main-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.person-num-layout {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
}

@media screen and (max-width: 599px) {
  .person-num-layout {
    width: 100%;
  }
}

.person-num-layout__inner {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 250px;
  padding: 16px 16px 4px;
}

@media screen and (max-width: 991px) {
  .person-num-layout__inner {
    width: 100%;
    padding: 10px;
  }
}

.person-num-layout .person-num__main-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #78909C;
  clear: both;
}

@media screen and (max-width: 991px) {
  .site-main {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .site-main__fixed-header {
    padding-top: 47px;
  }
}

.site-footer__external {
  background-color: #373737;
  color: #c9c9c9;
  font-size: 13px;
}

.site-footer__external-head {
  border-bottom: 1px solid #606060;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.site-footer__external-link {
  font-size: 12px;
  float: right;
  padding-top: 3px;
}

@media (min-width: 600px) and (max-width: 992px) {
  .site-footer__external-link {
    width: 100%;
    display: block;
  }
}

.external-a {
  color: #c9c9c9;
}

.external-a:visited {
  color: #c9c9c9;
}

.external-a:hover {
  color: #fff;
}

.site-footer__external-text {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .site-footer__external-text {
    margin-bottom: 15px;
  }
}

.site-footer {
  background-color: #2a2a2a;
  color: #fff;
  line-height: 1.5;
}

.site-footer small {
  color: #c9c9c9;
}

.site-footer__nav a {
  color: #fff;
}

.site-footer__nav a:visited {
  color: #fff;
}

.site-footer__nav a:hover {
  color: #ccc;
}

.col-langage {
  float: right;
}

@media (max-width: 599px) {
  .col-langage {
    float: none;
  }
}

.site-footer__select-width {
  width: 100%;
}

.site-footer__select {
  position: relative;
  display: block;
}

.site-footer__select select {
  margin-bottom: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 4;
  cursor: pointer;
  background: #515050;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 8px 30px 8px 10px;
  height: 48px;
}

.site-footer__select select::-ms-expand {
  display: none;
}

.site-footer__select:before {
  z-index: 1;
  font-family: FontAwesome;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #fff;
  content: "\f0dd";
  line-height: 0;
}

.site-footer__nav-header {
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 24px;
  margin: 0 0 24px;
}

@media screen and (max-width: 991px) {
  .site-footer__nav-header {
    border: none;
    margin: 0 0 8px;
    padding-bottom: 12px;
  }
}

.footer-logo {
  width: 200px;
  float: left;
}

@media screen and (max-width: 599px) {
  .footer-logo {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
}

.footer-logo-item {
  text-indent: -9999px;
  height: 45px;
  background: url("https://cdn.spacemarket.net/assets/service/logo-white-e853ac7759d9470f7f1a76c8e83a9f32.svg") 0 center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 599px) {
  .footer-logo-item {
    width: 100%;
    background-size: 200px auto;
    background-position: center center;
  }
}

.footer-entry-btn {
  width: 190px;
  float: left;
  padding-left: 24px;
}

@media screen and (max-width: 599px) {
  .footer-entry-btn {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 12px;
  }
}

.site-footer__nav-title {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .site-footer__nav-title {
    font-size: 14px;
    border-top: 1px solid #3f3f3f;
    font-weight: normal;
    padding: 12px;
    display: block;
  }
  .site-footer__nav-title a {
    display: block;
  }
  .site-footer__nav-title:before {
    z-index: 1;
    font-family: FontAwesome;
    position: absolute;
    top: 14px;
    right: 15px;
    color: #fff;
    content: "\f107";
  }
  .site-footer__nav-title.is-link:before {
    content: "\f105";
  }
}

.site-footer__nav-link {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.site-footer__nav-link li {
  margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
  .site-footer__nav-link {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-footer__nav-link li {
    background: #3f3f3f;
    margin-bottom: 0;
  }
  .site-footer__nav-link li ~ li {
    border-top: 1px solid #2a2a2a;
  }
  .site-footer__nav-link li a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 12px;
    color: #fff;
  }
  .site-footer__nav-link li a:before {
    z-index: 1;
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    content: "\f105";
  }
}

.site-footer__place-nav {
  padding: 24px 0 12px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}

@media screen and (max-width: 991px) {
  .site-footer__place-nav {
    border: none;
    padding: 0 0 12px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__place-nav-list:last-of-type li {
    width: 50%;
  }
}

.site-footer__place-nav-list .site-footer__nav-link {
  margin-top: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .site-footer__place-nav-list .site-footer__nav-link {
    margin-bottom: 0;
  }
}

.site-footer__place-nav-list li {
  display: inline-block;
  padding-right: 12px;
  border: none;
}

.site-footer__place-nav-list li ~ li {
  border: none;
}

@media screen and (max-width: 991px) {
  .site-footer__place-nav-list li {
    padding-right: 0;
    width: 25%;
    display: block;
    float: left;
  }
}

.site-footer__static-app__download-banner {
  padding: 28px 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4b4b4b;
}

.site-footer__static-app__download-banner a {
  padding-right: 24px;
}

@media screen and (max-width: 599px) {
  .site-footer__static-app__download-banner {
    padding: 24px 0 24px;
    border: none;
  }
  .site-footer__static-app__download-banner a {
    display: block;
    float: left;
    width: 50%;
    padding-right: 0;
  }
  .site-footer__static-app__download-banner a img {
    width: 100%;
    height: auto;
    padding: 0 4%;
    margin: 0 0 12px;
  }
}

.site-footer__links {
  float: left;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .site-footer__links {
    width: 100%;
  }
}

.site-footer__copyrights {
  clear: both;
  display: block;
  color: #c9c9c9;
}

.site-footer__copyrights small {
  display: block;
  padding-top: 10px;
}

@media screen and (max-width: 599px) {
  .site-footer__copyrights {
    text-align: center;
    margin-bottom: 8px;
  }
}

.site-footer__sns-link {
  display: block;
  position: relative;
}

@media screen and (max-width: 599px) {
  .site-footer__sns-link {
    text-align: center;
  }
}

.site-footer__sns-link li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 16px 0 0;
}

.site-footer__sns-link li:last-child {
  margin-top: 2px;
}

@media screen and (max-width: 599px) {
  .site-footer__sns-link li {
    padding: 0 8px;
  }
}

.site-footer__sns-link li a {
  color: #fff;
  font-size: 24px;
}

.site-footer__sns-link li a:visited {
  color: #fff;
}

.site-footer__sns-link li a :hover {
  color: #ccc;
}

.site-footer__sns-link .icon-spm-line:before {
  font-size: 22px;
}

.site-footer__com-link {
  display: block;
  padding: 0 0 10px;
}

@media screen and (max-width: 599px) {
  .site-footer__com-link {
    text-align: center;
    padding-top: 12px;
  }
}

.site-footer__com-link li {
  display: inline-block;
  padding: 0 16px 0 0;
}

@media screen and (max-width: 599px) {
  .site-footer__com-link li {
    padding: 0;
  }
}

.site-footer__com-link li a {
  color: #fff;
  font-size: 12px;
}

.site-footer__com-link li a:visited {
  color: #fff;
}

.site-footer__com-link li a:hover {
  color: #ccc;
}

@media screen and (max-width: 599px) {
  .site-footer__com-link li a {
    display: block;
    padding: 8px 8px;
  }
}

.site-footer__language_menu {
  display: inline-block;
  float: right;
  width: 20%;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 599px) {
  .site-footer__language_menu {
    width: 100%;
    margin-top: 12px;
  }
}

.breadcrumbs {
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #eaeaea;
  font-size: 10px;
}

.breadcrumbs li {
  display: inline;
  list-style-type: none;
  margin-right: 5px;
}

.breadcrumbs li ~ li:before {
  margin-right: 5px;
  content: " > ";
}

.site-sidebar {
  border: 1px solid #d0d1cf;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 32px;
  font-size: 13px;
}

.site-sidebar__headline {
  background: #eee;
  font-weight: bold;
  padding: 16px 18px;
  border-bottom: 1px solid #d0d1cf;
}

.site-sidebar__headline-bt {
  border-top: 1px solid #d0d1cf;
}

.site-sidebar__inner {
  padding: 16px 18px;
}

.site-sidebar__section {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
}

.site-sidebar__section-title {
  font-weight: bold;
  margin-bottom: 16px;
}

.site-sidebar__section-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 16px;
}

.mod-heroimg {
  position: relative;
  text-align: center;
  height: 360px;
  overflow: hidden;
}

.mod-heroimg__title,
.mod-heroimg__img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod-heroimg__img {
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

@media screen and (max-width: 1199px) {
  .mod-heroimg__img {
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mod-heroimg__bg {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
}

.mod-heroimg__title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  top: 52%;
  width: 72%;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .mod-heroimg__title {
    font-size: 28px;
    width: 90%;
  }
}

.mod-heroimg__subtitle {
  font-size: 11px;
  display: block;
  margin-top: 16px;
}

.mod-heroimg__contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row-change__4 {
  margin-left: -4px;
  margin-right: -4px;
}

.row-change__4 > div {
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 8px;
}

.row-change__4 img {
  vertical-align: bottom;
}

.odd-col__line,
.even-col__line {
  clear: both;
  padding: 16px 0;
  background-image: -webkit-linear-gradient(right, #fff 12px, transparent 12px, transparent), -webkit-linear-gradient(left, #fff 12px, #dddddd 12px, #dddddd);
  background-image: -moz-linear-gradient(right, #fff 12px, transparent 12px, transparent), -moz-linear-gradient(left, #fff 12px, #dddddd 12px, #dddddd);
  background-image: linear-gradient(to left, #fff 12px, transparent 12px, transparent), linear-gradient(to right, #fff 12px, #dddddd 12px, #dddddd);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left top;
}

.even-col__line {
  background-image: -webkit-linear-gradient(right, #f6f6f6 12px, transparent 12px, transparent), -webkit-linear-gradient(left, #f6f6f6 12px, #dddddd 12px, #dddddd);
  background-image: -moz-linear-gradient(right, #f6f6f6 12px, transparent 12px, transparent), -moz-linear-gradient(left, #f6f6f6 12px, #dddddd 12px, #dddddd);
  background-image: linear-gradient(to left, #f6f6f6 12px, transparent 12px, transparent), linear-gradient(to right, #f6f6f6 12px, #dddddd 12px, #dddddd);
}

.mod-more__link {
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .mod-more__link {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

.star-harf {
  position: relative;
}

.star-harf:before {
  color: #60df52;
  position: absolute;
  top: 0;
  width: 0.46em;
  overflow: hidden;
}

.mod-tooltip {
  display: none;
  position: absolute;
  z-index: 6;
}

.mod-tooltip .baloon {
  position: static;
}

.mod-tooltip__detail {
  line-height: 1.4;
  font-size: 12px;
  display: block;
}

.mod-tooltip__detail .baloon-inner {
  display: block;
}

.mod-review a:hover {
  text-decoration: underline;
}

.mod-review .mod-more__link a:hover {
  text-decoration: none;
}

.mod-review__head {
  margin-bottom: 16px;
}

.mod-review__head li {
  display: inline;
  margin-right: 4px;
}

.mod-review__head-star {
  font-size: 20px;
}

.mod-review__head-rating {
  font-size: 18px;
}

.mod-review__line {
  clear: both;
  padding: 16px 0;
  border-top: 1px solid #dddddd;
}

.mod-review__line:nth-child(1) {
  border: none;
}

.mod-review__guest-name {
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 599px) {
  .mod-review__guest-name {
    margin-top: 0;
  }
}

.mod-review__list {
  margin-bottom: 12px;
}

.mod-review__list li {
  display: block;
  float: left;
  margin-right: 8px;
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .mod-review__list li {
    margin-bottom: 2px;
  }
  .mod-review__list li:first-child {
    float: none;
  }
}

.mod-review__list li.mod-review__list-space {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  margin-top: 2px;
}

@media screen and (max-width: 599px) {
  .mod-review__list li.mod-review__list-space {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

.mod-review__guest-icon,
.mod-review__host-icon {
  float: left;
}

@media screen and (max-width: 599px) {
  .mod-review__guest-icon,
  .mod-review__host-icon {
    margin-bottom: 8px;
  }
}

.mod-review__guest-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.mod-review__box-text {
  margin-top: 2em;
}

@media screen and (max-width: 599px) {
  .mod-review__box-text {
    margin-top: 0;
    clear: both;
  }
}

.mod-review__box-head,
.mod-review__box-text {
  margin-left: 88px;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .mod-review__box-head,
  .mod-review__box-text {
    margin-left: 80px;
  }
}

.mod-review__res-line {
  padding: 16px 0 8px;
  margin-top: 16px;
  border-top: 1px dashed #dddddd;
}

.mod-review__resbox-head,
.mod-review__resbox-text {
  margin-left: 64px;
}

@media screen and (max-width: 599px) {
  .mod-review__box-text,
  .mod-review__resbox-text {
    margin-left: 0;
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .mod-review__resbox-text {
    padding-top: 10px;
    margin-left: 16px;
  }
}

.mod-review__host-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .mod-review__host-icon {
    margin: 0 16px 0 16px;
  }
}

.mod-review__host-name {
  margin-top: 4px;
  margin-bottom: 2px;
}

.mod-review__host-name a {
  font-weight: bold;
}

.mod-review__box-space .mod-review__box-text {
  margin-top: 3.4em;
}

@media screen and (max-width: 599px) {
  .mod-review__box-space .mod-review__box-text {
    margin-top: 0;
  }
}

.mod-host__icon-inner {
  position: relative;
}

.mod-host__superhost-area {
  position: relative;
  cursor: help;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .mod-host__superhost-area {
    width: 160px;
    margin: 0 auto;
  }
}

.mod-host__superhost-text {
  margin: 8px auto 0;
  text-align: center;
  font-size: 13px;
}

.mod-host__superhost-text img {
  width: 12px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.mod-host__superhost-notes {
  margin-top: 8px;
  display: block;
}

.mod-host__superhost-area:hover .mod-tooltip {
  display: block;
  -webkit-animation: evalTooltipDown 0.25s 1;
  animation: evalTooltipDown 0.25s 1;
}

.mod-host__superhost__help-tooltip {
  left: -28px;
  top: 25px;
}

@media screen and (max-width: 991px) {
  .mod-host__superhost__help-tooltip {
    left: -50px;
  }
}

.mod-host__superhost__help-baloon {
  text-align: left;
  color: #4a4b4e;
  font-weight: normal;
}

.mod-host__superhost__help-baloon:before {
  top: -7px;
  left: 30%;
}

@media screen and (max-width: 991px) {
  .mod-host__superhost__help-baloon:before {
    left: 50%;
  }
}

.mod-evaluate {
  text-align: center;
}

.mod-evaluate__question {
  margin-left: 2px;
  color: #4a4b4e;
}

.mod-evaluate__title {
  color: #999;
}

@media screen and (max-width: 991px) {
  .mod-evaluate__title {
    font-size: 11px;
    letter-spacing: -1px;
  }
}

.mod-evaluate__value {
  font-size: 12px;
}

.mod-evaluate__value-img {
  width: 35px;
  height: 32px;
  margin: 14px 0;
}

.mod-evaluate__value-text {
  display: block;
}

.mod-evaluate__help {
  position: relative;
  cursor: help;
}

.mod-evaluate__help:hover .mod-tooltip {
  display: block;
  -webkit-animation: evalTooltipDown 0.25s 1;
  animation: evalTooltipDown 0.25s 1;
}

.mod-evaluate__help-tooltip {
  left: -62px;
  top: 25px;
}

.mod-evaluate__help-baloon {
  text-align: left;
  color: #4a4b4e;
  font-weight: normal;
}

.mod-evaluate__help-baloon:before {
  top: -7px;
  left: 28%;
}

.mod-banner {
  width: 100%;
  padding: 56px 0;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.mod-banner h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .mod-banner h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .mod-banner {
    padding: 32px 0;
  }
}

.mod-banner__button {
  margin-top: 40px;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 40px;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
  font-weight: bold;
}

.mod-banner__guest {
  background: #4abfe6;
}

.mod-banner__guest .mod-banner__button {
  color: #4abfe6;
  border-color: #30acd6;
}

.mod-banner__guest .mod-banner__button:hover {
  background: #f1fbff;
  border-bottom: 1px solid #30acd6;
}

.mod-banner__host {
  background: #60df52;
}

.mod-banner__host .mod-banner__button {
  color: #60df52;
  border-color: #44c535;
}

.mod-banner__host .mod-banner__button:hover {
  background: #edffeb;
  border-bottom: 1px solid #44c535;
}

.mod-more__area {
  text-align: center;
  margin: 16px 0;
  position: relative;
}

.mod-more__area-button {
  padding: 13px 24px;
}

@media screen and (max-width: 991px) {
  .mod-more__area-button {
    font-size: 13px;
  }
}

.units-list {
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .units-list {
    padding-top: 16px;
  }
}

.units-item {
  margin-bottom: 24px;
  position: relative;
}

.units-item__image {
  position: relative;
}

.units-item__image-pict {
  width: 100%;
}

.units-item-fav,
.units-item-fav__on,
.units-item__image-prev,
.units-item__image-next,
.units-item__item-price {
  position: absolute;
  left: 16px;
}

.units-item-fav,
.units-item-fav__on {
  top: 16px;
  right: 16px;
  left: auto;
  border-radius: 50%;
}

.units-item-fav:hover,
.units-item-fav__on:hover {
  box-shadow: none;
}

.units-item-fav:focus,
.units-item-fav__on:focus {
  outline: none;
}

.units-item-fav .fa-heart,
.units-item-fav__on .fa-heart {
  display: block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
}

.units-item-fav .fa-heart:before,
.units-item-fav__on .fa-heart:before {
  font-size: 22px;
  line-height: 41px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 991px) {
  .units-item-fav,
  .units-item-fav__on {
    top: 12px;
    right: 14px;
  }
  .units-item-fav .fa-heart,
  .units-item-fav__on .fa-heart {
    width: 40px;
    height: 40px;
  }
  .units-item-fav .fa-heart:before,
  .units-item-fav__on .fa-heart:before {
    font-size: 16px;
    line-height: 31px;
  }
}

.units-item-fav .fa-heart {
  color: #fff;
  opacity: 0.8;
  border-color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.units-item-fav .fa-heart:hover {
  color: #f06060;
  border-color: #f06060;
  text-shadow: none;
  box-shadow: none;
  transition: color 0.1s;
}

@media screen and (max-width: 991px) {
  .units-item-fav .fa-heart:hover {
    color: #fff;
    border-color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    transition: none;
  }
}

.units-item-fav__on .fa-heart {
  color: #f06060;
  border-color: #f06060;
  background: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.units-item-fav__click {
  animation: favoritButton 1000ms linear both;
}

.units-item__image-prev,
.units-item__image-next {
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
}

.units-item__image-prev .fa,
.units-item__image-next .fa {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .units-item__image-prev .fa,
  .units-item__image-next .fa {
    font-size: 20px;
  }
}

.units-item__image-next {
  right: 0;
  left: auto;
  position: absolute;
}

.units-item__baloon {
  background: #ffffff;
  position: absolute;
  top: 22px;
  right: 68px;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 195px;
  min-width: 75px;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .units-item__baloon {
    top: 14px;
    right: 58px;
  }
}

.units-item__baloon-s {
  background: #ffffff;
  position: absolute;
  top: 15.5px;
  right: 70px;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 125px;
  min-width: 75px;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .units-item__baloon-s {
    top: 14px;
    right: 58px;
  }
}

.units-item__baloon-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px;
}

.units-item__baloon-text:before {
  background-color: #ffffff;
  position: absolute;
  content: " ";
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  top: 11px;
  right: -6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.units-item__baloon-text:after {
  background-color: #ffffff;
  position: absolute;
  content: " ";
  height: 25px;
  width: 13px;
  top: 5px;
  right: 0;
}

.units-item__item-price {
  bottom: 20px;
  padding: 10px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
}

.units-item__item-per {
  font-size: 10px;
  font-weight: normal;
}

.units-item__price-icon {
  margin-left: 4px;
}

.units-item__price-icon-instant {
  padding: 0 2px;
  color: #f2d42b;
}

.units-item__price-icon-top-host {
  vertical-align: middle;
  font-size: 15px;
  color: #f2d42b;
}

.units-item__price-icon-discount {
  vertical-align: middle;
  font-size: 15px;
  color: #e95175;
}

.units-item__body {
  margin-top: 8px;
}

.units-item__body-superhost {
  position: absolute;
  top: 38px;
  right: 0;
  width: 18px;
  height: 24px;
}

.units-item__body-inner {
  overflow: hidden;
}

.units-item__body-title {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}

.units-item__body-info {
  margin: 6px 0 8px;
  font-size: 11px;
  color: #d0d1cf;
}

.units-item__body-info li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

.units-item__body-info li:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 13em;
}

@media screen and (max-width: 991px) {
  .units-item__body-info li:nth-child(2) {
    max-width: 16em;
  }
}

@media screen and (max-width: 1199px) {
  .units-item__body-info li:nth-child(3) {
    display: block;
    margin-top: 6px;
  }
}

@media screen and (max-width: 991px) {
  .units-item__body-info li:nth-child(3) {
    margin-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .units-item__body-info li:nth-child(3) {
    display: block;
    margin-top: 6px;
  }
}

.units-item__body-access {
  font-size: 10px;
  line-height: 1.2;
}

.units-baloon {
  bottom: -120px;
  right: 0px;
}

@media screen and (max-width: 991px) {
  .units-baloon {
    right: 8px;
  }
}

.units-baloon:before {
  top: -7px;
  left: 81%;
}

@media screen and (max-width: 991px) {
  .units-baloon:before {
    left: 84%;
  }
}

.units-ranking {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
}

.units-ranking__no1 {
  background-color: #f5d02c;
}

.units-ranking__no1:after {
  border-color: #f5d02c;
}

.units-ranking__no2 {
  background-color: #c2cad9;
}

.units-ranking__no2:after {
  border-color: #c2cad9;
}

.units-ranking__no3 {
  background-color: #da7e3f;
}

.units-ranking__no3:after {
  border-color: #da7e3f;
}

.units-ranking__non {
  background-color: #fff;
}

.units-ranking__non:after {
  border-color: #fff;
}

.units-ranking__non .units-ranking__icon-body {
  border-color: #ddd;
}

.units-ranking__icon {
  width: 38px;
  height: 48px;
  word-wrap: break-word;
  text-align: center;
}

.units-ranking__icon:before,
.units-ranking__icon:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
}

.units-ranking__icon:after {
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 0px 19px 19px 19px;
  border-bottom: .8em solid transparent;
}

.units-ranking__icon-body {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 3px;
  width: 32px;
  height: 56px;
  z-index: 3;
  padding-top: 8px;
  text-align: center;
  background: url(asset-path("service/landing/ranking-icon.png")) 50% 8px no-repeat;
  background-size: 24px 14px;
}

.units-ranking__icon-number {
  display: block;
  font-weight: bold;
  color: #4a4b4e;
  margin-top: 18px;
}

.a__extra-units {
  color: #000;
}

.a__extra-units:hover {
  color: #666;
}

.a__extra-units:hover img {
  opacity: 0.8;
}

.extra-units {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
}

.extra-units .units-ranking {
  left: 10px;
}

.extra-units__image {
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  height: 230px;
}

.extra-units__image-col__h6 {
  height: 560px;
}

.extra-units__image-col__h6 img {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .extra-units__image-col__h6 {
    height: 230px;
  }
  .extra-units__image-col__h6 img {
    width: 100%;
    height: auto;
  }
}

.extra-units__image-col__w6 img {
  width: 101%;
  height: auto;
}

.extra-units__image-pict {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  vertical-align: bottom;
  width: 120%;
}

@media screen and (max-width: 991px) {
  .extra-units__image-pict {
    width: 100%;
  }
}

.extra-units__item-price {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.extra-units__item-super-host {
  height: 13px;
  vertical-align: bottom;
  margin-left: 4px;
  margin-bottom: -1px;
}

.extra-units__item-per {
  font-size: 10px;
  font-weight: normal;
}

.extra-units__item-fav,
.extra-units__item-fav__on {
  top: 12px;
  right: 24px;
}

.extra-units__item-fav .fa-heart,
.extra-units__item-fav__on .fa-heart {
  width: 45px;
  height: 45px;
}

.extra-units__item-fav .fa-heart:before,
.extra-units__item-fav__on .fa-heart:before {
  font-size: 18px;
  line-height: 38px;
}

.extra-units__body {
  margin: 8px 10px 12px;
}

.extra-units__body-inner {
  overflow: hidden;
}

.extra-units__body-title {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  font-weight: bold;
}

.extra-units__body-access {
  font-size: 10px;
  margin-top: 10px;
  color: #a0a0a0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-low-units {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  margin: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.md-low-units:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .md-low-units {
    padding-bottom: 2px;
    margin-bottom: 8px;
  }
}

/* for zendesk top */
.help-top-menu__other-search {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .help-top-menu__other-search {
    display: none;
  }
}

.help-top-menu__other-ttl {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-right: 32px;
}

.help-top-menu__other-ttl:before {
  font-family: FontAwesome;
  content: "\f0ca";
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .help-top-menu__other-ttl {
    display: block;
    font-size: 16px;
    margin: 32px 0 0;
  }
}

.help-top-menu__other-list {
  text-align: center;
  margin: 16px 0 8px;
  display: inline-block;
}

.help-top-menu__other-list li {
  display: inline;
}

.help-top-menu__other-list li + li {
  border-left: 1px solid #fff;
  padding-left: 32px;
  margin-left: 32px;
}

.help-top-menu__other-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.help-top-menu__other-list .fa {
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .help-top-menu__other-list {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 13px;
  }
  .help-top-menu__other-list li {
    margin-bottom: 0;
    width: 31%;
  }
  .help-top-menu__other-list li + li {
    margin-left: 0;
    padding-left: 0;
  }
  .help-top-menu__other-list li a {
    position: relative;
    padding: 10px 12px;
  }
}

.top-tab-area {
  margin: 40px 0;
}

@media screen and (max-width: 599px) {
  .top-tab-area {
    margin: 24px 0;
  }
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #999999;
  cursor: pointer;
  background-color: #f6f6f6;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

label.panel-label:hover {
  color: #ccc;
  background: #fff;
}

#panels {
  background-color: white;
  border: 1px solid #dddddd;
  border-top: none;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  #panels {
    padding-top: 24px;
  }
}

#panels .container {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 991px) {
  #panels .container {
    width: 100%;
  }
}

#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}

#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
  padding: 0 24px;
}

@media screen and (max-width: 991px) {
  #panels section main {
    padding: 0 12px;
  }
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dddddd;
  border-right: none;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: white;
  color: #e95175;
  padding-top: 20px;
}

@media screen and (max-width: 599px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    padding-top: 12px;
  }
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 2px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: white;
  color: #e95175;
  padding-top: 20px;
}

@media screen and (max-width: 599px) {
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    padding-top: 12px;
  }
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 2px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  border-right: 1px solid #dddddd;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-1:hover {
  border-right: none;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}

ul#tabs-list li {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  width: 50%;
  border-right: 1px solid #dddddd;
  position: relative;
}

@media screen and (max-width: 991px) {
  ul#tabs-list li {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 599px) {
  ul#tabs-list li {
    font-size: 1.0em;
  }
}

ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
}

ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}

ul#tabs-list li:hover + li {
  border-left: 1px solid #dddddd;
}

ul#tabs-list li label.panel-label {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
  font-size: 0.875em;
}

@media screen and (max-width: 599px) {
  ul#tabs-list li label.panel-label {
    padding: 12px 0;
  }
}

ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #e95175;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

@media screen and (max-width: 991px) {
  ul#tabs-list li label.panel-label span {
    display: block;
  }
}

.tabs-main {
  width: 100%;
  margin: 0 auto;
}

.tabs-main__list-item {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .tabs-main__list-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 0) {
  .tabs-main__list-item:nth-child(odd) {
    clear: both;
  }
}

.tabs-main__txt {
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 599px) {
  .tabs-main__txt {
    font-size: 12px;
  }
}

.panel-radios {
  display: none;
}

.top-help-more {
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 36px 6px 0;
  padding: 24px;
  text-align: center;
}

.top-help-more .top-help-more__text {
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
  margin-right: 12px;
}

@media screen and (max-width: 991px) {
  .top-help-more .top-help-more__text {
    margin-right: 0;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
  }
}

.top-help-more .button-help-more {
  padding: 14px 8px;
  display: inline-block;
  width: 160px;
}

.subbox {
  border: 1px solid #dddddd;
  background: #f6f6f6;
  padding: 24px;
  border-radius: 3px;
  margin-bottom: 48px;
}

@media screen and (max-width: 599px) {
  .subbox {
    padding: 12px;
    margin-bottom: 24px;
  }
}

.column h2.subbox-ttl,
.subbox-ttl {
  font-size: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 599px) {
  .column h2.subbox-ttl,
  .subbox-ttl {
    padding: 20px 0 0;
    font-size: 20px;
  }
}

.column p.sub-box__txt,
.sub-box__txt {
  margin-bottom: 16px;
}

.column.new-request .subbox ul {
  margin-bottom: 0;
}

.help__search-more__list {
  text-align: center;
  margin: 16px 0 8px;
  display: inline-block;
}

.help__search-more__list li {
  display: inline;
}

.help__search-more__list li + li {
  border-left: 1px solid #b3b3b4;
  padding-left: 32px;
  margin-left: 32px;
}

.help__search-more__list a:hover {
  text-decoration: underline;
}

.help__search-more__list .fa {
  margin-right: 4px;
}

@media screen and (max-width: 599px) {
  .help__search-more__list {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: -12px;
    margin-left: -12px;
    text-align: center;
    font-size: 13px;
  }
  .help__search-more__list li {
    margin-bottom: 0;
    width: 31%;
  }
  .help__search-more__list li + li {
    margin-left: 0;
    padding-left: 0;
  }
  .help__search-more__list li a {
    position: relative;
    padding: 10px 12px;
  }
}

.help__search-more__ttl {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-right: 32px;
}

.help__search-more__ttl:before {
  font-family: FontAwesome;
  content: "\f0ca";
  margin-right: 4px;
}

@media screen and (max-width: 599px) {
  .help__search-more__ttl {
    display: block;
    font-size: 16px;
    margin: 16px 0 8px;
  }
}

.search-box--normal {
  margin-bottom: 12px;
  width: 560px;
}

@media screen and (max-width: 599px) {
  .search-box--normal {
    width: 100%;
  }
}

.search-box--normal .search:before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: calc(20px / -2);
  font-size: 20px;
  color: #b3b3b4;
  content: "\f002";
  padding-right: 8px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-box--normal .search {
  position: relative;
}

.search-box--normal input[type="search"] {
  padding: 12px 16px 12px 36px;
  font-size: 13px;
  color: #b3b3b4;
}

.search-box--normal #query {
  color: #4a4b4e;
}

.search-box--normal #query::-moz-placeholder {
  color: #b3b3b4;
  opacity: 1;
}

.search-box--normal #query:-ms-input-placeholder {
  color: #b3b3b4;
}

.search-box--normal #query::-webkit-input-placeholder {
  color: #b3b3b4;
}

.low-help-more {
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 36px 0;
  padding: 36px 10% 48px;
}

@media screen and (max-width: 599px) {
  .low-help-more {
    margin: 24px 6px 0;
    padding: 24px 12px;
  }
}

.low-help-more .button-help-more {
  padding: 14px 8px;
  display: inline-block;
  width: 280px;
}

@media screen and (max-width: 599px) {
  .low-help-more .button-help-more {
    width: 100%;
  }
}

.help-more__for-service__form {
  background: #f6f6f6;
  padding: 24px;
}

@media screen and (max-width: 599px) {
  .help-more__for-service__form {
    padding: 12px;
  }
}

.column p.help-more__text,
.help-more__text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  .column p.help-more__text,
  .help-more__text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.column p.help-more__sub-ttl,
.help-more__sub-ttl {
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .column p.help-more__sub-ttl,
  .help-more__sub-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.column p.help-more__sub-ttl .fa,
.help-more__sub-ttl .fa {
  color: #4abfe6;
  padding-right: 4px;
}

.column p.help-more__sub-text,
.help-more__sub-text {
  text-align: center;
  font-size: 13px;
  margin-bottom: 24px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .column p.help-more__sub-text,
  .help-more__sub-text {
    font-size: 11px;
  }
}

.help-more__for-others {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px dotted #b3b3b4;
  text-align: center;
}

.help-more__for-service__form .upload-dropzone {
  border: 2px dotted #b3b3b4;
  background: #fff;
}

.notification-inline.notification-error,
.notification-inline.notification-error::before {
  border: 1px solid #e95175;
  color: #e95175;
}

.help-more__for-service__form input[type="submit"] {
  padding: 8px 64px;
}

.help-more__for-service__form footer {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .section-articles {
    display: none;
  }
}

.column h3.section-articles__pagetitle,
.section-articles__pagetitle {
  font-size: 18px;
  margin-bottom: 16px;
}

.section-articles__sub-title-item a {
  padding: 12px;
  font-size: 13px;
  display: block;
}

.section-articles__sub-title-item a:hover {
  text-decoration: underline;
}

.section-articles__sub-title-item.is-active a {
  padding: 12px;
  background: #f6f6f6;
  border-radius: 3px;
  text-decoration: none;
}

.wysiwyg-color-red {
  color: #e95175;
}
