@charset "UTF-8";
/* colors */
/* texts */
/* spaces */
/* border-radius */
/* forms */
/* states */
/* btn */
/* panel */
/* modal */
/* screen */
#ninja-ui-content,
#nt-footer {
  opacity: 0; }

#nt-loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0DFDC;
  text-align: center; }
  #nt-loading .ninja-ui-i-shuriken {
    display: block;
    position: relative;
    margin-top: 10rem;
    font-size: 5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: 2s cubic-bezier(0.7, -0.13, 0.22, 0.86) 0s infinite loading;
    animation: 2s cubic-bezier(0.7, -0.13, 0.22, 0.86) 0s infinite loading; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .15; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .15; } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .15; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .15; } }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

html,
body {
  color: #535353;
  font-size: 10px;
  font-family: Arial, "メイリオ", sans-serif;
  background: #EFEEEC; }

svg {
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1 {
  font-size: 2.8rem; }

h3,
h4,
h5 {
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  border-left: 0.5rem solid #5cb85c;
  font-weight: bold; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6002rem; }

h5 {
  font-size: 1.4rem; }

pre,
code {
  font-family: monospace;
  background: #E0DFDC;
  border: 1px solid #c4c3bf; }
  .panel-heading pre, .panel-heading
  code {
    color: #535353;
    font-weight: normal; }

code {
  padding: 0.2rem 0.2rem;
  margin: 0.2rem 0.2rem; }
  pre code {
    border: none;
    padding: 0;
    margin: 0; }

pre {
  padding: 1rem 1rem; }

ul {
  padding-left: 0; }

li {
  margin-bottom: 0.2rem;
  list-style: disc; }

dl {
  margin: 0; }

dt {
  margin-top: 2rem;
  font-weight: bold; }
  dd + dt {
    margin-top: 2rem; }

dd {
  margin-left: 0; }

.dl-inline {
  margin-top: 1rem; }
  .dl-inline dt,
  .dl-inline dd {
    display: inline-block;
    vertical-align: top; }
  .dl-inline dt {
    margin-top: 0; }
  .dl-inline dd {
    margin-left: 1rem; }

iframe {
  border: none; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: inherit;
  color: #535353;
  border: 0;
  border-bottom: 1px solid #c4c3bf; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

.form-control {
  display: block;
  width: 100%;
  height: 3.2rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #535353;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c3bf;
  border-radius: 0.5rem;
  box-sizing: border-box; }
  .form-control::-moz-placeholder {
    color: #9a9a9a;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9a9a9a; }
  .form-control::-webkit-input-placeholder {
    color: #9a9a9a; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(121, 129, 131, 0.1);
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

.btn.form-control {
  padding: 0.5rem 1rem; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 3.2rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 1.6rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 2.3rem; } }
.form-group {
  margin-bottom: 0.2rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 2rem;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  min-height: 3.4rem; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 1.6rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.1;
  border-radius: 0.3rem; }

select.input-sm {
  height: 1.6rem;
  line-height: 1.6rem; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 1.6rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.1;
  border-radius: 0.3rem; }
.form-group-sm select.form-control {
  height: 1.6rem;
  line-height: 1.6rem; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 1.6rem;
  min-height: 3.2rem;
  padding: 1.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.1; }

.input-lg {
  height: 2.3rem;
  padding: 2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  border-radius: 1rem; }

select.input-lg {
  height: 2.3rem;
  line-height: 2.3rem; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 2.3rem;
  padding: 2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  border-radius: 1rem; }
.form-group-lg select.form-control {
  height: 2.3rem;
  line-height: 2.3rem; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 2.3rem;
  min-height: 3.8rem;
  padding: 3rem 2rem;
  font-size: 1.8rem;
  line-height: 1.8; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 4rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #449d44;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: transparent; }
.has-success .form-control-feedback {
  color: #5cb85c; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #ec971f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: transparent; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d9534f; }
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #c9302c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: transparent; }
.has-error .form-control-feedback {
  color: #d9534f; }

.has-feedback label ~ .form-control-feedback {
  top: 7rem; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #939393; }

@media (min-width: 481px) {
  .form-inline .form-group {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    flex: 1 1 auto;
    margin-right: 0.5rem;
    width: auto; }
    .form-inline .form-control:last-child {
      margin-right: 0; }
    .form-inline .form-control.btn {
      flex: 0 0 auto; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.card {
  display: block;
  margin: 1rem 1rem;
  background: #ffffff;
  border: 1px solid #c4c3bf; }
  .card.card-sub {
    background: #E0DFDC; }

a.card {
  color: #535353;
  text-decoration: none;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15); }
  a.card:hover, a.card:active {
    color: #9a9a9a;
    background: #f4f3f2;
    text-decoration: none;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15); }
    a.card:hover img, a.card:active img {
      opacity: .5; }

.card-heading {
  margin: 0;
  padding: 1rem 1rem 0;
  font-size: 1.4rem; }
  .card-heading h1, .card-heading h2, .card-heading h3, .card-heading h4, .card-heading h5, .card-heading h6 {
    margin: 0;
    font-size: 1.4rem;
    border-left: 0; }

.card-content {
  margin: 0;
  padding: 0 1rem 1rem; }
  .card-content p {
    margin: 0; }

a.card.card-row {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row; }
  a.card.card-row .card-heading {
    padding: 1rem 1rem;
    flex: 0 0 auto;
    color: #ffffff;
    width: 4rem;
    box-sizing: border-box;
    text-align: center; }
  a.card.card-row .card-content {
    flex: 1 1 auto;
    padding: 1rem 1rem; }
  a.card.card-row:hover, a.card.card-row:active {
    color: #9a9a9a; }

.nt-breadcrumb {
  list-style: none;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #9a9a9a; }

.nt-breadcrumb-item {
  display: inline-block;
  margin-right: 0.5rem; }
  .nt-breadcrumb-item:after {
    content: ">";
    display: inline-block;
    margin-left: 1rem; }
  .nt-breadcrumb-item:last-child {
    margin-right: 0; }
    .nt-breadcrumb-item:last-child:after {
      content: ""; }
  .nt-breadcrumb-item a {
    color: #9a9a9a; }
    .nt-breadcrumb-item a:hover, .nt-breadcrumb-item a:active {
      color: #535353; }
  .nt-breadcrumb-item.active {
    font-weight: bold; }

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/images/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/images/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("/images/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/images/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/images/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/images/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.flex {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch; }

.flex-column {
  flex-direction: column;
  width: 100%; }

.flex-row {
  flex-direction: row; }

.flex-center.flex-column {
  align-content: center; }
.flex-center.flex-row {
  align-items: center; }

.table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  table-layout: fixed;
  width: 100%;
  border: 0.1rem solid #c4c3bf; }
  .table tbody > tr {
    border-top: 0.1rem solid #c4c3bf; }
  .table tr.inactive {
    background: rgba(121, 129, 131, 0.1); }
  .table td,
  .table th {
    padding: 1rem 1rem;
    vertical-align: top;
    border-left: 0.1rem solid #c4c3bf;
    word-break: break-all; }
    .table td:first-child,
    .table th:first-child {
      border-left: 0; }
  .table th {
    background: #e9e8e7;
    color: #535353;
    text-align: center; }
  .table tfoot td,
  .table tfoot th {
    border-top: 0.2rem solid #c4c3bf; }

.cell-sm {
  width: 20%; }

.cell-md {
  width: 50%; }

.cell-lg {
  width: 100%; }

.nav {
  margin: 0;
  padding: 0; }
  .nav li {
    list-style: none; }

.nav-tab {
  padding: 1rem 1rem; }

.nav-tab-item {
  display: inline-block;
  padding: 1rem 1rem;
  line-height: 1;
  cursor: pointer;
  color: #9a9a9a;
  border-bottom: 3px solid transparent;
  text-decoration: none; }
  .nav-tab-item:hover, .nav-tab-item:active {
    border-bottom-color: #9a9a9a;
    color: #535353;
    text-decoration: none; }
  .nav-tab-item.active {
    color: #535353;
    border-bottom-color: #0091db; }

.nav-bar {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem; }

.nav-bar-item {
  flex: 1 1 auto;
  margin: 1rem 1rem 2rem 0;
  padding: 1rem 1rem;
  background: #EFEEEC;
  text-align: center;
  cursor: pointer;
  border-radius: 0.5rem;
  position: relative; }
  .nav-bar-item:last-child {
    margin-right: 0; }
  .nav-bar-item:hover, .nav-bar-item:active {
    background: #E0DFDC; }
    .nav-bar-item:hover:after, .nav-bar-item:active:after {
      content: "";
      width: 2rem;
      height: 2rem;
      box-sizing: border-box;
      border: 1rem solid transparent;
      border-top-color: #E0DFDC;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -1rem; }
  .nav-bar-item.active {
    background: #2d2d2d;
    color: #ffffff;
    font-weight: bold;
    cursor: default; }
    .nav-bar-item.active:after {
      content: "";
      width: 2rem;
      height: 2rem;
      box-sizing: border-box;
      border: 1rem solid transparent;
      border-top-color: #2d2d2d;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -1rem; }

.nav-stacked-item-heading {
  margin-top: 2rem;
  font-weight: bold;
  opacity: .65;
  font-size: 1.2rem; }

.nav-stacked-item {
  background: #535353;
  color: #ffffff;
  padding: 0.5rem 1rem;
  cursor: pointer; }
  .nav-stacked-item:hover, .nav-stacked-item:active {
    background: #9a9a9a; }
  .nav-stacked-item.active {
    background: #0091db; }
  .nav-stacked-item a {
    color: #ffffff;
    text-decoration: none; }
    .nav-stacked-item a:hover, .nav-stacked-item a:active {
      color: #ffffff;
      text-decoration: none; }

.btn {
  display: inline-block;
  margin: 0.2rem 0.2rem;
  padding: 1rem 1rem;
  background: #ffffff;
  color: #535353;
  border: 1px solid #c4c3bf;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .btn:hover, .btn:active {
    background: rgba(83, 83, 83, 0.1);
    color: rgba(83, 83, 83, 0.5);
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15); }
  .btn:visited {
    color: #535353; }
  .btn.disabled {
    color: rgba(121, 129, 131, 0.5);
    background: rgba(121, 129, 131, 0.1);
    cursor: default; }
    .btn.disabled:hover, .btn.disabled:active {
      color: rgba(121, 129, 131, 0.5);
      background: rgba(121, 129, 131, 0.1); }
    .btn.disabled:visited {
      color: rgba(121, 129, 131, 0.5); }
  .btn.inactive {
    color: rgba(121, 129, 131, 0.5);
    background: rgba(121, 129, 131, 0.1); }
    .btn.inactive:hover, .btn.inactive:active {
      background: #ffffff;
      color: #535353; }
    .btn.inactive:visited {
      color: rgba(121, 129, 131, 0.5); }

a.btn:hover, a.btn:active {
  text-decoration: none; }

.btn-block {
  display: block;
  text-align: center;
  width: 75%;
  margin: 1rem auto; }

.btn-image {
  line-height: 1; }

.btn-inverse {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5); }
  .btn-inverse:hover, .btn-inverse:active {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff; }
  .btn-inverse:visited {
    color: #ffffff; }

.btn-lg {
  padding: 1.5rem 1.5rem;
  border-radius: 1rem; }

.btn-sm {
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem; }

.btn-xs {
  padding: 0.2rem 0.2rem;
  font-size: 1.2rem; }

.btn-primary {
  background: #FFB818;
  color: #ffffff;
  border-color: #e49e00; }
  .btn-primary:hover, .btn-primary:active {
    background: rgba(255, 184, 24, 0.5);
    border-color: #e49e00;
    color: #ffffff; }
  .btn-primary:visited {
    color: #ffffff; }

.btn-success:hover, .btn-success:active {
  background: rgba(255, 255, 255, 0.25); }

.btn-info:hover, .btn-info:active {
  background: rgba(255, 255, 255, 0.25); }

.btn-warning:hover, .btn-warning:active {
  background: rgba(255, 255, 255, 0.25); }

.btn-danger:hover, .btn-danger:active {
  background: rgba(255, 255, 255, 0.25); }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn {
    margin: 0;
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
      z-index: 2; }

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

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

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

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

/* switch */
.btn-switch-on {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #FFB818;
  color: #ffffff;
  font-weight: 700;
  cursor: default; }
  .btn-switch-on:hover, .btn-switch-on:active {
    background: #FFB818;
    color: #ffffff; }

.btn-switch-off {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgba(121, 129, 131, 0.1);
  color: #9a9a9a;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15) inset; }
  .btn-switch-off:hover, .btn-switch-off:active {
    background: #ffffff;
    color: #535353;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15); }

.label {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #c4c3bf; }

.label-success {
  border-color: #5cb85c;
  color: #5cb85c; }

.label-info {
  border-color: #5bc0de;
  color: #5bc0de; }

.label-warning {
  border-color: #f0ad4e;
  color: #f0ad4e; }

.label-danger {
  border-color: #d9534f;
  color: #d9534f; }

.pager {
  margin: 2rem 0;
  text-align: center; }

.pager-item-wrapper {
  display: inline-block;
  margin: 1rem 0.2rem;
  padding: 1rem 1rem;
  min-width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
  border: 0.1rem solid #c4c3bf;
  box-sizing: content-box;
  border-radius: 1.7rem; }
  .pager-item-wrapper.active {
    font-weight: bold;
    color: #535353; }
  .pager-item-wrapper.extend {
    border: none; }

.pager-item {
  display: inline-block;
  margin: -1rem -1rem;
  padding: 1rem 1rem;
  min-width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
  overflow: visible;
  color: #0091db;
  box-sizing: content-box;
  border-radius: 1.7rem; }
  .pager-item:hover, .pager-item:active {
    text-decoration: none;
    background: #0091db;
    color: #ffffff; }

.pagenation {
  margin: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row; }

.pagenation-item {
  flex: 1 1 auto; }
  .pagenation-item.prev {
    margin-right: 2rem; }
  .pagenation-item.next {
    text-align: right; }
  .pagenation-item a {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }
  .pagenation-item .fa {
    flex: 0 0 auto; }
  .pagenation-item .pagenation-item-text {
    flex: 1 1 auto; }

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0; }

.strong {
  font-weight: bold; }

.text-sm {
  font-size: 1.2rem; }

.text-lg {
  font-size: 1.8rem; }

.text-sm-computed {
  font-size: 11.2px; }

.text-lg-computed {
  font-size: 19.74px; }

.text-light {
  color: #9a9a9a; }

.text-success {
  color: #3d8b3d; }

.text-info {
  color: #28a1c5; }

.text-warning {
  color: #df8a13; }

.text-danger {
  color: #b52b27; }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.list-unstyled {
  margin: 0; }
  .list-unstyled li {
    list-style: none;
    margin: 0; }

.list-kome {
  list-style: none; }
  .list-kome:before {
    content: '※';
    display: inline-block;
    margin-right: 0.5rem; }

.list-disc li {
  margin-left: 3rem; }

.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 479px) {
  .xs-show {
    display: block; }

  .xs-hidden {
    display: none; } }
@media screen and (min-width: 480px) and (max-width: 639px) {
  .sm-show {
    display: block; }

  .sm-hidden {
    display: none; } }
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .md-show {
    display: block; }

  .md-hidden {
    display: none; } }
@media screen and (min-width: 1024px) {
  .lg-show {
    display: block; }

  .lg-hidden {
    display: none; } }
.modal-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(154, 154, 154, 0.5);
  z-index: 1000; }

.modal {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  z-index: 1010;
  padding: 1rem 1rem; }

.modal-heading {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  font-weight: 100; }
  .modal-heading + .modal-body {
    border-top: 1px solid #c4c3bf; }

.modal-title {
  flex: 1 1 auto; }

.modal-close {
  flex: 0 0 auto;
  padding: .5rem;
  margin: -.5rem;
  cursor: pointer; }
  .modal-close:hover, .modal-close:active {
    color: #9a9a9a; }

.modal-body {
  padding: 1rem 1rem; }
  .modal-body + .modal-footer {
    border-top: 1px solid #c4c3bf; }

.modal-footer {
  padding: 1rem 1rem; }

.modal-success {
  border: 1px solid #5cb85c; }

.modal-info {
  border: 1px solid #5bc0de; }

.modal-warning {
  border: 1px solid #f0ad4e; }

.modal-danger {
  border: 1px solid #d9534f; }

/* index */
.index-btn-login-block {
  text-align: center;
  margin: 2rem 0; }

.index-account-text {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.index-service-list .card-content {
  color: #9a9a9a;
  font-size: 1.2rem; }

.card-heading.index-info {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  padding: 0; }
  .card-heading.index-info h3 {
    flex: 1 1 auto;
    padding: 1rem 1rem; }
  .card-heading.index-info a {
    flex: 0 0 auto;
    display: inline-block;
    padding: 1rem 1rem;
    color: #535353;
    text-decoration: none; }
    .card-heading.index-info a:hover, .card-heading.index-info a:active {
      color: #9a9a9a;
      text-decoration: none; }
    .card-heading.index-info a:visited {
      color: #535353;
      text-decoration: none; }

.index-btn-login {
  margin-top: 0;
  margin-bottom: 2rem; }

.index-account .index-twitter {
  background: #55ACEE; }
.index-account .index-facebook {
  background: #3B5998; }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .index-service-list {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap; }

  .index-service-list-item {
    flex: 0 1 auto;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }
    .index-service-list-item:not(:nth-child(even)) .card {
      margin-right: 0; }
    .index-service-list-item .card {
      flex: 1 1 auto;
      margin-bottom: 0; }
    .index-service-list-item .card-heading {
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      align-items: stretch;
      flex-direction: row;
      align-items: center;
      height: 36px; }
      .index-service-list-item .card-heading img {
        flex: 0 0 auto; }

  .index-account-block {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap; }

  .card.index-account {
    flex: 0 1 auto;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0; }
    .card.index-account:not(:nth-child(even)) {
      margin-right: 0; } }
@media screen and (min-width: 1024px) {
  .nt-header {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .nt-header-heading-lg .nt-header-heading-img {
    height: 5rem; }

  .index-account-btn {
    padding-left: 2rem;
    padding-right: 2rem; }

  .nt-main article {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }

  .index-service-list {
    flex: 1 1 auto;
    width: 75%;
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap; }

  .index-service-list-item {
    flex: 0 1 auto;
    box-sizing: border-box;
    width: 33%;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }
    .index-service-list-item:not(:nth-child(3n)) .card {
      margin-right: 0; }
    .index-service-list-item .card {
      flex: 1 1 auto;
      margin-bottom: 0; }
    .index-service-list-item .card-heading {
      height: 4rem;
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      align-items: stretch;
      flex-direction: row;
      align-items: center; }
      .index-service-list-item .card-heading img {
        flex: 0 0 auto; }

  .index-info-block {
    flex: 1 1 auto;
    width: 25%;
    font-size: 1.2rem; }

  .nt-ad-block {
    margin: 2rem 2rem; } }
.nt-page-header.help {
  background: #5cb85c;
  color: #ffffff; }
  .nt-page-header.help .nt-page-header-desc {
    color: rgba(255, 255, 255, 0.75); }

.nt-page-content.help .nt-section-heading {
  border-left-color: #5cb85c; }

.help-search-keyword-block {
  background: #EFEEEC;
  padding: 4rem 4rem; }

.help-search-keyword {
  flex: 0 0 auto;
  max-width: 30rem; }

.help-quick-list,
.help-quick-list-lg {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row; }

.help-quick-list .help-quick-list-item {
  flex: 1 1 auto;
  width: 33%; }

.help-quick-list-lg .help-quick-list-item {
  flex: 1 1 auto;
  width: 50%; }
  .help-quick-list-lg .help-quick-list-item .card-heading {
    font-size: 1.8rem;
    font-weight: 700; }

.help-quick-list-item {
  text-align: center; }
  .help-quick-list-item .card-heading {
    padding: 1rem 1rem;
    line-height: 2.4rem; }

.help-quick-list-mark {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 0.5rem;
  padding: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 1.2rem;
  background: #5bc0de;
  color: #ffffff; }

.help-service-list {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

.help-service-list-item {
  flex: 0 0 auto;
  width: 33%;
  box-sizing: border-box; }
  .help-service-list-item:nth-child(3n+1) {
    width: 34%; }
  .help-service-list-item.nt {
    width: 100%; }
    .help-service-list-item.nt .card {
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      align-items: stretch;
      flex-direction: row;
      align-items: center; }
    .help-service-list-item.nt .card-heading {
      flex: 0 0 auto;
      display: inline-block;
      width: 33%; }
    .help-service-list-item.nt .text-light {
      flex: 1 1 auto;
      display: inline-block; }
  .help-service-list-item .card-heading {
    padding: 1rem 1rem;
    text-align: center;
    line-height: 1; }
    .help-service-list-item .card-heading img {
      max-width: 20rem;
      min-height: 3.2rem; }

.help-inquiry-list {
  list-style: inside; }

.help-nav-bar {
  font-size: 1.4rem; }

.help-page {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row; }

.help-page-nav {
  flex: 0 0 auto;
  width: 20rem;
  margin-right: 3rem; }

.help-page-nav-list {
  margin: 0 0 2rem;
  padding: 0; }

.help-page-nav-list-item {
  display: block;
  margin: 0 0 .1rem;
  padding: 0;
  list-style: none; }
  .help-page-nav-list-item a {
    display: block;
    padding: 1rem 1rem;
    background: #EFEEEC;
    color: #535353; }
    .help-page-nav-list-item a:hover, .help-page-nav-list-item a:active {
      background: #E0DFDC;
      color: #535353;
      text-decoration: none; }
  .help-page-nav-list-item.active a {
    background: #5cb85c;
    color: #ffffff;
    font-weight: 700; }
    .help-page-nav-list-item.active a:hover, .help-page-nav-list-item.active a:active {
      background: #5cb85c;
      color: #ffffff; }

.help-page-body {
  flex: 1 1 auto; }

.help-page-list {
  margin: 0; }

.help-page-list-item {
  margin: 0;
  list-style: none; }
  .help-page-list-item a.card {
    padding: 1rem 1rem; }

.related-list-block {
  margin: 4rem 0; }

.related-list {
  margin: 0; }

.related-list-item {
  margin: 0;
  list-style: none; }
  .related-list-item a {
    display: block;
    padding: 1rem 1rem; }

/* 記事内の引き継ぎ要件 */
.clear:before, .clear:after {
  content: " ";
  display: table; }
.clear:after {
  clear: both; }

.manual,
.faq {
  margin-bottom: 4rem; }
  .manual .step0,
  .faq .step0 {
    font-weight: bold; }
  .manual .step1,
  .manual .step2,
  .manual .step3,
  .manual .step4,
  .manual .step5,
  .manual .step6,
  .manual .step7,
  .manual .step8,
  .manual .step9,
  .manual .step10,
  .manual .step11,
  .faq .step1,
  .faq .step2,
  .faq .step3,
  .faq .step4,
  .faq .step5,
  .faq .step6,
  .faq .step7,
  .faq .step8,
  .faq .step9,
  .faq .step10,
  .faq .step11 {
    font-weight: 700;
    font-size: 1.8rem; }
    .manual .step1:before,
    .manual .step2:before,
    .manual .step3:before,
    .manual .step4:before,
    .manual .step5:before,
    .manual .step6:before,
    .manual .step7:before,
    .manual .step8:before,
    .manual .step9:before,
    .manual .step10:before,
    .manual .step11:before,
    .faq .step1:before,
    .faq .step2:before,
    .faq .step3:before,
    .faq .step4:before,
    .faq .step5:before,
    .faq .step6:before,
    .faq .step7:before,
    .faq .step8:before,
    .faq .step9:before,
    .faq .step10:before,
    .faq .step11:before {
      display: inline-block;
      margin-right: 1rem;
      margin-bottom: 0.2rem;
      padding: 0.5rem 0.5rem;
      background: #535353;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: .1em;
      line-height: 1; }
  .manual .step1:before,
  .faq .step1:before {
    content: "STEP1"; }
  .manual .step2:before,
  .faq .step2:before {
    content: "STEP2"; }
  .manual .step3:before,
  .faq .step3:before {
    content: "STEP3"; }
  .manual .text_red,
  .faq .text_red {
    color: #d9534f; }
  .manual .text_blue,
  .faq .text_blue {
    color: #5bc0de; }

.manual_pic {
  margin-bottom: 1rem; }
  .manual_pic img {
    border: 0; }

.manual_pic2 img {
  border: 0.1rem solid #c4c3bf; }

.manual_pic_left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .manual_pic_left img {
    border: 0.1rem solid #c4c3bf; }

.manual_text table,
.faq_text table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  table-layout: fixed;
  width: 100%;
  border: 0.1rem solid #c4c3bf;
  table-layout: auto; }
  .manual_text table tbody > tr,
  .faq_text table tbody > tr {
    border-top: 0.1rem solid #c4c3bf; }
  .manual_text table tr.inactive,
  .faq_text table tr.inactive {
    background: rgba(121, 129, 131, 0.1); }
  .manual_text table td,
  .manual_text table th,
  .faq_text table td,
  .faq_text table th {
    padding: 1rem 1rem;
    vertical-align: top;
    border-left: 0.1rem solid #c4c3bf;
    word-break: break-all; }
    .manual_text table td:first-child,
    .manual_text table th:first-child,
    .faq_text table td:first-child,
    .faq_text table th:first-child {
      border-left: 0; }
  .manual_text table th,
  .faq_text table th {
    background: #e9e8e7;
    color: #535353;
    text-align: center; }
  .manual_text table tfoot td,
  .manual_text table tfoot th,
  .faq_text table tfoot td,
  .faq_text table tfoot th {
    border-top: 0.2rem solid #c4c3bf; }
  .manual_text table th,
  .faq_text table th {
    text-align: left; }
  .manual_text table input,
  .faq_text table input {
    display: block;
    width: 100%;
    height: 3.2rem;
    padding: 0.5rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #535353;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c4c3bf;
    border-radius: 0.5rem;
    box-sizing: border-box; }
    .manual_text table input::-moz-placeholder,
    .faq_text table input::-moz-placeholder {
      color: #9a9a9a;
      opacity: 1; }
    .manual_text table input:-ms-input-placeholder,
    .faq_text table input:-ms-input-placeholder {
      color: #9a9a9a; }
    .manual_text table input::-webkit-input-placeholder,
    .faq_text table input::-webkit-input-placeholder {
      color: #9a9a9a; }
    .manual_text table input::-ms-expand,
    .faq_text table input::-ms-expand {
      border: 0;
      background-color: transparent; }
    .manual_text table input[disabled], .manual_text table input[readonly], fieldset[disabled] .manual_text table input,
    .faq_text table input[disabled],
    .faq_text table input[readonly], fieldset[disabled]
    .faq_text table input {
      background-color: rgba(121, 129, 131, 0.1);
      opacity: 1; }
    .manual_text table input[disabled], fieldset[disabled] .manual_text table input,
    .faq_text table input[disabled], fieldset[disabled]
    .faq_text table input {
      cursor: not-allowed; }
  .manual_text table ul li,
  .manual_text table ol li,
  .faq_text table ul li,
  .faq_text table ol li {
    margin-left: 3rem; }

.serchform {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  align-items: center; }
  .serchform br {
    display: none; }
  .serchform input {
    display: block;
    width: 100%;
    height: 3.2rem;
    padding: 0.5rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #535353;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c4c3bf;
    border-radius: 0.5rem;
    box-sizing: border-box; }
    .serchform input::-moz-placeholder {
      color: #9a9a9a;
      opacity: 1; }
    .serchform input:-ms-input-placeholder {
      color: #9a9a9a; }
    .serchform input::-webkit-input-placeholder {
      color: #9a9a9a; }
    .serchform input::-ms-expand {
      border: 0;
      background-color: transparent; }
    .serchform input[disabled], .serchform input[readonly], fieldset[disabled] .serchform input {
      background-color: rgba(121, 129, 131, 0.1);
      opacity: 1; }
    .serchform input[disabled], fieldset[disabled] .serchform input {
      cursor: not-allowed; }
  .serchform .keywordinput {
    flex: 1 1 auto; }
  .serchform #searchsubmit3 {
    display: inline-block;
    margin: 0.2rem 0.2rem;
    padding: 1rem 1rem;
    background: #ffffff;
    color: #535353;
    border: 1px solid #c4c3bf;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
    flex: 0 0 auto;
    width: 6rem;
    padding: 0.5rem 1rem; }
    .serchform #searchsubmit3:hover, .serchform #searchsubmit3:active {
      background: rgba(83, 83, 83, 0.1);
      color: rgba(83, 83, 83, 0.5);
      box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15); }
    .serchform #searchsubmit3:visited {
      color: #535353; }
    .serchform #searchsubmit3.disabled {
      color: rgba(121, 129, 131, 0.5);
      background: rgba(121, 129, 131, 0.1);
      cursor: default; }
      .serchform #searchsubmit3.disabled:hover, .serchform #searchsubmit3.disabled:active {
        color: rgba(121, 129, 131, 0.5);
        background: rgba(121, 129, 131, 0.1); }
      .serchform #searchsubmit3.disabled:visited {
        color: rgba(121, 129, 131, 0.5); }
    .serchform #searchsubmit3.inactive {
      color: rgba(121, 129, 131, 0.5);
      background: rgba(121, 129, 131, 0.1); }
      .serchform #searchsubmit3.inactive:hover, .serchform #searchsubmit3.inactive:active {
        background: #ffffff;
        color: #535353; }
      .serchform #searchsubmit3.inactive:visited {
        color: rgba(121, 129, 131, 0.5); }

/* information */
.nt-page-header.information {
  background: #5bc0de;
  color: #ffffff; }
  .nt-page-header.information .nt-page-header-desc {
    color: rgba(255, 255, 255, 0.75); }

.nt-page-content.information .nt-section-heading {
  border-left-color: #5bc0de; }

.info-page {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row; }

.info-page-nav {
  flex: 0 0 auto;
  width: 20rem;
  margin-right: 3rem; }

.info-page-nav-heading {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: #9a9a9a; }

.info-page-nav-list {
  margin: 0 0 2rem;
  padding: 0; }

.info-page-nav-list-item {
  display: block;
  margin: 0 0 .1rem;
  padding: 0;
  list-style: none; }
  .info-page-nav-list-item a {
    display: block;
    padding: 1rem 1rem;
    background: #EFEEEC;
    color: #535353; }
    .info-page-nav-list-item a:hover, .info-page-nav-list-item a:active {
      background: #E0DFDC;
      color: #535353;
      text-decoration: none; }
  .info-page-nav-list-item.active a {
    background: #5bc0de;
    color: #ffffff;
    font-weight: 700; }
    .info-page-nav-list-item.active a:hover, .info-page-nav-list-item.active a:active {
      background: #5bc0de;
      color: #ffffff; }

.info-page-body {
  flex: 1 1 auto; }
  .info-page-body table {
    margin-top: 2rem;
    margin-bottom: 2rem;
    table-layout: fixed;
    width: 100%;
    border: 0.1rem solid #c4c3bf;
    table-layout: auto; }
    .info-page-body table tbody > tr {
      border-top: 0.1rem solid #c4c3bf; }
    .info-page-body table tr.inactive {
      background: rgba(121, 129, 131, 0.1); }
    .info-page-body table td,
    .info-page-body table th {
      padding: 1rem 1rem;
      vertical-align: top;
      border-left: 0.1rem solid #c4c3bf;
      word-break: break-all; }
      .info-page-body table td:first-child,
      .info-page-body table th:first-child {
        border-left: 0; }
    .info-page-body table th {
      background: #e9e8e7;
      color: #535353;
      text-align: center; }
    .info-page-body table tfoot td,
    .info-page-body table tfoot th {
      border-top: 0.2rem solid #c4c3bf; }
    .info-page-body table th {
      text-align: left; }
    .info-page-body table input {
      display: block;
      width: 100%;
      height: 3.2rem;
      padding: 0.5rem 0.5rem;
      font-size: 1.4rem;
      line-height: 1.4;
      color: #535353;
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #c4c3bf;
      border-radius: 0.5rem;
      box-sizing: border-box; }
      .info-page-body table input::-moz-placeholder {
        color: #9a9a9a;
        opacity: 1; }
      .info-page-body table input:-ms-input-placeholder {
        color: #9a9a9a; }
      .info-page-body table input::-webkit-input-placeholder {
        color: #9a9a9a; }
      .info-page-body table input::-ms-expand {
        border: 0;
        background-color: transparent; }
      .info-page-body table input[disabled], .info-page-body table input[readonly], fieldset[disabled] .info-page-body table input {
        background-color: rgba(121, 129, 131, 0.1);
        opacity: 1; }
      .info-page-body table input[disabled], fieldset[disabled] .info-page-body table input {
        cursor: not-allowed; }
    .info-page-body table ul li,
    .info-page-body table ol li {
      margin-left: 3rem; }

.info-switch-block {
  margin: 1rem 0; }
  .info-switch-block .btn-group {
    margin-right: 1rem; }

.info-switch-label {
  display: inline-block;
  font-size: 1.2rem;
  color: #9a9a9a;
  font-weight: 700; }

.info-list {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #c4c3bf; }

.info-list-item {
  border-top: 0.1rem solid #c4c3bf;
  padding: 1rem 1rem; }
  .info-list-item a {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.4rem; }
  .info-list-item .info-list-item-date {
    display: inline-block;
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
    color: #9a9a9a; }
  .info-list-item .label-group {
    display: inline-block;
    margin: 0; }
    .info-list-item .label-group .label {
      color: #9a9a9a; }

.info-rss {
  background: #f26522; }

.info-page-label-block {
  margin: 1rem 0;
  color: #9a9a9a; }
  .info-page-label-block .label-group {
    display: inline-block; }

.info-page-date {
  display: inline-block;
  margin-right: 1rem; }

/* 障害情報テンプレート用 */
.entry-meta-div {
  margin: 1rem 0;
  padding: 2rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 0.1rem solid #c4c3bf; }

.entry-meta + .entry-meta {
  margin-top: 2rem; }

/* common */
#ninja-ui-header li {
  list-style: none; }

.ninja-ui-profile-menu {
  line-height: 21px;
  min-width: 10em;
  max-width: 18em; }

.nt-main {
  font-size: 1.4rem; }

a {
  text-decoration: none;
  color: #0091db; }
  a:hover, a:active {
    color: #29b7ff;
    text-decoration: underline; }

.nt-ad-block {
  margin: 1rem 1rem;
  text-align: center; }

.nt-list-stacked-item {
  border-top: 1px solid #c4c3bf; }
  .nt-list-stacked-item a {
    display: block;
    padding: 1rem 1rem;
    color: #535353;
    text-decoration: none; }
    .nt-list-stacked-item a:hover, .nt-list-stacked-item a:active {
      background: #ecebea;
      color: #9a9a9a;
      text-decoration: none; }

.nt-list-item-heading {
  font-size: 1.2rem;
  color: #9a9a9a; }
  .nt-list-item-heading h1, .nt-list-item-heading h2, .nt-list-item-heading h3, .nt-list-item-heading h4, .nt-list-item-heading h5, .nt-list-item-heading h6 {
    margin: 0; }

/* header */
.nt-header {
  padding: 1rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid #c4c3bf;
  font-size: 1.4rem;
  line-height: 1; }
  .nt-header .lg-block {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }

.nt-header-heading {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.4rem; }
  .nt-header-heading a {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    align-items: center;
    width: auto;
    color: #9a9a9a;
    text-decoration: none; }
    .nt-header-heading a:hover, .nt-header-heading a:active {
      color: #9a9a9a;
      text-decoration: none; }

.nt-header-heading-lg {
  line-height: 4rem; }
  .nt-header-heading-lg .nt-header-heading-img {
    height: 4rem; }

.nt-header-heading-md {
  line-height: 2.8rem; }
  .nt-header-heading-md .nt-header-heading-img {
    height: 2.8rem; }

.nt-header-heading-sub {
  display: inline-block;
  margin-left: 0.5rem;
  margin-top: .5rem; }

.nt-header-nav {
  display: inline-block; }
  .nt-header-nav .nav-tab {
    padding: 0; }

/* page header */
.nt-page-header {
  padding: 1rem 0; }
  .nt-page-header .lg-block {
    min-height: 11rem;
    background-image: url(../images/shuriken.svg);
    background-repeat: no-repeat;
    background-size: 11rem;
    background-position: center right; }
  .nt-page-header.nt-page-header-inverse .lg-block {
    background-image: url(../images/shuriken-white.svg); }
  .nt-page-header.nt-page-header-inverse .nt-breadcrumb {
    color: rgba(255, 255, 255, 0.75); }
    .nt-page-header.nt-page-header-inverse .nt-breadcrumb .nt-breadcrumb-item a {
      color: rgba(255, 255, 255, 0.75); }
      .nt-page-header.nt-page-header-inverse .nt-breadcrumb .nt-breadcrumb-item a:hover, .nt-page-header.nt-page-header-inverse .nt-breadcrumb .nt-breadcrumb-item a:active {
        color: #ffffff; }

.nt-page-header-column2 {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  align-items: center; }

.nt-page-header-heading {
  margin: 0;
  padding: 4rem 0 0;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: .1em; }

.nt-page-header-desc {
  margin: 0;
  padding: 1rem 0 4rem;
  font-size: 1.4rem;
  font-weight: 100; }

.nt-page-header-body {
  flex: 1 1 auto; }

.nt-page-header-sub {
  flex: 0 0 auto;
  width: 40rem; }

/* article */
@media screen and (min-width: 1280px) {
  .lg-block {
    width: 1280px;
    margin-left: auto;
    margin-right: auto; } }
.nt-page-content {
  background: #ffffff;
  padding: 4rem 0;
  font-size: 1.4rem; }
  .nt-page-content.column2,
  .nt-page-content .column2 {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row; }
    .nt-page-content.column2 .nt-page-content-main,
    .nt-page-content .column2 .nt-page-content-main {
      flex: 1 1 auto;
      margin-right: 4rem; }
    .nt-page-content.column2 .nt-page-content-sub,
    .nt-page-content .column2 .nt-page-content-sub {
      flex: 0 0 auto;
      width: 300px;
      box-sizing: content-box; }

.nt-page-content-sub .card {
  margin: 0 0 1rem; }

.nt-page-content-sub-heading {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  border-left: 0.3rem solid #c4c3bf; }

.nt-page-content-sub-item {
  margin-bottom: 4rem; }

.nt-section {
  margin-bottom: 6rem; }

.nt-section-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 2rem;
  padding: 1rem 1rem;
  border-left: 0.5rem solid #c4c3bf; }

/*# sourceMappingURL=responsive.css.map */
