@charset "utf-8";
.x-no-select {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
}
.tour {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
.tour .head {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: #cd1824;
  color: #fff;
  letter-spacing: 2px;
  padding-left: 20px;
}
.tour .body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  height: 350px;
  background: #fff;
  padding: 70px 40px 40px;
}
.tour .body .left-box {
  float: left;
  width: 410px;
}
.tour .body .right-box {
  float: right;
}
.tour .body .step {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tour .slider-pro .sp-arrow {
  text-align: center;
}
.tour .slider-pro .sp-previous-arrow {
  display: none;
}
.tour .slider-pro .sp-buttons {
  top: -130px;
}
.tour .slider-pro .sp-button {
  background: #ddd;
  width: 14px;
  height: 14px;
  border: none;
}
.tour .slider-pro .sp-button.sp-selected-button {
  background: #cd1824;
}
.tour .slider-pro .description {
  line-height: 1.7em;
}
.tour .slider-pro .small {
  font-size: 12px;
  margin-top: 8px;
  color: #666;
}
.tour .sp-horizontal .sp-arrows {
  margin-top: 100px;
}
.tour .sp-horizontal .sp-arrows .sp-arrow {
  width: 140px;
  height: 40px;
  color: #fff;
}
.tour .sp-horizontal .sp-arrows .sp-previous-arrow {
  background: #e0e0e0;
  color: #888;
  border: 1px solid #ccc;
}
.tour .start-shares-btn {
  position: relative;
  top: 75px;
  right: -155px;
}
