@charset "UTF-8";
/*
mixin
***********************************/
/*
color
***********************************/
/*
$col-menu-color: #fff;
$bg-color: #f5f6fa;
$text-color: #333;
$link-color: #ee4c5c;
$link-hover-color: #ee4c5c;
$green-color: #3582fa;
$yellow-color: #FFD25A;
$navy-color: #192940;
$blue-color: #3582fa;
$brown-color: #d1ae8c;
$red-color: #cc0000;
***********************************/
/*
utilities
***********************************/
.sp-cf:after {
  content: "";
  display: table;
  clear: both; }

.sp-cf {
  *zoom: 1; }

.sp-u-hide {
  display: none; }

.sp-u-textlink,
.sp-fa:hover {
  color: #da3423;
  cursor: pointer; }

.sp-u-leftcol {
  float: left; }

.sp-u-rightcol {
  float: right; }

.sp-u-centercol {
  margin-left: auto;
  margin-right: auto; }

.sp-u-left {
  text-align: left; }

.sp-u-center {
  text-align: center; }

.sp-u-right {
  text-align: right; }

.sp-u-inline {
  display: inline; }

@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-style: normal;
    src: local('Noto Sans CJK JP Regular'),
    url('//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2') format('woff2'),
    url('//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff') format('woff'),
    url('//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf') format('opentype');
    font-display: swap;
}
@font-face {
   font-family: 'Noto Sans JP';
   font-weight: 900;
   font-style: normal;
   src: local("Noto Sans CJK JP"),
        url('//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Black.woff2') format('woff2'),
        url('//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Black.woff') format('woff'),
        url('//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Black.otf') format('opentype');
    font-display: swap;
}
/*!
* Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }

.fade.in {
opacity: 1; }

.collapse {
display: none; }

.collapse.in {
display: block; }

.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease; }

.sp-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

@media (min-width: 768px) {
  .sp-navbar-right .sp-dropdown-menu {
    right: 0;
    left: auto; } }
.sp-btn-group,
.sp-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.sp-btn-group > .sp-btn,
.sp-btn-group-vertical > .sp-btn {
  position: relative;
  float: left; }

.sp-btn-group > .sp-btn:hover,
.sp-btn-group-vertical > .sp-btn:hover,
.sp-btn-group > .sp-btn:focus,
.sp-btn-group-vertical > .sp-btn:focus,
.sp-btn-group > .sp-btn:active,
.sp-btn-group-vertical > .sp-btn:active,
.sp-btn-group > .sp-btn.sp-active,
.sp-btn-group-vertical > .sp-btn.sp-active {
  z-index: 2; }

.sp-btn-group > .sp-btn:focus,
.sp-btn-group-vertical > .sp-btn:focus {
  outline: none; }

.sp-btn-group .sp-btn + .sp-btn,
.sp-btn-group .sp-btn + .sp-btn-group,
.sp-btn-group .sp-btn-group + .sp-btn,
.sp-btn-group .sp-btn-group + .sp-btn-group {
  margin-left: -1px; }

.sp-btn-toolbar:before,
.sp-btn-toolbar:after {
  display: table;
  content: " "; }

.sp-btn-toolbar:after {
  clear: both; }

.sp-btn-toolbar:before,
.sp-btn-toolbar:after {
  display: table;
  content: " "; }

.sp-btn-toolbar:after {
  clear: both; }

.sp-btn-toolbar .sp-btn-group {
  float: left; }

.sp-btn-toolbar > .sp-btn + .sp-btn,
.sp-btn-toolbar > .sp-btn-group + .sp-btn,
.sp-btn-toolbar > .sp-btn + .sp-btn-group,
.sp-btn-toolbar > .sp-btn-group + .sp-btn-group {
  margin-left: 5px; }

.sp-btn-group > .sp-btn:not(:first-child):not(:last-child):not(.sp-dropdown-toggle) {
  border-radius: 0; }

.sp-btn-group > .sp-btn:first-child {
  margin-left: 0; }

.sp-btn-group > .sp-btn:first-child:not(:last-child):not(.sp-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.sp-btn-group > .sp-btn:last-child:not(:first-child),
.sp-btn-group > .sp-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.sp-btn-group > .sp-btn-group {
  float: left; }

.sp-btn-group > .sp-btn-group:not(:first-child):not(:last-child) > .sp-btn {
  border-radius: 0; }

.sp-btn-group > .sp-btn-group:first-child > .sp-btn:last-child,
.sp-btn-group > .sp-btn-group:first-child > .sp-dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.sp-btn-group > .sp-btn-group:last-child > .sp-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.sp-btn-group .sp-dropdown-toggle:active,
.sp-btn-group.sp-open .sp-dropdown-toggle {
  outline: 0; }

.sp-btn-group-xs > .sp-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.sp-5;
  border-radius: 3px; }

.sp-btn-group-sm > .sp-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.sp-5;
  border-radius: 3px; }

.sp-btn-group-lg > .sp-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.sp-33;
  border-radius: 6px; }

.sp-btn-group > .sp-btn + .sp-dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.sp-btn-group > .sp-btn-lg + .sp-dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.sp-btn-group.sp-open .sp-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.sp-125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.sp-125); }

.sp-btn-group.sp-open .sp-dropdown-toggle.sp-btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.sp-btn .sp-caret {
  margin-left: 0; }

.sp-btn-lg .sp-caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.sp-dropup .sp-btn-lg .sp-caret {
  border-width: 0 5px 5px; }

.sp-btn-group-vertical > .sp-btn,
.sp-btn-group-vertical > .sp-btn-group,
.sp-btn-group-vertical > .sp-btn-group > .sp-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.sp-btn-group-vertical > .sp-btn-group:before,
.sp-btn-group-vertical > .sp-btn-group:after {
  display: table;
  content: " "; }

.sp-btn-group-vertical > .sp-btn-group:after {
  clear: both; }

.sp-btn-group-vertical > .sp-btn-group:before,
.sp-btn-group-vertical > .sp-btn-group:after {
  display: table;
  content: " "; }

.sp-btn-group-vertical > .sp-btn-group:after {
  clear: both; }

.sp-btn-group-vertical > .sp-btn-group > .sp-btn {
  float: none; }

.sp-btn-group-vertical > .sp-btn + .sp-btn,
.sp-btn-group-vertical > .sp-btn + .sp-btn-group,
.sp-btn-group-vertical > .sp-btn-group + .sp-btn,
.sp-btn-group-vertical > .sp-btn-group + .sp-btn-group {
  margin-top: -1px;
  margin-left: 0; }

.sp-btn-group-vertical > .sp-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.sp-btn-group-vertical > .sp-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.sp-btn-group-vertical > .sp-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0; }

.sp-btn-group-vertical > .sp-btn-group:not(:first-child):not(:last-child) > .sp-btn {
  border-radius: 0; }

.sp-btn-group-vertical > .sp-btn-group:first-child > .sp-btn:last-child,
.sp-btn-group-vertical > .sp-btn-group:first-child > .sp-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.sp-btn-group-vertical > .sp-btn-group:last-child > .sp-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.sp-btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed; }

.sp-btn-group-justified > .sp-btn,
.sp-btn-group-justified > .sp-btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.sp-btn-group-justified > .sp-btn-group .sp-btn {
  width: 100%; }

[data-toggle="buttons"] > .sp-btn > input[type="radio"],
[data-toggle="buttons"] > .sp-btn > input[type="checkbox"] {
  display: none; }

.sp-input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.sp-input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.sp-input-group .sp-form-control {
  width: 100%;
  margin-bottom: 0; }

.sp-input-group-lg > .sp-form-control,
.sp-input-group-lg > .sp-input-group-addon,
.sp-input-group-lg > .sp-input-group-btn > .sp-btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.sp-33;
  border-radius: 6px; }

select.sp-input-group-lg > .sp-form-control,
select.sp-input-group-lg > .sp-input-group-addon,
select.sp-input-group-lg > .sp-input-group-btn > .sp-btn {
  height: 46px;
  line-height: 46px; }

textarea.sp-input-group-lg > .sp-form-control,
textarea.sp-input-group-lg > .sp-input-group-addon,
textarea.sp-input-group-lg > .sp-input-group-btn > .sp-btn {
  height: auto; }

.sp-input-group-sm > .sp-form-control,
.sp-input-group-sm > .sp-input-group-addon,
.sp-input-group-sm > .sp-input-group-btn > .sp-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.sp-5;
  border-radius: 3px; }

select.sp-input-group-sm > .sp-form-control,
select.sp-input-group-sm > .sp-input-group-addon,
select.sp-input-group-sm > .sp-input-group-btn > .sp-btn {
  height: 30px;
  line-height: 30px; }

textarea.sp-input-group-sm > .sp-form-control,
textarea.sp-input-group-sm > .sp-input-group-addon,
textarea.sp-input-group-sm > .sp-input-group-btn > .sp-btn {
  height: auto; }

.sp-input-group-addon,
.sp-input-group-btn,
.sp-input-group .sp-form-control {
  display: table-cell; }

.sp-input-group-addon:not(:first-child):not(:last-child),
.sp-input-group-btn:not(:first-child):not(:last-child),
.sp-input-group .sp-form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.sp-input-group-addon,
.sp-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.sp-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.sp-input-group-addon.sp-input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.sp-input-group-addon.sp-input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.sp-input-group-addon input[type="radio"],
.sp-input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.sp-input-group .sp-form-control:first-child,
.sp-input-group-addon:first-child,
.sp-input-group-btn:first-child > .sp-btn,
.sp-input-group-btn:first-child > .sp-dropdown-toggle,
.sp-input-group-btn:last-child > .sp-btn:not(:last-child):not(.sp-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.sp-input-group-addon:first-child {
  border-right: 0; }

.sp-input-group .sp-form-control:last-child,
.sp-input-group-addon:last-child,
.sp-input-group-btn:last-child > .sp-btn,
.sp-input-group-btn:last-child > .sp-dropdown-toggle,
.sp-input-group-btn:first-child > .sp-btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.sp-input-group-addon:last-child {
  border-left: 0; }

.sp-input-group-btn {
  position: relative;
  white-space: nowrap; }

.sp-input-group-btn:first-child > .sp-btn {
  margin-right: -1px; }

.sp-input-group-btn:last-child > .sp-btn {
  margin-left: -1px; }

.sp-input-group-btn > .sp-btn {
  position: relative; }

.sp-input-group-btn > .sp-btn + .sp-btn {
  margin-left: -4px; }

.sp-input-group-btn > .sp-btn:hover,
.sp-input-group-btn > .sp-btn:active {
  z-index: 2; }

a.sp-list-group-item.sp-active > .sp-badge,
.sp-nav-pills > .sp-active > a > .sp-badge {
  color: #428bca;
  background-color: #ffffff; }

.sp-nav-pills > li > a > .sp-badge {
  margin-left: 3px; }

.sp-jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.sp-1428571435;
  color: inherit;
  background-color: #eeeeee; }

.sp-jumbotron h1,
.sp-jumbotron .sp-h1 {
  line-height: 1;
  color: inherit; }

.sp-jumbotron p {
  line-height: 1.sp-4; }

.sp-container .sp-jumbotron {
  border-radius: 6px; }

.sp-jumbotron .sp-container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .sp-jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .sp-container .sp-jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .sp-jumbotron h1,
  .sp-jumbotron .sp-h1 {
    font-size: 63px; } }
.sp-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.sp-428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.sp-2s ease-in-out;
  transition: all 0.sp-2s ease-in-out; }

.sp-thumbnail > img,
.sp-thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

a.sp-thumbnail:hover,
a.sp-thumbnail:focus,
a.sp-thumbnail.sp-active {
  border-color: #428bca; }

.sp-thumbnail .sp-caption {
  padding: 9px;
  color: #333333; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.sp-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.sp-1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.sp-1); }

.sp-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.sp-15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.sp-15);
  -webkit-transition: width 0.sp-6s ease;
  transition: width 0.sp-6s ease; }

.sp-progress-striped .sp-progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.sp-progress.sp-active .sp-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.sp-progress-bar-success {
  background-color: #5cb85c; }

.sp-progress-striped .sp-progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent); }

.sp-progress-bar-info {
  background-color: #5bc0de; }

.sp-progress-striped .sp-progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent); }

.sp-progress-bar-warning {
  background-color: #f0ad4e; }

.sp-progress-striped .sp-progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent); }

.sp-progress-bar-danger {
  background-color: #d9534f; }

.sp-progress-striped .sp-progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.sp-15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.sp-15) 50%, rgba(255, 255, 255, 0.sp-15) 75%, transparent 75%, transparent); }

.sp-media,
.sp-media-body {
  overflow: hidden;
  zoom: 1; }

.sp-media,
.sp-media .sp-media {
  margin-top: 15px; }

.sp-media:first-child {
  margin-top: 0; }

.sp-media-object {
  display: block; }

.sp-media-heading {
  margin: 0 0 5px; }

.sp-media > .sp-pull-left {
  margin-right: 10px; }

.sp-media > .sp-pull-right {
  margin-left: 10px; }

.sp-media-list {
  padding-left: 0;
  list-style: none; }

.sp-list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.sp-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.sp-list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.sp-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.sp-list-group-item > .sp-badge {
  float: right; }

.sp-list-group-item > .sp-badge + .sp-badge {
  margin-right: 5px; }

a.sp-list-group-item {
  color: #555555; }

a.sp-list-group-item .sp-list-group-item-heading {
  color: #333333; }

a.sp-list-group-item:hover,
a.sp-list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

a.sp-list-group-item.sp-active,
a.sp-list-group-item.sp-active:hover,
a.sp-list-group-item.sp-active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

a.sp-list-group-item.sp-active .sp-list-group-item-heading,
a.sp-list-group-item.sp-active:hover .sp-list-group-item-heading,
a.sp-list-group-item.sp-active:focus .sp-list-group-item-heading {
  color: inherit; }

a.sp-list-group-item.sp-active .sp-list-group-item-text,
a.sp-list-group-item.sp-active:hover .sp-list-group-item-text,
a.sp-list-group-item.sp-active:focus .sp-list-group-item-text {
  color: #e1edf7; }

.sp-list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.sp-list-group-item-text {
  margin-bottom: 0;
  line-height: 1.sp-3; }

.sp-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.sp-05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.sp-05); }

.sp-panel-body {
  padding: 15px; }

.sp-panel-body:before,
.sp-panel-body:after {
  display: table;
  content: " "; }

.sp-panel-body:after {
  clear: both; }

.sp-panel-body:before,
.sp-panel-body:after {
  display: table;
  content: " "; }

.sp-panel-body:after {
  clear: both; }

.sp-panel > .sp-list-group {
  margin-bottom: 0; }

.sp-panel > .sp-list-group .sp-list-group-item {
  border-width: 1px 0; }

.sp-panel > .sp-list-group .sp-list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.sp-panel > .sp-list-group .sp-list-group-item:last-child {
  border-bottom: 0; }

.sp-panel-heading + .sp-list-group .sp-list-group-item:first-child {
  border-top-width: 0; }

.sp-panel > .sp-table,
.sp-panel > .sp-table-responsive > .sp-table {
  margin-bottom: 0; }

.sp-panel > .sp-panel-body + .sp-table,
.sp-panel > .sp-panel-body + .sp-table-responsive {
  border-top: 1px solid #dddddd; }

.sp-panel > .sp-table > tbody:first-child th,
.sp-panel > .sp-table > tbody:first-child td {
  border-top: 0; }

.sp-panel > .sp-table-bordered,
.sp-panel > .sp-table-responsive > .sp-table-bordered {
  border: 0; }

.sp-panel > .sp-table-bordered > thead > tr > th:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr > th:first-child,
.sp-panel > .sp-table-bordered > tbody > tr > th:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr > th:first-child,
.sp-panel > .sp-table-bordered > tfoot > tr > th:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr > th:first-child,
.sp-panel > .sp-table-bordered > thead > tr > td:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr > td:first-child,
.sp-panel > .sp-table-bordered > tbody > tr > td:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr > td:first-child,
.sp-panel > .sp-table-bordered > tfoot > tr > td:first-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.sp-panel > .sp-table-bordered > thead > tr > th:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr > th:last-child,
.sp-panel > .sp-table-bordered > tbody > tr > th:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr > th:last-child,
.sp-panel > .sp-table-bordered > tfoot > tr > th:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr > th:last-child,
.sp-panel > .sp-table-bordered > thead > tr > td:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr > td:last-child,
.sp-panel > .sp-table-bordered > tbody > tr > td:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr > td:last-child,
.sp-panel > .sp-table-bordered > tfoot > tr > td:last-child,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.sp-panel > .sp-table-bordered > thead > tr:last-child > th,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr:last-child > th,
.sp-panel > .sp-table-bordered > tbody > tr:last-child > th,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr:last-child > th,
.sp-panel > .sp-table-bordered > tfoot > tr:last-child > th,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr:last-child > th,
.sp-panel > .sp-table-bordered > thead > tr:last-child > td,
.sp-panel > .sp-table-responsive > .sp-table-bordered > thead > tr:last-child > td,
.sp-panel > .sp-table-bordered > tbody > tr:last-child > td,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tbody > tr:last-child > td,
.sp-panel > .sp-table-bordered > tfoot > tr:last-child > td,
.sp-panel > .sp-table-responsive > .sp-table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.sp-panel > .sp-table-responsive {
  margin-bottom: 0;
  border: 0; }

.sp-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.sp-panel-heading > .sp-dropdown .sp-dropdown-toggle {
  color: inherit; }

.sp-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.sp-panel-title > a {
  color: inherit; }

.sp-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.sp-panel-group .sp-panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px; }

.sp-panel-group .sp-panel + .sp-panel {
  margin-top: 5px; }

.sp-panel-group .sp-panel-heading {
  border-bottom: 0; }

.sp-panel-group .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top: 1px solid #dddddd; }

.sp-panel-group .sp-panel-footer {
  border-top: 0; }

.sp-panel-group .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom: 1px solid #dddddd; }

.sp-panel-default {
  border-color: #dddddd; }

.sp-panel-default > .sp-panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.sp-panel-default > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #dddddd; }

.sp-panel-default > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #dddddd; }

.sp-panel-primary {
  border-color: #428bca; }

.sp-panel-primary > .sp-panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.sp-panel-primary > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #428bca; }

.sp-panel-primary > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #428bca; }

.sp-panel-success {
  border-color: #d6e9c6; }

.sp-panel-success > .sp-panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.sp-panel-success > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #d6e9c6; }

.sp-panel-success > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #d6e9c6; }

.sp-panel-warning {
  border-color: #faebcc; }

.sp-panel-warning > .sp-panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.sp-panel-warning > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #faebcc; }

.sp-panel-warning > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #faebcc; }

.sp-panel-danger {
  border-color: #ebccd1; }

.sp-panel-danger > .sp-panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.sp-panel-danger > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #ebccd1; }

.sp-panel-danger > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #ebccd1; }

.sp-panel-info {
  border-color: #bce8f1; }

.sp-panel-info > .sp-panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.sp-panel-info > .sp-panel-heading + .sp-panel-collapse .sp-panel-body {
  border-top-color: #bce8f1; }

.sp-panel-info > .sp-panel-footer + .sp-panel-collapse .sp-panel-body {
  border-bottom-color: #bce8f1; }

.sp-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.sp-05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.sp-05); }

.sp-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.sp-15); }

.sp-well-lg {
  padding: 24px;
  border-radius: 6px; }

.sp-well-sm {
  padding: 9px;
  border-radius: 3px; }

.sp-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.sp-2;
  filter: alpha(opacity=20); }

.sp-close:hover,
.sp-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.sp-5;
  filter: alpha(opacity=50); }

button.sp-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.sp-modal-open {
  overflow: hidden; }

.sp-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.sp-modal.sp-fade .sp-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.sp-3s ease-out;
  -moz-transition: -moz-transform 0.sp-3s ease-out;
  -o-transition: -o-transform 0.sp-3s ease-out;
  transition: transform 0.sp-3s ease-out; }

.sp-modal.sp-in .sp-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.sp-modal-dialog {
  position: relative;
  z-index: 1050;
  margin: 80px auto 0 auto;
  width: 600px; }

.sp-modal-dialog--big {
  position: relative;
  z-index: 1050;
  margin: 80px auto 0 auto;
  width: 1120px; }

.sp-modal--footer {
  position: absolute;
  bottom: 10%; }

.sp-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.sp-2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.sp-5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.sp-5);
  background-clip: padding-box; }

.sp-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.sp-modal-backdrop.sp-fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.sp-modal-backdrop.sp-in {
  opacity: 0.sp-5;
  filter: alpha(opacity=50); }

.sp-modal-header {
  position: relative;
  background: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 2%;
  border-bottom: 1px solid #e5e5e5; }

.sp-modal-header .sp-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px; }

.sp-modal-title {
  font-size: 16px;
  margin: 0;
  line-height: 1.sp-428571429; }

.sp-modal-body {
  position: relative;
  padding: 10px 2%; }

.sp-modal-footer {
  padding: 10px 2%;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.sp-modal-footer:before,
.sp-modal-footer:after {
  display: table;
  content: " "; }

.sp-modal-footer:after {
  clear: both; }

.sp-modal-footer:before,
.sp-modal-footer:after {
  display: table;
  content: " "; }

.sp-modal-footer:after {
  clear: both; }

.sp-modal-footer .sp-btn + .sp-btn {
  margin-bottom: 0;
  margin-left: 5px; }

.sp-modal-footer .sp-btn-group .sp-btn + .sp-btn {
  margin-left: -1px; }

.sp-modal-footer .sp-btn-block + .sp-btn-block {
  margin-left: 0; }

.sp-tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.sp-4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.sp-tooltip.sp-in {
  opacity: 0.sp-9;
  filter: alpha(opacity=90); }

.sp-tooltip.sp-top {
  padding: 5px 0;
  margin-top: -3px; }

.sp-tooltip.sp-right {
  padding: 0 5px;
  margin-left: 3px; }

.sp-tooltip.sp-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.sp-tooltip.sp-left {
  padding: 0 5px;
  margin-left: -3px; }

.sp-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.sp-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.sp-tooltip.sp-top .sp-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.sp-tooltip.sp-top-left .sp-tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.sp-tooltip.sp-top-right .sp-tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.sp-tooltip.sp-right .sp-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.sp-tooltip.sp-left .sp-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.sp-tooltip.sp-bottom .sp-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.sp-tooltip.sp-bottom-left .sp-tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.sp-tooltip.sp-bottom-right .sp-tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.sp-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.sp-2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.sp-2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.sp-2);
  background-clip: padding-box; }

.sp-popover.sp-top {
  margin-top: -10px; }

.sp-popover.sp-right {
  margin-left: 10px; }

.sp-popover.sp-bottom {
  margin-top: 10px; }

.sp-popover.sp-left {
  margin-left: -10px; }

.sp-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.sp-popover-content {
  padding: 9px 14px; }

.sp-popover .sp-arrow,
.sp-popover .sp-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.sp-popover .sp-arrow {
  border-width: 11px; }

.sp-popover .sp-arrow:after {
  border-width: 10px;
  content: ""; }

.sp-popover.sp-top .sp-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.sp-25);
  border-bottom-width: 0; }

.sp-popover.sp-top .sp-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " "; }

.sp-popover.sp-right .sp-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.sp-25);
  border-left-width: 0; }

.sp-popover.sp-right .sp-arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " "; }

.sp-popover.sp-bottom .sp-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.sp-25);
  border-top-width: 0; }

.sp-popover.sp-bottom .sp-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " "; }

.sp-popover.sp-left .sp-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.sp-25);
  border-right-width: 0; }

.sp-popover.sp-left .sp-arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " "; }

.sp-carousel {
  position: relative; }

.sp-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.sp-carousel-inner > .sp-item {
  position: relative;
  display: none;
  -webkit-transition: 0.sp-6s ease-in-out left;
  transition: 0.sp-6s ease-in-out left; }

.sp-carousel-inner > .sp-item > img,
.sp-carousel-inner > .sp-item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1; }

.sp-carousel-inner > .sp-active,
.sp-carousel-inner > .sp-next,
.sp-carousel-inner > .sp-prev {
  display: block; }

.sp-carousel-inner > .sp-active {
  left: 0; }

.sp-carousel-inner > .sp-next,
.sp-carousel-inner > .sp-prev {
  position: absolute;
  top: 0;
  width: 100%; }

.sp-carousel-inner > .sp-next {
  left: 100%; }

.sp-carousel-inner > .sp-prev {
  left: -100%; }

.sp-carousel-inner > .sp-next.sp-left,
.sp-carousel-inner > .sp-prev.sp-right {
  left: 0; }

.sp-carousel-inner > .sp-active.sp-left {
  left: -100%; }

.sp-carousel-inner > .sp-active.sp-right {
  left: 100%; }

.sp-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.sp-6);
  opacity: 0.sp-5;
  filter: alpha(opacity=50); }

.sp-carousel-control.sp-left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.sp-5) 0), color-stop(rgba(0, 0, 0, 0.sp-0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.sp-5) 0, rgba(0, 0, 0, 0.sp-0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.sp-Microsoft.sp-gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.sp-carousel-control.sp-right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.sp-0001) 0), color-stop(rgba(0, 0, 0, 0.sp-5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.sp-0001) 0, rgba(0, 0, 0, 0.sp-5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.sp-Microsoft.sp-gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.sp-carousel-control:hover,
.sp-carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.sp-9;
  filter: alpha(opacity=90); }

.sp-carousel-control .sp-icon-prev,
.sp-carousel-control .sp-icon-next{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.sp-carousel-control .sp-icon-prev{
  left: 50%; }

.sp-carousel-control .sp-icon-next{
  right: 50%; }

.sp-carousel-control .sp-icon-prev,
.sp-carousel-control .sp-icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.sp-carousel-control .sp-icon-prev:before {
  content: '\2039'; }

.sp-carousel-control .sp-icon-next:before {
  content: '\203a'; }

.sp-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.sp-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px; }

.sp-carousel-indicators .sp-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.sp-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.sp-6); }

.sp-carousel-caption .sp-btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .sp-carousel-control .sp-icon-prev,
  .sp-carousel-control .sp-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .sp-carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .sp-carousel-indicators {
    bottom: 20px; } }
.sp-clearfix:before,
.sp-clearfix:after {
  display: table;
  content: " "; }

.sp-clearfix:after {
  clear: both; }

.sp-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.sp-pull-right {
  float: right !important; }

.sp-pull-left {
  float: left !important; }

.sp-hide {
  display: none; }

.sp-show {
  display: block !important; }

.sp-invisible {
  visibility: hidden; }

.sp-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.sp-hidden {
  display: none !important;
  visibility: hidden !important; }

.sp-affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.sp-visible-xs,
tr.sp-visible-xs,
th.sp-visible-xs,
td.sp-visible-xs {
  display: none !important; }

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

  table.sp-visible-xs {
    display: table; }

  tr.sp-visible-xs {
    display: table-row !important; }

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

  table.sp-visible-xs.sp-visible-sm {
    display: table; }

  tr.sp-visible-xs.sp-visible-sm {
    display: table-row !important; }

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

  table.sp-visible-xs.sp-visible-md {
    display: table; }

  tr.sp-visible-xs.sp-visible-md {
    display: table-row !important; }

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

  table.sp-visible-xs.sp-visible-lg {
    display: table; }

  tr.sp-visible-xs.sp-visible-lg {
    display: table-row !important; }

  th.sp-visible-xs.sp-visible-lg,
  td.sp-visible-xs.sp-visible-lg {
    display: table-cell !important; } }
.sp-visible-sm,
tr.sp-visible-sm,
th.sp-visible-sm,
td.sp-visible-sm {
  display: none !important; }

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

  table.sp-visible-sm.sp-visible-xs {
    display: table; }

  tr.sp-visible-sm.sp-visible-xs {
    display: table-row !important; }

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

  table.sp-visible-sm {
    display: table; }

  tr.sp-visible-sm {
    display: table-row !important; }

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

  table.sp-visible-sm.sp-visible-md {
    display: table; }

  tr.sp-visible-sm.sp-visible-md {
    display: table-row !important; }

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

  table.sp-visible-sm.sp-visible-lg {
    display: table; }

  tr.sp-visible-sm.sp-visible-lg {
    display: table-row !important; }

  th.sp-visible-sm.sp-visible-lg,
  td.sp-visible-sm.sp-visible-lg {
    display: table-cell !important; } }
.sp-visible-md,
tr.sp-visible-md,
th.sp-visible-md,
td.sp-visible-md {
  display: none !important; }

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

  table.sp-visible-md.sp-visible-xs {
    display: table; }

  tr.sp-visible-md.sp-visible-xs {
    display: table-row !important; }

  th.sp-visible-md.sp-visible-xs,
  td.sp-visible-md.sp-visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-visible-md.sp-visible-sm {
    display: block !important; }

  table.sp-visible-md.sp-visible-sm {
    display: table; }

  tr.sp-visible-md.sp-visible-sm {
    display: table-row !important; }

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

  table.sp-visible-md {
    display: table; }

  tr.sp-visible-md {
    display: table-row !important; }

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

  table.sp-visible-md.sp-visible-lg {
    display: table; }

  tr.sp-visible-md.sp-visible-lg {
    display: table-row !important; }

  th.sp-visible-md.sp-visible-lg,
  td.sp-visible-md.sp-visible-lg {
    display: table-cell !important; } }
.sp-visible-lg,
tr.sp-visible-lg,
th.sp-visible-lg,
td.sp-visible-lg {
  display: none !important; }

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

  table.sp-visible-lg.sp-visible-xs {
    display: table; }

  tr.sp-visible-lg.sp-visible-xs {
    display: table-row !important; }

  th.sp-visible-lg.sp-visible-xs,
  td.sp-visible-lg.sp-visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-visible-lg.sp-visible-sm {
    display: block !important; }

  table.sp-visible-lg.sp-visible-sm {
    display: table; }

  tr.sp-visible-lg.sp-visible-sm {
    display: table-row !important; }

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

  table.sp-visible-lg.sp-visible-md {
    display: table; }

  tr.sp-visible-lg.sp-visible-md {
    display: table-row !important; }

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

  table.sp-visible-lg {
    display: table; }

  tr.sp-visible-lg {
    display: table-row !important; }

  th.sp-visible-lg,
  td.sp-visible-lg {
    display: table-cell !important; } }
.sp-hidden-xs {
  display: block !important; }

table.sp-hidden-xs {
  display: table; }

tr.sp-hidden-xs {
  display: table-row !important; }

th.sp-hidden-xs,
td.sp-hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .sp-hidden-xs,
  tr.sp-hidden-xs,
  th.sp-hidden-xs,
  td.sp-hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-hidden-xs.sp-hidden-sm,
  tr.sp-hidden-xs.sp-hidden-sm,
  th.sp-hidden-xs.sp-hidden-sm,
  td.sp-hidden-xs.sp-hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-hidden-xs.sp-hidden-md,
  tr.sp-hidden-xs.sp-hidden-md,
  th.sp-hidden-xs.sp-hidden-md,
  td.sp-hidden-xs.sp-hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .sp-hidden-xs.sp-hidden-lg,
  tr.sp-hidden-xs.sp-hidden-lg,
  th.sp-hidden-xs.sp-hidden-lg,
  td.sp-hidden-xs.sp-hidden-lg {
    display: none !important; } }
.sp-hidden-sm {
  display: block !important; }

table.sp-hidden-sm {
  display: table; }

tr.sp-hidden-sm {
  display: table-row !important; }

th.sp-hidden-sm,
td.sp-hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .sp-hidden-sm.sp-hidden-xs,
  tr.sp-hidden-sm.sp-hidden-xs,
  th.sp-hidden-sm.sp-hidden-xs,
  td.sp-hidden-sm.sp-hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-hidden-sm,
  tr.sp-hidden-sm,
  th.sp-hidden-sm,
  td.sp-hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-hidden-sm.sp-hidden-md,
  tr.sp-hidden-sm.sp-hidden-md,
  th.sp-hidden-sm.sp-hidden-md,
  td.sp-hidden-sm.sp-hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .sp-hidden-sm.sp-hidden-lg,
  tr.sp-hidden-sm.sp-hidden-lg,
  th.sp-hidden-sm.sp-hidden-lg,
  td.sp-hidden-sm.sp-hidden-lg {
    display: none !important; } }
.sp-hidden-md {
  display: block !important; }

table.sp-hidden-md {
  display: table; }

tr.sp-hidden-md {
  display: table-row !important; }

th.sp-hidden-md,
td.sp-hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .sp-hidden-md.sp-hidden-xs,
  tr.sp-hidden-md.sp-hidden-xs,
  th.sp-hidden-md.sp-hidden-xs,
  td.sp-hidden-md.sp-hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-hidden-md.sp-hidden-sm,
  tr.sp-hidden-md.sp-hidden-sm,
  th.sp-hidden-md.sp-hidden-sm,
  td.sp-hidden-md.sp-hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-hidden-md,
  tr.sp-hidden-md,
  th.sp-hidden-md,
  td.sp-hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .sp-hidden-md.sp-hidden-lg,
  tr.sp-hidden-md.sp-hidden-lg,
  th.sp-hidden-md.sp-hidden-lg,
  td.sp-hidden-md.sp-hidden-lg {
    display: none !important; } }
.sp-hidden-lg {
  display: block !important; }

table.sp-hidden-lg {
  display: table; }

tr.sp-hidden-lg {
  display: table-row !important; }

th.sp-hidden-lg,
td.sp-hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .sp-hidden-lg.sp-hidden-xs,
  tr.sp-hidden-lg.sp-hidden-xs,
  th.sp-hidden-lg.sp-hidden-xs,
  td.sp-hidden-lg.sp-hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sp-hidden-lg.sp-hidden-sm,
  tr.sp-hidden-lg.sp-hidden-sm,
  th.sp-hidden-lg.sp-hidden-sm,
  td.sp-hidden-lg.sp-hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-hidden-lg.sp-hidden-md,
  tr.sp-hidden-lg.sp-hidden-md,
  th.sp-hidden-lg.sp-hidden-md,
  td.sp-hidden-lg.sp-hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .sp-hidden-lg,
  tr.sp-hidden-lg,
  th.sp-hidden-lg,
  td.sp-hidden-lg {
    display: none !important; } }
.sp-visible-print,
tr.sp-visible-print,
th.sp-visible-print,
td.sp-visible-print {
  display: none !important; }

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

  table.sp-visible-print {
    display: table; }

  tr.sp-visible-print {
    display: table-row !important; }

  th.sp-visible-print,
  td.sp-visible-print {
    display: table-cell !important; }

  .sp-hidden-print,
  tr.sp-hidden-print,
  th.sp-hidden-print,
  td.sp-hidden-print {
    display: none !important; } }
/*
mixin
***********************************/
/*
color
***********************************/
/*
$col-menu-color: #fff;
$bg-color: #f5f6fa;
$text-color: #333;
$link-color: #ee4c5c;
$link-hover-color: #ee4c5c;
$green-color: #3582fa;
$yellow-color: #FFD25A;
$navy-color: #192940;
$blue-color: #3582fa;
$brown-color: #d1ae8c;
$red-color: #cc0000;
***********************************/
/*
utilities
***********************************/
.sp-cf:after {
  content: "";
  display: table;
  clear: both; }

