@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 14px;
  line-height: 1.428571429;
  color: #404040;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1d84bc;
  text-decoration: none; }
  a:hover, a:focus {
    color: #13557a;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 40px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-sm {
  font-size: 12px;
  line-height: 16px; }

.text-m {
  font-size: 16px;
  line-height: 18px; }

.text-primary {
  color: #1d84bc; }

a.text-primary:hover,
a.text-primary:focus {
  color: #166590; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }
.bg-white {
  background-color: #fff !important;}

.bg-primary {
  background-color: #1d84bc; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #166590; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1130px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.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; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #404040;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1d84bc; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 360px;
  padding: 0 20px;
  margin: 60px 0;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .modal-dialog p {
    margin: 15px 0 30px;
    color: #bfbfbf; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    padding: 0; } }

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1080px; } }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.85;
    filter: alpha(opacity=85); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body#ja {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

@font-face {
  font-family: 'nikicons';
  src: url("../fonts/nikicons.d17412e0.eot?knxq45");
  src: url("../fonts/nikicons.d17412e0.eot?knxq45#iefix") format("embedded-opentype"), url("../fonts/nikicons.acfbdb95.ttf?knxq45") format("truetype"), url("../fonts/nikicons.4aabc22a.woff?knxq45") format("woff"), url("../fonts/nikicons.28844ce5.svg?knxq45#nikicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.nico-close,
.nico-play,
.nico-showmore {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nikicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  font-size: 36px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nico-close:before {
  content: "\e900"; }

.nico-play:before {
  content: "\e901"; }

.nico-showmore:before {
  content: "\e902"; }

.app-boxes {
  margin: 30px -20px 0; }
.app-boxes .box.box--cn{
  padding-top: 152px;
}
  .app-boxes:before, .app-boxes:after {
    content: " ";
    display: table; }
  .app-boxes:after {
    clear: both; }
  @media (min-width: 768px) {
    .app-boxes {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 60px; } }
  .app-boxes .block {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: rgba(245, 245, 245, 0.8);
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(4, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .app-boxes .block {
        width: 50%; } }
  .app-boxes .box {
    padding: 40px; }
    @media (min-width: 768px) {
      .app-boxes .box {
        padding: 20px; } }
    @media (min-width: 992px) {
      .app-boxes .box {
        padding: 40px; } }
    .app-boxes .box .app-icon {
      width: 80px; }
      @media (min-width: 768px) {
        .app-boxes .box .app-icon {
          width: 120px; } }
      @media (min-width: 992px) {
        .app-boxes .box .app-icon {
          width: 160px; } }
    .app-boxes .box h3 {
      font-size: 20px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .app-boxes .box h3 {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .app-boxes .box h3 {
          font-size: 36px; } }
    .app-boxes .box p.lead {
      margin-top: -40px;
      margin-bottom: 20px;
      line-height: 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .app-boxes .box p.lead {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .app-boxes .box p.lead {
          font-size: 20px; } }
    .app-boxes .box .sc-title-downloads ul {
      margin: 20px -10px 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .app-boxes .box .sc-title-downloads ul li {
        display: block; }
        .app-boxes .box .sc-title-downloads ul li.apple {
          padding: 0.6%; }
        .app-boxes .box .sc-title-downloads ul li a {
          width: auto; }
        @media (min-width: 768px) {
          .app-boxes .box .sc-title-downloads ul li {
            width: 50%; } }
    .app-boxes .box p.note {
      color: #404040;
      font-size: 12px; }
      @media (min-width: 768px) {
        .app-boxes .box p.note {
          font-size: 16px; } }

@media (min-width: 768px) {
  .section-download .app-boxes {
    margin-bottom: 60px; } }

.container {
  padding-left: 20px;
  padding-right: 20px; }

.video-js {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; }

.vjs-fullscreen {
  padding-top: 0px; }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.section {
  padding: 40px 0; }
  .section h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5; }

.section--inverse {
  background-color: #000;
  color: #fff; }
  .section--inverse a,
  .section--inverse .btn-link {
    color: #fff; }
.section--inverse.bg-white {
  background-color: #fff;
  color: #404040; }
  .section--inverse a,
  .section--inverse .btn-link {
    color: #fff; }

.section-iam {
  padding-top: 60px;
  border-bottom: 1px solid #dddddd; }
  .section-iam h3 {
    margin-top: 60px; }
  .section-iam .img-always {
    max-width: 103.63%;
    margin-right: -3.63%; }

.section-amazing h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px; }

.section-amazing .img-lead {
  display: block;
  margin: 0 auto; }

.section-amazing .btn-showmore,
.section-amazing .section-detail-content {
  margin-top: -10px; }

.section-amazing .section-detail-content {
  padding-top: 0; }

.section-3,
.section-4,
.section-5 {
  padding-top: 0; }
  .section-3 h3,
  .section-4 h3,
  .section-5 h3 {
    font-size: 20px;
    margin-bottom: 0; }
  .section-3 .img-lead,
  .section-4 .img-lead,
  .section-5 .img-lead {
    width: 100%; }
  .section-3 .btn,
  .section-4 .btn,
  .section-5 .btn {
    margin-top: 30px; }

.section-services {
  background-color: #fafafa;
  padding-bottom: 0; }
  .section-services h3 {
    margin-bottom: 50px; }
  .section-services p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300; }
    .section-services p + p {
      margin-top: 0; }
    .section-services p.text-sm {
      font-size: 14px;
      line-height: 18px; }
  .section-services .block {
    margin-bottom: 60px;
    min-height: 250px; }

.section-register {
  padding-bottom: 0; }
  .section-register h3 {
    color: #404040; }
  .section-register .btn {
    margin-bottom: 35px; }

.section-download {
  background: transparent url(../images/download-back-mobile.cb90e7c3.jpg) center 100px no-repeat;
  background-size: contain; }
  .section-download h3 {
    margin: 0 0 35px; }
  .section-download .app-icon {
    max-width: 30%; }
  .section-download .comingsoon {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px; }
  .section-download .section-detail.topmargin {
    margin-top: 40px; }

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-left: 15px; }
  .section {
    padding: 70px 0 60px; }
    .section h3 {
      font-size: 38px; }
  .section-amazing {
    padding-top: 40px; }
    .section-amazing h3 {
      text-align: left;
      margin-bottom: 27px; }
  .section-amazing h3 {
    float: left;
    width: 50%;
    margin-top: 50px; }
  .section-amazing .img-lead {
    width: 50%;
    float: right; }
  .section-amazing .btn-showmore {
    float: left; }
  .section-3,
  .section-4,
  .section-5 {
    padding-top: 70px;
    background: #000 center top no-repeat; }
    .section-3 h3,
    .section-4 h3,
    .section-5 h3 {
      max-width: 1020px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      font-size: 36px;
      line-height: 48px;
      color: #fff; }
    .section-3 .btn,
    .section-4 .btn,
    .section-5 .btn {
      margin-top: 50px; }
    .section-3 .section-detail-content,
    .section-4 .section-detail-content,
    .section-5 .section-detail-content {
      padding-top: 80px; }
    .section-3 p,
    .section-4 p,
    .section-5 p {
      color: #bfbfbf; }
  .section-3 {
    background-image: url(../images/section-back-3.4e29af52.png); }
    .section-3 h3 {
      margin-top: 300px; }
  .section-4 {
    background-image: url(../images/section-back-4.005c9261.png); }
    .section-4 h3 {
      margin-top: 470px; }
  .section-5 {
    background-image: url(../images/section-back-5.69924a85.png); }
    .section-5 h3 {
      margin-top: 340px; }
  .section-services h3 {
    margin-bottom: 70px; }
  .section-services .block p {
    text-align: left; }
  .section-services img {
    max-width: 100%; }
  .section-register {
    padding-bottom: 0; }
  .section-download {
    background-image: url(../images/download-back.2e45d4f7.jpg);
    background-position-y: 20px;
    margin-top: 80px;
    padding-top: 0; }
    .section-download .comingsoon {
      font-size: 28px;
      margin-bottom: 30px; }
    .section-download .section-detail.topmargin {
      margin-top: 60px; } }

@media (min-width: 992px) {
  .section-iam {
    padding-top: 150px; }
    .section-iam h3 {
      margin-top: 70px; }
  .section-amazing {
    padding-top: 90px; }
    .section-amazing h3 {
      padding-top: 100px; }
  .section-services .block:nth-child(odd) img {
    margin-right: 5px; }
  .section-services .block:nth-child(even) img {
    margin-left: 5px; }
  .section-register .btn {
    margin-bottom: 100px; }
  .section-download {
    background-position: center top; }
    .section-download h3 {
      margin-bottom: 80px; }
    .section-download .comingsoon {
      margin-top: -70px;
      margin-bottom: 40px; }
    .section-download .section-detail.topmargin {
      margin-top: 110px; } }

@media (min-width: 1200px) {
  .section-amazing {
    padding-bottom: 80px; }
    .section-amazing h3 {
      padding-top: 120px; }
  .section-download {
    background-size: initial; }
    .section-download h3 {
      margin-bottom: 130px; }
  .term3 .section-download .section-detail {
    margin-top: 55px; } }

.video-js {
  width: 100% !important;
  height: 100% !important; }

.btn {
  position: relative;
  padding: 0 25px 0 63px;
  height: 50px;
  line-height: 49px;
  background-color: transparent;
  font-size: 18px;
  white-space: nowrap;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 4px; }
  .btn:active {
    background-color: rgba(0, 0, 0, 0.15); }
  .btn .nico-play {
    position: absolute;
    left: 25px;
    display: block;
    float: left;
    line-height: 49px;
    font-size: 28px; }

.btn-inverse {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #fff;
  color: #fff; }
  .btn-inverse:active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #808080;
    border-color: #808080; }

.btn-showmore,
.btn-close {
  display: block;
  margin: 40px auto 0;
  padding: 0;
  height: 34px;
  color: #1d84bc;
  border: 0; }
  .btn-showmore:active,
  .btn-close:active {
    color: #006699;
    background-color: transparent; }

.btn-showmore {
  padding-left: 37px;
  line-height: 31px;
  font-size: 18px; }
  .btn-showmore .nico-showmore {
    position: absolute;
    left: 0;
    display: block;
    font-size: 32px; }

.btn-close {
  padding: 0; }
  .btn-close .nico-close {
    font-size: 32px; }

.btn--pad {
  margin: 35px auto; }

.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  margin: 0; }

@media (min-width: 768px) {
  .btn {
    height: 70px;
    line-height: 69px;
    font-size: 28px;
    padding-left: 71px; }
    .btn .nico-play {
      font-size: 36px;
      line-height: 69px; }
  .btn-showmore,
  .btn-close {
    height: 39px;
    line-height: 1; }
  .btn-showmore {
    padding-left: 46px;
    font-size: 24px;
    height: 36px;
    line-height: 35px; }
    .btn-showmore .nico-showmore {
      font-size: 36px; }
  .btn-close {
    padding: 0; }
    .btn-close .nico-close {
      font-size: 36px; }
  .btn-close {
    font-size: 36px; }
  .btn-watch {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #fff;
    color: #fff; }
    .btn-watch:active {
      background-color: rgba(0, 0, 0, 0.2);
      color: #808080;
      border-color: #808080; } }

@media (min-width: 992px) {
  .btn:hover {
    color: #808080;
    border-color: #808080; }
  .btn-watch:hover,
  .btn-inverse:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-color: #fff; }
  .btn-showmore:hover,
  .btn-close:hover {
    color: #41a6d9; } }

.section-detail-content {
  padding-top: 25px; }
  .section-detail-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1em; }
    .section-detail-content p.note {
      font-size: 16px; }
  .section-detail-content.inverse p {
    color: #bfbfbf; }

.section-download .section-detail-content {
  padding-top: 50px; }

.btn-showmore {
  display: none; }

.btn-showmore.collapsed {
  display: block; }

@media (min-width: 768px) {
  .btn-showmore {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
  .btn-showmore.collapsed {
    visibility: visible;
    opacity: 1; } }

.header {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  z-index: 100;
  line-height: 40px; }
  .header a {
    color: #000; }
  .modal-open .header {
    z-index: 0; }

.header-inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px; }

.nav-lang,
.nav-global {
  text-align: right; }

.nav-lang {
  float: none !important; }

.snap-logo {
  width: 150px; }

@media (min-width: 768px) {
  .header {
    padding: 30px 0; }
    .header a {
      color: #000; }
  .nav-lang,
  .nav-global {
    padding: 0 20px;
    text-align: left; }
  .nav-lang {
    float: right !important; }
  .nav-global {
    border-right: 1px solid #434549; }
  .snap-logo {
    width: 230px; } }

@media (min-width: 992px) {
  .header-inner {
    padding: 0 45px; } }

.section-title {
  padding-top: 0; }

.sc-title {
  position: relative;
  padding-top: 110px;
  padding-bottom: 200px;
  margin-bottom: 35px;
  background: black url(../images/rainbow-mobile.7353d79b.jpg) center top no-repeat;
  background-size: cover; }
  .sc-title h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    color: #000; 
    text-shadow: 0 0 5px #fff;}

.sc-title-downloads {
  text-align: center; }
  .sc-title-downloads ul {
    display: table;
    margin: 38px auto 0;
    padding: 0; }
    .sc-title-downloads ul > li {
      display: table-cell; }
      .sc-title-downloads ul > li a {
        display: block;
        padding: 0 10px;
        margin-bottom: 18px;
        width: 140px; }
  .sc-title-downloads p {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    font-size: 12px;
    line-height: 16px; }

.sc-title .sc-title-downloads p {
  color: #fff; }

.sc-title-comingsoon {
  padding-top: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center; }

.sc-title-hardware {
  position: absolute;
  bottom: -73px;
  width: 100%;
  margin: auto;
  text-align: center; }
  .sc-title-hardware img {
    width: 290px;
    max-width: 90%; }

.sc-title-video {
  position: relative;
  padding-top: 80px;
  text-align: center;
  z-index: 10; }

@media (min-width: 768px) {
  .section-title .section-detail-content {
    padding-top: 80px; }
  .sc-title {
    padding-top: 280px;
    padding-bottom: 285px;
    background-image: url(../images/rainbow.ecd2066f.jpg);
    background-position: center top;
    background-size: cover; 
    margin-bottom: 90px;}
    .sc-title h2 {
      width: 700px;
      margin: 0 auto;
      text-align: left;
      font-size: 42px;
      line-height: 66px;
      margin-top: 40px; }
  .sc-title-downloads ul {
    margin-top: 44px; }
    .sc-title-downloads ul > li a {
      width: auto; }
  .sc-title-downloads p {
    font-size: 16px;
    line-height: 22px; }
  .sc-title-comingsoon {
    padding-top: 100px;
    font-size: 28px; }
  .sc-title-hardware {
    bottom: -170px; }
    .sc-title-hardware img {
      width: auto;
      max-width: 100%; }
  .sc-title-video {
    padding-top: 130px; } }

.term1 .hidden-term1 {
  display: none; }

.term1 .visible-term1 {
  display: block; }

.term1 .visible-term2 {
  display: none; }

.term1 .visible-term3 {
  display: none; }

.term1 .disabled-term1 {
  pointer-events: none; }

.term2 .hidden-term2 {
  display: none; }

.term2 .visible-term1 {
  display: none; }

.term2 .visible-term2 {
  display: block; }

.term2 .visible-term3 {
  display: none; }

.term2 .disabled-term2 {
  pointer-events: none; }

.term3 .hidden-term3 {
  display: none; }

.term3 .visible-term1 {
  display: none; }

.term3 .visible-term2 {
  display: none; }

.term3 .visible-term3 {
  display: block; }

.term3 .visible-term4 {
  display: none; }

.term4 .hidden-term4 {
  display: none; }

.term4 .visible-term1 {
  display: none; }

.term4 .visible-term2 {
  display: none; }

.term4 .visible-term3 {
  display: block; }

.term4 .visible-term4 {
  display: block; }

.term5 .hidden-term5 {
  display: none; }

.term5 .visible-term1 {
  display: none; }

.term5 .visible-term2 {
  display: none; }

.term5 .visible-term3 {
  display: block; }

.term5 .visible-term4 {
  display: none; }

.term5 .visible-term5 {
  display: block; }

.term5 .visible-term6 {
  display: none !important; }

.term6 .hidden-term6 {
  display: none; }

.term6 .visible-term1 {
  display: none; }

.term6 .visible-term2 {
  display: none; }

.term6 .visible-term3 {
  display: block; }

.term6 .visible-term4 {
  display: none; }

.term6 .visible-term5 {
  display: none; }

.term6 .visible-term6 {
  display: block; }

img {
  max-width: 100%; }

.text-link {
  color: #1d84bc;
  text-decoration: underline; }
  .text-link:active {
    color: #006699; }

.text-link-inverse {
  color: #fff;
  text-decoration: underline; }
  .text-link-inverse:active {
    color: #2996cc; }

@media (min-width: 992px) {
  .text-link:hover {
    color: #41a6d9; }
  .text-link-inverse:hover {
    color: #cceaff; } }

.nowrap {
  white-space: nowrap; }

.nomargin {
  margin: 0; }

.footer {
  border-top: 1px solid #bfbfbf; }
  .footer .logo {
    text-align: center;
    vertical-align: baseline;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
    .footer .logo .img-logo {
      margin: 0 auto;
      width: 68px; }
      .footer .logo .img-logo.logo-cn {
        width: 172px; }
    .footer .logo .img-logo.visible-xs {
      width: 68px; }
      .footer .logo .img-logo.visible-xs.logo-cn {
        width: 141px; }
  .footer .copyright {
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    text-align: center;
    vertical-align: baseline;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
.footer .u-right {
  width: 100%;
  margin-bottom: 23px;
}
.footer .u-right ul {
  overflow: hidden;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: flex;
    -webkit-box-pack: justify;
}
.footer .u-right ul li {
  float: left;
  list-style: none;
  padding: 0 17px;
  border-right: 1px solid #404040;
}
.footer .u-right ul li:first-child {
  border-left: 1px solid #404040;
}
.footer .u-right ul li a {
  font-size: 12px;
  color: #404040;
}
.footer-inner {
  display: flex;
  -webkit-flex-flow: row wrap;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 45px; }
  .footer-inner:before, .footer-inner:after {
    content: " ";
    display: table; }
  .footer-inner:after {
    clear: both; }

/* sp-btn */
.sp-btn {
  margin-top: 30px;
}
.sp-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-btn li:first-child {
  line-height: 2;
  font-size: 18px;
}
.sp-btn li:nth-child(2) {
  line-height: 1.5;
  font-size: 18px;
}
.sp-btn ul span {
  display: block;
  font-size: 11px;
  line-height: 1;
}
.sp-btn li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 10px 10px 70px;
  height: 60px;
  color:#343434;
  background: #EDEDED;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.sp-btn li a:hover {
  text-decoration: none;
  background: #e2dcdc;
}
.sp-btn li:first-child a:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon-snapbridge-btn.png") top left no-repeat;
  background-size: contain;
}
.sp-btn li:nth-child(2) a:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/icon-snapbridge360-170-btn.png") top left no-repeat;
  background-size: contain;
}
.sp-btn li a:after {
  position: absolute;
  content: "";
  top: 29px;
  right: 20px;
  width: 15px;
  height: 8px;
  background: url("../images/icon-under-btn.png") top right no-repeat;
  background-size: contain;
}


/* page-top */

#page-top {

	position: fixed;

	bottom: 20px;

	right: 20px;

}

#page-top a {

	display: block;

  opacity: 0.6;

  transition: all 0.3s ease;

}

#page-top a:hover {

  opacity: 1;

}

#page-top img {

  width: 40px;

  height: auto;

}

    /* appBtn */

a.appBtn {

  text-decoration: none;

  color: #404040;

}

a.appBtn:hover {
  color:#808080;
}



@media (min-width: 768px) {
  .footer .logo {
    float: left;
    text-align: left;
    width: auto;
    display: inline-block; }
  .footer .copyright {
    float: right;
    padding-top: 0;
    text-align: right;
    font-size: 14px;
    margin-top: -19px; }
    #page-top img {
    width: 58px;
    height: auto;
  }
  .footer .u-right {
  float: right;
  width: auto;
  margin-top: 0;
}
.footer .u-right ul {
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer .u-right ul li {
  float: left;
  list-style: none;
  padding: 0 17px;
  border-right: 1px solid #404040;
}
.footer .u-right ul li:first-child {
  border-left: 1px solid #404040;
}
.footer .u-right ul li a {
  font-size: 14px;
  color: #404040;
}
.footer-inner {
  display: inline-block;
}

    }

@media (min-width: 992px) {
  .footer-inner {
    display: inherit;
    padding-left: 45px;
    padding-right: 45px; } }


/*-----------------------------------------
 201709追加
-----------------------------------------*/

/* ページ最下部アコーディオン 幅調整 */
@media (min-width: 992px) {
  .section-detail-content.short {
    max-width: 85%;
    margin: 0 auto; } }

/* 広がるサービス */
.section-services .row .mbExtra {
  margin-bottom: 0px;
  min-height: auto;
}

.section-services p.text-mm {
  font-size: 16px;
  line-height: 20px; }

.section-services p.mbExtra {
  margin-bottom: 50px;
}


/* アプリダウンロード部分　追加テキスト調整 */
@media (min-width: 992px) {
  .section-apri {
    padding-top: 50px;
    padding-bottom: 0px; }
    .ssection-apri h3 {
      margin-top: 0px; }}

.section-apri .att {
  display: inline-block;
  text-align: left;
}
.section-apri .text-l {
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 30px;
}

@media (min-width: 992px) {
.section-apri .text-l {
font-size: 24px;
line-height: 24px;
}}

/* アプリダウンロード部分　box調整　*/
@media (min-width: 768px) {
  .app-boxes #normal .box,
  .app-boxes #snap360 .box{
    padding-top: 70px;
  }}

@media (min-width: 992px) {
  .app-boxes #snap360 .box,
  .app-boxes #normal .box {
    padding-top: 70px;
  }}

/* 直感的に操作できるわかりやすいGUI 追加用 */
@media (min-width: 992px) {
  .section-gui {
    padding-top: 100px; }}

.section-gui .block p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

/* より使いやすくなったSnapBridge 追加用 */
.section-use {
  background-color: #ececec;
  margin-top: 50px;
}
.section-use .sc-title-video {
  padding-top: 30px;
}

#detail-use p span.item {
  padding: 5px 10px;
  border: 1px solid #333;
  margin-right: 8px;
  line-height: 2;
}
#detail-use p.em {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 992px) {
#detail-use p.em {
  font-size: 20px;
}}

.box img.hardware {
  max-width: 80%;
}


/* 注意書き用 */
p.note {
  font-size: 12px;}
@media (min-width: 768px) {
p.note {
font-size: 16px; } }



/* 字下げ対応 */
.section-apri p.note {
  text-indent: -1em;
  padding-left: 1em;
}

ul.list {
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
  position: relative;
  padding: 1em;
}
ul.list li::before {
  position: absolute;
  content: "●";
  font-size: 1em;
  left:0;
}
ul.list li {
}
.show-sp {
  display: none;
}
@media (max-width: 1025px) {
  .show-sp {
    display: block;
  }
}

/* 接続設定は簡単、しかも一回だけでOK 背景　日本語以外 */

@media (min-width: 768px) {
.hidden-pc {
  display: none;
}
.section-5.abroad {
background-image: url(../images/section-back-5.69924a85-en.png); }
.section-5.abroad.zh-cn {
background-image: url(../images/zh-cn/section-back-5.69924a85.png); }
}

/* 中国語　例外　最新のカメラファームウェア情報を取得　センター寄せ */
p.ex-center {
  text-align: center !important;
}

/* 中国語　簡体字例外　アプリダウンロードテキスト */
.text-m-cn {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 20px;
 }

@media (max-width: 320px) {
  .app-boxes .box .sc-title-downloads ul li.apple {
    padding: 0.4%;
  }
}

html[lang="en"] .sc-title h2 span{
  text-align: center;
  display: inline-block;
}