.sp-cf {
  *zoom: 1; }

.sp-u-hide {
  display: none; }

.sp-u-textlink,
.sp-fa:hover {
  color: #da3423;
  cursor: pointer; }

.sp-u-leftcol {
  float: left; }

.sp-u-rightcol {
  float: right; }

.sp-u-centercol {
  margin-left: auto;
  margin-right: auto; }

.sp-u-left {
  text-align: left; }

.sp-u-center {
  text-align: center; }

.sp-u-right {
  text-align: right; }

.sp-u-inline {
  display: inline; }

/*
button
--------------------------------*/
.sp-whiteButton, .sp-smallWhiteButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  border: solid 1px #ddd;
  color: #ee4c5c; }
  .sp-whiteButton:hover, .sp-smallWhiteButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-whiteButton:hover, .sp-smallWhiteButton:hover {
    color: #ee4c5c !important; }

.sp-smallWhiteButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ddd; }
  .sp-smallWhiteButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-greenButton, .sp-smallGreenButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #0cb43f; }
  .sp-greenButton:hover, .sp-smallGreenButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-smallGreenButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-width: 100px; }
  .sp-smallGreenButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-smallGreenButton-o {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 7px 14px 6px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 0;
  cursor: pointer;
  text-align: center;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #0cb43f;
  border-color: #0cb43f;}
  .sp-smallGreenButton-o:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-redButton, .sp-smallRedButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #da3423; }
  .sp-redButton:hover, .sp-smallRedButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-smallRedButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-width: 100px; }
  .sp-smallRedButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-redButton-o {
  display: inline-block;
  padding: 14px 40px 13px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #da3423;
  border-color: #da3423; }
  .sp-redButton-o:hover {
    text-decoration: none;
    opacity: 0.sp-8; }

.sp-smallRedButton-o {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 7px 14px 6px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 0;
  cursor: pointer;
  text-align: center;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #da3423;
  border-color: #da3423; }
  .sp-smallRedButton-o:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-blueButton, .sp-smallBlueButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #5b80a8; }
  .sp-blueButton:hover, .sp-smallBlueButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-smallBlueButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .sp-smallBlueButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-navyButton, .sp-smallNavyButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #192940; }
  .sp-navyButton:hover, .sp-smallNavyButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-smallNavyButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .sp-smallNavyButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-grayButton, .sp-smallGrayButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ddd;
  color: #333; }
  .sp-grayButton:hover, .sp-smallGrayButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-grayButton:hover, .sp-smallGrayButton:hover {
    color: #333 !important; }

.sp-smallGrayButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .sp-smallGrayButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }

.sp-twitterButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
  padding-left: 20px;
  background: #00aced;
  background: -webkit-linear-gradient(top, #00b9ff, #00aced);
  background: -moz-linear-gradient(top, #00b9ff, #00aced);
  background: -o-linear-gradient(top, #00b9ff, #00aced);
  background: linear-gradient(top, #00b9ff, #00aced);
  color: #fff; }
  .sp-twitterButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-twitterButton i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px #4dceff; }
  .sp-twitterButton:hover {
    background: #00b9ff;
    background: -webkit-linear-gradient(top, #1ac0ff, #00b9ff);
    background: -moz-linear-gradient(top, #1ac0ff, #00b9ff);
    background: -o-linear-gradient(top, #1ac0ff, #00b9ff);
    background: linear-gradient(top, #1ac0ff, #00b9ff); }

.sp-smallTwitterButton {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #00aced;
  background: -webkit-linear-gradient(top, #00b9ff, #00aced);
  background: -moz-linear-gradient(top, #00b9ff, #00aced);
  background: -o-linear-gradient(top, #00b9ff, #00aced);
  background: linear-gradient(top, #00b9ff, #00aced);
  color: #fff; }
  .sp-smallTwitterButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-smallTwitterButton:hover {
    background: #00b9ff;
    background: -webkit-linear-gradient(top, #1ac0ff, #00b9ff);
    background: -moz-linear-gradient(top, #1ac0ff, #00b9ff);
    background: -o-linear-gradient(top, #1ac0ff, #00b9ff);
    background: linear-gradient(top, #1ac0ff, #00b9ff); }

.sp-facebookButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
  padding-left: 20px;
  background: #3b5998;
  background: -webkit-linear-gradient(top, #4363a8, #3b5998);
  background: -moz-linear-gradient(top, #4363a8, #3b5998);
  background: -o-linear-gradient(top, #4363a8, #3b5998);
  background: linear-gradient(top, #4363a8, #3b5998);
  color: #fff; }
  .sp-facebookButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-facebookButton i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px #7692cd; }
  .sp-facebookButton:hover {
    background: #4363a8;
    background: -webkit-linear-gradient(top, #5174bf, #4363a8);
    background: -moz-linear-gradient(top, #5174bf, #4363a8);
    background: -o-linear-gradient(top, #5174bf, #4363a8);
    background: linear-gradient(top, #5174bf, #4363a8); }

.sp-googleButton {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
  padding-left: 20px;
  background: #c13929;
  background: -webkit-linear-gradient(top, #d74a39, #c13929);
  background: -moz-linear-gradient(top, #d74a39, #c13929);
  background: -o-linear-gradient(top, #d74a39, #c13929);
  background: linear-gradient(top, #d74a39, #c13929); }
  .sp-googleButton:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-googleButton i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px #eaeaea; }

.sp-facebookButton-s {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #3b5998;
  background: -webkit-linear-gradient(top, #4363a8, #3b5998);
  background: -moz-linear-gradient(top, #4363a8, #3b5998);
  background: -o-linear-gradient(top, #4363a8, #3b5998);
  background: linear-gradient(top, #4363a8, #3b5998);
  color: #fff; }
  .sp-facebookButton-s:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-facebookButton-s:hover {
    background: #4363a8;
    background: -webkit-linear-gradient(top, #5174bf, #4363a8);
    background: -moz-linear-gradient(top, #5174bf, #4363a8);
    background: -o-linear-gradient(top, #5174bf, #4363a8);
    background: linear-gradient(top, #5174bf, #4363a8); }

.sp-button--disabled {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 1px 13px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  color: #eee !important;
  text-shadow: 0 0 0 !important;
  border: solid 1px #888; }
  .sp-button--disabled:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-button--disabled:hover {
    background: #888;
    cursor: default; }

.sp-button--disabled-s {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 8px 14px 7px 14px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  color: #eee !important;
  text-shadow: 0 0 0 !important;
  border: solid 1px #888; }
  .sp-button--disabled-s:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-button--disabled-s:hover {
    background: #888;
    cursor: default; }

.sp-button--disabled-ss {
  display: inline-block;
  width: auto;
  font-size: 11px !important;
  padding: 6px 9px 5px 8px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #888;
  color: #eee !important;
  text-shadow: 0 0 0 !important;
  border: solid 1px #888; }
  .sp-button--disabled-ss:hover {
    text-decoration: none;
    opacity: 0.sp-8;
    color: #fff; }
  .sp-button--disabled-ss:hover {
    background: #888;
    cursor: default; }

.sp-button-selected {
  background: #feeeb3;
  border: solid 1px #f2dc8b;
  color: #644f00; }
  .sp-button-selected:hover {
    background: #feeeb3;
    border: solid 1px #f2dc8b;
    color: #644f00; }

/*
base
***********************************/
html,
body {
  height: 100%; }

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Helvetica', sans-serif;
  letter-spacing: 0.3px;
  background: #E8E8E7 !important;
  font-size: 14px;
  line-height: 1.sp-5;
  margin: 0;
  color: #333;
  word-wrap: break-word; }

img {
  vertical-align: bottom;
  border: none;
  outline: none; }

a,
.sp-textlink {
  text-decoration: none;
  outline: none;
  color: #ee4c5c;
  cursor: pointer; }
  a:hover,
  .sp-textlink:hover {
    color: #ee4c5c;
    text-decoration: underline; }

input,
select,
option,
textarea,
button {
  font-size: 12px;
  line-height: 1.sp-5;
}

.sp-pagination {
  margin: 16px 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  list-style: none;
  color: #333; }
  .sp-pagination li {
    display: inline-block;
    margin: 0 2px; }
    .sp-pagination li.sp-current {
      display: inline-block;
      padding: 0 16px; }
    .sp-pagination li.sp-gap {
      padding: 0 3px; }
    .sp-pagination li a {
      display: inline-block;
      background: #fff;
      color: #333;
      padding: 8px 16px;
      border-radius: 4px;
      box-shadow: 0 0 2px #ddd; }
      .sp-pagination li a:hover {
        background: #eee;
        text-decoration: none; }

/*
slidemenu
***********************************/
.sp-slidemenu {
  background: #444;
  top: 0;
  width: 280px;
  position: fixed;
  z-index: 1000; }
  .sp-slidemenu .sp-styled-select {
    background: #555 image-url("styled-select-bg.sp-png") right center no-repeat;
    background-size: 16px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px; }
    .sp-slidemenu .sp-styled-select .sp-customSelectInner {
      padding: 12px; }
  .sp-slidemenu li {
    list-style: none;
    border-bottom: solid 1px #333;
    font-size: 14px;
    padding: 0; }
    .sp-slidemenu li.sp-slidemenu-title {
      position: relative;
      background: #333;
      color: #fff;
      padding: 10px;
      border: none; }
      .sp-slidemenu li.sp-slidemenu-title i {
        position: absolute;
        top: 16px;
        right: 16px; }
    .sp-slidemenu li a,
    .sp-slidemenu li span {
      padding: 10px 10px 10px 20px;
      display: block;
      text-decoration: none;
      color: #fff; }
      .sp-slidemenu li a i,
      .sp-slidemenu li span i {
        background: #3c4a57;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin: 0 15px 0 0; }
    .sp-slidemenu li ul {
      margin: 0 0 0 16px;
      padding: 0; }
  .sp-slidemenu .sp-disabled {
    color: #888 !important;
    background: #1c232a; }
    .sp-slidemenu .sp-disabled a,
    .sp-slidemenu .sp-disabled span {
      color: #888 !important; }
    .sp-slidemenu .sp-disabled i {
      background: #273039; }
  .sp-slidemenu .sp-slidemenu-header {
    position: relative;
    background: #232323;
    border-bottom: solid 1px #1c232a; }
    .sp-slidemenu .sp-slidemenu-header .sp-slidemenu-header-user .sp-name {
      color: #fff;
      margin: 0 0 0 20px;
      padding: 17px 0;
      font-weight: bold;
      font-size: 14px; }
      .sp-slidemenu .sp-slidemenu-header .sp-slidemenu-header-user .sp-name strong {
        display: inline-block;
        max-width: 200px;
        height: 20px;
        margin: 0 5px 0 0;
        vertical-align: middle;
        overflow-x: hidden; }
      .sp-slidemenu .sp-slidemenu-header .sp-slidemenu-header-user .sp-group-name {
        color: #fff;
        margin: 0 0 0 20px;
        padding-bottom: 17px;
      }
  .sp-slidemenu .sp-slidemenu-body {
    height: 100%;
    position: relative; }
  .sp-slidemenu .sp-slidemenu-content {
    position: relative;
    margin: 0;
    padding: 0; }
    .sp-slidemenu .sp-slidemenu-content li {
      position: relative; }
    .sp-slidemenu .sp-slidemenu-content .sp-unread, .sp-slidemenu .sp-slidemenu-content .sp-unread--green {
      position: absolute;
      top: 15px;
      right: 16px;
      display: inline-block;
      background: #cc0000;
      color: #fff;
      width: 48px;
      height: 22px;
      text-align: center;
      line-height: 24px;
      letter-spacing: 0;
      padding: 0;
      font-size: 11px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    .sp-slidemenu .sp-slidemenu-content .sp-unread--green {
      background: #0cb43f; }
  .sp-slidemenu .sp-copyright {
    position: absolute;
    font-size: 10px;
    color: #5b7184;
    left: 20px;
    bottom: 80px; }
  .sp-slidemenu.sp-slidemenu-left {
    left: 0;
    bottom: 0;
    overflow-y: scroll;
  }
  .sp-slidemenu.sp-slidemenu-right {
    right: 0; }
  .sp-slidemenu-child-list li a,
  .sp-slidemenu-child-list li span{
    color: #fff;
    padding: 5px 5px 5px 32px;
  }
  .sp-slidemenu-child-list li:first-child{
    border-top: solid 1px #333;
  }
  .sp-slidemenu-child-list li:last-child{
    border-bottom: none;
  }

/*
スライドバー　アニメーション
***********************************/

/* スライドバーのデフォルトのスタイル*/
.slide-menu-bar {
  transform: translate(0px, 0px);
  visibility: visible;
}

/*　表示 非表示　*/
.slide-menu-bar.ng-hide-add,
.slide-menu-bar.ng-hide-remove {
  transition: 200ms;
  animation: ease-in-out;
}

/* 非表示の終点 */
.slide-menu-bar.ng-hide-add.ng-hide-add-active,
.slide-menu-bar.ng-hide-remove {
  transform: translate(-280px, 0px);
  visibility: hidden;
}

/* 表示の終点 */
.slide-menu-bar.ng-hide-remove.ng-hide-remove-active,
.slide-menu-bar.ng-hide-add {
  transform: translate(0px, 0px);
  visibility: visible;
}

/*
マスク　アニメーション
***********************************/

/* マスクのデフォルトのスタイル */
.sp-slidemenu-mask-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 990;
  background-color: black;
  opacity: 0.6;
  visibility: visible;
}

/*　表示 非表示　*/
.sp-slidemenu-mask-background.ng-hide-add,
.sp-slidemenu-mask-background.ng-hide-remove {
  transition: 200ms;
  animation: ease-in-out;
}

/* 非表示の終点 */
.sp-slidemenu-mask-background.ng-hide-add.ng-hide-add-active,
.sp-slidemenu-mask-background.ng-hide-remove {
  opacity: 0;
  visibility: hidden;
}

/* 表示の終点 */
.sp-slidemenu-mask-background.ng-hide-remove.ng-hide-remove-active,
.sp-slidemenu-mask-background.ng-hide-add {
  opacity: 0.6;
  visibility: visible;
}

/*
form
***********************************/
input[type="text"],
input[type="password"],
input[type="mail"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
.sp-customSelect,
textarea {
  width: 100%;
  padding: 10px;
  margin: 0 5px 0 0;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0 1px 2px #eee; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="mail"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  .sp-customSelect:focus,
  textarea:focus {
    border: solid 1px #5b80a8;
    outline: none; }
  input[type="text"].sp-half,
  input[type="password"].sp-half,
  input[type="mail"].sp-half,
  input[type="email"].sp-half,
  input[type="tel"].sp-half,
  input[type="url"].sp-half,
  input[type="date"].sp-half,
  input[type="number"].sp-half,
  .sp-customSelect.sp-half,
  textarea.sp-half {
    width: 48%; }
  input[type="text"].sp-quarter,
  input[type="password"].sp-quarter,
  input[type="mail"].sp-quarter,
  input[type="email"].sp-quarter,
  input[type="tel"].sp-quarter,
  input[type="url"].sp-quarter,
  input[type="date"].sp-quarter,
  input[type="number"].sp-quarter,
  .sp-customSelect.sp-quarter,
  textarea.sp-quarter {
    width: 24%; }

.sp-customSelect {
  width: auto;
  min-width: 70px;
  margin: 0;
  padding: 10px 10px 9px 10px;
  font-size: 13px; }

textarea {
  min-height: 100px; }
  textarea.sp-textarea-l {
    height: inherit; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle; }

select {
  margin: 0 5px 0 0; }

.sp-mailList {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none; }
  .sp-mailList li {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 4px 8px; }
    .sp-mailList li span {
      margin: 0 0 0 10px; }

.sp-errorMessage {
  background: white;
  color: #da3423;
  border: solid 1px white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  padding: 6px 10px 5px 10px; }
  .sp-errorMessage a {
    text-decoration: underline;
    color: #cf1d1d; }

.sp-successMessage {
  background: #f4faf8;
  color: #0cb43f;
  border: solid 1px #bfe2d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  padding: 6px 10px 5px 10px; }
  .sp-successMessage a {
    text-decoration: underline;
    color: #4f8a10; }

.sp-infoMessage {
  background: #f1f4f8;
  color: #5b80a8;
  border: solid 1px #bfcddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  padding: 6px 10px 5px 10px; }
  .sp-infoMessage a {
    text-decoration: underline;
    color: #097fb0; }

.sp-img-upload-area {
  background: #f5f5f5;
  border: dashed 1px #ccc;
  padding: 40px;
  margin: 0 0 20px 0; }

.sp-img-upload-list {
  margin: 0 -10px; }
  .sp-img-upload-list .sp-item {
    position: relative;
    float: left;
    width: 246px;
    padding: 10px;
    margin: 0 10px 20px 10px;
    box-shadow: 0 1px 2px #bbb; }
    .sp-img-upload-list .sp-item:hover .sp-delete {
      display: block; }
    .sp-img-upload-list .sp-item .sp-img {
      width: 100%; }
    .sp-img-upload-list .sp-item .sp-form {
      margin: 5px 0 0 0; }
      .sp-img-upload-list .sp-item .sp-form input {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: solid 1px #eee; }
    .sp-img-upload-list .sp-item .sp-delete {
      display: none;
      position: absolute;
      top: 0px;
      right: 0px;
      margin: 0;
      padding: 10px;
      line-height: 1;
      background: #ccc; }
      .sp-img-upload-list .sp-item .sp-delete:hover {
        background: #ddd;
        cursor: pointer; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="submit"],
textarea,
button,
select,
option {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 2px 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: solid 1px #ccc;
  background: #f5f5f5; }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    background: #5b80a8;
    border: solid 1px #5b80a8; }

.sp-formElem {
  margin: 0 0 10px 0;
  display: table;
  width: 100%; }
  .sp-formElem input[type="submit"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  .sp-formElem input[type="text"],
  .sp-formElem input[type="password"],
  .sp-formElem input[type="date"],
  .sp-formElem input[type="email"],
  .sp-formElem select,
  .sp-formElem textarea {
    font-size: 14px;
    width: 100%;
    padding: 8px 2%;
    background: #fafafa;
    border: solid 1px #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle; }
    .sp-formElem input[type="text"]:focus,
    .sp-formElem input[type="password"]:focus,
    .sp-formElem input[type="date"]:focus,
    .sp-formElem input[type="email"]:focus,
    .sp-formElem select:focus,
    .sp-formElem textarea:focus {
      background: #fff; }
    .sp-formElem input[type="text"].sp-half,
    .sp-formElem input[type="password"].sp-half,
    .sp-formElem input[type="date"].sp-half,
    .sp-formElem input[type="email"].sp-half,
    .sp-formElem select.sp-half,
    .sp-formElem textarea.sp-half {
      width: 48%; }
    .sp-formElem input[type="text"].sp-quarter,
    .sp-formElem input[type="password"].sp-quarter,
    .sp-formElem input[type="date"].sp-quarter,
    .sp-formElem input[type="email"].sp-quarter,
    .sp-formElem select.sp-quarter,
    .sp-formElem textarea.sp-quarter {
      width: 24%; }
    .sp-formElem input[type="text"].sp-num,
    .sp-formElem input[type="password"].sp-num,
    .sp-formElem input[type="date"].sp-num,
    .sp-formElem input[type="email"].sp-num,
    .sp-formElem select.sp-num,
    .sp-formElem textarea.sp-num {
      width: 10%; }
  .sp-formElem input[type="date"] {
    height: 36px;
    min-width: 100px; }
  .sp-formElem .sp-styledSelect {
    background: #fafafa image-url("styled-select-bg.sp-png") right center no-repeat;
    background-size: 16px; }
  .sp-formElem .sp-inline {
    display: inline-block;
    width: auto; }
  .sp-formElem .sp-buttons {
    margin: 12px 0 0 0; }
    .sp-formElem .sp-buttons button{
      margin-right: 7px;
      margin-bottom: 4px;
    }
  .sp-formElem label {
    display: block;
    padding: 3px 16px 3px 12px;
    margin: 0 -16px 10px -16px;
    font-weight: bold;
    border-left: solid 4px #cfcfcd; }
    .sp-formElem label.sp-center {
      display: block;
      background: none;
      text-align: center;
      width: 100%;
      margin: 10px;
      padding: 0; }
    .sp-formElem label .sp-required {
      color: #EA4E21; }

.sp-formElem label.comment-label{
  border-left: 0px;
  margin-left: -10px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
}
  .sp-formElem .sp-inner label {
    display: inline;
    background: none;
    text-shadow: 0 0 0;
    padding: 0;
    margin: 0;
    width: inherit;
    text-align: left;
    font-weight: normal; }
  .sp-formElem p {
    margin: 10px 0;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .sp-formElem p.sp-error {
      background: none;
      color: #c10005;
      font-size: 12px; }
    .sp-formElem p.sp-info {
      background: none;
      margin: 10px 0;
      padding: 0;
      color: #777; }
    .sp-formElem p.sp-add-form {
      background: none; }
      .sp-formElem p.sp-add-form:hover {
        cursor: pointer; }
  .sp-formElem p.sp-users {
    background: #fff;
    padding: 0 !important; }
    .sp-formElem p.sp-users img {
      width: 50px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      margin-right: 10px; }
  .sp-formElem .sp-profile-img img {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px; }
  .sp-formElem .sp-profile-img input {
    display: table-cell;
    vertical-align: middle; }
  .sp-formElem .sp-check-radio-list {
    margin: 0;
    padding: 0; }
    .sp-formElem .sp-check-radio-list li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .sp-formElem .sp-check-radio-list li label {
        display: block;
        border: solid 1px #ddd;
        border-top: none;
        padding: 8px 10px;
        margin: 0;
        background: none; }
      .sp-formElem .sp-check-radio-list li:first-child label {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: solid 1px #ddd; }
      .sp-formElem .sp-check-radio-list li:last-child label {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
  .sp-formElem .sp-profile-image img {
    float: left;
    width: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  .sp-formElem .sp-profile-image input {
    float: right;
    width: 240px;
    line-height: 28px; }
  .sp-formElem .sp-select-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle; }

ul.sp-check-list {
  float: left;
  width: 70%;
  margin: 10px 0 0 0;
  padding: 0; }
  ul.sp-check-list li {
    margin: 0;
    padding: 0; }
  ul.sp-check-list .sp-check {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    background: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    ul.sp-check-list .sp-check input, ul.sp-check-list .sp-check span {
      width: 16px;
      height: 16px;
      margin: 17px 0 0 17px; }
  ul.sp-check-list .sp-check-s {
    display: table-cell;
    vertical-align: middle;
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    ul.sp-check-list .sp-check-s input, ul.sp-check-list .sp-check-s span {
      width: 16px;
      height: 16px;
      margin: 17px 0 0 0; }
  ul.sp-check-list .sp-img {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    background: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  ul.sp-check-list .sp-checked {
    background: #1eb4da; }
  ul.sp-check-list label {
    width: 100%;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 0; }
  ul.sp-check-list p {
    background: none;
    float: left;
    font-size: 14px;
    margin: 5px 0 0 0; }
    ul.sp-check-list p span {
      color: #777;
      font-size: 12px;
      margin: 0 0 0 10px; }

.sp-searchBox {
  margin: 0 0 20px 0; }
  .sp-searchBox ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sp-searchBox ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .sp-searchBox ul li.sp-searchBox-freeword input {
        width: 300px; }
      .sp-searchBox ul li.sp-searchBox-date input {
        width: 160px; }

/*
header
--------------------------------*/
.sp-header {
  width: 100%;
  background: #333;
  border-bottom: solid 1px #111;
  color: #fff;
} .sp-header .sp-header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 16px;
  }
  .sp-header .sp-menu-button {
    font-size: 21px;
  }
  .sp-header .sp-header-logo {
    flex: 1;
    width: 180px;
    padding: 0;
    text-align: center;
    line-height: 1;
    font-size: 18px;
  } .sp-header .sp-header-logo a {
      color: #fff;
      text-decoration: none;
    }
  .sp-header .sp-header-rightNav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sp-header .sp-header-rightNav li {
      font-size: 14px;
      display: inline-block;
      margin: 0 0 0 16px;
      padding: 0 0 0 16px;
      line-height: 28px;
      border-left: solid 1px #888; }
      .sp-header .sp-header-rightNav li i {
        margin: 0 6px 0 0; }
      .sp-header .sp-header-rightNav li a {
        color: #fff;
        text-decoration: none; }
  .sp-header .sp-userInfo img {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 5px 0 0; }
  .sp-header .sp-userInfo .sp-name {
    display: inline;
    margin: 5px 0 0 0; }
    .sp-header .sp-userInfo .sp-name b {
      display: inline-block;
      font-weight: bold;
      max-width: 150px;
      max-height: 24px;
      overflow: hidden; }
    .sp-header .sp-userInfo .sp-name span {
      font-weight: normal;
      font-size: 10px;
      margin: 0 0 0 3px;
      vertical-align: super; }
  .sp-header .sp-userInfo:hover .sp-dropdown-menu {
    display: block; }

.sp-dropdown-menu {
  position: absolute;
  top: 42px;
  right: 20px;
  font-size: 12px;
  width: 200px;
  z-index: 5000;
  float: right;
  min-width: 180px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 3px; }
  .sp-dropdown-menu li {
    display: block !important;
    float: none;
    margin: 0 !important;
    padding: 0;
    border: none; }
    .sp-dropdown-menu li.sp-dropdown-menu-title {
      padding: 10px 10px; }
  .sp-dropdown-menu li > a {
    float: none !important;
    display: block !important;
    padding: 10px 20px !important;
    clear: both;
    color: #333 !important;
    white-space: nowrap !important;
    border-bottom: solid 1px #eee; }
    .sp-dropdown-menu li > a:hover {
      background: #eef8fc !important; }
  .sp-dropdown-menu:last-child a {
    border: none; }
  .sp-dropdown-menu:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-left: -8px;
    top: -16px;
    right: 12px; }
  .sp-dropdown-menu:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
    margin-left: -10px;
    top: -20px;
    right: 10px; }

.sp-approvalList {
  padding: 16px; }
  .sp-approvalList .sp-approvalList-title {
    font-size: 16px;
    margin: 16px 0; }
  .sp-approvalList .sp-approvalList-item {
    position: relative;
    margin: 0 0 16px 0;
    padding: 0; }
    .sp-approvalList .sp-approvalList-item:before {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      border: 8px solid transparent;
      border-top-color: #ccc;
      margin-left: -8px;
      bottom: -15px;
      left: 16px; }
    .sp-approvalList .sp-approvalList-item:last-child:before {
      border: none; }
    .sp-approvalList .sp-approvalList-item .sp-approvalList-step.sp-current {
      background: #0cb43f;
      color: #fff; }
    .sp-approvalList .sp-approvalList-item .sp-approvalList-step.sp-rejection {
      background: #da3423;
      color: #fff; }
  .sp-approvalList .sp-approvalList-step {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 16px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px; }
  .sp-approvalList-step.en,.sp-approvalList-step.th  {
    width: 96px;
  }
  .sp-approvalList-step.ko {
    width: 64px;
  }
  .sp-approvalList .sp-approvalList-inner {
    padding: 0;
    margin: 0 0 0 48px; }
    .sp-approvalList .sp-approvalList-inner .sp-formElem {
      margin: 0;
      padding: 0; }
  .sp-approvalList .sp-approvalList-name {
    font-weight: normal;
    margin: 0 0 2px 0;
    padding: 4px 0 0 0; }
  .sp-approvalList .sp-approvalList-done {
    font-size: 16px;
    padding: 4px 0; }
  .sp-approvalList .sp-approvalList-comment {
    color: #888;
    margin: 8px 0;
    word-break: break-all;
     }
    .sp-approvalList .sp-approvalList-comment p{
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;      
    }
  .sp-approvalList .sp-approvalList-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }

  .sp-approvalList .sp-formElem {
    position: relative;
    margin: 0 -10px 0 0;
    display: table;
    }

  .sp-approvalList .sp-formElem .sp-inner .sp-mailList li{
    margin-right: 4px;
    margin-bottom: 4px;
    padding-bottom: 12px;
    line-height: 1.5;
  }
  .sp-approvalList .sp-formElem .sp-inner .sp-mailList .sp-isViewed{
    background: #0cb43f;
    color: #fff;
  }
  .sp-approvalList .sp-approvalList-stepname{
    margin-top: 6px;
    font-weight: bold;
  }



.sp-tabNav {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
  list-style: none; }
  .sp-tabNav li {
    float: left;
    margin: 0;
    margin: 0; }
    .sp-tabNav li a,
    .sp-tabNav li span {
      display: block;
      padding: 10px 16px 11px 16px;
      margin: 0 10px -1px 0;
      text-align: center;
      border: solid 1px #ddd;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .sp-tabNav li a:hover,
      .sp-tabNav li span:hover {
        text-decoration: none;
        color: #eee; }
      .sp-tabNav li a.sp-current,
      .sp-tabNav li span.sp-current {
        background: #fff;
        border-bottom: solid 1px #fff;
        color: #333; }
    .sp-tabNav li.sp-button {
      position: absolute;
      top: -12px;
      right: 0; }

.sp-main-title {
  font-size: 21px;
  margin: 16px 0; }

.sp-contents {
  margin: 0 auto; }
  .sp-contents .sp-unit {
    background: #fff;
    margin: 0 0 24px 0;
    box-shadow: 0 0px 2px #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    .sp-contents .sp-unit pre{
      width: 100%;
      margin: 0 5px 0 0;
      background: #fff;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      font-size: 12px;
      font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Helvetica', sans-serif;
      letter-spacing: 0.3px;
      vertical-align: baseline;
      line-height: 1.5;
      white-space: pre-wrap;
      word-wrap: break-word;
    }
    .sp-contents .sp-unit p:last-child {
      margin-bottom: 0; }
    .sp-contents .sp-unit .sp-unit-inner {
      padding: 16px; }
  .sp-contents .sp-titleMain {
    background: #f9f9f9;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 16px;
    margin: 0;
    border-bottom: solid 1px #ccc; }
  .sp-contents .sp-main-url {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 16px; }
  .sp-contents .sp-main-member {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 8px 0; }
    .sp-contents .sp-main-member p {
      margin: 0; }
  .sp-contents .sp-messageList {
    padding: 0 16px 224px 0;
    height: 100%;
    overflow-y: scroll; }
    .sp-contents .sp-messageList .sp-messageList-inner {
      width: 640px;
      margin: 0 auto; }
    .sp-contents .sp-messageList .sp-messageList-day {
      padding: 16px 0;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 18px;
      font-weight: bold; }
      .sp-contents .sp-messageList .sp-messageList-day:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: ' ';
        display: block;
        background: #ddd;
        height: 1px;
        width: 35%; }
      .sp-contents .sp-messageList .sp-messageList-day:after {
        position: absolute;
        top: 50%;
        right: 0;
        content: ' ';
        display: block;
        background: #ddd;
        height: 1px;
        width: 35%; }
    .sp-contents .sp-messageList .sp-messageList-item, .sp-contents .sp-messageList .sp-messageList-item--my {
      width: 100%;
      padding: 16px 0; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-icon, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-icon {
        float: left;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background: #ddd;
        margin: 0;
        color: #fff;
        font-size: 18px;
        border-radius: 24px;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        background-size: 48px;
        background-position: center center;
        background-repeat: no-repeat; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-inner, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-inner {
        width: 100%;
        padding: 0 0 0 64px; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-status, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-status {
        width: 100%;
        margin: 0 0 8px 0; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-online, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-online {
        display: inline-block;
        width: 8px;
        height: 8px;
        line-height: 21px;
        text-align: center;
        background: #ddd;
        margin: 0 8px 0 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
        .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-online.sp-online, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-online.sp-online {
          background: #0cb43f; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-name, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-name {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin: 0 8px 0 0;
        padding: 0; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-date, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-date {
        display: inline-block;
        margin: 0 8px 0 0;
        font-size: 12px; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-read, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-read {
        display: inline-block;
        float: right;
        margin: 4px 64px 0 0;
        font-size: 12px;
        color: #888;
        color: #0cb43f; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-message, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-message, .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-writing, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-writing {
        background: #f5f5f5;
        display: inline-block;
        font-size: 12px;
        padding: 16px;
        margin: 0 64px 0 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
        .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-message p, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-message p, .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-writing p, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-writing p {
          margin: 0; }
      .sp-contents .sp-messageList .sp-messageList-item .sp-messageList-writing, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-writing {
        width: 78px; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-icon {
      float: right; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-inner {
      width: 100%;
      padding: 0 64px 0 0; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-status {
      text-align: right; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-online,
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-name,
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-date {
      margin: 0 0 0 8px; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-read {
      float: left;
      margin: 4px 0 0 64px; }
    .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-message, .sp-contents .sp-messageList .sp-messageList-item--my .sp-messageList-writing {
      float: right;
      background: #eaf8fc;
      margin: 0 0 0 64px; }
  .sp-contents .sp-inputMessage {
    position: fixed;
    left: 416px;
    right: 16px;
    bottom: 16px; }
    .sp-contents .sp-inputMessage.sp-js-infoOpen {
      right: 416px; }
    .sp-contents .sp-inputMessage.sp-js-channelOpen {
      left: 16px; }
    .sp-contents .sp-inputMessage.sp-js-slideMenuOpen {
      left: 656px; }
      .sp-contents .sp-inputMessage.sp-js-slideMenuOpen.sp-js-infoOpen {
        right: 176px; }
    .sp-contents .sp-inputMessage .sp-inputMessage-inner {
      position: relative;
      background: #fff;
      border: solid 2px #ddd;
      height: 48px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
    .sp-contents .sp-inputMessage .sp-inputMessage-options {
      position: absolute;
      font-size: 30px;
      color: #888;
      text-align: center;
      top: 0;
      left: 0;
      width: 48px;
      height: 44px;
      line-height: 46px;
      border-right: solid 2px #ddd; }
    .sp-contents .sp-inputMessage .sp-inputMessage-text {
      position: absolute;
      top: 0;
      left: 48px;
      right: 160px; }
      .sp-contents .sp-inputMessage .sp-inputMessage-text input {
        width: 100%;
        padding: 12px;
        border: none; }
    .sp-contents .sp-inputMessage .sp-inputMessage-check {
      position: absolute;
      top: 12px;
      right: 16px; }

.sp-submitList.sp-request-list li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp-submitList.sp-request-list li a{
  color: #333;
  text-decoration: underline;
}

.sp-submitList .sp-item {
  display: block;
  position: relative;
  padding: 16px;
  border-bottom: solid 1px #ddd;
  color: #333; }
  .sp-submitList .sp-item:hover {
    text-decoration: none; }
    .sp-item.ontap-color.activated{
      background: #f7f7f7;
    }
.sp-submitList .sp-item-checkbox {
  position: absolute;
  top: 8px;
  left: 0; }
.sp-submitList .sp-item-title {
  font-size: 14px;
  margin: 0;
  padding-right:28px; }
.sp-submitList .sp-item-description p {
  margin: 0; }
.sp-submitList .sp-item-summary {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sp-submitList .sp-item-summary li {
    display: block;
    margin: 0; }
    .sp-submitList .sp-item-summary li span.period-alert{
      font-weight: bold;
      color: #da3423;
    }

.sp-submitList .sp-item-action {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none; }
  .sp-submitList .sp-item-action.sp-state-withStatus {
    right: 124px; }
  .sp-submitList .sp-item-action li {
    float: left;
    margin: 0;
    padding: 0;
    color: #888; }
    .sp-submitList .sp-item-action li:hover {
      color: #555; }
  .sp-submitList .sp-item-action a,
  .sp-submitList .sp-item-action span {
    margin: 0 0 0 12px;
    color: #888; }
    .sp-submitList .sp-item-action a:hover,
    .sp-submitList .sp-item-action span:hover {
      color: #555; }
.sp-submitList .sp-item-bottom {
  text-align: center;
  margin-top: 5px;}
.sp-submitList .sp-item-status {
  display: inline-block;
  margin: 0 auto;
  border: solid 1px #888;
  padding: 2px;
  width: 80px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff; }
  .sp-submitList .sp-item-status.sp-state-error {
    border-color: #da3423;
    color: #da3423; }
  .sp-submitList .sp-item-status.sp-state-success {
    border-color: #0cb43f;
    color: #0cb43f; }
.sp-submitList .sp-item-button {
  margin: 0 0 10px 0;
  padding: 2px;
  width: 80px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background: #0cb43f;
  border: solid 1px #0cb43f; }
.sp-submitList .sp-item-content {
  padding: 16px 0 0 0; }

.sp-col-info {
  position: relative;
  float: right;
  background: #fff;
  border-left: solid 1px #ddd;
  width: 400px;
  height: 100%;
  overflow-y: scroll; }
  .sp-col-info.sp-js-infoOpen {
    margin-right: -400px; }
  .sp-col-info .sp-col-info-backArrow {
    border-bottom: solid 1px #ddd; }
    .sp-col-info .sp-col-info-backArrow i {
      padding: 16px; }
    .sp-col-info .sp-col-info-backArrow .sp-info-backArrow-title {
      margin: 0;
      display: inline-block;
      font-weight: bold; }
  .sp-col-info .sp-info-header {
    text-align: center;
    padding: 24px 16px;
    border-bottom: solid 1px #ddd; }
    .sp-col-info .sp-info-header .sp-info-header-icon {
      width: 96px;
      height: 96px;
      text-align: center;
      line-height: 96px;
      background: #ddd;
      margin: 0 auto;
      color: #fff;
      font-size: 18px;
      border-radius: 48px;
      -moz-border-radius: 48px;
      -webkit-border-radius: 48px;
      background-size: 96px;
      background-position: center center;
      background-repeat: no-repeat; }
    .sp-col-info .sp-info-header .sp-info-header-name {
      margin: 24px 0 12px 0;
      padding: 0;
      font-size: 18px;
      font-weight: bold; }
      .sp-col-info .sp-info-header .sp-info-header-name:hover {
        color: #da3423;
        cursor: pointer; }
    .sp-col-info .sp-info-header .sp-info-header-mail {
      margin: 0;
      padding: 0;
      font-size: 14px; }
  .sp-col-info .sp-info-userIconList {
    padding: 16px;
    margin: 0;
    border-bottom: solid 1px #ddd;
    list-style: none; }
    .sp-col-info .sp-info-userIconList .sp-info-userIconList-item {
      position: relative;
      float: left;
      margin: 0 8px 0 0;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      background: #ddd;
      color: #fff;
      font-size: 18px;
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      background-size: 32px;
      background-position: center center;
      background-repeat: no-repeat; }
      .sp-col-info .sp-info-userIconList .sp-info-userIconList-item.sp-online:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #0cb43f; }
  .sp-col-info .sp-info-userList {
    padding: 16px 0 0 0;
    margin: 0;
    border-bottom: solid 1px #ddd;
    list-style: none; }
    .sp-col-info .sp-info-userList:hover {
      cursor: pointer; }
    .sp-col-info .sp-info-userList .sp-info-userList-item {
      position: relative;
      padding: 0 16px 16px 16px; }
      .sp-col-info .sp-info-userList .sp-info-userList-item:hover .sp-info-userList-name {
        color: #da3423; }
      .sp-col-info .sp-info-userList .sp-info-userList-item .sp-info-userList-img {
        position: relative;
        display: block;
        float: left;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #ddd;
        color: #fff;
        font-size: 18px;
        border-radius: 24px;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        background-size: 48px;
        background-position: center center;
        background-repeat: no-repeat; }
        .sp-col-info .sp-info-userList .sp-info-userList-item .sp-info-userList-img.sp-online:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 0;
          border-radius: 4px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          background: #0cb43f; }
      .sp-col-info .sp-info-userList .sp-info-userList-item .sp-info-userList-name {
        display: block;
        float: left;
        font-weight: bold;
        margin: 12px 0 0 16px; }
  .sp-col-info .sp-info-menuList {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sp-col-info .sp-info-menuList .sp-info-menuList-item {
      position: relative;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: bold; }
      .sp-col-info .sp-info-menuList .sp-info-menuList-item a,
      .sp-col-info .sp-info-menuList .sp-info-menuList-item span {
        display: block;
        padding: 16px;
        border-bottom: solid 1px #eee; }
        .sp-col-info .sp-info-menuList .sp-info-menuList-item a:hover,
        .sp-col-info .sp-info-menuList .sp-info-menuList-item span:hover {
          cursor: pointer;
          color: #ee4c5c; }
      .sp-col-info .sp-info-menuList .sp-info-menuList-item i {
        position: absolute;
        top: 18px;
        right: 16px; }
  .sp-col-info .sp-info-note-content {
    padding: 16px; }
    .sp-col-info .sp-info-note-content textarea {
      width: 100%;
      min-height: 400px;
      border: solid 1px #ddd;
      background: #f7f7f7;
      padding: 8px;
      box-sizing: border-box; }

.sp-loader {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.sp-5em 0 0 -3.sp-5em;
  text-indent: -9999em;
  border-top: 1em solid #f5f5f5;
  border-right: 1em solid #f5f5f5;
  border-bottom: 1em solid #f5f5f5;
  border-left: 1em solid #ddd;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadingAnimation 0.sp-7s infinite linear;
  animation: loadingAnimation 0.sp-7s infinite linear; }

.sp-loader,
.sp-loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em; }

@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loadingAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.sp-writing:before,
.sp-writing:after,
.sp-writing {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: writingAnimation 1.sp-8s infinite ease-in-out;
  animation: writingAnimation 1.sp-8s infinite ease-in-out; }

.sp-writing {
  position: absolute;
  top: -2.sp-5em;
  left: 16px;
  font-size: 10px;
  margin: 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.sp-16s;
  animation-delay: -0.sp-16s; }

.sp-writing:before {
  left: -1.sp-5em;
  -webkit-animation-delay: -0.sp-32s;
  animation-delay: -0.sp-32s; }

.sp-writing:after {
  left: 1.sp-5em; }

.sp-writing:before,
.sp-writing:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes writingAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.sp-5em 0 -1.sp-3em #ccc; }
  40% {
    box-shadow: 0 2.sp-5em 0 0 #ccc; } }
@keyframes writingAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.sp-5em 0 -1.sp-3em #ccc; }
  40% {
    box-shadow: 0 2.sp-5em 0 0 #ccc; } }
.sp-dropdown i {
  color: #da3423; }

.sp-dropdown-menu li {
  position: relative; }
  .sp-dropdown-menu li i {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #888; }

.sp-approval_condition {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 2px 7px 1px 7px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 0;
  text-align: center;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #0cb43f;
  border-color: #0cb43f; }
.sp-approval_condition.wait_approve{
  color: #FF837B;
  border-color: #FF837B;
}
.sp-approval_condition_gray {
  display: inline-block;
  width: auto;
  font-size: 12px !important;
  padding: 2px 7px 1px 7px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 4px 0 8px 0;
  text-align: center;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #777;
  border-color: #777; }

.sp-approvalList-inner textarea {
  min-height: 10px;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  height: 64px;
  resize: none; }

.sp-approvalList-inner .sp-comment-area{
  margin-top: 6px;
}

.sp-approvalList-inner .sp-comment-button-area{
  display: inline-block;
  width: 15%;
  vertical-align: top;
}

.sp-approvalList-inner .sp-comment-button{
  height: 30px;
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}

.sp-approvalList-inner .sp-comment-button:focus{
  outline: none;
}

.sp-approvalList-inner .sp-comment-button i{
  font-size: 20px;
  color: #0cb43f;
}

.sp-approvalList-inner .sp-comment-button.disabled{
  background: #ddd;
}

.sp-approvalList-inner .sp-comment-button.disabled i{
  color: #888;
}

.sp-approvalList-inner ul{
  padding-left: 0;
  list-style: none;
}

.sp-approvalList-inner .error{
  font-size: 12px;
  color: #da3423;
}


.action-button{
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  box-sizing: border-box;
  height: 30px;
  width: 60px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.sp-requestActionList .sp-item {
  display: block;
  position: relative;
  padding: 16px;
  /*border-bottom: solid 1px #ddd;*/
  color: #333; }
  .sp-submitList .sp-item:hover {
    text-decoration: none; }

.sp-requestActionList .sp-item-summary {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #CCCCCC; }
.sp-requestActionList .sp-item-summary li {
  display: block;
  /*margin: 0 0 15px 0;*/
  padding: 7px 0;
  font-size: 16px;
  border-bottom: solid 1px #CCCCCC; }

.sp-requestActionList .sp-item-summary li .fa {
  margin: 0 15px 0 0;
  width: 32px;
  box-sizing: content-box;
  text-align: center;
  display: inline-block;
  vertical-align: sub;
}

._unit_sp .action-button{
  top: 13px;
  right: -11px;
}
._unit._unit_sp .action-button{
  top: 8px;
  right: -11px;
}

.edit-flow-alert{
  padding: 16px 0 0 16px;
  display: inline-block;
}

.share-users .item_cursor{
  position: relative;
}

.share-users .item_cursor button{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 27px;
}
